* {
	margin: 0;
	padding: 0;
}

html,
body {
	min-width: 1100px;
}

body {
	padding-bottom: 125px;
}

#main div,
#main span,
#main ul,
#main li,
#main ol,
#main dl,
#main dd,
#main dt,
#main p,
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#main form,
#main fieldset,
#main legend,
#main img,
#main input,
#main section,
#main table,
#main thead,
#main tbody,
#main tr,
#main th,
#main td,
#main hr,
#main textarea {
	-moz-box-sizing: border-box;
	/*Firefox3.5+*/
	-webkit-box-sizing: border-box;
	/*Safari3.2+*/
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	/*W3C标准(IE9+，Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}

#main li {
	list-style: none;
}
#main a,
#main img {
  border: 0;
  margin: 0px;
  padding: 0px;
  backface-visibility: hidden;
}

#main a {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

#main .section input,
#main .section textarea,
#main .section select {
	border: 0;
	resize: none;
	outline: none;
	font-size: 14px;
}

#main .section select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

#main .section select::-ms-expand {
	display: none;
}

#main .btn-box.btn-inline {
	text-align: center;
}

#main .btn-inline .btn {
	display: inline-block;
}

#main .btn {
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	width: 152px;
	background-image: url(../images/btn_01.png);
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

#main .btn:hover {
	color: #6a4ae2;
	background-image: url(../images/btn_02.png);
}

#main .tab {
	color: #f25554;
	font-size: 16px;
	width: 116px;
	height:50px;
	line-height: 50px;
	background-image: url(../images/tab_01.png);
}

#main .tab:hover,
#main .tab.active {
	color: #fff;
	background-image: url(../images/tab_02.png);
}

#main .fr {
	float: right;
}

#main .fl {
	float: left;
}

#main .clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

#main .title {
	font-weight: bold;
}

#main .icon {
	background: url(../images/icons.png) no-repeat;
}

#main .btn2 {
	width: 237px;
	background-image: url(../images/btn2_01.png);
}

#main .btn2:hover {
	background-image: url(../images/btn2_02.png);
}

#main .container .select {
	position: relative;
	display: inline-block;
}

#main .container .select:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 12px solid #b9bbcd;
}

#main .container .select input {
	cursor: default;
}

#main .container .select ul {
	display: none;
	position: absolute;
	font-size: 14px;
	z-index: 100;
	overflow: auto;
	color: #000;
	padding: 5px 0;
	background-color: #fff;
	line-height: 24px;
	border: 1px solid #ecedf6;
}

#main .container .select ul.active {
	display: block;
}

#main .container .select ul li {
	padding-left: 20px;
	cursor: pointer;
}

#main .container .select ul li:hover {
	background-color: #e5e5e5;
}


#main {
	background: #f9f9fd url(../images/background.png) no-repeat 0 828px;
	font-size: 0;
	font-family: "微软雅黑"
}

#main .header {
	background: url(../images/header.jpg) no-repeat center;
	height: 450px;
}

#main .header .btn-box {
	padding: 294px 0 0 840px;
	width: 1000px;
	margin: 0 auto;
}

#main .header .btn-box .btn {
	margin-bottom: 19px;
}

#main .nav.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	min-width: 1070px;
	z-index: 999;
	background-color: #fafafc;
}

#main .nav ul {
	width: 1000px;
	margin: 0 auto;
	height: 50px;
	line-height: 22px;
	padding: 12px 0;
}

#main .nav li {
	display: inline-block;
	font-size: 14px;
	color: #484b78;
	cursor: pointer;
	width: 165px;
	text-align: center;
	font-weight: bold;
}

#main .nav li:after {
	content: "";
	float: right;
	height: 15px;
	border-right: 1px solid #82849f;
	border-left: 1px solid #484b78;
	margin-top: 3px;
}

#main .nav li.last:after {
	border: 0;
}

#main .nav li:hover,
#main .nav li.active {
	color: #f06560;
}

#main .section {
	padding: 50px 0;
}

#main .section.bg4 {
	background-color: #e2e3f4;
}

#main .section>.title {
	text-align: center;
	margin-bottom: 15px;
}

#main .section .container {
	width: 1000px;
	margin: 25px auto 0;
}

#main .section .last {
	margin-right: 0 !important;
}

#main .section1>p {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #484848;
}

#main .section1 .container .item {
	display: inline-block;
	width: 130px;
	height: 66px;
	border: 1px solid #6b6c99;
	text-align: center;
	line-height: 64px;
	color: #313577;
	margin-right: 15px;
	cursor: pointer;
	position: relative;
}

#main .section1 .container .item.active,
#main .section1 .container .item:hover {
	background-color: #6b6c99;
	color: #fff;
}

#main .section1 .container .item.active:after {
	position: absolute;
	content: "";
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	left: 50%;
	margin-left: -10px;
}

#main .section1 .container .item.top.active:after {
	border-top: 9px solid #6b6c99;
	bottom: -10px;
}

#main .section1 .container .item.bottom.active:after {
	border-bottom: 9px solid #6b6c99;
	top: -10px;
}

#main .section1 .container .item>div,
#main .section1 .container .content>div {
	display: inline-block;
	line-height: 24px;
	vertical-align: middle;
	width: 100%;
}

#main .section1 .container .item .city {
	font-size: 18px;
	font-weight: bold;
}

#main .section1 .container .item .time {
	font-size: 14px;
}

#main .section1 .container .content {
	height: 136px;
	margin: 18px 0;
	line-height: 136px;
	padding: 0 60px;
	background-color: #fff;
	-moz-box-shadow: 0px 3px 12px rgba(201, 201, 217, 0.32);
	-webkit-box-shadow: 0px 3px 12px rgba(201, 201, 217, 0.32);
	box-shadow: 0px 3px 12px rgba(201, 201, 217, 0.32);
}

#main .section1 .container .content .icon {
	width: 36px;
	height: 55px;
	background-position: -5px 0px;
}

#main .section1 .container .content .city {
	font-size: 48px;
	font-weight: bold;
	color: #313577;
	line-height: 48px;
	margin: 0 30px 0 18px;
}

#main .section1 .container .content .detail {
	font-size: 14px;
	color: #000;
	padding-left: 30px;
	border-left: 1px dashed #d5d5e3;
}

#main .section1 .container .content .time {
	margin-bottom: 7px;
}

#main .section1 .container .content .detail>div:before {
	content: "";
	float: left;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #b7b9da;
	margin: 7px 11px 0 0;
}

#main .section1 .container .content .label {
	font-weight: bold;
	display: inline-block;
}

#main .section2 .container .item.item-mini {
	width: 486px;
	margin: 0 28px 38px 0;
	display: inline-block;
}

#main .section2 .container .item img {
	float: left;
}

#main .section2 .container .item .fl {
	width: 864px;
}

#main .section2 .container .item.item-mini .fl {
	width: 350px;
}

#main .section2 .container .item .top {
	padding: 0 0 0 30px;
}

#main .section2 .container .item .top .icon {
	background-position: -5px -78px;
	width: 75px;
	height: 41px;
	margin-right: 18px;
	display: inline-block;
}

#main .section2 .container .item .top span {
	font-size: 21px;
	line-height: 24px;
	color: #313577;
	font-weight: bold;
	vertical-align: top;
}

#main .section2 .container .item .content {
	height: 363px;
	padding: 20px 35px;
	background-color: #fff;
	-moz-box-shadow: 0px 3px 12px rgba(201, 201, 217, 0.32);
	-webkit-box-shadow: 0px 3px 12px rgba(201, 201, 217, 0.32);
	box-shadow: 0px 3px 12px rgba(201, 201, 217, 0.32);
}

#main .section2 .container .item.item-mini .top {
	padding-top: 10px;
}

#main .section2 .container .item.item-mini .content {
	height: 200px;
	padding: 20px 25px;
}

#main .section2 .container .item .content span {
	font-size: 14px;
	line-height: 24px;
	color: #484848;
}

#main .section2 .container .item .content .content-item {
	width: 360px;
	float: left;
	height: 100%;
}

#main .section2 .container .item .content .content-item.br {
	border-right: 1px dashed #d4d5dc;
	margin-right: 40px;
	width: 390px;
	padding: 0 30px 0 0;
}

#main .section2 .container .item .content .content-item .title {
	text-align: center;
	margin-bottom: 10px;
}

#main .section2 .container .item .content .content-item .title .icon {
	background-position: -130px -5px;
	width: 28px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
}

#main .section2 .container .item .content .content-item .title span {
	font-weight: bold;
	color: #000;
	vertical-align: middle;
}

#main .section2 .container .btn-box .btn {
	width: 220px;
	margin: 30px 25px 0;
}

#main .section3 .container .item {
	width: 235px;
	height: 236px;
	background-color: #fff;
	margin-right: 20px;
	float: left;
	padding: 0 22px;
	-moz-box-shadow: 0px 3px 12px rgba(201, 201, 217, 0.32);
	-webkit-box-shadow: 0px 3px 12px rgba(201, 201, 217, 0.32);
	box-shadow: 0px 3px 12px rgba(201, 201, 217, 0.32);
}

#main .section3 .container .item .top {
	height: 102px;
	border-bottom: 1px dashed #eaeaf6;
	color: #313577;
	line-height: 28px;
	padding-top: 25px;
}

#main .section3 .container .item .top .icon {
	width: 65px;
	height: 65px;
	float: left;
	background-position: -5px -306px;
	margin: -5px 11px 0 0;
}

#main .section3 .container .item .top p {
	font-size: 17px;
	font-weight: bold;
}

#main .section3 .container .item .top span {
	font-size: 14px;
}

#main .section3 .container .item .content {
	font-size: 14px;
	line-height: 24px;
	padding-top: 15px;
	text-align: center;
	color: #393939;
}

#main .section3 .container .btn {
	margin: 26px 50px 0;
	width: 154px;
}

#main .section4>p {
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto;
	width: 1000px;
}

#main .section4 .tab-box .tab {
	margin: 0 17px 25px;
	position: relative;
	width: 250px;
}

#main .section4 .tab-box .tab.active:after {
	content: "";
	position: absolute;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #e6535c;
	left: 113px;
	bottom: -12px;
}

#main .section4 .btn2 {
	margin-top: 19px;
}

#main .section4 .panel-box .panel {
	display: none;
}

#main .section4 .panel-box .panel.active {
	display: block;
}

#main .section4 .panel-box .panel .item {
	width: 236px;
	height: 326px;
	margin-right: 18px;
	float: left;
	background-color: #fff;
}

#main .section4 .panel-box .panel .item p {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	color: #313577;
	margin: -8px 0 10px 22px;
}

#main .section4 .panel-box .panel .item li {
	margin: 0 0 4px 38px;
	font-size: 14px;
	line-height: 24px;
	position: relative;
}

#main .section4 .panel-box .panel .item li.bold {
	font-weight: bold;
}

#main .section4 .panel-box .panel .item li:before {
	content: "";
	position: absolute;
	left: -16px;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #b7b9da;
}
#main .section5 .container {
  display: flex;
  align-items: flex-start;
}

#main .section5 .container .panel-box{
  width: calc(100% - 136px);
}
#main .section5 .container .tab-box{
  width:116px;
  margin-right: 20px;
}
#main .section5 .container .tab {
	margin: 0 0 10px 0;
}
#main .section5 .container .tab:last-child{
  margin-bottom: 0;
}
#main .section5 .container .tab.tab-father .tab-child .tab-btn.active {
	color: #f25554;
	font-weight: bold;
}

#main .section5 .container .panel {
	display: none;
}

#main .section5 .container .panel.active {
	display: block;
}

#main .section5 .container .mytable th {
	background-color: #727394;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #fff;
}

#main .section5 .container .mytable tbody {
	background: #fff;
}

#main .section5 .panel2 td:first-child,
#main .section5 .panel3 td:first-child,
#main .section5 .panel4 td:first-child,
#main .section5 .panel5 td:first-child {
	border-left: #d8daeb 1px solid;
}

#main .section5 .container .mytable td {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding: 15px 10px;
	border-right: 1px solid #d8daeb;
	border-bottom: 1px solid #d8daeb;
}

#main .section5 .container .mytable td.rowHead {
	background-color: #e4e6f5;
	color: #414265;
	font-size: 20px;
	border: 0;
}

#main .section5 .btn2 {
	margin: 27px 25px 0;
}

#main .section6 .container .item-box {
	border-bottom: 1px solid #fff;
	float: left;
	border-left: 1px solid #fff;
	float: left;
}

#main .section6 .container .item {
	height: 156px;
	width: 333px;
	background-color: transparent;
	border-right: 1px solid #fff;
	float: left;
	padding: 25px 35px 0 40px;
	position: relative;
}

#main .section6 .container .item.active {
	background: #fff;
	height: 157px;
	border-right: 0;
	margin-top: -1px;
	padding-top: 26px;
	-moz-box-shadow: 0px 3px 12px rgba(201, 201, 217, 0.32);
	-webkit-box-shadow: 0px 3px 12px rgba(201, 201, 217, 0.32);
	box-shadow: 0px 3px 12px rgba(201, 201, 217, 0.32);
}

#main .section6 .container .item.active:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/icons.png) no-repeat -330px -5px;
	width: 93px;
	height: 46px;
}

#main .section6 .container .item .title {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

#main .section6 .container .item .title .icon {
	background-position: -195px -5px;
	width: 41px;
	height: 41px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 18px;
}

#main .section6 .container .item .content {
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
}

#main .section6 .container .btn-box {
	margin: 20px 0 0 60px;
}

#main .section6 .container .btn-box .btn {
	margin: 8px 0 0 0;
	width: 217px;
}

#main .section7 .container {
	position: relative;
}

#main .section7 .container .wrapBox {
	width: 888px;
	height: 241px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

#main .section7 .container .wrapBox .wrap {
	position: absolute;
	left: 0;
	width: 400%;
	height: 241px;
}

#main .section7 .container .wrapBox li {
	float: left;
	width: 888px;
}

#main .section7 .container img {
	margin: 0 12px;
	/*-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;*/
}

