/**
 * example:
 * .className {
 *   position: relative;
 *   &:after {
 *    .setLine([@color]);
 *   }
 * }
 */
.common-table {
  margin-top: 15px;
  text-align: center;
}
.common-table .table-head {
  height: 40px;
  background: #F8F8F8;
}
.common-table .table-head th {
  text-align: center;
}
.common-table .table-row td {
  height: 27px;
  line-height: 27px;
}
.common-head {
  height: 60px;
  line-height: 60px;
}
.common-head .head-icon {
  margin-bottom: 6px;
}
.common-head .head-title {
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
}
.common-head .head-city {
  color: #EA2E1C;
  padding-left: 17px;
}
.common-head .head-remind {
  color: #999;
  padding-left: 43px;
}
.common-head .head-ask {
  float: right;
  height: 32px;
  width: 87px;
  line-height: 32px;
  vertical-align: middle;
  border: none;
  background: #5AA4F8;
  color: #fff;
  margin-top: 14px;
}
.common-head .head-more {
  float: right;
  width: 70px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  background: #fff;
  color: #333;
  border: 1px solid #5AA4F8;
  border-radius: 13px;
  margin-top: 17px;
}
.common-head .see-more {
  color: #999;
  float: right;
  cursor: pointer;
}
.item img {
  width: 100%;
  height: 370px !important;
}
body {
  background: #F4F4F4 !important;
}
.index-information {
  line-height: 46px;
  background: #fff;
  margin-top: 20px;
  padding-left: 14px;
}
.notification {
  vertical-align: middle;
  margin-right: 12px;
}
.count {
  font-size: 18px;
  font-weight: bold;
  color: #EA2E1C;
  padding: 0 4px;
}
.index-content:after {
  content: '';
  display: block;
  clear: both;
}
.raw-material,
.latest-goods,
.market-condition,
.find-company,
.latest-purchase,
.industry-information,
.plastic-information {
  float: left;
  margin-top: 20px;
  padding: 0 20px;
  background: #fff;
}
.raw-material {
  width: 280px;
  height: 383px;
  margin-right: 20px;
  padding: 0;
}
.raw-material .raw-material-title {
  height: 100px;
  padding: 30px;
  background: url(/_statics/pc/images/index_new/marterial_bg.png);
  color: #fff;
}
.raw-material .raw-material-title h4 {
  margin: 0;
  font-size: 20px;
  padding-bottom: 8px;
  font-weight: bold;
}
.raw-material .material-content {
  padding: 22px 20px;
  font-size: 18px;
}
.raw-material .material-content .plastics {
  font-size: 14px;
  padding-bottom: 20px;
}
.raw-material .material-content .plastics p {
  font-weight: bold;
  margin-bottom: 4px;
}
.raw-material .material-content .plastics .plastic {
  width: 46px;
  line-height: 24px;
  display: inline-block;
}
.raw-material .material-content .plastics .plastic.hot {
  color: #EA2E1C;
}
.latest-goods {
  width: 900px;
  height: 383px;
}
.latest-goods .goods-hots .hots-list .hot-item {
  padding-right: 22px;
}
.latest-goods .goods-hots .hots-list .more-goods {
  float: right;
  color: #5AA4F8;
}
.banner-area {
  position: relative;
}
.banner-area .welcome {
  width: 260px;
  height: 330px;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 71.6%;
}
.banner-area .welcome .welcome-head {
  padding: 18px 22px;
}
.banner-area .welcome .welcome-head .head-Portraits {
  display: inline-block;
  width: 60px;
  height: 65px;
  background: url(/_statics/pc/images/index_new/head_icon.png);
  vertical-align: middle;
}
.banner-area .welcome .welcome-head .welcome-text {
  display: inline-block;
  vertical-align: middle;
}
.banner-area .welcome .already-login {
  padding-bottom: 25px;
  border-bottom: 1px solid #EAEAEA;
  text-align: center;
}
.banner-area .welcome .already-login .head-Portraits {
  display: block;
  width: 60px;
  height: 65px;
  background: url(/_statics/pc/images/index_new/head_icon.png);
  margin: 20px auto 10px;
}
.banner-area .welcome .already-login .username {
  color: #5AA4F8;
}
.banner-area .welcome .welcome-content {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 12px;
}
.banner-area .welcome .welcome-content .welcome-login,
.banner-area .welcome .welcome-content .welcome-register {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto 15px;
  border: 1px solid #5AA4F8;
  border-radius: 2px;
  color: #5AA4F8;
}
.banner-area .welcome .welcome-content .welcome-login {
  background: #5AA4F8;
  color: #fff;
}
.banner-area .welcome .welcome-foot {
  font-size: 12px;
}
.banner-area .welcome .welcome-foot p {
  text-align: center;
  font-weight: bold;
  margin: 15px 0;
}
.banner-area .welcome .welcome-foot ul {
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner-area .welcome .welcome-foot ul li a {
  display: inline-block;
  height: 62px;
  width: 60px;
  line-height: 100px;
}
.banner-area .welcome .welcome-foot ul li a.collection {
  background: url(/_statics/pc/images/index_new/collection.png) no-repeat top center;
}
.banner-area .welcome .welcome-foot ul li a.inquiry {
  background: url(/_statics/pc/images/index_new/inquiry.png) no-repeat top center;
}
.banner-area .welcome .welcome-foot ul li a.properties {
  background: url(/_statics/pc/images/index_new/properties.png) no-repeat top center;
}
.banner-area .welcome .welcome-foot ul li a.admin {
  background: url(/_statics/pc/images/index_new/admin.png) no-repeat top center;
}
.market-condition {
  width: 420px;
  height: 385px;
  margin-right: 20px;
}
.market-condition .product-list {
  margin-bottom: 24px;
}
.market-condition .product-list .product-item {
  border: 1px solid #5AA4F8;
  background: #fff;
  border-radius: 14px;
  padding: 0 12px;
}
.market-condition .product-list .product-item.active {
  background: #5AA4F8;
  color: #fff;
}
.market-condition .condition-map {
  width: 420px;
  height: 300px;
}
.find-company {
  width: 760px;
  height: 385px;
}
.find-company .company-carousel {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
}
.latest-purchase {
  width: 100%;
  height: 346px;
  display: none;
}
.latest-purchase .attention,
.latest-purchase .contact {
  padding: 10px;
  cursor: pointer;
}
.industry-information,
.plastic-information {
  width: 590px;
  height: 306px;
}
.industry-information .slide,
.plastic-information .slide {
  height: 224px;
  overflow: hidden;
}
.industry-information .slide .industry-list,
.plastic-information .slide .industry-list,
.industry-information .slide .plastic-list,
.plastic-information .slide .plastic-list {
  padding-left: 26px;
  position: relative;
  top: 0;
}
.industry-information .slide .industry-list li,
.plastic-information .slide .industry-list li,
.industry-information .slide .plastic-list li,
.plastic-information .slide .plastic-list li {
  list-style: disc;
  height: 32px;
  line-height: 32px;
}
.industry-information .slide .industry-list li .industry-date,
.plastic-information .slide .industry-list li .industry-date,
.industry-information .slide .plastic-list li .industry-date,
.plastic-information .slide .plastic-list li .industry-date {
  float: right;
}
.industry-information .slide .industry-list li .industry-title,
.plastic-information .slide .industry-list li .industry-title,
.industry-information .slide .plastic-list li .industry-title,
.plastic-information .slide .plastic-list li .industry-title {
  cursor: pointer;
}
.industry-information .slide .industry-list li .industry-title:hover,
.plastic-information .slide .industry-list li .industry-title:hover,
.industry-information .slide .plastic-list li .industry-title:hover,
.plastic-information .slide .plastic-list li .industry-title:hover {
  color: #5AA4F8;
}
.industry-information {
  margin-right: 20px;
}
.web-feature {
  height: 100px;
  line-height: 100px;
  margin-top: 22px;
  background: #fff;
}
.feature-item {
  height: 100px;
  width: 400px;
  padding-left: 80px;
  float: left;
}
.feature-item .icon,
.feature-item .body {
  padding: 27px 5px;
  height: 100px;
  line-height: 40px;
  float: left;
}
.feature-item .body p {
  line-height: 16px;
  margin-bottom: 10px;
}
.table > thead > tr > th {
  border-bottom: 0;
}
.table-hover > tbody > tr:hover {
  background: #FFF9E8;
  border: 1px solid #FFB137 !important;
}
.table-hover > tbody > tr {
  border-top: 1px solid #ddd;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.table-hover > tbody > tr:first-child {
  border-top: 0;
}
.table-hover > tbody > tr > td {
  border: none;
}
.table-hover > tbody > tr:first-child:hover > td {
  padding-top: 7px !important;
}
.purchase {
  margin-top: 19px;
}
.purchase:after {
  content: "";
  display: table;
  clear: both;
}

.purchase .purchase-left {
  float: left;
  margin-right: 22px;
  height: 356px;
  width: 958px;
}
.purchase .purchase-left .titlebox {
  margin-bottom: 25px;
}
.purchase .purchase-left .titlebox-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-right: 11px;
}
.purchase .purchase-left .titlebox-num {
  color: #5AA4F8;
}
.purchase .purchase-left .titlebox-text {
  font-size: 14px;
  color: #333;
}
.purchase .purchase-left .more {
  float: right;
  font-size: 14px;
  color: #999;
  margin-top: 6px;
}
.purchase .purchase-left .l-list {
  width: 100%;
  border-radius: 2px;
}
.purchase .purchase-left .l-list-item {
  width: 220px !important;
  background: #fff;
  height: 311px;
  float: left;
  border-radius: 2px;
  padding: 0 10px;
}
.purchase .purchase-left .title a {
  color: #333;
}
.purchase .purchase-left .title a:hover {
  color: #5AA4F8;
}
.purchase .purchase-left .l-list-item:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(153, 153, 153, 0.3);
          box-shadow: 0px 5px 10px 0px rgba(153, 153, 153, 0.3);
}
.purchase .purchase-left .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin-top: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.purchase .purchase-left .line {
  width: 200px;
  height: 1px;
  background: #F2F2F2;
  margin: 20px 0;
}
.purchase .purchase-left .text {
  font-size: 14px;
  width: 100%;
  margin-bottom: 22px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.purchase .purchase-left .text .lable{
  display: inline-block;
  width: 90px;
  text-align: right;
  color: #333;
  font-weight: 700;
}
.purchase .purchase-left .text .texticon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: middle;
}
.purchase .purchase-left .text .time{
  background: url("/_statics/pc/images/index_new/time.png") no-repeat;
}
.purchase .purchase-left .text .location {
  background: url("/_statics/pc/images/index_new/localtion.png") no-repeat;
}
.purchase .purchase-left .text .type {
  background: url("/_statics/pc/images/index_new/type.png") no-repeat;
}
.purchase .purchase-left .text .cgnum {
  background: url("/_statics/pc/images/index_new/num.png") no-repeat;
}
.purchase .purchase-left .text .text-right{
  color: #666;
}
.purchase .purchase-left .num {
  color: #3F8BFE;
}
.purchase .purchase-left .item-btn {
  display: block;
  width: 164px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #5AA4F8;
  border-radius: 20px;
  margin: 0 auto;
}
.purchase .purchase-left .l-list-item:nth-child(4n+1) {
  margin-left: 0px;
}
.purchase .purchase-form {
  width: 220px;
  height: 356px;
  float: left;
  padding: 20px;
  background: #fff;
}
.purchase .purchase-form .title {
  width: 117px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  background: url(/_statics/pc/images/index_new/title.png) no-repeat;
}
.purchase .purchase-form .title-text {
  color: #666;
  margin: 10px auto 19px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.purchase .purchase-form .form-icon {
  color: #FB0708;
}
.purchase .purchase-form .form-title {
  margin-bottom: 10px;
  color: #999;
  font-size: 14px;
}
.purchase .purchase-form .form-input {
  width: 179px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  margin-bottom: 16px;
  padding: 0 0 0 11px;
  font-size: 12px;
}
.purchase .purchase-form .form-input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 12px;
}
.purchase .purchase-form .form-btn {
  display: inline-block;
  width: 178px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #0FBA84;
  border-radius: 20px;
  color: #fff;
}
.hot {
  height: 335px;
  margin-top: 20px;
}
.hot a {
  color: #333;
}
.hot a:hover {
  color: #5AA4F8;
}
.hot .hot-shop,
.hot .hot-week,
.hot .hot-commodity {
  height: 335px;
  float: left;
  background: #fff;
}
.hot .hot-shop,
.hot .hot-commodity {
  width: 220px;
}
.hot .hot-week,
.hot .hot-commodity {
  margin-left: 24px;
}
.hot .hot-week {
  width: 712px;
}
.hot .hot-week .title-text {
  float: right;
  margin: 0px 14px 0 0;
  font-size: 14px;
}
.hot .hot-week .title-text-link {
  color: #5AA4F8;
}
.hot .hot-week .title {
  margin: 0;
}
.hot .title {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #333;
  margin-bottom: 31px;
}
.hot .title-icon {
  display: inline-block;
  width: 95px;
  height: 30px;
  background: url(/_statics/pc/images/index_new/hotshop.png) no-repeat;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.hot .hot-commodity .title-icon {
  background: url(/_statics/pc/images/index_new/hot.png) no-repeat;
}
.hot .hot-week .title-icon {
  width: 123px;
  background: url(/_statics/pc/images/index_new/newshop.png) no-repeat;
}
.hot .title-text {
  margin-left: 31px;
}
.hot .title-dianji {
  margin-right: 7px;
  cursor: pointer;
}
.hot .title-zhanxian {
  cursor: pointer;
}
.hot .active {
  color: #5AA4F8;
}
.hot .week-list {
  padding: 44px 15px;
}
.hot .week-list .week-item {
  float: left;
  margin-left: 41px;
  height: 88px;
}
.hot .week-list .week-item:nth-of-type(3n+1) {
  margin-left: 0;
}
.hot .week-list .week-item:nth-of-type(1) {
  margin-bottom: 45px;
}
.hot .week-list .week-item:nth-of-type(2) {
  margin-bottom: 45px;
}
.hot .week-list .week-item:nth-of-type(3) {
  margin-bottom: 45px;
}
.hot .week-list .itemimgbox {
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  float: left;
  margin-right: 6px;
}
.hot .week-list .itemimgbox img {
  float: left;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.hot .week-list .iteminfo {
  float: left;
  width: 100px;
}
.hot .week-list .weektitle {
  width: 96px;
  margin-top: 9px;
  font-size: 16px;
  color: #333;
}
.hot .week-list .price {
  font-size: 18px;
  color: #E6541E;
  margin: 16px 0 9px;
}
.hot .week-list .address {
  font-size: 12px;
  color: #999;
}
.hot .list {
  padding: 0 10px;
}
.hot .list .item {
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}
.hot .list .num,
.hot .list .logo,
.hot .list .info {
  float: left;
}
.hot .list .num {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #5AA4F8;
  margin-top: 12px;
}
.hot .list .logo {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  border: 1px solid #F2F2F2;
  text-align: center;
  overflow: hidden;
  margin: 0 6px;
}
.hot-shop .list .logo{
  border-radius: 50%;
}
.hot .list .logoimg {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  float: left;
}
.hot .list .info {
  width: 140px;
}
.hot .list .info .infoname {
  font-size: 14px;
  color: #333;
  margin-bottom: 9px;
}
.hot .list .info .infotext {
  color: #999;
  font-size: 12px;
}
.hot .list-show {
  display: none;
}
.popup {
  width: 100%;
  height: 244px;
  background: #fff;
  margin-top: 20px;
  padding: 24px 19px;
}
.popup .popup-item {
  float: left;
  text-align: center;
}
.popup .popup-item span {
  display: block;
  width: 161px;
  height: 161px;
}
.popup .popup-item p {
  width: 161px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 17px;
}
.popup .popup-item:nth-child(1) {
  margin: 0;
}
.popup .popup-itemimg {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
#consultationModal .consultation-dialog {
  width: 466px;
  height: 375px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#consultationModal .modal-header {
  width: 100%;
  height: 139px;
  background: url(/_statics/pc/images/index_new/consultation.png) no-repeat 0px -10px;
  padding: 0;
  border: none;
}
#consultationModal .close {
  color: #fff;
  opacity: 1;
  font-weight: normal;
  margin-top: 6px;
  margin-right: 6px;
}
#consultationModal .modal-footer {
  border: none;
  text-align: center;
}
#consultationModal .consultation-btn {
  width: 333px;
  height: 40px;
  color: #fff;
  border-radius: 20px;
  background: #5AA4F8;
  border: none;
  outline: none;
}
#consultationModal .modal-body {
  text-align: center;
}
#consultationModal .modal-body .consultation-input {
  width: 333px;
  height: 34px;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  margin-bottom: 19px;
  font-size: 12px;
  padding: 0 0 0 11px;
}
.suspended{
  width: 100%;
  position: fixed;
  height: 154px;
  bottom: -2px;
  z-index: 99999;
}
.suspended-wrap{
  width: 1200px;
  margin: 0 auto;
  height: 154px;
  position: relative;
}
.suspended-close{
  position: absolute;
  width: 24px;
  height: 24px;
  background: url('/_statics/pc/images/index_new/Suspended-close.png') no-repeat center center;
  right: 0px;
  top: 60px;
  cursor: pointer;
}
.dynamic-more, .dynamic-more:hover, .dynamic-more:focus {
  color: #999;
  float: right;
}
