@import url(/static/css/font.css);
@import url("//www.micstatic.com/common/css/font2.css");
@import url(/static/css/reset.css);
@import url(/static/css/libs/header.css);
@import url(/static/css/btn.css);
@import url("//www.micstatic.com/common/css/libs/_flags/ft-flags.css");
@import url(/static/css/thumb.css);
@import url(/static/css/pager.css);
@import url(/static/css/tips.css);
@import url(/static/css/header-search-bar.css);
@import url(/static/css/libs/crumb.css);
/*
*@page: Sourcing Channel detail
*@Author: juhailin 2014-09-23
*@Update:
*/
.primary {
  width: 670px;
  float: left;
}

.secondary {
  width: 270px;
  float: right;
}

.tag-quality-rfq {
  flex-shrink: 0;
  display: inline-block;
  margin-left: 5px;
  padding: 0 8px;
  height: 20px;
  background: #27619a;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  vertical-align: middle;
  color: #fff;
}

.tag-big-buyer {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 8px;
  border-radius: 4px;
  background: linear-gradient(180deg,#ffe6bb, #ffd898 100%);
  font-size: 12px;
  font-style: italic;
  font-family: "Roboto";
  font-weight: bold;
  line-height: 18px;
  vertical-align: middle;
  color: #9F2700;
}

.tag-email-confirmed {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 10px;
  padding: 1px 8px;
  border: 1px solid #CED3D9;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
  color: #555;
  box-sizing: border-box;
}

.slide {
  width: 300px;
  position: relative;
}

.slide-img {
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.slide-img li {
  position: absolute;
  top: 0;
  left: 0;
}

.slide-btn-lst {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 0;
  width: 300px;
  text-align: center;
}

.slide-btn-lst li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float:none;
  cursor: pointer;
  width: 10px;
  height: 10px;
  text-align: center;
  margin: 0 5px;
  background: #999;
  font-size: 0;
  border-radius: 100%;
  border:none;
}

.slide-btn-lst .slide-btn-on {
  background: #e64545;
}

.slide-img-lst li {
  position: relative;
  float: left;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.slide-img-lst .view {
  width: 140px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  color: #ccc;
  background: #fff;
  left: 50%;
  margin-left: -70px;
  border: 1px solid #ccc;
}

.slide-img-lst .view a {
  margin: 0 5px;
}

/*
custom layer for detail

@Author:zmx 2012-10-24
@modify:zmx 2013-04-07

styleguide 4.2
*/
.icon-arrow-sprite {
  background: url("/static/images/icon/icon-arrow-sdfd2423972.png") no-repeat;
}

.primary, .secondary {
  margin-top: 10px;
}

.nowrap {
  white-space: nowrap;
}
/* secondary */
.aside {
  margin-bottom: 10px;
}

.aside .h3 {
  padding: 3px 5px 3px 0px;
  color: #222;
}

/* primary */
.primary .h3 {
  padding: 5px 0px;
  font-size: 16px;
}

.base-info {
  background: #f5f5f5;
}

.pro-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  word-break: break-all;
}

/*.base-info .slide-btn-lst li {
  font-size: 12px;
  line-height: 15px;
  background: #ccc;
  border: 0 none;
  color: #fff;
  width: 15px;
  height: 15px;
}*/
.base-info .slide-btn-lst .slide-btn-on {
  background: #ed9494;
}

.pic-info {
  width: 300px;
  height: 300px;
  float: left;
  background: #fff;
  border: 1px solid #eee;
}

.text-info {
  overflow: hidden;
  zoom: 1;
  padding: 10px 15px 15px;
}

.text-info .meta {
  /*margin-top: 10px;*/
}

.text-info .meta li {
  padding: 5px 0;
}
.text-info .meta .tips-box{
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.text-info .meta .tips{
	left: 25px;
    top: -6px;
    width: 240px;
	display:none;
}
.text-info .meta .arrow-left{
	top:7px;
}
.text-info .meta .gray {
  display: inline-block;
  width: 150px;
  color: #999;
}

.text-info .available {
  color: #339900;
}

.text-info .quote-now {
  margin-top: 10px;
}

.text-info .quote-now p {
  margin-top: 10px;
  color: #c58619;
}

.text-info .quote-now p i {
  font-size: 14px;
  color: #c58619;
}

.text-info .quote-now p .tip {
  margin-left: 0;
}

.text-info .quote-now p .tip img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.text-info .quote-now a {
  display: inline-block;
  vertical-align: middle;
}

.text-info .quote-now img {
  vertical-align: middle;
}

.text-info .quote-now .sc-tip {
  display: block;
  margin-top: 10px;
}

.text-info .quote-now .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 3px;
  font-size: 16px;
}

.text-info .post-rfq .btn {
  width: 220px;
}

.btn-disabled {
  cursor: default;
}

.primary .notes {
  margin: 5px 0;
  color: #888;
}

.primary .notes span {
  font-weight: 700;
}

.primary .buyer-info {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
}

.primary .buyer-info .fr .icon {
  margin-left: 5px;
  text-decoration: none;
}

.primary .buyer-info .act-zone {
  line-height: 32px;
  padding-top: 1px;
  border-bottom: 1px solid #ccc;
}

.primary .buyer-info .act-zone span {
  display: inline-block;
  #display: inline;
  zoom: 1;
  padding: 1px 11px 0;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  bottom: -2px;
}

.primary .buyer-info .act-zone span .icon {
  font-size: 12px;
  font-weight: normal;
}

.primary .buyer-info .act-zone .selected {
  padding: 0 10px 0;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #fff;
}

.primary .buyer-info .tab-menu {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.primary .buyer-info .cnt {
  padding: 10px 20px 20px;
  padding-left: 0;
  overflow: hidden;
  zoom: 1;
  display: none;
}

.primary .buyer-info .cnt .info-list {
  width: 295px;
}

.primary .buyer-info .cnt li {
  padding: 3px 0;
  overflow: hidden;
  zoom: 1;
}

.primary .buyer-info .cnt .th, .primary .buyer-info .cnt .td {
  display: block;
  vertical-align: top;
}

.primary .buyer-info .cnt .th {
  width: 125px;
  color: #888;
  float: left;
}

.primary .buyer-info .cnt .td {
  overflow: hidden;
  zoom: 1;
}

.primary .buyer-info .cnt .td-item {
  margin-right: 20px;
}

.primary .buyer-info .cnt .prefer-list .th {
  width: 150px;
}

.primary .buyer-info .cnt .view-tip {
  margin-top: 10px;
}

.primary .buyer-info .show {
  display: block;
}

.primary .buyer-info .h3 {
  border: none;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.primary .buyer-info .mail-veri {
  padding-right: 25px;
  background: url(/static/images/icon/mail-veri.png) right center no-repeat;
}

.primary .buyer-info .title {
  line-height: 32px;
  margin-top: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
  border-top: 1px dashed #ccc;
}

.primary .buyer-info .invite-succ {
  color: #390;
}

.description {
  margin-top: 20px;
}

.description p {
  padding: 0px;
  color: #222;
  word-break: break-word;
}

.description .attached {
  padding: 10px 0;
  color: #222;
}

.description .attached label {
  float: left;
}

.description .attached-list {
  margin-top: 1px;
  margin-left: 5px;
  float: left;
}

.description .attached-list p {
  margin: 0;
}

.description .attached-list a .icon {
  text-decoration: none;
}

.preference {
  margin-top: 20px;
}

.preference p {
  padding: 10px;
  padding-left: 0;
  color: #666;
  line-height: 22px;
}

.preference .property-list {
  padding: 5px 0;
}

.preference .property-list li {
  padding: 2px 0;
  overflow: hidden;
  zoom: 1;
}

.preference .property-list .th, .preference .property-list .td {
  display: block;
}

.preference .property-list .th {
  color: #888;
  width: 135px;
  float: left;
}

.preference .property-list .td {
  overflow: hidden;
  zoom: 1;
}

.quotation {
  margin: 20px 0;
}

.quotation li {
  padding: 10px;
  border-bottom: 1px dashed #e5e5e5;
}

.quotation li span {
  line-height: 20px;
  height: 20px;
}

.quotation .title {
  background: #f5f5f5;
  border-bottom: 0;
  border-top: 1px solid #ccc;
  color: #222;
}

.quotation .title span {
  color: #222;
  font-size: 14px;
}

.quotation span {
  display: inline-block;
}

.quotation .company {
  width: 240px;
}

.quotation .company img {
  vertical-align: middle;
  margin: 0 3px;
}

.quotation .location {
  width: 220px;
  color: #888;
}

.quotation .quote-time {
  width: 160px;
}

.quotation .report-switch {
  color: #222;
  cursor: pointer;
}

.quotation .report-switch .icon-arrow-down-gray {
  _margin-top: 3px;
}

.quotation .as-info-list {
  zoom: 1;
  overflow: hidden;
}

.quotation .report-content {
  zoom: 1;
  overflow: hidden;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #e5e5e5;
}

.quotation .report-content .as-logo {
  float: left;
  margin: 5px 10px;
  _margin-right: 5px;
}

.quotation .report-content li {
  float: left;
  width: 255px;
  border: 0 none;
  padding: 3px 0 0 20px;
  background: url(/static/images/icon/li-dot.png) 10px 10px no-repeat;
}

.quotation .report-content .check {
  background: url(/static/images/icon/li-check.gif) 5px 8px no-repeat;
}

.related-rfq {
  margin-top: 20px;
  margin-bottom: 40px;
}

.related-rfq .ellipsis {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.related-rfq a {
  text-decoration: none;
}

.related-rfq .related-list {
  margin: 0 -10px;
}

.related-rfq .related-list .related-info {
  width: 230px;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

.related-rfq .related-list .related-title {
  display: flex;
  height: 21px;
  line-height: 21px;
}

.related-rfq .related-list .related-country {
  padding-top: 5px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #555;
}

.related-rfq .related-list .related-content {
  padding-top: 5px;
  font-size: 12px;
  color: #555;
}

.related-rfq .related-list .related-content .related-content-label {
  color: #888;
}

.related-rfq .related-list .ico-discussed {
  cursor: pointer;
  vertical-align: middle;
  margin-right: 0;
  font-size: 16px;
  color: #6292d8;
}

.alert-wrap {
  position: relative;
  display: inline-block;
}

.alert-wrap .tip {
  top: -8px;
  left: 24px;
  display: none;
}

.alert-wrap .tip .tip-con {
  width: 140px;
}

.alert-wrap:hover .tip {
  display: block;
}

.micon-info:after {
  content: "\e002";
  color: #2e8ae5;
}

/*liuweiwei - 2013-08-27 for rfq detail*/
#attach {
  cursor: pointer;
}

.attached strong {
  float: left;
  margin-right: 10px;
}

.attached-nextbox {
  float: left;
}

.attached-nextbox p {
  padding: 0;
  margin-bottom: 5px;
}

/*2013-11-21 lww rfq-buyer*/
.rfq-buyer {
  float: left;
  width: 670px;
  margin-top: 10px;
}

.rfqDtail-box {
  padding: 0px;
}

.rfqDtail-box h3 {
  font-size: 15px;
  font-weight: 700;
  border-bottom: 3px solid #ededed;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.rfqDtail-box h3 span {
  font-size: 12px;
  font-weight: normal;
  margin-left: 20px;
}

.rfqDtail-box .detail {
  float: right;
  width: 450px;
}

.rfqDtail-box .detailAll {
  width: 670px;
}

.detailBanner {
  float: left;
  width: 200px;
  height: 200px;
  position: relative;
  border: 1px solid #ccc;
  overflow: hidden;
}

.detailBanner .pic-info {
  padding: 0;
}

.rfqDtail-box .detail li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.rfqDtail-box .detail label {
  float: left;
  width: 155px;
  color: #A1A1A1;
}

.rfqDtail-box .detail p {
  float: left;
  margin: 0;
  width: 290px;
}

.rfqDtail-box .title {
  border-bottom: 1px solid #ccc;
  position: relative;
  height: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.rfqDtail-box .title span {
  position: absolute;
  left: 0;
  top: 0px;
  padding-right: 20px;
  background: #fff;
}

.rfqDetail p a {
  color: #0000FF;
}

.rfq-buyer-btn {
  padding: 30px 0 30px 245px;
}

.rfqDtail-box .morep {
  margin-top: 5px;
}

.received-ques {
  float: right;
  width: 270px;
  padding: 0;
  margin-top: 10px;
}

.received-ques h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.received-ques li {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  float: left;
  width: 100%;
  margin-bottom: -1px;
}

.received-ques li .name {
  float: right;
  width: 150px;
  margin: 3px 0;
  text-align: right;
  color: #888;
}

.received-ques li .pic {
  color: green;
}

.received-ques li.last {
  border-bottom: 0 none;
}

.received-ques .dropmenu-list {
  width: 260px;
  color: #333;
  left: -20px;
  _top: 28px;
  padding: 0 4px 4px;
  background: #fef7dd;
  border: 1px solid #fdca3d;
}

.received-ques .dropmenu-list h4 {
  background: #fcf2ca;
  line-height: 25px;
}

.received-ques .dropmenu-list dd {
  padding-left: 20px;
  background: url(/static/images/icon/as-content-li.gif) left 3px no-repeat;
}

.received-ques .dropmenu-list dt {
  padding-left: 20px;
  background: url(/static/images/icon/as-content-right.gif) left 3px no-repeat;
  color: #f60;
}

.received-ques .hover .dropmenu-list {
  margin-top: -1px;
}

.received-ques .pic img {
  float: left;
  margin-right: 2px;
  margin-top: 3px;
}

.received-ques .dropmenu {
  float: left;
}

.received-ques .hover {
  z-index: 3;
}

.received-ques .dropmenu-hd {
  height: 22px;
  padding: 3px 4px;
  color: #333;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.received-ques .dropmenu-hd img {
  margin-top: 0;
  margin-right: 5px;
}

.received-ques .hover .dropmenu-hd {
  border: 1px solid #fdca3d;
  border-bottom: 0 none;
  background: #fcf2ca;
  padding: 2px 3px 3px;
}

/*VIP supplier product info*/
.vipbuyer-info {
  margin-bottom: 20px;
}

.vipbuyer-info .logo-box {
  border: 1px solid #eee;
  margin: 10px 0;
  text-align: center;
}
.vipbuyer-info .logo-box img {
  max-width: 270px;
  vertical-align: bottom;
}

.vipbuyer-info .info li {
  margin-bottom: 5px;
}

.vipbuyer-info .info label {
  color: #888;
}

.vipbuyer-info .info .desc {
  color: #222;
}

.see-more {
  float: right;
  margin-top: 10px;
  font-size: 14px;
  color: #222;
  cursor: pointer;
}

.vip-info-quote {
  position: relative;
}
.vip-info-quote .icon {
  cursor: pointer;
  margin-right: 0;
  font-size: 16px;
  color: #6292d8;
}
.vip-info-quote .tips {
  display: none;
  left: 128px;
  top: 27px;
  z-index: 1;
  line-height: 1.5;
  width: 140px;
  text-align: left;
  color: #888;
  font-weight: normal;
}
.ico-discussed {
  cursor: pointer;
  vertical-align:middle;
  margin-right: 0;
  font-size: 16px;
  color: #6292d8;
}
.pic-line{
  float: left;
  width: 100%;
  overflow:visible;
}
.pic-line img{
  float: left;
  margin-right: 2px;
  margin-top: 3px;
}
.supplierProperty-ul{
	width:500px;
	overflow:hidden;
}

.supplierProperty-li{
	width:250px;
	float:left;
}

.oem-customized {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	width: 76px;
	height: 16px;
	background:url("//www.micstatic.com/common/img/icon/oem-customized.png") 0 0 no-repeat;
}
