﻿@import '/Content/../Scripts/layui/css/layui.css';
@import '../commonCss/common.css';
#navTop {
  background-color: rgba(255, 255, 255, 0.9);
}
#navTop .layui-nav {
  background: transparent;
}
#banner_bg {
  height: 700px;
  background: url('/Content/imgs/shopmm/sell_bg.png') top center no-repeat;
  background-size: 1920px 100%;
  margin-bottom: 5%;
}
#sellform {
  padding-top: 35px;
  padding-bottom: 70px;
  background-color: #fff;
  margin-top: 210px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 10px #cfcfcf;
  -webkit-box-shadow: 0px 0px 10px #cfcfcf;
  box-shadow: 0px 0px 10px #cfcfcf;
}
#sellform .tab {
  text-align: center;
  margin-bottom: 70px;
}
#sellform .tab .shoptype {
  line-height: 55px;
  height: 55px;
  display: inline-block;
  width: 49%;
  color: #686868;
  font-size: 18px;
  cursor: pointer;
}
#sellform .tab .shoptype span {
  line-height: 55px;
  height: 55px;
  display: inline-block;
}
#sellform .tab .shoptype span:first-of-type {
  width: 55px;
  background-color: #dcdee3;
  border-radius: 100%;
}
#sellform .tab .shoptype:first-of-type {
  border-right: 1px solid #dedede;
}
#sellform .tab .shoptype:first-of-type span {
  background-color: #537ada;
}
#sellform .tab .item {
  color: #537ada;
}
#sellform form .inputs {
  position: relative;
}
#sellform form .inputs input[type='text'] {
  width: 550px;
  height: 50px;
  margin: auto;
  color: #686868;
  margin-bottom: 18px;
  border-radius: 5px;
}
#sellform form .inputs span {
  position: absolute;
  right: 28%;
  top: 35%;
  bottom: 0;
  margin: auto;
  display: inline-block;
  color: red;
}
#sellform form .btn_box {
  margin-top: 40px;
  text-align: center;
}
#sellform form .btn_box .layui-btn,
#sellform form .btn_box a {
  color: #fff;
  display: inline-block;
  border: none;
  height: 48px;
  line-height: 48px;
  padding: 0 90px;
  border-radius: 30px;
}
#sellform form .btn_box .layui-btn {
  margin-right: 75px;
  background-color: #537ada;
}
#sellform form .btn_box .qqConsult {
  background-color: #21c58f;
}