.border-radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.cc {
  *zoom: 1;
}
.cc:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.warning-tip {
  color: #666;
}
.star-rating {
  position: relative;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 2px;
}
.star-rating:before {
  font-family: 'icomoon' !important;
  content: '\E90F\E90F\E90F\E90F\E90F';
  color: #92918a;
  line-height: 22px;
}
.star-rating .foreground {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.star-rating .foreground:before {
  position: relative;
  font-family: 'icomoon' !important;
  content: '\E90F\E90F\E90F\E90F\E90F';
  color: #ff5f69;
  line-height: 23px;
}
.star-rating .foreground-start:before {
  line-height: inherit;
}
.comment {
  margin-bottom: 37px;
}
.comment .comment-item {
  padding: 18px 0 25px;
  border-bottom: 1px solid #ccc;
  *zoom: 1;
}
.comment .comment-item:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.comment .comment-item .user-img {
  float: left;
  margin: 0 18px;
}
.comment .comment-item .user-img img {
  -webkit-border-radius: 66px;
  -moz-border-radius: 66px;
  border-radius: 66px;
}
.comment .comment-item .right {
  margin-left: 104px;
  padding-top: 16px;
}
.comment .comment-item .right .comment-content .top {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  *zoom: 1;
}
.comment .comment-item .right .comment-content .top:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.comment .comment-item .right .comment-content .top .time {
  float: right;
  color: #ccc;
}
.comment .comment-item .right .comment-content .top .time i {
  padding-right: 4px;
}
.comment .comment-item .right .comment-content .star-rating {
  width: 120px;
  font-size: 22px;
}
.comment .comment-item .right .comment-content .star-rating:before {
  line-height: 34px;
}
.comment .comment-item .right .comment-content .star-rating .foreground i {
  line-height: 34px;
}
.comment .comment-item .right .comment-content .tag-item {
  display: inline-block;
  margin: 5px 8px 0 0;
  padding: 2px 5px;
  background-color: #62dcd4;
  font-size: 12px;
  color: #fff;
}
.comment .comment-item .right .comment-content p {
  font-size: 14px;
  line-height: 24px;
}
.comment .comment-item .right .comment-content .img-box {
  margin: 12px 0;
}
.comment .comment-item .right .comment-content .img-box img {
  margin-right: 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.comment .comment-item .right .comment-content .reply {
  margin-top: 14px;
  padding-top: 16px;
  color: #999;
  border-top: 1px dashed #ccc;
}
.comment .comment-item .right .comment-content .reply .top {
  font-size: 12px;
}
.comment .comment-item .right .comment-content .reply p {
  font-size: 12px;
}
.slider-box {
  width: 500px;
}
.slider-box .img-box {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.slider-box .slider .big {
  position: relative;
  width: 498px;
  height: 376px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.slider-box .slider .big .img-box {
  width: 498px;
  height: 376px;
  text-align: center;
  cursor: pointer;
}
.slider-box .slider .big .default-img-box {
  background-color: #d4d4d4;
}
.slider-box .slider .big i {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.slider-box .slider .big i.icon-prev {
  left: 13px;
}
.slider-box .slider .big i.icon-next {
  right: 13px;
}
.slider-box .slider .big i:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.slider-box .slider .big .view {
  position: absolute;
  bottom: 10px;
  right: 16px;
  padding: 0 7px;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.slider-box .slider .big .view:hover {
  color: #ff5f69;
}
.slider-box .slider ul {
  margin: 8px 0 0 -6px;
  height: 72px;
  overflow: hidden;
}
.slider-box .slider ul li {
  margin-left: 5px;
  width: 92px;
  height: 68px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
}
.slider-box .slider ul li .img-box {
  width: 90px;
  height: 66px;
  text-align: center;
  border: 1px solid #ccc;
}
.slider-box .slider ul li .img-box:hover {
  border-color: #ff5f69;
}
.slider-box .slider ul li.selected {
  border-color: #ff5f69;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.slider-box .slider ul li.selected .img-box {
  border-color: #ff5f69;
}
.detail ul {
  *zoom: 1;
}
.detail ul:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.detail ul li {
  float: left;
}
.detail .tit {
  display: table-cell;
  padding: 6px 0;
  width: 994px;
  text-align: center;
}
.detail .tit:before,
.detail .tit:after {
  content: " ";
  display: inline-block;
  width: 134px;
  height: 22px;
  border-bottom: 1px solid #999;
  vertical-align: top;
}
.detail .tit.big:before,
.detail .tit.big:after {
  height: 32px;
}
.detail .tit div {
  display: inline-block;
  padding: 0 40px;
  background-color: #fff;
}
.detail .tit div p {
  line-height: 44px;
  font-size: 32px;
  font-weight: bold;
  color: #565a5c;
}
.detail .tit div span {
  font-size: 14px;
  color: #666;
}
.detail h3 {
  margin-bottom: 16px;
  padding-left: 8px;
  border-left: 5px solid #ff5f69;
  color: #ff5f69;
  line-height: 45px;
  font-size: 30px;
}
.detail .box {
  margin-bottom: 35px;
}
.detail .box .box-inner [class^=col-] a {
  border: 1px solid #ccc;
}
.head {
  padding-bottom: 19px;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid rgba(204, 204, 204, 0.75);
}
.head .personal {
  position: relative;
  float: left;
  padding: 4px 0 0 18px;
  width: 442px;
}
.head .personal .qrcode {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.head .personal .qrcode .tag {
  position: relative;
  width: 41px;
  height: 40px;
  background: url("https://pic.8pig.com/img/pc/new/detail-qrcode.png") no-repeat;
}
.head .personal .qrcode .tag .qrcode-box {
  display: none;
  position: absolute;
  top: 0;
  right: 55px;
  padding: 10px 10px 0;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.head .personal .qrcode .tag .qrcode-box p {
  text-align: center;
  line-height: 30px;
}
.head .personal .qrcode .tag .qrcode-box:before {
  content: ' ';
  background: url("https://pic.8pig.com/img/pc/new/detail-qrcode-arrow.png") no-repeat;
  position: absolute;
  top: 11px;
  right: -13px;
  width: 13px;
  height: 14px;
}
.head .personal .qrcode:hover .tag .qrcode-box {
  display: block;
}
.head .personal .info {
  text-align: center;
}
.head .personal .info img.user {
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  border-radius: 180px;
}
.head .personal .info p.name {
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
}
.head .personal .info p.location {
  margin-top: 5px;
}
.head .personal .verification {
  margin: 15px 0 12px;
  padding: 14px 0;
  border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #bbb;
  overflow: hidden;
}
.head .personal .verification ul {
  margin-left: -1px;
}
.head .personal .verification ul li {
  width: 102px;
  padding-left: 5px;
  border-left: 1px solid #ccc;
}
.head .personal .verification ul li i {
  float: left;
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url("https://pic.8pig.com/img/pc/new/detail-verificaion-sprite.png");
  background-position: 0 0;
}
.head .personal .verification ul li i.identity {
  background-position: -45px 0;
}
.head .personal .verification ul li i.phone {
  background-position: -90px 0;
}
.head .personal .verification ul li i.email {
  background-position: -135px 0;
}
.head .personal .verification ul li p {
  padding: 7px 0 0 48px;
  line-height: 14px;
}
.head .personal .verification ul li span {
  padding-left: 3px;
  color: #999;
}
.head .personal .verification .bottom {
  position: relative;
  color: #666;
}
.head .personal .verification .bottom .v-comment {
  margin-top: 16px;
}
.head .personal .verification .bottom .more {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  text-align: right;
  color: #999;
  line-height: 23px;
  cursor: pointer;
}
.head .personal .verification .bottom .more:hover {
  color: #ff5f69;
}
.head .personal .consulting {
  color: #999;
  text-align: center;
}
.head .personal .consulting .btn {
  display: inline-block;
  margin-top: 8px;
  width: 84px;
}
.head .personal .consulting .btn a {
  font-size: 12px;
}
.detail_daren {
  margin-bottom: 37px;
}
.detail_daren .slider-box {
  float: right;
  margin-top: 20px;
}
.detail_daren .bg-f {
  margin-bottom: 20px;
  padding-top: 28px;
}
.detail_daren .bg-f.head,
.detail_daren .bg-f.breadcrumb {
  padding-top: 0;
}
.detail_daren .bg-f.breadcrumb {
  margin: 0;
}
.detail_daren .bg-f p.info {
  margin-bottom: 45px;
  padding-left: 28px;
  line-height: 36px;
  font-size: 14px;
  color: #666;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.detail_daren .bg-f p.info:before {
  font-family: 'icomoon' !important;
  content: '\E917';
  display: block;
  margin-left: -28px;
  font-size: 28px;
  color: #ccc;
}
.detail_daren .bg-f .video {
  margin: 0 auto 68px;
  text-align: center;
}
.detail_daren .bg-f .video video {
  margin: auto;
  width: 636px;
  height: 356px;
}
.detail_daren .bg-f .video video img {
  width: 636px;
  height: 356px;
}
.detail_daren .bg-f .video > img {
  width: 626px;
}
.detail_daren .bg-f .show-more-jountry {
  overflow: hidden;
}
.detail_daren .bg-f .top-content {
  padding-left: 30px;
  padding-right: 30px;
  width: 900px;
}
.detail_daren .bg-f .content {
  margin: 0 auto 35px;
  padding: 30px;
  width: 900px;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.detail_daren .bg-f .content h6 {
  margin-bottom: 4px;
  font-size: 16px;
  color: #333;
}
.detail_daren .bg-f .content p {
  line-height: 24px;
  color: #666;
}
.detail_daren .bg-f .content img {
  margin: 10px auto 0;
  display: block;
  width: 626px;
}
.detail_daren .bg-f .box-inner.list {
  height: 319px;
  overflow: hidden;
}
.detail_daren .bg-f .box-inner.list.show-more-box {
  height: auto;
}
.detail_daren .bg-f .more {
  margin: 13px 0 30px;
  text-align: center;
}
.detail_daren .bg-f .more a {
  font-size: 12px;
  color: #333;
}
.detail_daren .bg-f .more a i {
  color: #666;
  padding-right: 8px;
}
.detail_daren .bg-f .more a:hover {
  color: #ff5f69;
}
.detail_daren .bg-f .more a:hover i {
  color: #ff5f69;
}
.detail_method > .bg-f {
  position: relative;
  overflow: hidden;
}
.detail_method > .bg-f.more-journey {
  z-index: 10;
}
.detail_method .left {
  position: relative;
  width: 626px;
  z-index: 10;
}
.detail_method .left .tit {
  padding: 60px 0 28px;
}
.detail_method .left .tit div {
  background-color: #edefed;
}
.detail_method .left .slider-box {
  width: 626px;
}
.detail_method .left .slider-box .slider .big {
  width: 624px;
  height: 468px;
  border: 0;
}
.detail_method .left .slider-box .slider .big .img-box {
  width: 624px;
  height: 468px;
  vertical-align: top;
}
.detail_method .left .slider-box .slider .big .img-box .bg {
  background-color: #fff;
  height: 100%;
}
.detail_method .left .slider-box .slider ul {
  margin-left: -12px;
  height: 84px;
  overflow: hidden;
}
.detail_method .left .slider-box .slider ul li {
  margin-left: 13px;
  width: 110px;
  height: 80px;
}
.detail_method .left .slider-box .slider ul li .img-box {
  width: 108px;
  height: 78px;
}
.detail_method .left .process {
  padding: 44px 0 22px;
}
.detail_method .left .process h4 {
  float: left;
  font-size: 18px;
  color: #62dcd4;
  line-height: 97px;
}
.detail_method .left .process .step {
  margin-left: 82px;
  background: url("https://pic.8pig.com/img/pc/new/detail-method-step.png") no-repeat;
  overflow: hidden;
}
.detail_method .left .process .step ul {
  margin-left: -45px;
  padding-top: 81px;
}
.detail_method .left .process .step ul li {
  margin-left: 40px;
  width: 104px;
  text-align: center;
}
.detail_method .left .process .step ul li p {
  color: #666;
  line-height: 14px;
}
.detail_method .left .tab-nav {
  overflow: hidden;
}
.detail_method .left .tab-nav ul {
  margin-left: -1px;
  border-bottom: 1px solid #ccc;
}
.detail_method .left .tab-nav ul li {
  position: relative;
  width: 125px;
  text-align: center;
}
.detail_method .left .tab-nav ul li:before {
  content: " ";
  position: absolute;
  top: 25px;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #ccc;
}
.detail_method .left .tab-nav ul li a {
  display: inline-block;
  padding: 20px 10px 12px;
  font-size: 16px;
  border-bottom: 3px solid transparent;
  color: #333;
}
.detail_method .left .tab-nav ul li a:hover {
  color: #ff5f69;
}
.detail_method .left .tab-nav ul li a.am-active {
  color: #ff5f69;
  border-color: #ff5f69;
}
.detail_method .left .detail-content {
  word-break: break-all;
}
.detail_method .left .detail-content .recommend .item {
  *zoom: 1;
}
.detail_method .left .detail-content .recommend .item:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.detail_method .left .detail-content .recommend .item i {
  float: left;
  padding: 6px 0;
  color: #ff5f69;
  font-size: 22px;
}
.detail_method .left .detail-content .recommend .item p {
  margin-left: 26px;
  padding-top: 2px;
  font-size: 14px;
  line-height: 36px;
}
.detail_method .left .detail-content .method-content {
  margin-bottom: 10px;
}
.detail_method .left .detail-content .method-content p {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}
.detail_method .left .detail-content .method-content img {
  margin: 0 auto 30px;
  display: block;
  width: 626px;
}
.detail_method .left .detail-content .day-x {
  height: 82px;
  background: url("https://pic2.8pig.com/img/day-x.png") no-repeat;
}
.detail_method .left .detail-content .day-x .day-content {
  width: 110px;
  padding-top: 20px;
  text-align: center;
}
.detail_method .left .detail-content .day-x .day {
  font-size: 44px;
  color: #fff;
  text-align: center;
  font-style: normal;
  line-height: 1.2;
}
.detail_method .left .detail-content .day-block {
  color: #ff5f69;
  border-left: 8px #ff5f69 solid;
  padding: 0 10px;
  font-size: 16px;
}
.detail_method .left .detail-content .day-block h3 {
  margin-bottom: 0;
  padding-left: 0;
  border-left: 0;
}
.detail_method .left .detail-content .day-block small {
  color: #ff5f69;
  display: block;
}
.detail_method .left .detail-content .content-pic-box {
  position: relative;
  margin-bottom: 30px;
}
.detail_method .left .detail-content .content-pic-box img {
  margin-bottom: 10px;
}
.detail_method .left .detail-content .content-pic-box .content-pic-btn {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 12px;
  background: #ff5f69;
  color: #fff;
  font-size: 14px;
  border: 0;
  border-radius: 3px;
}
.detail_method .left .detail-content .my-content-pic-box .content-pic-btn {
  display: block;
}
.detail_method .left .btn.more {
  margin: 0 auto 50px;
  width: 162px;
  border-color: #ccc;
}
.detail_method .left .btn.more:hover {
  border-color: #ff5f69;
}
.detail_method .left .description .item {
  margin-bottom: 30px;
  font-size: 14px;
}
.detail_method .left .description .item .p-tit {
  float: left;
  font-weight: bold;
  line-height: 30px;
  min-width: 100px;
  text-align: right;
}
.detail_method .left .description .item .p-content {
  margin-left: 114px;
}
.detail_method .left .description .item .p-content p {
  line-height: 30px;
  word-break: break-all;
}
.detail_method .left .description .item .p-content p i {
  padding-right: 10px;
  font-size: 20px;
  vertical-align: top;
}
.detail_method .left .description .item .p-content p i.icon-right {
  color: #62dcd4;
}
.detail_method .left .description .item .p-content p i.icon-wrong,
.detail_method .left .description .item .p-content p i.icon-warn {
  color: #ff5f69;
}
.detail_method .left .description .item .refund {
  position: relative;
  margin: 20px 0 20px 114px;
  padding-top: 118px;
  background: url("https://pic.8pig.com/img/pc/new/unsubscribe.png") no-repeat;
}
.detail_method .left .description .item .refund .txt-item {
  position: absolute;
  top: 27px;
  width: 40px;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.detail_method .left .description .item .refund .txt-item1 {
  left: 70px;
}
.detail_method .left .description .item .refund .txt-item2 {
  left: 268px;
}
.detail_method .left .description .item .refund .txt-item3 {
  left: 354px;
}
.detail_method .left .description .item .refund ul li {
  margin-left: 32px;
  font-size: 12px;
}
.detail_method .left .description .item .refund ul li.first {
  color: #15a953;
}
.detail_method .left .description .item .refund ul li.second {
  color: #00b7d3;
  margin-left: 150px;
}
.detail_method .left .description .item .refund ul li.third {
  color: #ff5f69;
  margin-left: 44px;
}
.detail_method .left .description .item .red {
  color: #ff3824;
}
.detail_method .left .description .item .gray {
  color: #666;
}
.detail_method .right-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.detail_method .right-box .right {
  float: right;
  width: 360px;
}
.detail_method .right-box .right .product-box {
  position: relative;
}
.detail_method .right-box .right .product-box .qrcode {
  position: absolute;
  top: 0;
  right: 0;
}
.detail_method .right-box .right .product-box .qrcode .tag {
  position: relative;
  width: 40px;
  height: 40px;
  background: url("https://pic.8pig.com/img/pc/new/detail_method_qrcode.png") right no-repeat;
  cursor: pointer;
}
.detail_method .right-box .right .product-box .qrcode .tag .qrcode-box {
  position: absolute;
  top: 0;
  left: 55px;
  display: none;
  padding: 10px 10px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.detail_method .right-box .right .product-box .qrcode .tag .qrcode-box p {
  text-align: center;
  line-height: 30px;
}
.detail_method .right-box .right .product-box .qrcode .tag .qrcode-box:before {
  content: ' ';
  background: url("https://pic.8pig.com/img/pc/new/detail-journey-qrcode-arrow.png") no-repeat;
  position: absolute;
  top: 11px;
  left: -12px;
  width: 12px;
  height: 14px;
}
.detail_method .right-box .right .product-box .qrcode .tag:hover .qrcode-box {
  display: block;
}
.detail_method .right-box .right .product-box .product {
  padding: 0 20px 44px 20px;
}
.detail_method .right-box .right .product-box .product .top {
  padding: 34px 0 12px;
  border-bottom: 1px dashed #ccc;
}
.detail_method .right-box .right .product-box .product .top .right-title {
  position: relative;
  margin-bottom: 9px;
  max-height: 72px;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  overflow: hidden;
}
.detail_method .right-box .right .product-box .product .top .keyword {
  margin-bottom: 6px;
}
.detail_method .right-box .right .product-box .product .top .keyword span {
  padding: 0 5px;
  color: #999;
  line-height: 12px;
}
.detail_method .right-box .right .product-box .product .top .keyword span.location {
  padding-right: 10px;
  color: #333;
  border-right: 1px solid #666;
}
.detail_method .right-box .right .product-box .product .top .keyword span.journey-type {
  color: #333;
  border-right: 1px solid #666;
}
.detail_method .right-box .right .product-box .product .top .tips {
  margin-left: 0px;
}
.detail_method .right-box .right .product-box .product .top .tips span {
  margin: 5px 0 0 4px;
  padding: 0px 5px;
}
.detail_method .right-box .right .product-box .product .bottom p {
  padding: 18px 0 10px;
  color: #666;
}
.detail_method .right-box .right .product-box .product .bottom p a {
  float: right;
  color: #999;
  font-size: 12px;
}
.detail_method .right-box .right .product-box .product .bottom p a:hover {
  color: #ff5f69;
}
.detail_method .right-box .right .product-box .product .bottom .select {
  margin-bottom: 5px;
}
.detail_method .right-box .right .product-box .product .bottom .select a {
  padding: 7px 8px;
  line-height: 1.5;
  text-indent: 0;
}
.detail_method .right-box .right .product-box .product .bottom .btn-primary {
  margin-top: 12px;
}
.detail_method .right-box .right .product-box .product .bottom .btn-primary a {
  line-height: 38px;
}
.detail_method .right-box .right .product-box .product .bottom .selected {
  border-color: #ff5f69;
}
.detail_method .right-box .right .product-box .product .bottom .selected a {
  color: #ff5f69;
}
.detail_method .right-box .right .user-list {
  background-color: #f8f9f9;
  border-top: 1px solid #eff0f0;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
}
.detail_method .right-box .right .user-list ul {
  margin-left: -1px;
}
.detail_method .right-box .right .user-list ul li {
  padding: 15px 0 12px;
  width: 119px;
  text-align: center;
}
.detail_method .right-box .right .user-list ul li a {
  display: block;
  color: #666;
  border-left: 1px solid #ccc;
}
.detail_method .right-box .right .user-list ul li a strong {
  font-size: 18px;
  color: #333;
}
.detail_method .right-box .right .user-list ul li a p {
  font-size: 12px;
  color: #999;
}
.detail_method .right-box .right .user-list ul li a i {
  color: #ff5f69;
  font-size: 26px;
}
.detail_method .right-box .right .user-list ul li a.selected {
  color: #ff5f69;
}
.detail_method .right-box .right .user-list ul li a.selected i {
  color: #ff5f69;
}
.detail_method .right-box .right .user-list ul li a.selected i:before {
  content: "\E92C";
}
.detail_method .right-box .right .user-list ul li a:hover {
  color: #ff5f69;
}
.detail_method .right-box .right .user-list ul li a:hover i {
  color: #ff5f69;
}
.detail_method .right-box .right .user-list ul li a[disabled]:hover {
  color: #666;
  cursor: default;
}
.detail_method .right-box .right .user-list ul li a[disabled]:hover i {
  color: #999;
}
.detail_method .right-box .right .consultation {
  margin-top: 10px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #ccc;
}
.detail_method .right-box .right .consultation .description {
  padding: 20px 0 8px;
  color: #999;
}
.detail_method .right-box .right .consultation .user {
  position: relative;
  min-height: 50px;
}
.detail_method .right-box .right .consultation .user img {
  position: absolute;
  top: 0;
  left: 4px;
  width: 56px;
  height: 56px;
  -webkit-border-radius: 66px;
  -moz-border-radius: 66px;
  border-radius: 66px;
}
.detail_method .right-box .right .consultation .user .user-info {
  padding: 12px 0 0 66px;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail_method .right-box .right .consultation .user .user-info p {
  font-size: 14px;
}
.detail_method .right-box .right .consultation .user .user-info span {
  padding-right: 6px;
  color: #999;
}
.detail_method .right-box .right .consultation .user .btn {
  position: absolute;
  top: 16px;
  right: 0;
  display: inline-block;
  width: 84px;
}
.detail_method .right-box .right .consultation .user .btn a {
  font-size: 12px;
}
.am-modal.am-modal-active.full-screen-pic {
  position: fixed;
  top: 0;
  margin-top: 0 !important;
  height: 100%;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog {
  height: inherit;
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-hd {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  text-align: right;
  padding: 0 20px;
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-hd button {
  font-size: 50px;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -ms-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  transition: color 0.5s linear;
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-hd button:hover {
  color: #ff5f69;
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-bd {
  position: relative;
  width: auto;
  height: inherit;
  text-align: center;
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-bd .img-container {
  background: transparent no-repeat center;
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 0;
  right: 0;
  background-size: contain;
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-bd .list {
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: 30px;
  overflow: hidden;
  -webkit-transition: height 0.2s linear;
  -moz-transition: height 0.2s linear;
  -ms-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-bd .list:hover {
  height: 96px;
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-bd .list .top p {
  text-align: left;
  line-height: 30px;
  color: #fff;
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-bd .list .top p.info {
  position: absolute;
  top: 0;
  right: 0;
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-bd .list .top p.info i {
  font-size: 12px;
  padding-left: 6px;
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-bd .list .bottom ul {
  *zoom: 1;
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-bd .list .bottom ul:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-bd .list .bottom ul li {
  float: left;
  margin-right: 10px;
  background-color: #000;
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-bd .list .bottom ul li .img-box {
  background-color: transparent;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-bd .list .bottom ul li .img-box img {
  height: 66px;
  cursor: pointer;
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-bd .list .bottom ul li .img-box:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-bd .list .bottom ul li.selected .img-box {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-bd > i {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  font-size: 60px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -ms-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  transition: color 0.5s linear;
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-bd > i:hover {
  color: #ff5f69;
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-bd > i.icon-prev {
  left: 0;
}
.am-modal.am-modal-active.full-screen-pic .am-modal-dialog .am-modal-bd > i.icon-next {
  right: 0;
}
.am-modal.pop-comment,
.am-modal.guide-data {
  position: fixed;
}
.am-modal.quick-order {
  position: absolute;
}
.pop-comment.am-modal-active,
.guide-data.am-modal-active {
  top: 60px;
}
.am-modal.am-modal-active.guide-data .am-modal-dialog .am-modal-hd {
  top: 0;
  margin-left: 274px;
}
.am-modal.am-modal-active.guide-data .am-modal-dialog .am-modal-bd {
  position: fixed;
  top: 60px;
  left: 50%;
  bottom: 60px;
  margin-left: -320px;
  background-color: #fff;
}
.am-modal.am-modal-active.guide-data .am-modal-dialog .am-modal-bd .tit {
  padding: 15px 0;
  background-color: #ff5f69;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.am-modal.am-modal-active.guide-data .am-modal-dialog .am-modal-bd .content {
  padding: 20px;
}
.am-modal.am-modal-active.guide-data .am-modal-dialog .am-modal-bd .content ul li {
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
  *zoom: 1;
}
.am-modal.am-modal-active.guide-data .am-modal-dialog .am-modal-bd .content ul li:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.am-modal.am-modal-active.guide-data .am-modal-dialog .am-modal-bd .content ul li .left {
  float: left;
  width: 100px;
  color: #ff5f69;
}
.am-modal.am-modal-active.pop-comment .am-modal-dialog .am-modal-bd {
  position: fixed;
  top: 60px;
  left: 50%;
  bottom: 60px;
  margin-left: -320px;
  background-color: #fff;
}
.am-modal.am-modal-active.pop-comment .am-modal-dialog .am-modal-bd .pop-modal {
  height: 100%;
}
.am-modal.am-modal-active.pop-comment .am-modal-dialog .am-modal-bd .pop-modal .pages {
  margin-top: 10px;
}
.am-modal.am-modal-active.pop-comment .am-modal-dialog .am-modal-bd .pop-modal .pages a:hover {
  color: #fff;
}
.am-modal.am-modal-active.pop-comment .am-modal-dialog .am-modal-bd .tit {
  padding: 15px 0;
  background-color: #ff5f69;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.am-modal.am-modal-active.pop-comment .am-modal-dialog .am-modal-bd .content {
  padding: 20px;
}
.am-modal.am-modal-active.pop-comment .am-modal-dialog .am-modal-bd .content ul li {
  line-height: 30px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
  *zoom: 1;
}
.am-modal.am-modal-active.pop-comment .am-modal-dialog .am-modal-bd .content ul li:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.am-modal.am-modal-active.pop-comment .am-modal-dialog .am-modal-bd .content ul li .left {
  float: left;
  width: 100px;
  color: #ff5f69;
}
.am-modal.am-modal-active.pop-comment .am-modal-dialog .am-modal-bd .content .comment-content .img-box {
  margin: 12px 0 12px -12px;
}
.am-modal.am-modal-active.pop-comment .am-modal-dialog .am-modal-bd .content .comment-content .img-box img {
  margin-right: 0;
  margin-left: 10px;
}