/*#main .section7 .container img:hover{
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
}*/
#main .section7 .container .arrow {
	position: absolute;
	top: 101px;
	width: 40px;
	height: 40px;
	background-position: -330px -210px;
	cursor: pointer;
	display: none;
}

#main .section7 .container .arrow.prev {
	left: 8px;
}

#main .section7 .container .arrow.next {
	right: 8px;
	background-position-x: -395px;
}

#main .section7 .container .points {
	width: 96px;
	margin: 0 auto;
}

#main .section7 .container .points li {
	width: 12px;
	height: 12px;
	background: #dfe1ec;
	border-radius: 10px;
	display: inline-block;
	margin: 22px 6px 0;
	cursor: pointer;
}

#main .section7 .container .points li.active {
	background: #727394;
}

#main .section8 {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 155px;
	padding: 0;
	z-index: 100;
	background-color: #4d4f77;
	overflow: auto;
	-moz-box-shadow: 0px 0px 24px rgba(190, 193, 209, 0.65);
	-webkit-box-shadow: 0px 0px 24px rgba(190, 193, 209, 0.65);
	box-shadow: 0px 0px 24px rgba(190, 193, 209, 0.65);
}

#main .section8 .container {
	position: relative;
	margin-top: 30px;
}

#main .section8 #closeBtn {
	position: absolute;
	right: 0;
	top: 5px;
	width: 18px;
	height: 18px;
	background: url(../images/icons.png) no-repeat -260px -210px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#main .section8 #closeBtn:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

