body,
html {
  background-color: #f0f0f0;
}
.nav {
  width: 100%;
  height: 50px;
  background-color: #fff;
  margin-top: 10px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.nav ul {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.nav ul li {
  list-style: none;
  padding: 0 30px;
  margin: 0 30px;
  float: left;
  cursor: pointer;
  position: relative;
}
.nav ul li:hover {
  border-bottom: 2px solid #409EFF;
}
.nav ul li:hover span {
  color: #409EFF;
}
.nav ul li:last-of-type {
  float: right;
}
.nav ul li.cur {
  background-color: #409EFF;
}
.nav ul li.cur span {
  color: #fff;
}
.nav ul li.active {
  border-bottom: 2px solid #409EFF;
}
.nav ul li.active span {
  color: #409EFF;
}
.nav-t ul {
  overflow: unset;
}
.nav-t ul li {
  margin: 0 67px;
  position: relative;
}
.nav-t ul li:hover dl {
  display: block;
}
.nav-t ul li dl {
  display: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 51px;
  left: 50%;
  margin-left: -55px;
  z-index: 9999;
}
.nav-t ul li dl dd {
  width: 110px;
  line-height: 30px;
  float: left;
  background-color: #fff;
  text-align: center;
  font-size: 13px;
}
.nav-t ul li dl dd.active,
.nav-t ul li dl dd:hover {
  background-color: #409EFF;
  color: #fff;
}
.nav-s {
  width: 100%;
  height: 50px;
  background-color: #fff;
}
.nav-s ul {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.nav-s ul li {
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  width: 25%;
  height: 50px;
  float: left;
}
.nav-s ul li.active {
  background-color: #F40000;
  color: #fff;
}
.recruitment {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: #F0F0F0;
}
.recruitment .r-content {
  width: 100%;
  height: 50px;
  text-align: center;
}
.recruitment .r-content .hot-area {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.recruitment .r-content .hot-area span.label {
  width: 100px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  line-height: 50px;
  text-align: center;
}
.recruitment .r-content .hot-area span.more {
  display: inline-block;
  width: 100px;
  float: right;
  text-align: right;
  line-height: 50px;
  font-size: 13px;
  color: #409EFF;
  cursor: pointer;
  margin-right: 50px;
}
.recruitment .r-content .hot-area ul {
  width: calc(100% - 300px);
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.recruitment .r-content .hot-area ul li {
  cursor: pointer;
  list-style: none;
  float: left;
  padding: 3px 30px;
  border: 1px solid #ddd;
  border-radius: 9px;
  font-size: 13px;
  margin-right: 30px;
  background-color: #fff;
  margin-top: 10px;
}
.recruitment .r-content .hot-area ul.more-list {
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #fff;
  z-index: 9;
  width: 1200px;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.search-content {
  position: relative;
}
.search-content .r-search-1 {
  width: 100%;
  height: 50px;
  background-color: #fff;
}
.search-content .r-search-2 {
  width: 100%;
  height: 50px;
  background-color: #f0f0f0;
}
.search-content .r-search {
  width: 1200px;
  height: 80px;
  box-sizing: border-box;
  border: 1px solid #409EFF;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -600px;
  background-color: #fff;
}
.search-content .r-search .s-address {
  width: 300px;
  float: left;
  border-right: none;
  line-height: 75px;
  padding-left: 50px;
}
.search-content .r-search .search-input {
  width: 402px;
  height: 37px;
  float: left;
  border: 1px solid #e6e6e6;
  margin-top: 20px;
  margin-left: 100px;
}
.search-content .r-search .search-input input {
  width: 300px;
  height: 35px;
  border: none;
  text-indent: 10px;
  font-size: 13px;
}
.search-content .r-search .search-input span {
  cursor: pointer;
  display: inline-block;
  width: 98px;
  float: right;
  text-align: center;
  line-height: 35px;
  border-left: 1px solid #e6e6e6;
  background-color: #409EFF;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.search-3-1 {
  width: 100%;
  height: 100px;
}
.search-3-1 .bg {
  width: 100%;
  height: 100px;
  background: url("../i/banner.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
.search-3-1 .bg .input-model {
  width: 500px;
  height: 40px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -250px;
  background-color: #fff;
  border-radius: 3px;
}
.search-3-1 .bg .input-model input {
  width: 260px;
  height: 40px;
  border: none;
  font-size: 14px;
  text-indent: 10px;
  float: left;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.search-3-1 .bg .input-model .am-selected {
  width: 120px;
  height: 40px;
  float: left;
}
.search-3-1 .bg .input-model .am-selected .am-selected-btn {
  height: 40px;
  border: none;
  border-left: 1px solid #ededed;
}
.search-3-1 .bg .input-model span.search-button {
  display: inline-block;
  float: left;
  width: 120px;
  height: 40px;
  background-color: #409EFF;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.f-title {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ccc;
}
.f-title .ti {
  display: inline-block;
  padding: 0 10px;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  line-height: 40px;
  border-bottom: 1px solid #409EFF;
}
.f-title .f-more {
  float: right;
  font-size: 12px;
  color: #666;
  line-height: 40px;
  cursor: pointer;
  padding-right: 10px;
}
.g1 {
  width: 1200px;
  height: 310px;
  margin: 10px auto;
}
.g1 .img {
  float: left;
  width: 700px;
  height: 310px;
  background: url("../i/banner.png") no-repeat center;
  background-size: cover;
  margin-left: 260px;
}
.g1 .announcement {
  width: calc(100% - 970px);
  height: 310px;
  float: right;
  background-color: #fff;
}
.g1 .announcement .g-title {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ccc;
  color: #333;
  line-height: 40px;
}
.g1 .announcement .g-title span:first-of-type {
  font-size: 15px;
  font-weight: bold;
  padding-left: 10px;
}
.g1 .announcement .g-title span:last-of-type {
  font-size: 13px;
  color: #666;
  padding-right: 10px;
  float: right;
}
.g1 .announcement .g-list {
  width: 100%;
  padding: 10px;
}
.g1 .announcement .g-list ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.g1 .announcement .g-list ul li {
  cursor: pointer;
  float: left;
  font-size: 12px;
  color: #333;
  line-height: 25px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g1 .announcement .g-list ul li:hover {
  color: #409EFF;
}
.g2 {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  margin: 10px auto;
}
.g2 ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.g2 ul li {
  cursor: pointer;
  padding: 0 20px;
  float: left;
}
.g2 ul li.active {
  color: #409EFF;
}
.r-content1 {
  width: 1200px;
  height: auto;
  margin: 10px auto;
  overflow: hidden;
}
.r-content1 .company {
  width: 900px;
  float: left;
}
.r-content1 .company .g3 {
  background-color: #fff;
  width: 100%;
  padding: 10px 20px;
}
.r-content1 .company .g3 .g-title {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ccc;
  line-height: 40px;
}
.r-content1 .company .g3 .g-title span:first-of-type {
  font-size: 15px;
  color: #333;
}
.r-content1 .company .g3 .g-title span:first-of-type i {
  padding-right: 5px;
}
/*.r-content1 .company .g3 .g-title span:last-of-type {
  font-size: 13px;
  color: #666;
  float: right;
}*/
.r-content1 .company .g3 .g-list {
  width: 100%;
}
.r-content1 .company .g3 .g-list ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.r-content1 .company .g3 .g-list ul li {
  cursor: pointer;
  float: left;
  width: 24%;
  margin-top: 2%;
  margin-right: 1.3%;
  border: 1px solid #ccc;
}
.r-content1 .company .g3 .g-list ul li:nth-of-type(4n) {
  margin-right: 0;
}
.r-content1 .company .g3 .g-list ul li:hover {
  border: 1px solid #409EFF;
}
.r-content1 .company .g3 .g-list ul li:hover .img {
  border-bottom: 1px solid #409EFF;
  position: relative;
}
.r-content1 .company .g3 .g-list ul li:hover .img:after {
  content: '';
 /* background: url("../i/new/collection.png") no-repeat center;
  background-size: 50px;
  background-color: rgba(83, 168, 255, 0.8);
  border-radius: 50%;*/
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.r-content1 .company .g3 .g-list ul li .img {
  width: 100%;
  height: 230px;
  background: url("../i/wk1.png") no-repeat center;
  background-size: cover;
  border-bottom: 1px solid #ccc;
}
.r-content1 .company .g3 .g-list ul li .name {
  padding: 10px;
  height: 55px;
  line-height: 22px;
  font-size: 13px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.r-content1 .company .g3 .g-list ul li .price1 {
  float: left;
  width: 50%;
  height: 30px;
  font-size: 14px;
  color: #409EFF;
  line-height: 30px;
  padding-left: 10px;
}
.r-content1 .company .g3 .g-list ul li .price1 i {
  font-size: 12px;
  font-style: normal;
  color: #333;
}
.r-content1 .company .g3 .g-list ul li .price2 {
  float: left;
  width: 50%;
  height: 30px;
  font-size: 14px;
  color: #F56C6C;
  padding-right: 10px;
  line-height: 30px;
  text-align: right;
}
.r-content1 .company .stu1 {
  padding: 20px 20px 0 20px;
  background-color: #fff;
}
.r-content1 .company .stu1 ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 28rem;
}
.r-content1 .company .stu1 ul li {
  width: 32%;
  float: left;
  height: 150px;
  margin-right: 2%;
  margin-bottom: 2%;
}
.r-content1 .company .stu1 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.r-content1 .company .stu1 ul li .img {
  width: 100%;
  height: 150px;
  background-size: cover;
  border-radius: 3px;
}
.r-content1 .company .stu2 {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #fff;
  overflow: hidden;
}
.r-content1 .company .stu2 .s {
  width: 100%;
  height: 240px;
  float: left;
  margin-bottom:10px;
  overflow: hidden;
}
.r-content1 .company .stu2 .s-l {
  width: 250px;
  height: 420px;
  float: left;
}
.r-content1 .company .stu2 .s-l .img {
  width: 100%;
  height: 240px;
  background-size: cover;
}
.r-content1 .company .stu2 .s-r {
  width: calc(100% - 260px);
  margin-left: 10px;
  float: left;
}
.r-content1 .company .stu2 .s-r1 {
  width: calc(100% - 260px);
  margin-left: 10px;
  float: left;
	margin-top:10px;
	padding:10px;
  background-color: #f4f4f4;
	max-height:170px;
	font-size:14px;
  overflow-y:auto;
	
}

.r-content1 .company .stu2 .s-r ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.r-content1 .company .stu2 .s-r ul li {
  width: 100%;
  height: 60px;
  float: left;
  background-color: #f4f4f4;
}
.r-content1 .company .stu2 .s-r ul li:nth-of-type(2n) {
  background-color: #fff;
}
.r-content1 .company .stu2 .s-r ul li .name {
  font-size: 16px;
  color: #666;
  text-align: left;
  padding-left: 10px;
  line-height: 60px;
  position: relative;
  float: left;
  height: 60px;
  display: inline-block;
  width:150px;
}
.r-content1 .company .stu2 .s-r ul li .name i {
  color: #409EFF;
  padding-right: 5px;
}
.r-content1 .company .stu2 .s-r ul li .time {
  font-size: 16px;
  color: #666;
  text-align: left;
  margin-left: 100px;
  line-height: 60px;
  position: relative;
  float: left;
  width: 120px;
  height: 60px;
  display: inline-block;
}
.r-content1 .company .stu2 .s-r ul li .price {
  font-size: 16px;
  color: #f00;
  text-align: left;
  padding-left: 10px;
  line-height: 60px;
  position: relative;
  float: left;
  height: 60px;
	margin-right:20px;
  display: inline-block;
}
.r-content1 .company .stu2 .s-r ul li .s-more {
  display: inline-block;
  width: 85px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #409EFF;
  color: #409EFF;
  border-radius: 3px;
  background-color: #fff;
  margin: 15px 10px;
  font-size: 13px;
  text-align: center;
}
.r-content1 .company .stu2 .s-r ul li .s-more i {
  font-size: 14px;
  padding-right: 3px;
}
.r-content1 .company .stu2 .s-r ul li .s-online {
  display: inline-block;
  width: 85px;
  height: 30px;
  line-height: 30px;
  background-color: #F40000;
  color: #fff;
  border-radius: 3px;
  margin: 15px 10px;
  font-size: 13px;
  text-align: center;
}
.r-content1 .company .stu2 .s-r ul li .s-online i {
  font-size: 12px;
  padding-right: 3px;
}
.r-content1 .company .stu3 {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  overflow: hidden;
}
.r-content1 .company .stu3 .s-title {
  line-height: 30px;
  font-size: 20px;
  color: #409EFF;
  font-weight: bold;
  text-align: center;
}
.r-content1 .company .stu3 .s-tips {
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.r-content1 .company .stu3 .lists {
  width: 100%;
  margin-top: 20px;
}
.r-content1 .company .stu3 .lists ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.r-content1 .company .stu3 .lists ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
  border: 1px solid #ccc;
  min-height:750px;
}
.r-content1 .company .stu3 .lists ul li:last-of-type {
  margin-right: 0;
}
.r-content1 .company .stu3 .lists ul li .img {
  width: 100%;
  height: 400px;
  background: url("../i/head.png") no-repeat center;
  background-size: cover;
}
.r-content1 .company .stu3 .lists ul li .name {
  text-align: center;
  width: 100%;
  line-height: 30px;
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.r-content1 .company .stu3 .lists ul li .language {
  text-align: center;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.r-content1 .company .stu3 .lists ul li .content {
  width: 100%;
  padding: 0 15px;
  line-height: 22px;
  font-size: 13px;
  color: #333;
  text-align: center;
 /* display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;*/
}
.r-content1 .company .stu3 .lists ul li .more {
  width: 80%;
  height: 30px;
  background-color: #409EFF;
  border-radius: 3px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  margin: 10px auto;
}
.r-content1 .company .stu4 {
  background-color: #fff;
}
.r-content1 .company .stu4 .refs {
  width: 100%;
  height: 40px;
  background-color: #dcdcdc;
}
.r-content1 .company .stu4 .refs ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.r-content1 .company .stu4 .refs ul li {
  cursor: pointer;
  width: 100px;
  height: 40px;
  float: left;
  color: #333;
  line-height: 40px;
  text-align: center;
}
.r-content1 .company .stu4 .refs ul li.active {
  background-color: #fff;
  border-top: 2px solid #409EFF;
  color: #409EFF;
  line-height: 38px;
}
.r-content1 .company .stu4 .s-content {
  padding: 20px;
}
.r-content1 .company .stu4 .s-content .img {
  width: 100%;
  height: 250px;
  background: url("../i/banner.png") no-repeat center;
  background-size: cover;
}
.r-content1 .company .stu4 .s-content .img2 {
  margin-top: 20px;
  width: 100%;
  height: 500px;
  background: url("../i/banner.png") no-repeat center;
  background-size: cover;
}
.r-content1 .company .stu4 .s-content .txt {
  margin-top: 20px;
}
.r-content1 .company .stu4 .s-content .txt p {
  padding: 0;
  margin: 0;
}
.r-content1 .company .stu4 .s-content .txt .titles {
  font-size: 18px;
  color: #409EFF;
  line-height: 40px;
  text-align: left;
}
.r-content1 .company .stu4 .s-content .txt .info {
  font-size: 14px;
  color: #333;
  line-height: 25px;
  text-align: left;
}
.r-content1 .company .stu5 {
  background-color: #fff;
  padding: 20px;
}
.r-content1 .company .stu5 .s-title1 {
  width: 100%;
  line-height: 30px;
  font-weight: bold;
  font-size: 24px;
  color: #409EFF;
  text-align: center;
}
.r-content1 .company .stu5 .s-title2 {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.r-content1 .company .stu5 .top1 .s-content {
  padding: 20px 0;
}
.r-content1 .company .stu5 .top1 .s-content ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.r-content1 .company .stu5 .top1 .s-content ul li {
  float: left;
  width: 32%;
  padding: 20px;
  margin-right: 2%;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.r-content1 .company .stu5 .top1 .s-content ul li:last-of-type {
  margin-right: 0;
}
.r-content1 .company .stu5 .top1 .s-content ul li .name1 {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: #D54D47;
  color: #fff;
  margin: 0 auto;
  font-size: 20px;
}
.r-content1 .company .stu5 .top1 .s-content ul li .name2 {
  display: inline-block;
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  color: #D54D47;
  font-weight: bold;
  text-align: center;
}
.r-content1 .company .stu5 .top1 .s-content ul li .info {
  margin-top: 20px;
}
.r-content1 .company .stu5 .top1 .s-content ul li .info dl {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.r-content1 .company .stu5 .top1 .s-content ul li .info dl dd {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px dashed #ccc;
  padding-left: 15px;
  position: relative;
}
.r-content1 .company .stu5 .top1 .s-content ul li .info dl dd:after {
  content: '•';
  width: 5px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.r-content1 .company .stu5 .top1 .s-content ul li .s-more {
  width: 70%;
  height: 30px;
  border: 1px solid #D54D47;
  border-radius: 3px;
  line-height: 28px;
  text-align: center;
  color: #D54D47;
  margin: 20px 15% 0 15%;
  cursor: pointer;
}
.r-content1 .company .stu5 .top1 .s-content ul li:nth-of-type(2) .name1 {
  background-color: #DD8233;
}
.r-content1 .company .stu5 .top1 .s-content ul li:nth-of-type(2) .name2 {
  color: #DD8233;
}
.r-content1 .company .stu5 .top1 .s-content ul li:nth-of-type(2) .s-more {
  border: 1px solid #DD8233;
  color: #DD8233;
}
.r-content1 .company .stu5 .top1 .s-content ul li:nth-of-type(3) .name1 {
  background-color: #53B0E1;
}
.r-content1 .company .stu5 .top1 .s-content ul li:nth-of-type(3) .name2 {
  color: #53B0E1;
}
.r-content1 .company .stu5 .top1 .s-content ul li:nth-of-type(3) .s-more {
  border: 1px solid #53B0E1;
  color: #53B0E1;
}
.r-content1 .company .stu5 .top2 {
  margin-top: 20px;
}
.r-content1 .company .stu5 .top2 .t-content {
  padding: 10px;
}
.r-content1 .company .stu5 .top2 .t-content ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.r-content1 .company .stu5 .top2 .t-content ul li {
  width: 32%;
  float: left;
  border: 1px solid #ccc;
  margin-right: 2%;
  margin-bottom: 2%;
}
.r-content1 .company .stu5 .top2 .t-content ul li:nth-of-type(3n) {
  margin-right: 0;
}
.r-content1 .company .stu5 .top2 .t-content ul li .img {
  width: 100%;
  height: 150px;
  background: url("../i/wk1.png") no-repeat center;
  background-size: cover;
}
.r-content1 .company .stu5 .top2 .t-content ul li .name1 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  padding-top: 20px;
}
.r-content1 .company .stu5 .top2 .t-content ul li .name2 {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 30px;
}
.r-content1 .company .stu5 .top2 .t-content ul li .name3 {
  width: 50%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #666;
  float: left;
  padding-left: 20px;
  margin-bottom: 10px;
}
.r-content1 .company .stu5 .top2 .t-content ul li .name4 {
  width: 50%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #666;
  float: right;
  padding-left: 20px;
  margin-bottom: 10px;
}
.r-content1 .company .stu5 .top2 .t-content ul li .name4 i {
  font-size: 12px;
  padding-right: 5px;
}
.r-content1 .company .stu5 .top3 {
  overflow: hidden;
}
.r-content1 .company .stu5 .top3 .t-content {
  margin-top: 15px;
}
.r-content1 .company .stu5 .top3 .t-content dl {
  width: 20%;
  float: left;
  padding: 0;
  margin: 0;
  border-right: 1px solid #fff;
  overflow: hidden;
}
.r-content1 .company .stu5 .top3 .t-content dl dt {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #409EFF;
  color: #fff;
  text-align: center;
  float: left;
}
.r-content1 .company .stu5 .top3 .t-content dl dd {
  border-bottom: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #666;
  text-align: center;
  float: left;
}
.r-content1 .company .stu5 .top3 .t-content dl dd:last-of-type {
  border-bottom: 0;
}
.r-content1 .company .stu5 .top3 .t-content dl:nth-of-type(5n) dd {
  border-right: 0;
}
.r-content1 .company .stu5 .top4 {
  text-align: center;
  overflow: hidden;
  padding-top: 40px;
}
.r-content1 .company .stu5 .top4 .s-title1 {
  width: 70%;
  margin: 0 auto;
  font-size: 24px;
  color: #409EFF;
  line-height: 30px;
  font-weight: bold;
}
.r-content1 .company .stu5 .top4 .s-title3 {
  text-align: center;
  font-size: 14px;
  color: #F56C6C;
  line-height: 30px;
}
.r-content1 .company .stu5 .top4 .s-time {
  width: 300px;
  height: 60px;
  margin: 10px auto;
  text-align: center;
}
.r-content1 .company .stu5 .top4 .s-time span {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
}
.r-content1 .company .stu5 .top4 .s-time i {
  font-style: normal;
}
.r-content1 .company .stu5 .top4 .s-btns {
  cursor: pointer;
  margin: 10px auto;
  display: inline-block;
  padding: 5px 10px;
  background-color: #F56C6C;
  color: #fff;
  font-size: 16px;
}
.r-content1 .company .stu5 .top4 .s-tips {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.r-content1 .right {
  width: 270px;
  float: left;
  margin-left: 30px;
}
.r-content1 .right .g4 {
  width: 100%;
  background-color: #fff;
  float: left;
  margin-bottom: 10px;
}
.r-content1 .right .g4 .g-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-left: 10px;
}
.r-content1 .right .g4 .g-title i {
  font-size: 13px;
  padding-right: 5px;
}
.r-content1 .right .g4 .g-list {
  padding: 10px;
}
.r-content1 .right .g4 .g-list ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.r-content1 .right .g4 .g-list ul li {
  float: left;
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
}
.r-content1 .right .g4 .g-list ul li .img {
  width: 70px;
  height: 80px;
  background: url("../i/img15.png") no-repeat center;
  background-size: cover;
  border: 1px solid #ccc;
  float: left;
  margin-right: 10px;
}
.r-content1 .right .g4 .g-list ul li .name1 {
  width: calc(100% - 80px);
  float: left;
  font-size: 12px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.r-content1 .right .g4 .g-list ul li .name2 {
  width: calc(100% - 80px);
  float: left;
  font-size: 12px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.r-content1 .right .g4 .g-list ul li .name3 {
  width: calc(100% - 80px);
  height: 42px;
  float: left;
  font-size: 12px;
  line-height: 20px;
  color: #409EFF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ban {
  width: 100%;
  height: 150px;
  clear: both;
  margin-top: 30px;
  background: url("../i/banner.png") no-repeat center;
  background-size: cover;
}
.goods {
  width: 1200px;
  height: 400px;
  margin: 20px auto;
  padding: 10px;
  background-color: #fff;
}
.goods .ref {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.goods .ref ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.goods .ref ul li {
  padding-right: 30px;
  float: left;
  font-size: 13px;
  color: #333;
  position: relative;
}
.goods .ref ul li:not(:last-of-type):after {
  content: '>';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.goods .img {
  width: 500px;
  height: 340px;
  background: url("../i/wk1.png") no-repeat center;
  background-size: cover;
  float: left;
}
.goods .s-content {
  width: calc(100% - 520px);
  margin-left: 20px;
  float: left;
}
.goods .s-content .name {
  font-size: 20px;
  color: #333;
  line-height: 20px;
}
.goods .s-content .name2 {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  padding-top: 10px;
}
.goods .s-content .time {
  width: 100%;
  height: 40px;
}
.goods .s-content .time span.btn {
  display: inline-block;
  width: 70px;
  height: 20px;
  text-align: center;
  color: #409EFF;
  font-size: 12px;
  background: #d9ecff;
  border: 1px solid #409EFF;
  border-radius: 3px;
  margin: 10px 0;
  line-height: 18px;
}
.goods .s-content .time span.txt {
  display: inline-block;
  font-size: 13px;
  color: #333;
  line-height: 40px;
  padding-left: 10px;
}
.goods .s-content .price {
  width: 100%;
  height: 40px;
}
.goods .s-content .price span.btn {
  display: inline-block;
  width: 70px;
  height: 20px;
  text-align: center;
  color: #409EFF;
  font-size: 12px;
  background: #d9ecff;
  border: 1px solid #409EFF;
  border-radius: 3px;
  margin: 10px 0;
  line-height: 18px;
}
.goods .s-content .price span.txt {
  display: inline-block;
  font-size: 20px;
  color: #F56C6C;
  line-height: 40px;
  padding-left: 10px;
  font-weight: bold;
}
.goods .s-content .online {
  width: 120px;
  height: 40px;
  font-size: 14px;
  color: #409EFF;
  background: #d9ecff;
  border: 1px solid #409EFF;
  border-radius: 3px;
  text-align: center;
  line-height: 38px;
  margin-top: 10px;
  float: left;
}
.goods .s-content .sub {
  width: 120px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #409EFF;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  margin-top: 10px;
  margin-left: 50px;
  float: left;
}
.g5 {
  width: 1200px;
  height: auto;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 10px;
}
.g5 dl {
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.g5 dl.g-bg {
  background-color: #ccc;
  border-bottom: 0;
}
.g5 dl dt {
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  color: #666;
}
.g5 dl dd {
  margin: 0;
  line-height: 40px;
  cursor: pointer;
  padding: 0 20px;
  float: left;
  font-size: 13px;
  color: #666;
}
.g5 dl dd.active {
  color: #409EFF;
}
.g5 dl dd i {
  font-style: normal;
  color: #409EFF;
}
.g6 {
  width: 1200px;
  height: 30px;
  background-color: #ccc;
  margin: 0 auto;
}
.g6 .name1 {
  float: left;
  width: 80px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #333;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  margin: 5px 10px;
}
.g6 .name1 i {
  font-size: 11px;
}
.g6 .name2 {
  float: left;
  width: 80px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #333;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  margin: 5px 10px;
}
.g6 .name2 i {
  font-size: 11px;
}
.g6 .name3 {
  float: right;
  height: 30px;
  font-size: 12px;
  padding-right: 10px;
}
.g6 .name3 span {
  display: inline-block;
  height: 20px;
  margin: 5px;
}
.g6 .name3 span i {
  width: 20px;
  height: 20px;
  color: #666;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.page {
  width: 650px;
  height: 40px;
  font-size: 12px;
  margin: 40px auto;
}
.page .back {
  cursor: pointer;
  width: 80px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #ccc;
  color: #666;
  float: left;
  margin-right: 10px;
}
.page .page-list {
  float: left;
}
.page .page-list ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.page .page-list ul li {
  cursor: pointer;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ccc;
  color: #666;
  margin-right: 10px;
}
.page .page-list ul li.active {
  border: 0;
  color: #F56C6C;
  line-height: 30px;
}
.page .next {
  cursor: pointer;
  width: 80px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #ccc;
  color: #666;
  float: left;
  margin-right: 10px;
}
.page .total {
  line-height: 30px;
  float: left;
  padding: 0 3px;
  font-size: 13px;
  color: #666;
}
.page .go {
  line-height: 30px;
  float: left;
  padding: 0 3px;
  font-size: 13px;
  color: #666;
}
.page .go input {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  text-align: center;
}
.page .go span {
  margin-left: 5px;
  display: inline-block;
  width: 60px;
  height: 30px;
  border: 1px solid #ccc;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.g7 {
  width: 1200px;
  padding: 0 20px 20px 20px;
  height: auto;
  background-color: #fff;
  margin: 10px auto;
}
.g7 ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#all_goods{padding-bottom: 20px;}
body>.g7>#all_goods > li {
  cursor: pointer;
  float: left;
  width: 18%;
  margin-top: 2%;
  margin-left: 1%;
  margin-right: 1%;
  border: 1px solid #ccc;
}
.g7 ul li:nth-of-type(5n) {
  margin-right: 0;
}
.g7 ul li:hover {
  border: 1px solid #409EFF;
}
.g7 ul li:hover .img {
  border-bottom: 1px solid #409EFF;
  position: relative;
}
.g7 ul li:hover .img:after {
  content: '';
  background: url("../i/new/collection.png") no-repeat center;
  background-size: 50px;
  background-color: rgba(83, 168, 255, 0.8);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.g7 ul li .img {
  width: 100%;
  height: 230px;
  background: url("../i/wk1.png") no-repeat center;
  background-size: cover;
  border-bottom: 1px solid #ccc;
}
.g7 ul li .name {
  padding: 10px;
  height: 55px;
  line-height: 22px;
  font-size: 13px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.g7 ul li .price1 {
  float: left;
  width: 50%;
  height: 30px;
  font-size: 14px;
  color: #409EFF;
  line-height: 30px;
  padding-left: 10px;
}
.g7 ul li .price1 i {
  font-size: 12px;
  font-style: normal;
  color: #333;
}
.g7 ul li .price2 {
  float: left;
  width: 50%;
  height: 30px;
  font-size: 14px;
  color: #F56C6C;
  padding-right: 10px;
  line-height: 30px;
  text-align: right;
}
.top-b {
  width: 100%;
  height: 10px;
  background-color: #409EFF;
  clear: both;
}
.products {
  width: 100%;
  height: 70px;
  background-color: #fff;
}
.products .t-g {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
}
.products .t-g .g-status {
  cursor: pointer;
  width: 250px;
  height: 50px;
  background-color: #409EFF;
  color: #fff;
  line-height: 50px;
  float: left;
  margin: 10px 0;
  font-size: 14px;
}
.products .t-g .g-status dl {
  width: 100%;
  padding: 0;
  margin: 0;
}
.products .t-g .g-status dl dt {
  padding-left: 10px;
}
.products .t-g .g-status dl dt i {
  font-size: 12px;
  float: right;
  padding-right: 10px;
}
.products .t-g .g-status dl dt i.l {
  float: left;
}
.products .t-g .g-status dl dt i.r {
  float: right;
}
.products .t-g .g-status dl dd {
  width: 250px;
  padding-left: 50px;
  height: 30px;
  line-height: 30px;
  float: left;
  background: #66b1ff;
  color: #fff;
  z-index: 9999;
}
.products .t-g .g-status dl dd:first-of-type {
  margin-top: 0;
}
.products .t-g .g-status dl dd:hover {
  background: #409EFF;
}
.products .t-g .g-status dl dd i {
  float: right;
  padding-right: 10px;
  font-size: 13px;
}
.products .t-g .g-nav {
  float: left;
  width: 550px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.products .t-g .g-nav ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.products .t-g .g-nav ul li {
  cursor: pointer;
  width: 25%;
  float: left;
  position: relative;
}
.products .t-g .g-nav ul li.active {
  color: #409EFF;
}
.products .t-g .g-nav ul li.active:after {
  content: '';
  width: 60%;
  height: 5px;
  background-color: #409EFF;
  position: absolute;
  bottom: 0;
  left: 20%;
}
.products .t-g .g-search {
  width: calc(100% - 600px);
  float: left;
  height: 50px;
  border: 2px solid #409EFF;
  margin: 10px 0;
}
.products .t-g .g-search .am-input-group {
  width: 100%;
}
.products .t-g .g-search .am-input-group .am-selected {
  width: 30%;
  float: left;
}
.products .t-g .g-search .am-input-group .am-selected .am-selected-btn {
  width: 100%;
  font-size: 13px;
  border: 0;
  height: 48px;
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
}
.products .t-g .g-search .am-input-group .am-form-field {
  width: 50%;
  height: 46px;
  border: 0;
  border-left: 1px solid #ccc;
  line-height: 46px;
  text-align: left;
  font-size: 13px;
}
.products .t-g .g-search .am-input-group .am-input-group-btn {
  width: 20%;
  height: 48px;
  float: left;
}
.products .t-g .g-search .am-input-group .read {
  border: 0;
  padding: 0;
  width: 100%;
  float: left;
  height: 48px;
  line-height: 48px;
  background-color: #409EFF;
  color: #fff;
  margin-left: 0.1rem;
}
.g8 {
  width: 1200px;
  height: auto;
  margin: 10px auto;
}
.g8 .g-tips {
  background-color: #ccc;
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: left;
}
.g8 .g-tips ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.g8 .g-tips ul li {
  padding-right: 40px;
  float: left;
  font-size: 14px;
  color: #333;
  position: relative;
}
.g8 .g-tips ul li:first-of-type {
  padding-left: 10px;
}
.g8 .g-tips ul li:not(:last-of-type):after {
  content: '>';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.g8 .g-content {
  width: 1200px;
  height: 540px;
  margin: 10px auto;
  background-color: #fff;
}
.g8 .g-content .g-left {
  width: 400px;
  float: left;
}
.g8 .g-content .g-left .img {
  float: left;
  width: 100%;
  height: 420px;
  border: 1px solid #ccc;
  background: url("../i/wk1.png") no-repeat center;
  background-size: cover;
}
.g8 .g-content .g-left .g-list {
  width: 100%;
  height: 60px;
  margin-top: 20px;
  float: left;
}
.g8 .g-content .g-left .g-list ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.g8 .g-content .g-left .g-list ul li:first-of-type {
  width: 20px;
  height: 60px;
  float: left;
  background-color: #ccc;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 60px;
  font-size: 12px;
}
.g8 .g-content .g-left .g-list ul li.img {
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
  margin-left: 10px;
  float: left;
}
.g8 .g-content .g-left .g-list ul li:last-of-type {
  width: 20px;
  height: 60px;
  float: right;
  background-color: #ccc;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 60px;
}
.g8 .g-content .g-center {
  width: 500px;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}
.g8 .g-content .g-center .g-title {
  padding: 10px 0;
  width: 100%;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 25px;
  border-bottom: 1px solid #ccc;
}
.g8 .g-content .g-center .price {
  float: left;
  width: 100%;
  line-height: 40px;
}
.g8 .g-content .g-center .price span {
  color: #666;
}
.g8 .g-content .g-center .price span.g-p {
  font-size: 26px;
  color: #409EFF;
}
.g8 .g-content .g-center .price span.p1 {
  padding-left: 40px;
  font-size: 26px;
  color: #D54D47;
}
.g8 .g-content .g-center .name1 {
  float: left;
  width: 100%;
  line-height: 40px;
}
.g8 .g-content .g-center .name1 span {
  display: inline-block;
  line-height: 40px;
  float: left;
}
.g8 .g-content .g-center .name1 span:last-of-type {
  font-size: 12px;
  line-height: 45px;
}
.g8 .g-content .g-center .name1 .img {
  width: 200px;
  height: 40px;
  background: url("../i/x.png") no-repeat center;
  background-size: contain;
  float: left;
}
.g8 .g-content .g-center .name2 {
  float: left;
  width: 100%;
  line-height: 40px;
}
.g8 .g-content .g-center .name2 span.n-a {
  color: #D54D47;
}
.g8 .g-content .g-center .name3 {
  float: left;
  width: 100%;
  line-height: 40px;
}
.g8 .g-content .g-center .name3 span:last-of-type {
  font-size: 12px;
}
.g8 .g-content .g-center .name4 {
  float: left;
  width: 100%;
  line-height: 40px;
}
.g8 .g-content .g-center .name4 span {
  display: inline-block;
  line-height: 40px;
  float: left;
}
.g8 .g-content .g-center .name4 .g-num {
  width: 120px;
  height: 40px;
  float: left;
  border: 1px solid #ccc;
}
.g8 .g-content .g-center .name4 .g-num i {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 38px;
  float: left;
  font-style: normal;
}
.g8 .g-content .g-center .name4 .g-num input {
  width: 78px;
  height: 38px;
  float: left;
  text-align: center;
  border-left: 1px solid #ccc;
  border-top: 0;
  border-bottom: 0;
  border-right: 1px solid #ccc;
}
.g8 .g-content .g-center .name5 {
  float: left;
  width: 100%;
  line-height: 40px;
}
.g8 .g-content .g-center .name5 span {
  display: inline-block;
  float: left;
}
.g8 .g-content .g-center .name6 {
  cursor: pointer;
  float: left;
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background-color: #ED8333;
  border-radius: 3px;
  margin: 20px 20px 20px 0;
}
.g8 .g-content .g-center .name7 {
  cursor: pointer;
  float: left;
  width: 100px;
  height: 40px;
  line-height: 38px;
  font-size: 15px;
  color: #ED8333;
  border: 1px solid #ED8333;
  text-align: center;
  background-color: #FBE4D2;
  border-radius: 3px;
  margin: 20px;
}
.g8 .g-content .g-right {
  width: calc(100% - 940px);
  height: 490px;
  border: 1px solid #ccc;
  margin-top: 10px;
  float: right;
}
.g8 .g-content .g-right .g-title {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #ccc;
  background-color: #ccc;
  padding-left: 10px;
}
.g8 .g-content .g-right .g-content {
  width: 100%;
  height: 416px;
  margin: 0;
}
.g8 .g-content .g-right .g-clear {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-align: right;
  border-bottom: 1px solid #ccc;
  background-color: #ccc;
  padding-right: 10px;
}
.g9 {
  width: 1200px;
  height: auto;
  background-color: #fff;
  margin: 10px auto;
  overflow: hidden;
}
.g9 .g-left {
  width: 920px;
  margin-right: 20px;
  float: left;
}
.g9 .g-left .g-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  background-color: #ccc;
}
.g9 .g-left .g-title ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.g9 .g-left .g-title ul li {
  cursor: pointer;
  float: left;
  width: 100px;
  text-align: center;
}
.g9 .g-left .g-title ul li.active {
  border-top: 4px solid #409EFF;
  color: #409EFF;
  line-height: 36px;
  background-color: #fff;
}
.g9 .g-left .g-content {
  width: 100%;
  height: auto;
  padding: 20px;
  line-height: 25px;
}
.g9 .g-right {
  width: 260px;
  float: left;
  border: 1px solid #ccc;
}
.g9 .g-right .g-title {
  width: 100%;
  height: 40px;
  text-align: left;
  padding-left: 10px;
  line-height: 40px;
  background-color: #ccc;
  font-size: 14px;
  font-weight: bold;
}
.g9 .g-right .g-content {
  width: 100%;
}
.g9 .g-right .g-content ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.g9 .g-right .g-content ul li {
  float: left;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.g9 .g-right .g-content ul li li:last-of-type {
  border-bottom: 0;
}
.g9 .g-right .g-content ul li .img {
  width: 100%;
  height: 120px;
  background: url("../i/wk1.png") no-repeat center;
  background-size: cover;
}
.g9 .g-right .g-content ul li .name {
  padding: 10px 0;
  font-size: 12px;
  color: #666;
  line-height: 20px;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.g9 .g-right .g-content ul li .price {
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #ED8333;
}
.g10 {
  width: 1200px;
  height: auto;
  margin: 10px auto;
  background-color: #fff;
  overflow: hidden;
}
.g10 .g-left {
  width: 830px;
  float: left;
}
.g10 .g-left .g-success {
  width: 100%;
  padding: 30px 0;
  text-align: left;
}
.g10 .g-left .g-success i {
  font-size: 32px;
  color: #67C23A;
  padding-left: 70px;
  float: left;
  line-height: 45px;
}
.g10 .g-left .g-success span {
  float: left;
  margin-left: 10px;
  display: inline-block;
  line-height: 45px;
  font-size: 28px;
  color: #67C23A;
}
.g10 .g-left .g-success .c1 {
  display: inline-block;
  padding: 10px 20px;
  background-color: #D12C76;
  color: #fff;
  cursor: pointer;
}
.g10 .g-left .g-success .c2 {
  display: inline-block;
  line-height: 45px;
  margin-left: 10px;
  font-size: 14px;
}
.g10 .g-left .g-content {
  background-color: #fff;
}
.g10 .g-left .g-content .g-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #ccc;
}
.g10 .g-left .g-content .g-title ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.g10 .g-left .g-content .g-title ul li {
  cursor: pointer;
  width: 100px;
  float: left;
  line-height: 40px;
  text-align: center;
}
.g10 .g-left .g-content .g-title ul li.active {
  background-color: #fff;
  border-bottom: 4px solid #D12C76;
  line-height: 36px;
}
.g10 .g-left .g-content .g-lists {
  padding: 20px;
  border: 1px solid #ccc;
}
.g10 .g-left .g-content .g-lists ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.g10 .g-left .g-content .g-lists ul li {
  cursor: pointer;
  float: left;
  width: 24%;
  margin-top: 2%;
  margin-right: 1.3%;
  border: 1px solid #ccc;
}
.g10 .g-left .g-content .g-lists ul li:nth-of-type(4n) {
  margin-right: 0;
}
.g10 .g-left .g-content .g-lists ul li:hover {
  border: 1px solid #409EFF;
}
.g10 .g-left .g-content .g-lists ul li:hover .img {
  border-bottom: 1px solid #409EFF;
  position: relative;
}
.g10 .g-left .g-content .g-lists ul li:hover .img:after {
  content: '';
  background: url("../i/new/collection.png") no-repeat center;
  background-size: 50px;
  background-color: rgba(83, 168, 255, 0.8);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.g10 .g-left .g-content .g-lists ul li .img {
  width: 100%;
  height: 230px;
  background: url("../i/wk1.png") no-repeat center;
  background-size: cover;
  border-bottom: 1px solid #ccc;
}
.g10 .g-left .g-content .g-lists ul li .name {
  padding: 10px;
  height: 55px;
  line-height: 22px;
  font-size: 13px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.g10 .g-left .g-content .g-lists ul li .price1 {
  float: left;
  width: 50%;
  height: 30px;
  font-size: 14px;
  color: #409EFF;
  line-height: 30px;
  padding-left: 10px;
}
.g10 .g-left .g-content .g-lists ul li .price1 i {
  font-size: 12px;
  font-style: normal;
  color: #333;
}
.g10 .g-left .g-content .g-lists ul li .price2 {
  float: left;
  width: 50%;
  height: 30px;
  font-size: 14px;
  color: #F56C6C;
  padding-right: 10px;
  line-height: 30px;
  text-align: right;
}
.g10 .g-right {
  width: 350px;
  float: left;
  margin-left: 20px;
  border: 1px solid #ccc;
}
.g10 .g-right .g-title {
  background-color: #FDF3F9;
  font-size: 20px;
  line-height: 50px;
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
  color: #D12C76;
  border-bottom: 1px solid #ccc;
}
.g10 .g-right .g-title i {
  font-size: 24px;
  padding-right: 10px;
}
.g10 .g-right .c1 {
  padding: 20px 20px 0 20px;
  font-size: 13px;
  color: #666;
  text-align: left;
}
.g10 .g-right .c2 {
  padding: 0 20px 20px 20px;
}
.g10 .g-right .c2 ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.g10 .g-right .c2 ul li {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
  float: left;
}
.g10 .g-right .c2 ul li .img {
  width: 85px;
  height: 85px;
  border: 1px solid #ccc;
  background: url("../i/img15.png") no-repeat center;
  background-size: cover;
  float: left;
}
.g10 .g-right .c2 ul li .name {
  float: left;
  width: calc(100% - 95px);
  height: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-left: 10px;
  font-size: 13px;
  color: #333;
  line-height: 18px;
}
.g10 .g-right .c2 ul li .price {
  float: left;
  width: calc(100% - 95px);
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
}
.g10 .g-right .c2 ul li .price .p-1 {
  font-size: 18px;
  font-weight: bold;
  color: #D12C76;
}
.g10 .g-right .c2 ul li .price .p-2 {
  font-size: 18px;
  font-weight: bold;
  color: #409EFF;
}
.g10 .g-right .c2 ul li .price .p-3 {
  color: #333;
}
.g10 .g-right .c2 ul li .g-num {
  float: left;
  width: 90px;
  height: 20px;
  margin-left: 10px;
  border: 1px solid #ccc;
}
.g10 .g-right .c2 ul li .g-num i {
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
}
.g10 .g-right .c2 ul li .g-num input {
  width: 48px;
  height: 18px;
  float: left;
  border: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}
.g10 .g-right .g-count {
  padding-bottom: 15px;
  font-size: 13px;
  color: #333;
  text-align: left;
  padding-left: 20px;
}
.g10 .g-right .g-count i {
  color: #D12C76;
  font-style: normal;
}
.g10 .g-right .g-count1 {
  padding-bottom: 15px;
  padding-left: 20px;
}
.g10 .g-right .g-count1 span {
  font-size: 13px;
  color: #333;
}
.g10 .g-right .g-count1 span:last-of-type {
  font-size: 22px;
  color: #D12C76;
  text-align: left;
  font-weight: bold;
}
.g10 .g-right .g-pay {
  cursor: pointer;
  width: calc(100% - 40px);
  height: 40px;
  background-color: #D12C76;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  margin: 20px;
  color: #fff;
  border-radius: 3px;
}
.g17{
  width: 1200px;
  padding: 0 20px 20px 20px;
  height: auto;
  background-color: #fff;
  margin: 10px auto;
}
.g17 ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.g17 ul li{margin-top:20px;position:relative;z-index:1;float:left;width:200px;margin-right:17px;margin-bottom:20px;-webkit-transition:all .2s linear;transition:all .2s linear;padding-bottom:10px}

.g17 ul li:hover{-webkit-box-shadow:0 15px 30px rgba(0,0,0,.1);box-shadow:0 15px 30px rgba(0,0,0,.1);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0);z-index:2}
.g17 dl{position:relative;z-index:1}
.g17 dt.goods-name a{display:-webkit-box;font-size:15px;line-height:20px;font-weight:400;text-align:center;margin:12px 8px;color:#333;height:40px;overflow:hidden;text-overflow:ellipsis}
.g17 ul li:hover .goods-name a{color:#F01414!important}
.g17 dl dd.goods-thumb img{width:200px;height:125px;border-radius:8px}
.g17 dl dd.goods-price{font-size:12px;height:24px;margin:0 8px}
.g17 dl dd.goods-price .price{color:#F01414;text-align:left;float:left}
.g17 dl dd.goods-price .sales{display:inline-block;color:#999;float:right;width:105px;text-align:right}
/*# sourceMappingURL=study.css.map */