.main {
  width: 100%;
  min-width: 1200px;
  height: auto;
}
.main .middle_img_frame {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.main .banner {
  background: url(../images/banner_bg.png) no-repeat;
  background-size: 100% 100%;
}
.main .bannerImg {
  height: 100%;
}
.main .bannerBg {
  width: 100%;
  position: absolute;
  bottom: 34px;
  left: 0%;
}
.main .login_part {
  width: 280px;
  position: absolute;
  right: 0;
  bottom: 34px;
  border-radius: 8px;
  overflow: hidden;
}
.main .login_part .topPart {
  height: 134px;
  padding: 0 12px;
  background: url(../images/login_index_bg.png) no-repeat 100% 100%;
}
.main .login_part .topPart .title {
  font-size: 12px;
  color: #000;
  line-height: 12px;
  padding: 14px 0 10px;
  border-bottom: 2px dashed #dcdcdc;
  padding-left: 10px;
}
.main .login_part .topPart .summary {
  color: #2398d6;
  font-size: 16px;
  padding-top: 24px;
  padding-left: 10px;
}
.main .userPart {
  background-color: #fff;
  padding-top: 6px;
}
.main .userPart .userImg {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 12px;
}
.main .userPart .userImg img {
  width: 100%;
  height: 100%;
}
.main .userPart .userInfo {
  font-size: 14px;
  text-align: center;
  line-height: 14px;
  color: #555;
  padding-bottom: 12px;
}
.main .userPart .userInfo .number {
  color: #2d7ef7;
}
.main .userPart .otherInfo {
  background-color: #eef4ff;
  height: 68px;
  width: 100%;
  font-size: 0;
}
.main .userPart .otherInfo .ask {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.main .userPart .otherInfo .ask .num {
  padding-top: 12px;
  font-size: 22px;
  color: #666;
}
.main .userPart .otherInfo .ask .base {
  font-size: 14px;
  color: #666;
}
.main .userPart .otherInfo .answer {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.main .userPart .otherInfo .answer .num {
  padding-top: 12px;
  font-size: 22px;
  color: #666;
}
.main .userPart .otherInfo .answer .base {
  font-size: 14px;
  color: #666;
}
.main .loginPart {
  background-color: #fff;
}
.main .loginPart .loginContent {
  padding-top: 20px;
  text-align: center;
}
.main .loginPart .loginContent .title {
  font-size: 16px;
  color: #555;
  line-height: 16px;
  padding-bottom: 10px;
}
.main .loginPart .loginContent .summary {
  font-size: 24px;
  color: #f8002f;
  line-height: 24px;
  padding-bottom: 15px;
  display: block;
}
.main .loginPart .loginContent .loginBtn {
  width: 202px;
  line-height: 37px;
  font-size: 18px;
  color: #fff;
  border-radius: 8px;
  background-color: #2398d6;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.main .loginPart .actionPart {
  padding-top: 16px;
  font-size: 0;
}
.main .loginPart .actionPart .action_btn {
  width: 50%;
  text-align: center;
  display: inline-block;
}
.main .loginPart .actionPart .action_btn img {
  display: block;
  margin: 0 auto;
  width: 22px;
}
.main .loginPart .actionPart .action_btn .words {
  font-size: 14px;
  color: #333;
  line-height: 14px;
  padding-top: 8px;
  padding-bottom: 14px;
}
.main .bannerBg div {
  /*  position: relative;
float: left;
max-width: 1200px;
margin-right: 24px; */
}
.main .img_scroll {
  width: 830px;
  height: 152px;
}
.main .img_scroll img {
  height: 152px;
  width: 260px;
  opacity: 0;
}
.main .bannerBg div span {
  padding-left: 18px;
  width: 260px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  bottom: 4px;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.main .newQuestion {
  width: 100%;
  height: 630px;
  margin-top: 74px;
}
.main .newQuestion .advertisement {
  width: 1000px;
  overflow: hidden;
  margin:30px auto;
}
.main .newQuestion .container {
  margin-right: 40px;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
.main .newQuestion .container .newQus,
.main .newQuestion .container .allAsk,
.main .newQuestion .container .hotAttention {
  float: left;
  margin-right: 34px;
}
.main .newQuestion .container .newQus {
  width: 308px;
}
.main .newQuestion .container .newQus .title {
  position: relative;
  color: #333;
  line-height: 20px;
  height: 30px;
  border-bottom: 1px solid #f3f3f3;
}
.main .newQuestion .container .newQus .title span:first-child {
  font-size: 20px;
  float: left;
}
.main .newQuestion .container .newQus .title span:last-child {
  font-size: 16px;
  color: #666;
  float: right;
}
.main .newQuestion .container .newQus .title span:last-child a {
  color: #666;
}
.main .newQuestion .container .newQus .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #2398d6;
}
.main .newQuestion .container .newQus .picker {
  width: 308px;
  height: auto;
}
.main .newQuestion .container .newQus .picker .item {
  width: 100%;
  height: 204px;
  border-radius: 6px;
  border: 1px solid #ebebeb;
  margin-top: 20px;
}
.main .newQuestion .container .newQus .picker .item .pickerTop {
  height: 62px;
  line-height: 62px;
  background: #f3f3f3;
  padding-right: 10px;
}
.main .newQuestion .container .newQus .picker .item .pickerTop .avator {
  float: left;
  width: 40px;
  height: 40px;
  margin: 10px 10px;
}
.main .newQuestion .container .newQus .picker .item .pickerTop .avator img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.main .newQuestion .container .newQus .picker .item .pickerTop .name,
.main .newQuestion .container .newQus .picker .item .pickerTop .date {
  display: inline-block;
}
.main .newQuestion .container .newQus .picker .item .pickerTop .name {
  float: left;
  font-size: 14px;
  color: #2398d6;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .newQuestion .container .newQus .picker .item .pickerTop .date {
  float: right;
  font-size: 13px;
  color: #9c9c9b;
}
.main .newQuestion .container .newQus .picker .item .content {
  padding: 15px;
  font-size: 14px;
}
.main .newQuestion .container .newQus .picker .item .content .le {
  width: 30px;
  float: left;
}
.main .newQuestion .container .newQus .picker .item .content .le .questionTitle,
.main .newQuestion .container .newQus .picker .item .content .le .answerTitle {
  display: inline-block;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 15px;
}
.main .newQuestion .container .newQus .picker .item .content .le .questionTitle {
  background: #2398d6;
}
.main .newQuestion .container .newQus .picker .item .content .le .answerTitle {
  background: #ff9c00;
}
.main .newQuestion .container .newQus .picker .item .content .ri {
  float: left;
  width: 244px;
}
.main .newQuestion .container .newQus .picker .item .content .ri .question,
.main .newQuestion .container .newQus .picker .item .content .ri .answer {
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .newQuestion .container .newQus .picker .item .content .ri .answeranswer {
  white-space: inherit;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 21px;
  height: 63px;
}
.main .newQuestion .container .newQus .picker .item .content .ri .question {
  margin: 3px 0 22px;
  color: #2398d6;
}
.main .newQuestion .container .newQus .picker .item .content .ri .answer {
  color: #8a8988;
}
.main .newQuestion .container .allAsk {
  width: 546px;
}
.main .newQuestion .container .allAsk .title {
  position: relative;
  color: #333;
  line-height: 20px;
  height: 30px;
  border-bottom: 1px solid #f3f3f3;
}
.main .newQuestion .container .allAsk .title span:first-child {
  font-size: 20px;
  float: left;
}
.main .newQuestion .container .allAsk .title span:last-child {
  font-size: 16px;
  float: right;
}
.main .newQuestion .container .allAsk .title span:last-child a {
  color: #666;
}
.main .newQuestion .container .allAsk .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #2398d6;
}
.main .newQuestion .container .allAsk .lists {
  width: 100%;
  height: auto;
}
.main .newQuestion .container .allAsk .lists .listWrap li {
  height: 63px;
  line-height: 63px;
  border-bottom: 1px solid #ebebeb;
}
.main .newQuestion .container .allAsk .lists .listWrap li .avator {
  float: left;
  width: 40px;
  height: 40px;
  margin: 11px 15px;
}
.main .newQuestion .container .allAsk .lists .listWrap li .avator img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.main .newQuestion .container .allAsk .lists .listWrap li .details {
  float: left;
  font-size: 16px;
  color: #454545;
  width: 375px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .newQuestion .container .allAsk .lists .listWrap li .date {
  float: right;
  font-size: 16px;
  color: #999;
}
.main .newQuestion .container .allAsk .lists .listWrap li:hover {
  background: #f7f9fd;
  cursor: pointer;
}
.main .newQuestion .container .allAsk .lists .listWrap li:hover .details {
  color: #2398d6;
}
.main .newQuestion .container .hotAttention {
  width: 274px;
  margin-right: 0;
}
.main .newQuestion .container .hotAttention .title {
  position: relative;
  color: #333;
  line-height: 20px;
  height: 30px;
  border-bottom: 1px solid #f3f3f3;
}
.main .newQuestion .container .hotAttention .title span:first-child {
  font-size: 20px;
  float: left;
}
.main .newQuestion .container .hotAttention .title #newsid_D02_30 {
  font-size: 16px;
  color: #666;
  float: right;
  display: inline-block;
  cursor: pointer;
}
.main .newQuestion .container .hotAttention .title #newsid_D02_30 .icons {
  width: 15px;
  height: 13px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/css_sprites.png) -157px -169px;
}
.main .newQuestion .container .hotAttention .title #newsid_D02_30 .fonts {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}
.main .newQuestion .container .hotAttention .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #2398d6;
}
.main .newQuestion .container .hotAttention .hotList {
  width: 100%;
}
.main .newQuestion .container .hotAttention .hotList .clears-dd {
  overflow: hidden;
  height: 142px;
  padding-top: 20px;
}
.main .newQuestion .container .hotAttention .hotList .clears-dd .tj-news {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #ebebeb;
  border-radius: 15px;
  margin-left: 2px;
  margin-bottom: 10px;
  font-size: 16px;
}
.main .newQuestion .container .hotAttention .hotList .clears-dd .tj-news a {
  color: #454545;
}
.main .newQuestion .container .hotAttention .hotList .clears-dd .tj-news:hover {
  background: #2398d6;
  border: 1px solid #2398d6;
  cursor: pointer;
}
.main .newQuestion .container .hotAttention .hotList .clears-dd .tj-news:hover a {
  color: #fff;
}
.main .newQuestion .container .hotAttention .aside {
  width: 100%;
}
.main .newQuestion .container .hotAttention .aside .img {
  width: 274px;
  height: 140px;
  margin-top: 12px;
}
.main .newQuestion .container .hotAttention .aside img {
  width: 274px;
  height: 140px;
  border-radius: 10px;
}
.main .topicAndRecommended {
  width: 100%;
  height: 586px;
  background: #f5f6f8;
}
.main .topicAndRecommended .container {
  max-width: 1200px;
  margin: 0 auto;
}
.main .topicAndRecommended .container .hotTopic {
  float: left;
  width: 890px;
  overflow: hidden;
}
.main .topicAndRecommended .container .hotTopic .title {
  margin: 68px 0 30px;
  position: relative;
  height: 30px;
  color: #333;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
}
.main .topicAndRecommended .container .hotTopic .title span {
  font-size: 20px;
  float: left;
}
.main .topicAndRecommended .container .hotTopic .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #2398d6;
}
.main .topicAndRecommended .container .hotTopic .bigImg {
  float: left;
  margin-right: 15px;
  width: 560px;
  height: 382px;
  position: relative;
}
.main .topicAndRecommended .container .hotTopic .bigImg .hotBigImg {
  width: 560px;
  height: 382px;
  border-radius: 10px;
}
.main .topicAndRecommended .container .hotTopic .bigImg .markBig {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 560px;
  height: 118px;
  background: #2398d6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px 20px;
  color: #fff;
}
.main .topicAndRecommended .container .hotTopic .bigImg .markBig a {
  color: #fff;
}
.main .topicAndRecommended .container .hotTopic .bigImg .markBig .markBigTitle {
  font-size: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .topicAndRecommended .container .hotTopic .bigImg .markBig .markBigSubTitle {
  font-size: 14px;
  overflow: hidden;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.main .topicAndRecommended .container .hotTopic .bigImg .markBig .markBigSubTitle p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .topicAndRecommended .container .hotTopic .bigImg .markBig .left,
.main .topicAndRecommended .container .hotTopic .bigImg .markBig .right {
  display: inline-block;
}
.main .topicAndRecommended .container .hotTopic .bigImg .markBig .left {
  position: absolute;
  left: 23px;
  bottom: 15px;
}
.main .topicAndRecommended .container .hotTopic .bigImg .markBig .left img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
}
.main .topicAndRecommended .container .hotTopic .bigImg .markBig .left .name {
  font-size: 13px;
  color: #fff;
  line-height: 28px;
}
.main .topicAndRecommended .container .hotTopic .bigImg .markBig .right {
  position: absolute;
  right: 23px;
  bottom: 15px;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
}
.main .topicAndRecommended .container .hotTopic .bigImg .markBig .right img {
  width: 13px;
  height: 13px;
  display: inline-block;
}
.main .topicAndRecommended .container .hotTopic .smallImg {
  float: left;
  width: 312px;
  height: auto;
}
.main .topicAndRecommended .container .hotTopic .smallImg .item,
.main .topicAndRecommended .container .hotTopic .smallImg .items {
  width: 312px;
  height: auto;
  position: relative;
}
.main .topicAndRecommended .container .hotTopic .smallImg .item .hotSmallImg,
.main .topicAndRecommended .container .hotTopic .smallImg .items .hotSmallImg,
.main .topicAndRecommended .container .hotTopic .smallImg .item .hotSmallImgs,
.main .topicAndRecommended .container .hotTopic .smallImg .items .hotSmallImgs {
  width: 100%;
  height: 182px;
  border-radius: 10px;
}
.main .topicAndRecommended .container .hotTopic .smallImg .item .markSmall,
.main .topicAndRecommended .container .hotTopic .smallImg .items .markSmall,
.main .topicAndRecommended .container .hotTopic .smallImg .item .markSmalls,
.main .topicAndRecommended .container .hotTopic .smallImg .items .markSmalls {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 312px;
  height: 76px;
  padding: 26px 15px 11px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0.3));
}
.main .topicAndRecommended .container .hotTopic .smallImg .item .markSmall .smallTitle,
.main .topicAndRecommended .container .hotTopic .smallImg .items .markSmall .smallTitle,
.main .topicAndRecommended .container .hotTopic .smallImg .item .markSmalls .smallTitle,
.main .topicAndRecommended .container .hotTopic .smallImg .items .markSmalls .smallTitle,
.main .topicAndRecommended .container .hotTopic .smallImg .item .markSmall .smallTitles,
.main .topicAndRecommended .container .hotTopic .smallImg .items .markSmall .smallTitles,
.main .topicAndRecommended .container .hotTopic .smallImg .item .markSmalls .smallTitles,
.main .topicAndRecommended .container .hotTopic .smallImg .items .markSmalls .smallTitles {
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
  line-height: 16px;
}
.main .topicAndRecommended .container .hotTopic .smallImg .item .markSmall .discuss,
.main .topicAndRecommended .container .hotTopic .smallImg .items .markSmall .discuss,
.main .topicAndRecommended .container .hotTopic .smallImg .item .markSmalls .discuss,
.main .topicAndRecommended .container .hotTopic .smallImg .items .markSmalls .discuss,
.main .topicAndRecommended .container .hotTopic .smallImg .item .markSmall .discusss,
.main .topicAndRecommended .container .hotTopic .smallImg .items .markSmall .discusss,
.main .topicAndRecommended .container .hotTopic .smallImg .item .markSmalls .discusss,
.main .topicAndRecommended .container .hotTopic .smallImg .items .markSmalls .discusss {
  color: #fff;
  font-size: 13px;
}
.main .topicAndRecommended .container .hotTopic .smallImg img {
  width: 13px;
  height: 13px;
  display: inline-block;
}
.main .topicAndRecommended .container .hotTopic .smallImg .item:first-child {
  margin-bottom: 15px;
}
.main .topicAndRecommended .container .recommended {
  float: right;
  width: 274px;
  height: auto;
}
.main .topicAndRecommended .container .recommended .title {
  margin: 68px 0 30px;
  position: relative;
  height: 30px;
  color: #333;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
}
.main .topicAndRecommended .container .recommended .title span {
  font-size: 20px;
  float: left;
}
.main .topicAndRecommended .container .recommended .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #2398d6;
}
.main .topicAndRecommended .container .recommended .recommendLists {
  height: auto;
}
.main .topicAndRecommended .container .recommended .recommendLists ul li {
  margin-bottom: 20px;
}
.main .topicAndRecommended .container .recommended .recommendLists ul li a {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}
.main .topicAndRecommended .container .recommended .recommendLists ul li a .num {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #bcbcbc;
  margin-right: 10px;
}
.main .topicAndRecommended .container .recommended .recommendLists ul li a .numRed {
  background: #ef4200;
}
.main .topicAndRecommended .container .recommended .recommendLists ul li a .numOrange {
  background: #ff9c00;
}
.main .topicAndRecommended .container .recommended .recommendLists ul li a .numBlue {
  background: #2398d6;
}
.main .topicAndRecommended .container .recommended .recommendLists ul li a .dec {
  display: inline-block;
  width: 228px;
  font-size: 16px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .topicAndRecommended .container .recommended .recommendLists ul li .details {
  display: none;
  margin-top: 10px;
  margin-left: 34px;
}
.main .topicAndRecommended .container .recommended .recommendLists ul li .details div:nth-child(1) {
  float: left;
  width: 200px;
  height: 56px;
  margin-right: 10px;
}
.main .topicAndRecommended .container .recommended .recommendLists ul li .details div:nth-child(1) img {
  width: 86px;
  height: 56px;
}
.main .topicAndRecommended .container .recommended .recommendLists ul li .details .recommendDetails {
  float: left;
  height: 56px;
  width: 143px;
}
.main .topicAndRecommended .container .recommended .recommendLists ul li .details .recommendDetails p {
  padding: 5px 0;
}
.main .topicAndRecommended .container .recommended .recommendLists ul li .details .recommendDetails .neirong {
  font-size: 13px;
  height: 30px;
  color: #bdbdbd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .topicAndRecommended .container .recommended .recommendLists ul li .details .recommendDetails .neirong p {
  padding: 0;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .topicAndRecommended .container .recommended .recommendLists ul li .details .recommendDetails .time {
  /* width: 166px; */
  float: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #777777;
}
.main .topicAndRecommended .container .recommended .recommendLists ul li:last-child {
  margin-bottom: 0;
}
.main .topicAndRecommended .container .recommended .recommendLists ul li:hover a {
  color: #2398d6;
}
.main .brand {
  width: 100%;
  padding-bottom: 75px;
  max-height: auto;
}
.main .brand .container {
  width: 1200px;
  margin: 0 auto;
}

.main .brand .advertisement {
  width: 1000px;
  margin: 30px auto;
  overflow: hidden;
}
.main .brand .container .title {
  margin: 78px 0 30px;
  position: relative;
  height: 30px;
  color: #333;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
}
.main .brand .container .title span {
  font-size: 20px;
  float: left;
}
.main .brand .container .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #2398d6;
}
.main .brand .container .brandWrap {
  height: auto;
}
.main .brand .container .brandWrap .wrap {
  margin: 10px;
  display: inline-block;
  width: 375px;
  height: 304px;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
}
.main .brand .container .brandWrap .wrap .top {
  padding: 15px 15px 0;
  height: 182px;
}
.main .brand .container .brandWrap .wrap .top .company {
  margin-bottom: 20px;
}
.main .brand .container .brandWrap .wrap .top .company .evaluation,
.main .brand .container .brandWrap .wrap .top .company .advantages {
  float: left;
}
.main .brand .container .brandWrap .wrap .top .company .evaluation img {
  width: 54px;
  height: 54px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  vertical-align: bottom;
  display: inline-block;
}
.main .brand .container .brandWrap .wrap .top .company .evaluation .companyMsg {
  display: inline-block;
  height: 56px;
  width: 180px;
  margin-left: 10px;
}
.main .brand .container .brandWrap .wrap .top .company .evaluation .companyMsg span {
  margin-top: 2px;
  display: inline-block;
  width: 180px;
  height: 28px;
}
.main .brand .container .brandWrap .wrap .top .company .evaluation .companyMsg span:nth-child(1) {
  font-size: 20px;
  color: #555;
}
.main .brand .container .brandWrap .wrap .top .company .evaluation .companyMsg span:nth-child(2) {
  font-size: 14px;
  color: #999;
}
.main .brand .container .brandWrap .wrap .top .company .advantages {
  width: 44px;
  height: 56px;
  text-align: center;
  border-left: 1px solid #ebebeb;
  padding-left: 30px;
  box-sizing: content-box;
}
.main .brand .container .brandWrap .wrap .top .company .advantages p {
  display: inline-block;
}
.main .brand .container .brandWrap .wrap .top .company .advantages p:nth-child(1) {
  font-size: 30px;
  color: #ff4f4d;
  margin-top: -6px;
}
.main .brand .container .brandWrap .wrap .top .company .advantages p:nth-child(2) {
  font-size: 14px;
  color: #999;
}
.main .brand .container .brandWrap .wrap .top .specialty {
  margin: 20px 0;
  height: auto;
  width: 100%;
}
.main .brand .container .brandWrap .wrap .top .specialty ul {
  overflow: hidden;
}
.main .brand .container .brandWrap .wrap .top .specialty ul li {
  display: inline-block;
  background: #f7f9fb;
  color: #999;
  font-size: 14px;
  margin: 5px 5px;
  padding: 2px 0;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .brand .container .brandWrap .wrap .top .specialty ul li a {
  color: #999;
}
.main .brand .container .brandWrap .wrap .bottom {
  width: 100%;
  height: 120px;
  background: #f7f9fb;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.main .brand .container .brandWrap .wrap .bottom ul {
  padding: 8px 15px;
}
.main .brand .container .brandWrap .wrap .bottom ul li {
  font-size: 16px;
  color: #888;
  margin: 8px 0;
}
.main .brand .container .brandWrap .wrap .bottom ul li a {
  display: inline-block;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888;
  vertical-align: middle;
  margin-left: 10px;
}
.main .brand .container .brandWrap .wrap .bottom ul li img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.main .brand .container .brandWrap .wrap:hover {
  border: 1px solid #2398d6;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s;
}
.main .brand .container .brandWrap .wrap:nth-child(1),
.main .brand .container .brandWrap .wrap:nth-child(4) {
  margin-left: 0;
}
.main .brand .container .btn {
  margin: 24px auto 0;
  text-align: center;
}
.main .brand .container .btn span {
  display: inline-block;
  width: 200px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  border-radius: 23px;
  background: #2398d6;
  margin-top: 0;
}
.main .brand .container .btn span a {
  color: #fff;
}
.main .brand .container .btn span:hover {
  cursor: pointer;
}
.main .recentIn {
  width: 100%;
  overflow: hidden;
  background: #f5f6f8;
}
.main .recentIn .container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.main .recentIn .advertisement {
  width: 1000px;
  margin: 0px auto 30px;
  overflow: hidden;
}
.main .recentIn .container .title {
  margin: 50px 0 30px;
  position: relative;
  height: 30px;
  color: #333;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
}
.main .recentIn .container .title span {
  font-size: 20px;
  float: left;
}
.main .recentIn .container .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #2398d6;
}
.main .recentIn .container .conpanyShow {
  margin-top: 70px;
}
.main .recentIn .container .conpanyShow .itemPart {
  width: 276px;
  height: 120px;
  position: relative;
  border: 2px solid #f7f7f7;
  background-color: #fff;
  margin: 0 25px 65px 0;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 8px;
}
.main .recentIn .container .conpanyShow .itemPart .icon {
  width: 92px;
  height: 92px;
  border: 1px solid #f7f7f7;
  position: absolute;
  left: 92px;
  top: -45px;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
}
.main .recentIn .container .conpanyShow .itemPart .icon img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main .recentIn .container .conpanyShow .itemPart .icon_content {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border-left: none;
  border-right: 0 solid #f7f7f7;
  border-top: none;
  border-bottom: 1px solid #f7f7f7;
  position: absolute;
  left: 90px;
  top: -45px;
  background-color: #f5f6f8;
}
.main .recentIn .container .conpanyShow .itemPart .content {
  text-align: center;
  position: absolute;
  bottom: 16px;
  width: 100%;
  min-height: auto;
  padding: 0;
}
.main .recentIn .container .conpanyShow .itemPart .content .titleWord {
  font-size: 16px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .recentIn .container .conpanyShow .itemPart .content .summary {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .recentIn .container .conpanyShow .items {
  float: left;
  margin: 0 32px 24px 0;
  position: relative;
  background-size: 276px 164px;
}
.main .recentIn .container .conpanyShow .items img {
  width: 276px;
  height: 164px;
}
.main .recentIn .container .conpanyShow .items .detailsMsg {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.main .recentIn .container .conpanyShow .items .detailsMsg p {
  text-align: center;
}
.main .recentIn .container .conpanyShow .items .detailsMsg p:first-child {
  font-size: 16px;
  color: #555;
}
.main .recentIn .container .conpanyShow .items .detailsMsg p:last-child {
  font-size: 14px;
  color: #999;
}
.main .recentIn .container .conpanyShow .itemPart:last-child,
.main .recentIn .container .conpanyShow .itemPart:nth-child(4) {
  margin-right: 0;
}
.main .recentIn .container .conpanyShow .itemPart:hover {
  cursor: pointer;
}
.main .recentIn .container .conpanyShow .itemPart:hover p:first-child {
  color: #2398d6;
}
.main .recentIn .container .conpanyShow .itemPart:hover {
  box-sizing: border-box;
  border-bottom: 2px solid #2398d6;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.main .showWrap {
  width: 100%;
  height: 740px;
  background: #fff;
}
.main .showWrap .container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.main .showWrap .container .wrap .items {
  margin-left: 32px;
  float: left;
}
.main .showWrap .container .wrap .items .title {
  margin: 78px 0 30px;
  position: relative;
  height: 30px;
  color: #333;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
}
.main .showWrap .container .wrap .items .title span {
  font-size: 20px;
  float: left;
}
.main .showWrap .container .wrap .items .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #2398d6;
}
.main .showWrap .container .wrap .items .showPicker {
  width: 376px;
  height: 518px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.main .showWrap .container .wrap .items .showPicker .showHeader {
  width: 376px;
  height: 100px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.main .showWrap .container .wrap .items .showPicker .showHeader img {
  width: 100%;
  height: 100px;
}
.main .showWrap .container .wrap .items .showPicker .showHeader span {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 56px;
  width: 264px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.main .showWrap .container .wrap .items .showPicker .showMain {
  width: 376px;
  height: 360px;
  text-align: center;
  overflow: hidden;
  background: #f7f9fb;
}
.main .showWrap .container .wrap .items .showPicker .showMain img {
  width: 110px;
  height: 110px;
  border: 2px solid #f55b2d;
  border-radius: 50%;
  margin: 26px auto 20px;
  display: block;
}
.main .showWrap .container .wrap .items .showPicker .showMain p:first-child {
  font-size: 18px;
  color: #555;
}
.main .showWrap .container .wrap .items .showPicker .showMain p:nth-child(2) {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.main .showWrap .container .wrap .items .showPicker .showMain .field {
  padding: 0 30px;
  margin-bottom: 35px;
}
.main .showWrap .container .wrap .items .showPicker .showMain .field p:first-child {
  font-size: 14px;
  color: #666;
  margin: 34px 0 10px;
}
.main .showWrap .container .wrap .items .showPicker .showMain .field .showList {
  text-align: center;
}
.main .showWrap .container .wrap .items .showPicker .showMain .field .showList .ele {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #f55b2d;
  padding: 2px 4px;
  margin-right: 20px;
  border: 1px solid #f55b2d;
}
.main .showWrap .container .wrap .items .showPicker .showMain .field .showList .ele a {
  color: #f55b2d;
}
.main .showWrap .container .wrap .items .showPicker .showFooter {
  width: 376px;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.main .showWrap .container .wrap .items .showPicker .showFooter img {
  width: 376px;
  height: 60px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.main .showWrap .container .wrap .items .showPicker .showFooter .adopt,
.main .showWrap .container .wrap .items .showPicker .showFooter .answer {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
.main .showWrap .container .wrap .items .showPicker .showFooter .answer img {
  position: absolute;
  top: 18px;
  left: 38px;
  width: 22px;
  height: 22px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.main .showWrap .container .wrap .items .showPicker .showFooter .answer span {
  position: absolute;
  left: 65px;
  display: block;
  white-space: nowrap;
}
.main .showWrap .container .wrap .items .showPicker .showFooter .adopt {
  /* left: 263px; */
}
.main .showWrap .container .wrap .items .showPicker .showFooter .adopt img {
  position: absolute;
  top: 18px;
  left: 263px;
  width: 22px;
  height: 22px;
  display: inline-block;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.main .showWrap .container .wrap .items .showPicker .showFooter .adopt span {
  position: absolute;
  top: 0;
  left: 289px;
  display: block;
  white-space: nowrap;
}
.main .showWrap .container .wrap .items:first-child {
  margin-left: 0;
}
.main .showWrap .container .wrap .items .showPicker {
  width: 376px;
  height: 518px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.main .showWrap .container .wrap .items .showPicker .showHeader {
  width: 376px;
  height: 100px;
  position: relative;
}
.main .showWrap .container .wrap .items .showPicker .showHeader img {
  width: 374px;
  height: 100px;
}
.main .showWrap .container .wrap .items .showPicker .showHeader span {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 56px;
  width: 264px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.main .showWrap .container .wrap .items .showPicker .itemsWrap {
  overflow: hidden;
  padding: 0 15px;
}
.main .showWrap .container .wrap .items .showPicker .itemsWrap .items {
  height: 85px;
  padding: 15px 0;
  margin: 0 auto;
  border-bottom: 1px solid #ebebeb;
}
.main .showWrap .container .wrap .items .showPicker .itemsWrap .items .avator {
  float: left;
  line-height: 48px;
}
.main .showWrap .container .wrap .items .showPicker .itemsWrap .items .avator .medol {
  width: 33px;
  height: 44px;
  color: #606060;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-size: 30px;
}
.main .showWrap .container .wrap .items .showPicker .itemsWrap .items .avator .avators {
  overflow: hidden;
  vertical-align: middle;
  margin: 0 10px;
  width: 48px;
  height: 48px;
  border: 1px solid #2398d6;
  border-radius: 50%;
  display: inline-block;
}
.main .showWrap .container .wrap .items .showPicker .itemsWrap .items .avator .name {
  font-size: 16px;
  color: #555;
  width: 170px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.main .showWrap .container .wrap .items .showPicker .itemsWrap .items .ranking {
  float: right;
  width: 60px;
  height: 54px;
  text-align: center;
}
.main .showWrap .container .wrap .items .showPicker .itemsWrap .items .ranking span {
  display: inline-block;
  width: 60px;
  margin: 4px 0;
  font-size: 14px;
  color: #999;
}
.main .showWrap .container .wrap .items .showPicker .itemsWrap .items .ranking img {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.main .links {
  width: 100%;
  /* height: 58px; */
  background: #f9f9f9;
}
.main .links .container {
  width: 1200px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.main .links .container .frendLink {
  width: 80px;
  height: 58px;
  text-align: center;
  display: inline-block;
}
.main .links .container .frendLink span {
  display: inline-block;
}
.main .links .container .frendLink span:first-child {
  margin-top: 10px;
  display: inline-block;
  padding: 1px 10px;
  font-size: 10px;
  color: #fff;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  background: #f96207;
}
.main .links .container .frendLink span:last-child {
  font-size: 14px;
  color: #999;
  line-height: 14px;
  display: block;
}
.main .links .container ul {
  width: 1115px;
  /* display: inline-block; */
  float: right;
  padding-top: 25px;
  overflow: hidden;
  padding-bottom: 20px;
}
.main .links .container ul .items {
  margin-right: 20px;
  display: inline-block;
  line-height: 21px;
}
.main .links .container ul .items a {
  font-size: 14px;
  color: #999;
}
.main .links .container ul .items:hover {
  cursor: pointer;
}