#main .section8 .container .tip {
	font-size: 20px;
	font-weight: bold;
	color: #fefefe;
	border-bottom: 1px solid #c3c6db;
	line-height: 30px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#main .section8 .container .tip span {
	font-size: 14px;
}

#main .section8 .container .form-item {
	float: left;
	margin: 0 50px 0 0;
	position: relative;
}

#main .section8 .container .form-item input {
	width: 230px;
	height: 46px;
	background-color: #fff;
	padding-left: 50px;
	color: #404040;
}

#main .section8 .container .form-item.select:after {
	right: 13px;
	top: 19px;
}

#main .section8 .container .form-item.select ul {
	left: 0;
	top: 46px;
	/*bottom: 46px;*/
	width: 300px;
	max-height: 125px;
}

#main .section8 .container .form-item #section8-code {
	padding-left: 24px;
	width: 140px;
	margin-right: 19px;
}

#main .section8 .container .form-item .getCode {
	width: 78px;
	height: 46px;
	line-height: 46px;
	background: url(../images/tab_02.png) 100% 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 14px;
	text-align: center;
	color: #fff;
	float: right;
	cursor: pointer;
}

#main .section8 .container .form-item .getCode:hover {
	background: url(../images/icons.png) -330px -90px;
	color: #f25554;
}

#main .section8 .container .submit {
	width: 147px;
}

#main .section8 .container .submit:hover {
	color: #c571fc;
}

#main .section8 .container .form-item .icon {
	position: absolute;
	width: 28px;
	height: 46px;
	background-position: -260px 5px;
	left: 16px;
}

/*yuyue*/
#yuyuePopBox .content {
	border-color: #4d4f76;
}

#yuyuePopBox .top,
#yuyuePopBox h4.tit {
	background: #4d4f76;
}

#yuyuePopBox .button {
	background: url(../images/btn3_01.png) no-repeat;
	color: #fff;
}

#yuyuePopBox .button:hover {
	background: url(../images/btn3_02.png) no-repeat;
	color: #6a4ae2;
}

/*leyu*/
#floatLeft .floatLeft_top {
	background: #4d4f76;
}

#floatLeft #imageField {
	background: #c571fc;
}
.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dis-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pr {
  position: relative;
}

.po {
  position: absolute;
}

.po_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.products {
  box-sizing: border-box;
  height: 755px;
  overflow-y: auto;
}
.products .proTitle{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #123aab;
    margin: 0 0 20px 0;
}
.products ul {
  padding-bottom: 20px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.products ul::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

.products ul::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

.products ul::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.products li {
    width: 272px;
    height: 440px;
  border: 1px solid #e1e1e1;
  padding: 5px 5px 10px;
  transition: all 0.3s;
  margin-right: 15px;
  flex-shrink: 0;
  box-sizing: border-box;
  	margin-top: 15px;
}
.products li:nth-child(1),
.products li:nth-child(2),
.products li:nth-child(3){
	margin-top: 0;
}
.products li:nth-child(3n){
	margin-right: 0;
}
.products li:hover {
  border: 1px solid #ee625f2e;
  transition: all 0.3s;
  background: #ee625f2e;
}

.products li .img {
  height: 158px ;
}

.products li img {
  width: 100%;
}

.products li .title {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  color: #000000;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* ???¨¨?????????¡è??????€?????? */
  -webkit-line-clamp: 2;
  height: 72px;
  line-height: 28px;
  padding: 8px 5px;
  box-sizing: border-box;
}

.products li .tags {
  flex-wrap: wrap;
  margin: 5px 0 10px;
  height: 60px;
  overflow: hidden;
  padding: 0 5px 5px;
  box-sizing: border-box;
}

.products li .tags span {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 12px;
  height: 25px;
  background-color: #ebebeb;
  border-radius: 3px;
  letter-spacing: 0px;
  color: #666666;
  padding: 0 8px;
  box-sizing: border-box;
  margin-right: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 25px;
}

.products li .tags span:last-child {
  margin-right: 0;
}
.products li .intr{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
  line-height: 21px;
  padding:12px 5px 0  5px;
  margin-bottom: 20px;
  border-top: 1px solid #e1e1e1;
}
.products li .intr p{
  color: #808080;
}
.products li .intr p b {
  color: #333333;
}
.products li .intr p em{
  color: #f10000;
  font-style: normal;
}
.products li .guihua {
  width: 120px;
  height: 40px;
  background-image: linear-gradient(0deg, #ffc30c 0%, #ffe400 100%);
  box-shadow: 3px 4px 20px 0px rgba(117, 117, 117, 0.4);
  border-radius: 19px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}

.products li .zixun {
  width: 40px;
  height: 40px;
  background-color: #9b9b9b;
  margin-left: 17px;
  border-radius: 40px;
  cursor: pointer;
}

.products li .zixun img {
  width: 60%;
}

.products li .desc {
  font-size: 14px;
  color: #8f8f8f;
  line-height: 20px;
  padding: 0 5px;
  box-sizing: border-box;
  height: 60px;
}

.products li .desc em {
  color: #ff0000;
}

.prolay *{
    box-sizing: border-box;
}
.prolay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 1000;
}
 .prolay input,
.prolay select,
.prolay textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  border: none;
}

.prolay > div {
  width: 460px;
  height: auto;
  background: #ffffff;
  border-radius: 20px;
  padding-bottom: 10px;
}

.prolay .info {
  width: 460px;
  height: 80px;
  background-image: linear-gradient(80deg, #fcedd1 0%, #f1cf9e 100%);
  border-radius: 20px 20px 0px 0px;
  padding-left: 25px;
  padding-top: 12px;
}

.prolay .info p {
  font-size: 18px;
  color: #1a1a1a;
}

.prolay h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prolay .close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.prolay .close img {
  width: 100%;
}

.prolay .ztform {
  flex-wrap: wrap;
  padding: 25px 25px 20px;
}

.prolay .item,
.prolay input,
.prolay select {
  width: 200px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 45px;
  color: #999999;
}

.prolay .item {
  margin-bottom: 8px;
}

.prolay input,
.prolay select {
  padding-left: 10px;
}

.prolay select {
  background: #f1f1f1 url(../img/form_arrow.png) no-repeat right;
  background-position-y: 50%;
  background-position-x: 180px;
}

.prolay .item.yzm input {
  width: 100%;
}

.prolay .item.yzm span {
  width: 100px;
  height: 40px;
  background-color: #333333;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  flex-shrink: 0;
  text-align: center;
}

.prolay .pbtn {
  width: 160px;
  height: 45px;
  line-height: 45px;
  background-color: #ff6554;
  border-radius: 22px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 12px auto 0;
  text-align: center;
  cursor: pointer;
}
