.yingchang {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*@font-face {*/
  /*font-family: "pf";*/
  /*src: url('../font/PingFang Regular.ttf');*/
/*}*/
/*@font-face {*/
  /*font-family: "pfm";*/
  /*src: url('../font/PingFang Medium_downcc.ttf');*/
/*}*/
.topLogin {
  height: 30px;
  background: #2d2d2d;
  position: relative;
}
.topLogin > div {
  height: 30px;
}
.topLogin > div > div {
  height: 30px;
  float: left;
}
.topLogin > div > div p {
  font: 14px '微软雅黑';
  color: #000000;
  line-height: 30px;
}
.topLogin > div > ul {
  float: right;
  height: 30px;
  line-height: 30px;
}
.topLogin > div > ul li {
  float: left;
  padding: 0 14px;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.topLogin > div > ul li a {
  font: 14px '微软雅黑';
  color: #000000;
}
.topLogin > div > ul li:before {
  display: block;
  content: '';
  width: 1px;
  height: 10px;
  background: #424242;
  position: absolute;
  left: -0.5px;
  top: 50%;
  margin-top: -3px;
}
.topLogin > div > ul li:first-of-type:before {
  display: none;
}
.topLogin > div > ul li:last-of-type {
  margin-left: 10px;
  padding: 0 32px;
  background: #3a3a3a;
}
.topLogin > div > ul li:last-of-type:before {
  display: none;
}
.topLogin > div > ul .user {

  text-align: center;
  padding: 0 23px;
  position: relative;
  z-index: 1;
}
.topLogin > div > ul .user:hover{
  background: #fff;
}
.topLogin > div > ul .user:before{
  display: none;
}
.topLogin > div > ul .user span {
  font: 14px '微软雅黑';
  color: #000000;
  vertical-align: middle;
}
.topLogin > div > ul .user i {
  font-size: 14px;
  color: #000000;
  vertical-align: middle;
}
.topLogin > div > ul .user > div {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 30px;
  background: #fff;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.17);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.17);
  /*兼容firefox*/
}
.topLogin > div > ul .user > div a {
  display: block;
  width: 100%;
  height: 32px;
  font: 14px/32px '微软雅黑';
  color: #424242;
  text-align: center;
}
.topLogin > div > ul .user > div a:hover {
  color: #45adeb;
}
.topLogin > div > ul .user:hover span,
.topLogin > div > ul .user:hover i {
  color: #45adeb;
}
.topLogin > div > ul .user:hover > div {
  display: block;
}
.topLogin>div>dt{
	float: left;
	font:14px/30px '微软雅黑';
	color: #000000;
	margin-left: 25px;
}
.topLogin>div>dt i{
	font-size: 14px;
	color: #000000;
}
.topLogin>div>p{
	height: 30px;
	font:14px/30px '微软雅黑';
	color: #000000;
	position: absolute;
	left: 50%;
	top:0;
	  -webkit-transform: translateX(-50%);
	  -moz-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  -o-transform:translateX(-50%);
	  transform: translateX(-50%);
}
.logo {
  height: 100px;
  line-height: 100px;
  background: #fff;
}
.logo > div {
  width: 235px;
  height: 100%;
  line-height: 100px;
  float: left;
  text-align: center;
}
.logo>img {
  float: left;
  margin-top: 36px;
}
.logo > div > a img {
  max-width: 140px;
  height: auto;
  vertical-align: middle;
}
.logo > ul li {
  margin-right: 58px;
  float: left;
}
.logo > ul li:last-of-type {
  margin-right: 0;
}
.logo > ul li a {
  font: 16px 'pfm';
  color: #333333;
}

.logo>a{
  float: right;
  margin-top: 25px;
  display: block;
  width: 146px;
  height:50px;
  box-sizing: border-box;
  text-align: center;
  font:13px '微软雅黑';
  line-height: 48px;
  margin-left: 122px;
}
.logo .to_login{
  border: 1px solid #ff6e1f;
  color:#ff6e1f ;
}
.logo .to_login img{
  width: 17px;
  height:16px;
  vertical-align: middle;
  margin-right: 5px;
}
.logo .to_login span{
  vertical-align: middle;
  color:#ff6e1f ;
}


.logo .shopping_cart{
  border: 1px solid #45adeb;
  color:#45adeb ;
}
.logo .shopping_cart img{
  width: 20px;
  height:19px;
  vertical-align: middle;
  margin-right: 5px;
}
.logo .shopping_cart span{
  vertical-align: middle;
  color:#45adeb ;
}

.logo > form {
  float: right;
  margin-top: 25px;
  /*margin-right: 122px;*/
}
.logo > form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 312px;
  height: 50px;
  border: 1px solid #45adeb;
  padding: 0 15px;
  font: 13px '微软雅黑';
  color: #333;
}
.logo > form input::-webkit-input-placeholder {
  color: #b0b0b0;
}
.logo > form > a:first-of-type {
  float: left;
  display: block;
  width: 86px;
  height: 50px;
  font: 13px '微软雅黑';
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  background: #45adeb;
}
.logo > form > a:last-of-type {
  display: block;
  width: 84px;
  height: 48px;
  border: 1px solid #45adeb;
  float: left;
  margin-left: 4px;
  font: 13px '微软雅黑';
  color: #45adeb;
  text-align: center;
  line-height: 48px;
}
.footer {
  background: #fff;
}
.footer .top li {
  float: left;
}
.footer .top li:first-of-type {
  width: 853px;
}
.footer .top li:first-of-type h3 {
  font: 14px '微软雅黑';
  color: #424242;
  margin-bottom: 12px;
}
.footer .top li:first-of-type p {
  width: 748px;
  font: 12px/25px '微软雅黑';
  color: #757575;
}
.footer .top li:nth-of-type(2) {
  width: 242px;
  float: left;
  text-align: center;
  position: relative;
}
.footer .top li:nth-of-type(2) h3 {
  font: 22px '微软雅黑';
  color: #2094da;
}
.footer .top li:nth-of-type(2) p {
  font: 12px/20px '微软雅黑';
  color: #616161;
}
.footer .top li:nth-of-type(2) a {
  display: block;
  margin: 0 auto;
  width: 118px;
  height: 28px;
  border: 1px solid #2094da;
  text-align: center;
  font: 12px/28px '微软雅黑';
  color: #2094da;
  margin-top: 30px;
}
.footer .top li:nth-of-type(2):before {
  display: block;
  content: '';
  width: 1px ;
  height: 100px;
  background: #e0e0e0;
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -50px;
}
.footer .top li:nth-of-type(2):after {
  display: block;
  content: '';
  width: 1px ;
  height: 100px;
  background: #e0e0e0;
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -50px;
}
.footer .top li:last-of-type {
  width: 122px;
  height: 122px;
  float: right;
}
.footer .top li:last-of-type img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .bottom {
  min-height: 40px;
  line-height: 40px;
  margin-top: 40px;
}
.footer .bottom ul {
  min-height: 40px;
  width: 60%;
  float: left;
}
.footer .bottom ul li {
  line-height: 40px;
  float: left;
}
.footer .bottom ul li a,
.footer .bottom ul li span {
  font: 12px '微软雅黑';
  color: #757575;
}
.footer .bottom ul li span {
  display: inline-block;
  margin: 0 12px;
}
.footer .bottom ul li:last-of-type span {
  display: none;
}
.footer .bottom > p {
  float: right;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.footer2 {
  text-align: center;
}
.footer2 > ul {
  display: inline-block;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.footer2 > ul li {
  float: left;
}
.footer2 > ul li a {
  font: 12px '微软雅黑';
  color: #757575;
}
.footer2 > ul li span {
  display: inline-block;
  font: 12px '微软雅黑';
  color: #757575;
  margin: 0 11px;
}
.footer2 > ul li:last-of-type span {
  display: none;
}
.footer2 > p {
  font: 12px '微软雅黑';
  color: #757575;
  margin-top: 23px;
  margin-bottom: 20px;
}
.center {
  background: #f3f3f3;
  padding-bottom: 60px;
}
.center .tab {
  float: left;
  width: 220px;
  height: 767px;
  background: #fff;
  padding-top: 57px;
  padding-left: 57px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.center .tab > div p {
  font: 16px '微软雅黑';
  color: #333333;
  margin-bottom: 20px;
}
.center .tab > div a {
  display: block;
  font: 14px '微软雅黑';
  color: #757575;
  margin-bottom: 17px;
}
.center .tab > div a.active {
  color: #45adeb;
}
.center .tab > div a:last-of-type {
  margin-bottom: 29px;
}
#showbox {
  background: #fff;
  border: 1px solid #dddddd;
  z-index: 10;
}
#showsum {
  left: 20px;
}
#showsum img {
  top: 0!important;
}
#showsum p span {
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
#showsum span.sel {
  border: 1px solid #45adeb;
}
.showpage {
  width: 385px;
  position: relative;
  margin: 0 auto;
}
.showpage a {
  display: block;
  width: 15px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: -47px;
  text-decoration: none;
  color: #999;
}
.showpage a#shownext {
  left: 363px;
}
.new_all {
  position: absolute;
  width: 1244px ;
  top: 180px;
  left: 50%;
  margin-left: -622px;
}
.new_all .all {
  display: block;
  width: 236px;
  height: 42px;
  background: #45adeb;
  font: 14px 'pfm';
  color: #ffffff;
  line-height: 42px;
  box-sizing: border-box;
  padding-left: 24px;
  position: relative;
  z-index: 100;
}
.new_all .all img {
  width: 16px;
  height: 12px;
  vertical-align: middle;
  margin-right: 3px;
}
.new_all .classify {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 236px;
  min-height: 458px;
  border: 1px solid #45adeb;
  padding-top: 19px;
  background: #fff;
  position: absolute;
  z-index: 101;
  left: 0;
  top: 42px;
}
.new_all .classify li {
  width: 100%;
  height: 42px;
}
.new_all .classify li > a {
  display: block;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 23px;
}
.new_all .classify li > a > span {
  display: inline-block;
  width: 155px;
  font: 14px/42px '微软雅黑';
  color: #424242;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.new_all .classify li > a i {
  font-size: 26px;
  color: #e0e0e0;
  vertical-align: middle;
}
.new_all .classify li:hover {
  background: #45adeb ;
}
.new_all .classify li:hover a span {
  color: #ffffff;
}
.new_all .classify li:hover a i {
  color: #c8d5dd;
}
.new_all .classify li > div {
  display: none;
  width: 1008px;
  height: 458px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 235px;
  box-sizing: border-box;
  padding: 45px 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.new_all .classify li > div > div {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  line-height: 21px;
}
.new_all .classify li > div > div:last-of-type {
  margin-bottom: 0;
}
.new_all .classify li > div > div > a {
  /*display: block;*/
  /*float: left;*/
  /*width: 125px;*/
  /*font: 14px 'pfm';*/
  /*color: #424242;*/
  width: auto!important;
  font: 14px 'pfm';
  color: #424242;
}
.new_all .classify li > div > div > dt {
  display: block;
  /*width: 823px ;*/
  /*float: left;*/
  margin-left: 8px;
  /*height:100%;*/
  overflow: hidden;
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
}
.new_all .classify li > div > div > dt a {
  font: 13px '微软雅黑';
  color: #999999;
  margin-right: 20px;
  vertical-align: top;
}
.new_all .classify li > div > div > dt a:hover {
  color: #000;
}
.new_nav {
  width: 100%;
  height: 52px;
  border-bottom: 2px solid #45adeb;
}
.new_nav > div {
  height: 52px;
  /*line-height: 52px;*/
  position: relative;
}
.new_nav > div .all {
  width: 236px;
  height: 100%;
  float: left;
  background: #45adeb;
  box-sizing: border-box;
  padding-left: 23px;
  font: 14px/52px '微软雅黑';
  color: #fff;
  margin-right: 30px;
  cursor: pointer;
}
.new_nav > div .all img {
  width: 16px;
  height: 12px;
  vertical-align: middle;
  margin-right: 3px;
}
.new_nav > div>a {
  float: left;
  font: 14px/52px '微软雅黑';
  color: #333333;
  margin-right: 61px;
}
.new_nav > div>a.active,.new_nav > div>a:hover{
  color: #45adeb;
}
.new_nav > div .classify {
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 236px;
  height: 420px;
  border: 1px solid #45adeb;
  padding: 19px 0;
  background: #fff;
  position: absolute;
  z-index: 101;
  left: 0;
  top: 54px;
}
.new_nav > div .classify ul {
  width: 100%;
  height: 382px;
  overflow-y: auto;
  overflow-x: visible;
}
.new_nav > div .classify ul::-webkit-scrollbar {
  display: none;
}
.new_nav > div .classify li {
  width: 100%;
  height: 38.2px;
}
.new_nav > div .classify li > a {
  display: block;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 23px;
  line-height: 38.2px;
}
.new_nav > div .classify li > a > span {
  display: inline-block;
  width: 175px;
  font: 14px/42px '微软雅黑';
  color: #424242;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.new_nav > div .classify li > a i {
  font-size: 26px;
  color: #e0e0e0;
  vertical-align: middle;
}
.new_nav > div .classify li:hover {
  background: #45adeb ;
}
.new_nav > div .classify li:hover a span {
  color: #fff;
}
.new_nav > div .classify li:hover a i {
  color: #fff;
}
.new_nav > div .classify li > div {
  display: none;
  width: 1008px;
  height: 420px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 235px;
  box-sizing: border-box;
  padding: 45px 30px;
  padding-right: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.new_nav > div .classify li > div > div {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  line-height: 21px;
}
.new_nav > div .classify li > div > div:last-of-type {
  margin-bottom: 0;
}
.new_nav > div .classify li > div > div > a {
  /*display: block;*/
  /*float: left;*/
  /*width: 85px;*/
  width: auto!important;
  font:bold 13px 'pfm';
  color: #424242;
  /*height:100%;*/
}
.new_nav > div .classify li > div > div > dt {
  display: block;
  /*width: 823px ;*/
  /*float: left;*/
  margin-left: 15px;
  /*height:100%;*/
  overflow: hidden;
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
}
.new_nav > div .classify li > div > div > dt a {
  font: 13px '微软雅黑';
  color: #999999;
  margin-right: 20px;
  vertical-align: top;
}
.new_nav > div .classify li > div > div > dt a:hover {
  color: #000;
}
.home-page .content {
  border-top: 40px solid #f3f3f3;
}
.home-page .content > p {
  width: 1244px;
  height: 40px;
  font: 12px/40px '微软雅黑';
  color: #757575;
  margin: 0 auto;
  margin-top: -40px;
}
.home-page .content > div {
  position: relative;
  background: #f3f3f3;
  border-bottom: 1px solid #d8d8d8;
}
.home-page .content > div .left {
  width: 236px;
  height: 100%;
  float: left;
  border-top: 20px solid #fff;
}
.home-page .content > div .left .classify {
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 236px;
  min-height: 458px;
  border: 1px solid #45adeb;
  margin-top: -40px;
  padding-top: 19px;
  background: #fff;
  position: absolute;
  z-index: 101;
  left: 0;
  top: 102px;
}
.home-page .content > div .left .classify li {
  width: 100%;
  height: 42px;
}
.home-page .content > div .left .classify li > a {
  display: block;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 23px;
}
.home-page .content > div .left .classify li > a > span {
  display: inline-block;
  width: 155px;
  font: 14px/42px '微软雅黑';
  color: #424242;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.home-page .content > div .left .classify li > a i {
  font-size: 26px;
  color: #e0e0e0;
  vertical-align: middle;
}
.home-page .content > div .left .classify li:hover {
  background: #45adeb ;
}
.home-page .content > div .left .classify li:hover a span {
  color: #ffffff;
}
.home-page .content > div .left .classify li:hover a i {
  color: #c8d5dd;
}
.home-page .content > div .left .classify li > div {
  width: 1008px;
  height: 458px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 235px;
  box-sizing: border-box;
  padding: 45px 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.home-page .content > div .left .classify li > div > div {
  margin-bottom: 25px;
}
.home-page .content > div .left .classify li > div > div:last-of-type {
  margin-bottom: 0;
}
.home-page .content > div .left .classify li > div > div > a {
  display: block;
  float: left;
  width: 125px;
  font: 14px 'pfm';
  color: #424242;
}
.home-page .content > div .left .classify li > div > div > dt {
  display: block;
  width: 823px ;
  float: right;
}
.home-page .content > div .left .classify li > div > div > dt a {
  font: 13px '微软雅黑';
  color: #999999;
  margin-right: 20px;
  vertical-align: top;
}
.home-page .content > div .left .classify li > div > div > dt a:hover {
  color: #000;
}
.home-page .content > div .left > div {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 24px ;
}
.home-page .content > div .left > div > div {
  width: 100%;
}
.home-page .content > div .left > div > div h3 {
  font: 14px '微软雅黑';
  color: #333333;
  box-sizing: border-box;
  width: 100%;
  padding-right: 24px;
  border-bottom: 1px solid #d0e5f1;
  margin-bottom: 10px;
  height: 42px;
  line-height: 42px;
}
.home-page .content > div .left > div > div h3 span {
  display: block;
  width: 12px;
  height: 2px;
  background: #45adeb;
  float: right;
  margin-top: 20px;
}
.home-page .content > div .left > div > div a {
  font: 12px '微软雅黑';
  color: #757575;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 23px;
}
.home-page .content > div .left > a {
  display: block;
  width: 100%;
  height: 42px;
  background: #45adeb;
  font: 14px 'pfm';
  color: #ffffff;
  line-height: 42px;
  box-sizing: border-box;
  padding-left: 24px;
  position: relative;
  z-index: 100;
}
.home-page .content > div .left > a img {
  width: 16px;
  height: 12px;
  vertical-align: middle;
  margin-right: 3px;
}
.home-page .content > div .right {
  width: 1008px;
  float: left;
  position: relative;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  padding-top: 20px;
}
.home-page .content > div .right:before {
  display: block;
  content: '';
  width: 4px;
  background: #e0e0e0;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: -4px;
  bottom: 0;
}
.home-page .content > div .right .swiper-container {
  margin-bottom: 38px;
}
.home-page .content > div .right > ul {
  width: 100%;
}
.home-page .content > div .right > ul > p {
  font: 16px '微软雅黑';
  color: #333333;
  margin-bottom: 39px;
}
.home-page .content > div .right > ul li {
  height: 170px;
  width: 150px;
  float: left;
  text-align: center;
  margin-bottom: 16px;
  margin-right: 18px;
  background: #FAFAFA;
}
.home-page .content > div .right > ul li:nth-of-type(6n) {
  margin-right: 0;
}
.home-page .content > div .right > ul li a {
  font: 12px '微软雅黑';
  color: #333333;
}
.home-page .content > div .right > ul li a > div {
  width: 106px;
  height: 106px;
  text-align: center;
  line-height: 85px;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 9px;
}
.home-page .content > div .right > ul li a > div > img {
  display: block;
  width: 100%;
  height: 100%;
}
.index .content {
  width: 100%;
  background: #fff;
}
.index .content .nav {
  height: 54px;
  /*line-height: 54px;*/
  position: relative;
}
.index .content .nav .all {
  width: 236px;
  height: 100%;
  float: left;
  background: #45adeb;
  box-sizing: border-box;
  padding-left: 23px;
  font: 14px/54px '微软雅黑';
  color: #fff;
  margin-right: 30px;
  cursor: pointer;
}
.index .content .nav .all img {
  width: 16px;
  height: 12px;
  vertical-align: middle;
  margin-right: 3px;
}
.index .content .nav>a {
  float: left;
  font: 14px/54px '微软雅黑';
  color: #333333;
  margin-right: 61px;
}
.index .content .nav>a.active,.index .content .nav>a:hover{
  color: rgb(69, 173, 235);
}
.index .content .nav .classify {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 236px;
  height: 420px;
  padding: 19px 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 101;
  left: 0;
  top: 54px;
}
.index .content .nav .classify ul {
  width: 236px;
  height: 382px;
  overflow: hidden;
}
.index .content .nav .classify ul::-webkit-scrollbar {
  display: none;
}
.index .content .nav .classify li {
  width: 100%;
  height: 38.2px;
}
.index .content .nav .classify li > a {
  display: block;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 23px;
  line-height: 38.2px;
}
.index .content .nav .classify li > a > span {
  display: inline-block;
  width: 175px;
  font: 14px/42px '微软雅黑';
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.index .content .nav .classify li > a i {
  font-size: 26px;
  color: #e0e0e0;
  vertical-align: middle;
}
.index .content .nav .classify li:hover {
  background: #fff ;
}
.index .content .nav .classify li:hover a span {
  color: #45adeb;
}
.index .content .nav .classify li:hover a i {
  color: #45adeb;
}
.index .content .nav .classify li > div {
  display: none;
  width: 1008px;
  height: 420px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 235px;
  box-sizing: border-box;
  padding: 45px 30px;
  padding-right: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.index .content .nav .classify li > div > div {
  margin-bottom: 25px;
}
.index .content .nav .classify li > div > div:last-of-type {
  margin-bottom: 0;
}
.index .content .nav .classify li > div > div > a {
  display: block;
  float: left;
  width: 85px;
  font: 14px 'pfm';
  color: #424242;
}
.index .content .nav .classify li > div > div > dt {
  display: block;
  width: 823px ;
  float: left;
  margin-left: 20px;
}
.index .content .nav .classify li > div > div > dt a {
  font: 13px '微软雅黑';
  color: #999999;
  margin-right: 20px;
  vertical-align: top;
}
.index .content .nav .classify li > div > div > dt a:hover {
  color: #000;
}
.index .content .swiper-container {
  width: 100%;
  height: 420px;
  margin-bottom: 60px;
}
.index .content .swiper-container .swiper-wrapper {
  width: 100%;
  height: 420px;
}
.index .content .swiper-container .swiper-wrapper img {
  display: block;
  width: 100%;
  height: 420px;
}
.index .content .list > ul {
  width: 100%;
  margin-bottom: 30px;
}
.index .content .list > ul > p {
  font: 16px '微软雅黑';
  color: #333333;
  margin-bottom: 39px;
}
.index .content .list > ul li {
  height: 170px;
  width: 192px;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 18px;
  /*background: #FAFAFA;*/
}
.index .content .list > ul li:nth-of-type(6n) {
  margin-right: 0;
}
.index .content .list > ul li a {
  font: 14px '微软雅黑';
  color: #000;
}
.index .content .list > ul li a > div {
  width: 106px;
  height: 106px;
  text-align: center;
  line-height: 85px;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 9px;
}
.index .content .list > ul li a > div > img {
  display: block;
  width: 100%;
  height: 100%;
}
.index .content .list > .ad {
  display: block;
  width: 100%;
  height: 120px;
  margin-bottom: 28px;
}
.index .content .list > .ad img {
  display: block;
  width: 100%;
  height: 100%;
}
.goods-list .site {
  width: 100%;
  height: 85px;
  background: #fff;
  margin-bottom: 19px;
  border-top:1px solid #ccc;
}
.goods-list .site > div {
  height: 84px;
  border-bottom: 1px solid #d8d8d8;
  line-height: 84px;
}
.goods-list .site > div .left {
  float: left;
  font: 12px/84px '微软雅黑';
  color: #757575;
}
.goods-list .site > div .left a {
  font: 12px/84px '微软雅黑';
  color: #757575;
}
.goods-list .site > div .left p {
  display: inline-block;
  width: 103px;
  height: 28px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 0 8px;
  font: 12px/26px '微软雅黑';
  color: #333333;
}
.goods-list .site > div .left p i {
  float: right;
  font-size: 15px;
  color: #a1a1a1;
  cursor: pointer;
}
.goods-list .site > div .right {
  float: left;
  margin-left: 63px;
  height: 59px;
  line-height: 59px;
  margin-top: 12px;
}
.goods-list .site > div .right img {
  width: 59px;
  height: 59px;
  vertical-align: middle;
}
.goods-list .site > div .right span {
  font: 16px '微软雅黑';
  color: #333333;
  margin-left: 13px;
  vertical-align: middle;
}
.goods-list .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.goods-list .goods-img {
  height: 244px;
  margin-top: 20px;
  margin-bottom: 24px;
}
.goods-list .goods-img .left {
  width: 242px;
  height: 242px;
  border: 1px solid #dddddd;
  float: left;
}
.goods-list .goods-img .left > img {
  display: none;
  width: 100%;
  height: 100%;
}
.goods-list .goods-img .left > img.active {
  display: block;
}
.goods-list .goods-img .right {
  float: left;
  min-width: 264px;
  height: 100%;
  margin-left: 23px;
  position: relative;
}
.goods-list .goods-img .right h3 {
  width: 260px;
  font: 16px/28px 'pfm';
  color: #333333;
}
.goods-list .goods-img .right p {
  font: 14px '微软雅黑';
  color: #b0b0b0;
  margin-top: 15px;
}
.goods-list .goods-img .right p span {
  color: #45adeb;
}
.goods-list .goods-img .right ul {
  position: absolute;
  left: 0;
  bottom: 0;
}
.goods-list .goods-img .right ul li {
  width: 74px;
  height: 74px;
  border: 1px solid #dddddd;
  float: left;
  margin-right: 8px;
}
.goods-list .goods-img .right ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
.goods-list .list {
  border-bottom: 1px solid #d8d8d8;
}
.goods-list .list .selected-condition {
  height: 24px;
  line-height: 24px;
}
.goods-list .list .selected-condition > span {
  font: 12px '微软雅黑';
  color: #b0b0b0;
  float: left;
  line-height: 24px;
}
.goods-list .list .selected-condition div {
  height: 22px;
  padding-left: 8px;
  padding-right: 30px;
  border: 1px solid #dddddd;
  float: left;
  margin-left: 8px;
  position: relative;
  line-height: 22px;
}
.goods-list .list .selected-condition div p {
  font: 12px '微软雅黑';
  color: #333;
  line-height: 22px;
}
.goods-list .list .selected-condition div p span {
  color: #45adeb;
}
.goods-list .list .selected-condition div a {
  font-size: 20px;
  color: #b0b0b0;
  position: absolute;
  right: 6px;
  top: -2px;
}
.goods-list .list .selected-condition > a {
  font: 12px '微软雅黑';
  color: #45adeb;
  float: right;
}
.goods-list .list .condition {
  margin-top: 18px;
}
.goods-list .list .condition li {
  width: 100%;
  min-height: 33px;
  border-top: 1px solid #d8d8d8;
  line-height: 32px;
}
.goods-list .list .condition li:last-of-type {
  border-bottom: 1px solid #d8d8d8;
}
.goods-list .list .condition li > div:first-of-type {
  display: block;
}
.goods-list .list .condition li > div:first-of-type > p {
  width: 110px;
  height: 34px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  font: 12px/34px '微软雅黑';
  color: #666666;
  background: #f1f1f1;
  float: left;
}
.goods-list .list .condition li > div:first-of-type .option {
  width: 900px;
  float: left;
  padding-left: 20px;
  height: 34px;
  overflow: hidden;
}
.goods-list .list .condition li > div:first-of-type .option a {
  font: 12px/32px '微软雅黑';
  color: #666666;
  margin-right: 29px;
}
.goods-list .list .condition li > div:first-of-type .option a:last-of-type {
  margin-right: 0;
}
.goods-list .list .condition li > div:first-of-type > a {
  float: right;
  display: block;
  width: 55px;
  height: 22px;
  border: 1px solid #d8d8d8;
  text-align: center;
  font: 12px/22px '微软雅黑';
  color: #333333;
  margin-left: 8px;
  margin-top: 4px;
}
.goods-list .list .condition li > div:first-of-type > a span {
  font: 20px/19px '微软雅黑';
  color: #a0a0a0;
}
.goods-list .list .condition li > .multiple {
  display: none;
  width: 1244px;
  min-height: 84px;
  border: 2px solid #45adeb;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding-left: 108px;
}
.goods-list .list .condition li > .multiple > p {
  width: 108px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 8px;
  font: 12px '微软雅黑';
  color: #666666;
  background: #e8f5fd;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.goods-list .list .condition li > .multiple > div {
  width: 1111px;
  min-height: 100%;
  float: left;
  padding-left: 21px;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.goods-list .list .condition li > .multiple > div label {
  float: left;
  margin-right: 30px;
  margin-top: 8px;
  font: 12px/14px '微软雅黑';
  color: #666666;
  cursor: pointer;
}
.goods-list .list .condition li > .multiple > div label input {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #cccccc;
  position: relative;
  top: 2px;
}
.goods-list .list .condition li > .multiple > div label input:checked {
  background: url("../img/icon05.png") center no-repeat;
  background-size: 8px 6px;
  border-color: #45adeb;
}
.goods-list .list .condition li > .multiple .btn {
  display: block;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.goods-list .list .condition li > .multiple .btn > a {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 8px;
}
.goods-list .list .condition li > .multiple .btn > a:first-of-type {
  width: 48px;
  height: 24px;
  font: 12px/24px '微软雅黑';
  color: #ffffff;
  left: 602px;
  background: #45adeb;
}
.goods-list .list .condition li > .multiple .btn > a:last-of-type {
  width: 46px;
  height: 22px;
  font: 12px/24px '微软雅黑';
  color: #333333;
  left: 660px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.goods-list .list .condition li.active > div {
  display: none;
}
.goods-list .list .condition li.active > .multiple {
  display: block;
}
.goods-list .list .goods {
  margin-top: 20px;
  text-align: center;
}
.goods-list .list .goods .title {
  width: 100%;
  border: 1px solid #d8d8d8;
  height: 42px;
  background: #f1f1f1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.goods-list .list .goods .title > p {
  width: 95px;
  float: left;
  font: 12px/40px '微软雅黑';
  color: #333333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.goods-list .list .goods .title > p:last-of-type {
  width: 240px;
  float: right;
}
.goods-list .list .goods .title > p.goods_name {
  width: 192px;
}
.goods-list .list .goods .find {
  width: 100%;
  border: 1px solid #d8d8d8;
  height: 42px;
  background: #f9f9f9;
  border-top: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 23px;
  line-height: 40px;
}
.goods-list .list .goods .find > form {
  display: block;
  margin-top: 9px;
  float: left;
}
.goods-list .list .goods .find > form input {
  display: block;
  width: 107px;
  height: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 9px ;
  border: 1px solid #d8d8d8;
  font: 12px '微软雅黑';
  color: #b0b0b0;
  float: left;
  background: #fff;
}
.goods-list .list .goods .find > form > a {
  display: block;
  width: 46px;
  height: 22px;
  border: 1px solid #d8d8d8;
  border-left: none;
  float: left;
  font: 12px/22px '微软雅黑';
  color: #333333;
  text-align: center;
  background: #f1f1f1;
}
.goods-list .list .goods .find > div {
  float: right;
  margin-top: 9px;
}
.goods-list .list .goods .find > div > p:first-of-type {
  float: left;
  font: 12px '微软雅黑';
  color: #999999;
  line-height: 24px;
}
.goods-list .list .goods .find > div > p:first-of-type span {
  color: #333333;
}
.goods-list .list .goods .find > div > P:last-of-type {
  float: left;
  font: 12px '微软雅黑';
  color: #333333;
  margin: 0 15px;
  line-height: 24px;
}
.goods-list .list .goods .find > div > P:last-of-type span {
  color: #45adeb;
}
.goods-list .list .goods .find > div a {
  display: block;
  float: left;
  width: 46px;
  height: 22px;
  border: 1px solid #d8d8d8;
  text-align: center;
  background: #fff;
  line-height: 22px;
}
.goods-list .list .goods .find > div a i {
  font-size: 20px;
  color: #b6b6b6;
}
.goods-list .list .goods .find > div a.active {
  background: #f1f1f1;
}
.goods-list .list .goods .find > div a.active i {
  color: #d3d3d3;
}
.goods-list .list .goods > ul {
  width: 100%;
}
.goods-list .list .goods > ul li {
  border: 1px solid #d8d8d8;
  height: 42px;
  background: #ffffff;
  border-top: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.goods-list .list .goods > ul li > div:first-of-type {
  width: 100%;
  height: 100%;
}
.goods-list .list .goods > ul li > div:first-of-type > p {
  width: 95px;
  float: left;
  font: 12px/40px '微软雅黑';
  color: #333333;
  text-align: center;
  /*overflow: hidden;*/
  white-space: nowrap;
  text-overflow: ellipsis;
}
.goods-list .list .goods > ul li > div:first-of-type > p span {
  color: #ff365d;
}
.goods-list .list .goods > ul li > div:first-of-type > p img {
  max-height: 40px;
  vertical-align: middle;
}
.goods-list .list .goods > ul li > div:first-of-type > p.goods_name {
  width: 192px;
}
.goods-list .list .goods > ul li > div:first-of-type > div {
  width: 240px;
  float: right;
  font: 12px/40px '微软雅黑';
  color: #333333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 23px;
  margin-top: 8px;
}
.goods-list .list .goods > ul li > div:first-of-type > div a {
  display: block;
  padding: 0 11px;
  height: 22px;
  border: 1px solid #d8d8d8;
  margin-left: 8px;
  background: #ffffff ;
  float: right;
  font: 12px/22px '微软雅黑';
  color: #333333;
}
.goods-list .list .goods > ul li > div:first-of-type > div a:first-of-type {
  background: #45adeb ;
  color: #fff;
  border-color: #45adeb ;
}
.goods-list .list .goods > ul li > div:last-of-type {
  display: none;
  width: 1243px;
  height: 178px;
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  background: #fff;
  position: relative;
  margin-top: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 19px;
  text-align: left;
}
.goods-list .list .goods > ul li > div:last-of-type .line {
  width: 1px;
  height: 100%;
  background: #d8d8d8;
  position: absolute;
  right: 550px;
  top: 0;
}
.goods-list .list .goods > ul li > div:last-of-type > .right {
  width: 502px;
  height: 140px;
  float: right;
  margin-right: 23px;
}
.goods-list .list .goods > ul li > div:last-of-type > .right .left {
  width: 138px;
  height: 138px;
  border: 1px solid #dddddd;
  float: left;
}
.goods-list .list .goods > ul li > div:last-of-type > .right .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.goods-list .list .goods > ul li > div:last-of-type > .right .right {
  width: 346px;
  height: 140px;
  float: right;
  position: relative;
}
.goods-list .list .goods > ul li > div:last-of-type > .right .right > h3:first-of-type {
  width: 320px;
  font: 16px 'pfm';
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.goods-list .list .goods > ul li > div:last-of-type > .right .right > h3:last-of-type {
  width: 320px;
  font: 16px 'pfm';
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.goods-list .list .goods > ul li > div:last-of-type > .right .right > p {
  font: 14px '微软雅黑';
  color: #b0b0b0;
}
.goods-list .list .goods > ul li > div:last-of-type > .right .right > p span {
  color: #45adeb;
}
.goods-list .list .goods > ul li > div:last-of-type > .right .right > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28px;
}
.goods-list .list .goods > ul li > div:last-of-type > .right .right > div > span:first-of-type {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  border: 1px solid #dddddd;
  background: #f1f1f1;
  text-align: center;
  font-size: 30px;
  color: #cccccc ;
  line-height: 23px;
  cursor: pointer;
}
.goods-list .list .goods > ul li > div:last-of-type > .right .right > div > span:last-of-type {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  border: 1px solid #dddddd;
  background: #f1f1f1;
  text-align: center;
  font-size: 25px;
  color: #333333 ;
  line-height: 24px;
  cursor: pointer;
}
.goods-list .list .goods > ul li > div:last-of-type > .right .right > div > input {
  display: block;
  width: 50px;
  height: 26px;
  border: 1px solid #dddddd;
  text-align: center;
  background: #fff;
  font: 12px '微软雅黑';
  color: #333;
  float: left;
  border-left: none;
  border-right: none;
}
.goods-list .list .goods > ul li > div:last-of-type > .right .right > div > a {
  float: right;
  margin-left: 6px;
  padding: 0 18px;
  height: 26px;
  text-align: center;
  border: 1px solid #45adeb;
  background: #e3f5ff;
  font: 12px/26px '微软雅黑';
  color: #45adeb;
}
.goods-list .list .goods > ul li > div:last-of-type > .right .right > div > a:first-of-type {
  background: #45adeb;
  color: #fff;
}
.goods-list .list .goods > ul li > div:last-of-type > .right .right > a {
  font-size: 20px;
  color: #a7a6a7 ;
  position: absolute;
  right: 0;
  top: 0;
}
.goods-list .list .goods > ul li.active {
  margin-bottom: 178px;
}
.goods-list .list .goods > ul li.active > div:first-of-type > p span {
  color: #ff5c04;
}
.goods-list .list .goods > ul li.active > div:last-of-type {
  display: block;
}
.goods-list .list .goods > form {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.goods-list .list .goods > form > a {
  display: block;
  padding: 0 12px;
  height: 36px;
  border: 1px solid #dddddd;
  font: 14px/36px '微软雅黑';
  color: #333333;
  text-align: center;
  background: #f4f4f4;
  float: left;
  margin-right: 4px;
}
.goods-list .list .goods > form > a.dq {
  color: #45adeb;
  background: transparent;
  border-color: transparent;
}
.goods-list .list .goods > form > a.next {
  margin-right: 20px;
}
.goods-list .list .goods > form > a.active {
  color: #cccccc;
}
.goods-list .list .goods > form > a.omit {
  background: transparent;
  border-color: transparent;
}
.goods-list .list .goods > form > span {
  float: left;
  font: 14px '微软雅黑';
  color: #666666;
  line-height: 38px;
}
.goods-list .list .goods > form > input {
  width: 38px;
  height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
  margin: 0 5px;
  float: left;
}
.goods-list .list .goods > form > a:last-of-type {
  margin-left: 10px;
}
.login .logo2 {
  height: 88px;
  line-height: 88px;
}
.login .logo2 img {
  vertical-align: middle;
}
.login .login-in {
  width: 100%;
  height: 600px;
  background: url("../img/bg01.png") no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-bottom: 70px;
}
.login .login-in > div {
  height: 100%;
}
.login .login-in > div > form {
  display: block;
  width: 366px;
  height: 369px;
  background: #fff;
  float: right;
  margin-top: 116px;
  text-align: center;
}
.login .login-in > div > form > p {
  font: 20px '微软雅黑';
  color: #45adeb;
  padding-top: 39px;
  margin-bottom: 30px;
}
.login .login-in > div > form > label:first-of-type {
  display: block;
  width: 316px;
  height: 42px;
  margin: 0 auto;
  border: 1px solid #dbdbdb;
  margin-bottom: 12px;
}
.login .login-in > div > form > label:first-of-type > div {
  width: 42px;
  height: 42px;
  background: #e5e5e5;
  float: left;
}
.login .login-in > div > form > label:first-of-type > div > img {
  display: block;
  width: 19px;
  height: 22px;
  margin: 0 auto;
  margin-top: 10px;
}
.login .login-in > div > form > label:first-of-type > input {
  display: block;
  float: left;
  width: 274px;
  height: 42px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 19px ;
  font: 14px '微软雅黑';
  color: #333;
}
.login .login-in > div > form > label:first-of-type > input::placeholder {
  color: #999999;
}
.login .login-in > div > form > label:last-of-type {
  display: block;
  width: 316px;
  height: 42px;
  margin: 0 auto;
  border: 1px solid #dbdbdb;
  margin-bottom: 28px;
}
.login .login-in > div > form > label:last-of-type > div {
  width: 42px;
  height: 42px;
  background: #e5e5e5;
  float: left;
}
.login .login-in > div > form > label:last-of-type > div > img {
  display: block;
  width: 16px;
  height: 20px;
  margin: 0 auto;
  margin-top: 11px;
}
.login .login-in > div > form > label:last-of-type > input {
  display: block;
  float: left;
  width: 274px;
  height: 42px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 19px ;
  font: 14px '微软雅黑';
  color: #333;
}
.login .login-in > div > form > label:last-of-type > input::placeholder {
  color: #999999;
}
.login .login-in > div > form > a {
  display: block;
  margin: 0 auto;
  width: 316px;
  height: 42px;
  background: #45adeb;
  text-align: center;
  font: 16px/42px 'pfm';
  color: #fff;
}
.login .login-in > div > form > div {
  float: right;
  margin-right: 24px;
  margin-top: 15px ;
}
.login .login-in > div > form > div a {
  font: 12px '微软雅黑';
  color: #999999;
  margin-left: 23px;
}
.forget-pwd > .content form {
  display: block;
  width: 342px;
  margin: 0 auto;
  margin-top: 230px;
  text-align: center;
}
.forget-pwd > .content form > p {
  font: 30px '微软雅黑';
  color: #333;
  margin-bottom: 36px;
}
.forget-pwd > .content form > label {
  text-align: left;
}
.forget-pwd > .content form > label > p {
  font: 14px '微软雅黑';
  color: #333333;
  margin-bottom: 10px;
}
.forget-pwd > .content form > label > input {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 342px;
  height: 42px;
  border: 1px solid #dbdbdb;
  padding-left: 14px;
  font: 14px '微软雅黑';
  color: #333;
}
.forget-pwd > .content form > label > input::placeholder {
  color: #999999;
}
.forget-pwd > .content form .error-msg {
  width: 100%;
  /*height: 35px;*/
  /*line-height: 35px;*/
  text-align: left;
  margin-bottom: 13px;
}
.forget-pwd > .content form .error-msg > div {
  font: 14px/35px '微软雅黑';
  color: #ff5c04;
}
.forget-pwd > .content form .error-msg > div img {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.forget-pwd > .content form > div:last-of-type {
  text-align: left;
}
.forget-pwd > .content form > div:last-of-type > p {
  font: 14px '微软雅黑';
  color: #333333;
  margin-bottom: 10px;
}
.forget-pwd > .content form > div:last-of-type > input {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 244px;
  height: 42px;
  border: 1px solid #dbdbdb;
  padding-left: 14px;
  font: 14px '微软雅黑';
  color: #333;
}
.forget-pwd > .content form > div:last-of-type > input::placeholder {
  color: #999999;
}
.forget-pwd > .content form > div:last-of-type > a {
  display: inline-block;
  width: 90px;
  height: 42px;
  text-align: center;
  background: #45adeb;
  font: 14px/42px '微软雅黑';
  color: #fff;
}
.forget-pwd > .content form > a {
  display: block;
  width: 100%;
  height: 42px;
  text-align: center;
  background: #45adeb;
  font: 14px/42px '微软雅黑';
  color: #fff;
  margin-top: 24px;
}
.forget-pwd .footer2 {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -622px;
}
.forget-pwd2 > .content form {
  display: block;
  width: 342px;
  margin: 0 auto;
  margin-top: 230px;
  text-align: center;
}
.forget-pwd2 > .content form > p {
  font: 30px '微软雅黑';
  color: #333;
  margin-bottom: 36px;
}
.forget-pwd2 > .content form > label {
  text-align: left;
}
.forget-pwd2 > .content form > label > p {
  font: 14px '微软雅黑';
  color: #333333;
  margin-bottom: 10px;
}
.forget-pwd2 > .content form > label > input {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 342px;
  height: 42px;
  border: 1px solid #dbdbdb;
  padding-left: 14px;
  font: 14px '微软雅黑';
  color: #333;
}
.forget-pwd2 > .content form > label > input::placeholder {
  color: #999999;
}
.forget-pwd2 > .content form .error-msg {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: left;
  margin-bottom: 13px;
}
.forget-pwd2 > .content form .error-msg > div {
  font: 14px/35px '微软雅黑';
  color: #ff5c04;
}
.forget-pwd2 > .content form .error-msg > div img {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.forget-pwd2 > .content form > a {
  display: block;
  width: 100%;
  height: 42px;
  text-align: center;
  background: #45adeb;
  font: 14px/42px '微软雅黑';
  color: #fff;
  margin-top: 24px;
}
.forget-pwd2 .footer2 {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -622px;
}
.register .content{
  margin-top: 50px;
}
.register .content .switch{
  width: 854px;
  margin: 0 auto;
  height:60px;
  background: #fff;
}
.register .content .switch li{
  float: left;
  width: 33.33%;
  height:100%;
  text-align: center;
  line-height: 60px;
}
.register .content .switch li a{
  font: 16px '微软雅黑';
  color: #999999;
}
.register .content .switch li a i{
  display: inline-block;
  width: 20px;
  height:20px;
  border-radius: 50%;
  text-align: center;
  background: #999999;
  font: 14px/20px '微软雅黑';
  color: #ffffff;
  margin-right: 8px;
}
.register .content .switch li.active a{
  color: #333333;
}
.register .content .switch li.active a i{
  background: #45adeb;
}


.register > .content form {
  z-index: 1;
  display: block;
  width: 342px;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  /*margin-top: -243px;*/
  /*position: fixed;*/
  /*left: 50%;*/
  /*margin-left: -171px;*/
  /*top: 50%;*/
}
.register > .content form > p {
  font: 30px '微软雅黑';
  color: #333;
  margin-bottom: 36px;
}
.register > .content form > label:first-of-type {
  text-align: left;
}
.register > .content form > label:first-of-type > p {
  font: 14px '微软雅黑';
  color: #333333;
  margin-bottom: 10px;
}
.register > .content form > label:first-of-type > input {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 342px;
  height: 42px;
  border: 1px solid #dbdbdb;
  padding-left: 14px;
  font: 14px '微软雅黑';
  color: #333;
}
.register > .content form > label:first-of-type > input::placeholder {
  color: #999999;
}
.register > .content form .error-msg {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: left;
  margin-bottom: 13px;
}
.register > .content form .error-msg > div {
  font: 14px/35px '微软雅黑';
  color: #ff5c04;
}
.register > .content form .error-msg > div img {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.register > .content form > div:nth-of-type(3) {
  text-align: left;
}
.register > .content form > div:nth-of-type(3) > p {
  font: 14px '微软雅黑';
  color: #333333;
  margin-bottom: 10px;
}
.register > .content form > div:nth-of-type(3) > input {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 244px;
  height: 42px;
  border: 1px solid #dbdbdb;
  padding-left: 14px;
  font: 14px '微软雅黑';
  color: #333;
}
.register > .content form > div:nth-of-type(3) > input::placeholder {
  color: #999999;
}
.register > .content form > div:nth-of-type(3) > a {
  display: inline-block;
  width: 90px;
  height: 42px;
  text-align: center;
  background: #45adeb;
  font: 14px/42px '微软雅黑';
  color: #fff;
}


.register > .content form > div:nth-of-type(2) {
  text-align: left;
}
.register > .content form > div:nth-of-type(2) > p {
  font: 14px '微软雅黑';
  color: #333333;
  margin-bottom: 10px;
}
.register > .content form > div:nth-of-type(2) > input {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  height: 42px;
  border: 1px solid #dbdbdb;
  padding-left: 14px;
  font: 14px '微软雅黑';
  color: #333;
}
.register > .content form > div:nth-of-type(2) > input::placeholder {
  color: #999999;
}
.register > .content form > div:nth-of-type(2) div {
  display: block;
  width: 120px;
  height: 42px;
  text-align: center;
  font: 14px/42px '微软雅黑';
  color: #fff;
  float: right;
}
.register > .content form > div:nth-of-type(2) div img{
  width: 100%;
  height:100%;
  display: block;
  position: relative!important;
}



.register > .content form > a {
  display: block;
  width: 100%;
  height: 42px;
  text-align: center;
  background: #45adeb;
  font: 14px/42px '微软雅黑';
  color: #fff;
  margin-top: 24px;
}
.register > .content form > label:last-of-type {
  display: inline-block;
  line-height: 20px;
  margin-top: 80px;
  position: relative;
  z-index: 100;
}
.register > .content form > label:last-of-type input {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dddddd;
  vertical-align: middle;
}
.register > .content form > label:last-of-type input:checked {
  background: #ff5c04;
}

.register > .content form p{
  margin-top: 10px;
}
.register > .content form > label:last-of-type p {
  display: inline-block;
  font: 14px '微软雅黑';
  color: #9d9d9d;
  vertical-align: middle;
  margin-top: 0;
}
.register > .content form > label:last-of-type p span {
  color: #333333;
}
.register .footer2 {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -622px;
}
.register2 .content form {
  display: block;
  width: 342px;
  margin: 0 auto;
  margin-top: 110px;
  text-align: center;
}
.register2 .content form > p {
  font: 30px '微软雅黑';
  color: #333333;
  margin-bottom: 35px;
}
.register2 .content form > div:first-of-type {
  margin-bottom: 23px;
  text-align: left;
  position: relative;
}
.register2 .content form > div:first-of-type > p {
  font: 14px '微软雅黑';
  color: #333333;
  margin-bottom: 12px;
}
.register2 .content form > div:first-of-type > p span {
  color: #ff5c04;
}
.register2 .content form > div:first-of-type > select {
  display: block;
  width: 342px;
  height: 42px;
  border: 1px solid #dbdbdb;
  padding-left: 14px;
  font: 14px '微软雅黑';
  color: #999;
}
.register2 .content form > div:first-of-type img {
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 16px;
  top: 52px;
}

.register2 .content form > div:nth-of-type(2) {
  margin-bottom: 23px;
  text-align: left;
  position: relative;
}
.register2 .content form > div:nth-of-type(2) > p {
  font: 14px '微软雅黑';
  color: #333333;
  margin-bottom: 12px;
}
.register2 .content form > div:nth-of-type(2) > p span {
  color: #ff5c04;
}
.register2 .content form > div:nth-of-type(2) > select {
  display: block;
  width: 342px;
  height: 42px;
  border: 1px solid #dbdbdb;
  padding-left: 14px;
  font: 14px '微软雅黑';
  color: #999;
}
.register2 .content form > div:nth-of-type(2) img {
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 16px;
  top: 52px;
}


.register2 .content form > label {
  display: block;
  margin-bottom: 23px;
  text-align: left;
}
.register2 .content form > label > p {
  font: 14px '微软雅黑';
  color: #333333;
  margin-bottom: 12px;
}
.register2 .content form > label > p span {
  color: #ff5c04;
}
.register2 .content form > label > input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 342px;
  height: 42px;
  border: 1px solid #dbdbdb;
  padding-left: 14px;
  font: 14px '微软雅黑';
  color: #333;
}
.register2 .content form > label > input::placeholder {
  color: #999;
}
.register2 .content form > a {
  display: block;
  width: 100%;
  height: 42px;
  background: #45adeb;
  text-align: center;
  font: 14px/42px '微软雅黑';
  color: #fff;
}
.register2 .content form > div:last-of-type {
  display: block;
  margin-bottom: 23px;
  text-align: left;
}
.register2 .content form > div:last-of-type > p {
  font: 14px '微软雅黑';
  color: #333333;
  margin-bottom: 12px;
}
.register2 .content form > div:last-of-type > p span {
  color: #ff5c04;
}
.register2 .content form > div:last-of-type > input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 252px;
  height: 42px;
  border: 1px solid #dbdbdb;
  border-right: none;
  padding-left: 14px;
  font: 14px '微软雅黑';
  color: #333;
  float: left;
}
.register2 .content form > div:last-of-type > input::placeholder {
  color: #999;
}
.register2 .content form > div:last-of-type > label {
  display: block;
  width: 200px;
  height:200px;
  margin: 0 auto;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333;
  line-height: 200px;
  position: relative;
  border: 1px solid #dbdbdb;
}
.register2 .content form > div:last-of-type > label img{
  display: block;
  width: 100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
}
.register2 .content form > div:last-of-type > label > input {
  display: none;
}
.register2 .footer2 {
  margin-top: 100px;
}
.upload-card .content form {
  display: block;
  width: 342px;
  margin: 0 auto;
  margin-top: 110px;
  text-align: center;
}
.upload-card .content form > p {
  font: 30px '微软雅黑';
  color: #333333;
  margin-bottom: 35px;
}
.upload-card .content form > div:first-of-type {
  margin-bottom: 23px;
  text-align: left;
  position: relative;
}
.upload-card .content form > div:first-of-type > p {
  font: 14px '微软雅黑';
  color: #333333;
  margin-bottom: 12px;
}
.upload-card .content form > div:first-of-type > p span {
  color: #ff5c04;
}
.upload-card .content form > div:first-of-type > select {
  display: block;
  width: 342px;
  height: 42px;
  border: 1px solid #dbdbdb;
  padding-left: 14px;
  font: 14px '微软雅黑';
  color: #999;
}
.upload-card .content form > div:first-of-type img {
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 16px;
  top: 52px;
}
.upload-card .content form > div:last-of-type {
  display: block;
  margin-bottom: 23px;
  text-align: left;
}
.upload-card .content form > div:last-of-type > p {
  font: 14px '微软雅黑';
  color: #333333;
  margin-bottom: 12px;
}
.upload-card .content form > div:last-of-type > p span {
  color: #ff5c04;
}
.upload-card .content form > div:last-of-type > input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 252px;
  height: 42px;
  border: 1px solid #dbdbdb;
  border-right: none;
  padding-left: 14px;
  font: 14px '微软雅黑';
  color: #333;
  float: left;
}
.upload-card .content form > div:last-of-type > input::placeholder {
  color: #999;
}
.upload-card .content form > div:last-of-type > label {
  display: block;
  float: right;
  width: 90px;
  height: 42px;
  text-align: center;
  font: 14px/42px '微软雅黑';
  color: #fff;
  background: #45adeb;
}
.upload-card .content form > div:last-of-type > label > input {
  display: none;
}
.upload-card .content form > a {
  display: block;
  width: 100%;
  height: 42px;
  background: #45adeb;
  text-align: center;
  font: 14px/42px '微软雅黑';
  color: #fff;
}
.upload-card .footer2 {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -622px;
}
.register3 .content {
  text-align: center;
  position: fixed;
  left: 50%;
  margin-left: -622px;
  top: 50%;
  margin-top: -144.5px;
}
.register3 .content > p {
  font: 30px '微软雅黑';
  color: #333333;
  /*margin-top: 300px;*/
  margin-bottom: 70px;
}
.register3 .content > span {
  display: block;
  font: 20px '微软雅黑';
  color: #45adeb;
}
.register3 .content > i {
  display: block;
  font: 14px '微软雅黑';
  color: #999999;
  margin-top: 7px;
  margin-bottom: 85px;
}
.register3 .content > a {
  display: block;
  margin: 0 auto;
  width: 340px;
  height: 40px;
  background: #fff;
  border: 1px solid #dbdbdb;
  text-align: center;
  font: 14px/40px '微软雅黑';
  color: #666666;
}
.register3 .footer2 {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -622px;
}
.search-result .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
  margin-bottom: 18px;
}
.search-result .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.search-result .list {
  border-bottom: 1px solid #d8d8d8;
}
.search-result .list .selected-condition {
  height: 24px;
  line-height: 24px;
}
.search-result .list .selected-condition > span {
  font: 12px '微软雅黑';
  color: #b0b0b0;
  float: left;
  line-height: 24px;
}
.search-result .list .selected-condition div {
  height: 22px;
  padding-left: 8px;
  padding-right: 30px;
  border: 1px solid #dddddd;
  float: left;
  margin-left: 8px;
  position: relative;
  line-height: 22px;
}
.search-result .list .selected-condition div p {
  font: 12px '微软雅黑';
  color: #333;
  line-height: 22px;
}
.search-result .list .selected-condition div p span {
  color: #45adeb;
}
.search-result .list .selected-condition div a {
  font-size: 20px;
  color: #b0b0b0;
  position: absolute;
  right: 6px;
  top: -2px;
}
.search-result .list .selected-condition > a {
  font: 12px '微软雅黑';
  color: #45adeb;
  float: right;
}
.search-result .list .condition {
  margin-top: 18px;
}
.search-result .list .condition li {
  width: 100%;
  min-height: 33px;
  border-top: 1px solid #d8d8d8;
  line-height: 32px;
}
.search-result .list .condition li:last-of-type {
  border-bottom: 1px solid #d8d8d8;
}
.search-result .list .condition li > div {
  display: block;
}
.search-result .list .condition li > div > p {
  width: 110px;
  height: 34px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  font: 12px/34px '微软雅黑';
  color: #666666;
  background: #f1f1f1;
  float: left;
}
.search-result .list .condition li > div .option {
  width: 850px;
  float: left;
  padding-left: 20px;
}
.search-result .list .condition li > div .option a {
  font: 12px/32px '微软雅黑';
  color: #666666;
  margin-right: 29px;
}
.search-result .list .condition li > div .option a:last-of-type {
  margin-right: 0;
}
.search-result .list .condition li > div > a {
  float: right;
  display: block;
  width: 49px;
  height: 22px;
  border: 1px solid #d8d8d8;
  text-align: center;
  font: 12px/22px '微软雅黑';
  color: #333333;
  margin-left: 8px;
  margin-top: 4px;
}
.search-result .list .condition li > div > a span {
  font: 20px/19px '微软雅黑';
  color: #a0a0a0;
}
.search-result .list .condition li > form {
  display: none;
  width: 1244px;
  min-height: 84px;
  border: 2px solid #45adeb;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding-left: 108px;
}
.search-result .list .condition li > form > p {
  width: 108px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 8px;
  font: 12px '微软雅黑';
  color: #666666;
  background: #e8f5fd;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.search-result .list .condition li > form > div {
  width: 1111px;
  min-height: 100%;
  float: left;
  padding-left: 21px;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.search-result .list .condition li > form > div label {
  float: left;
  margin-right: 30px;
  margin-top: 8px;
  font: 12px/14px '微软雅黑';
  color: #666666;
  cursor: pointer;
}
.search-result .list .condition li > form > div label input {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #cccccc;
  position: relative;
  top: 2px;
}
.search-result .list .condition li > form > div label input:checked {
  background: url("../img/icon05.png") center no-repeat;
  background-size: 8px 6px;
  border-color: #45adeb;
}
.search-result .list .condition li > form .btn {
  display: block;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.search-result .list .condition li > form .btn > a {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 8px;
}
.search-result .list .condition li > form .btn > a:first-of-type {
  width: 48px;
  height: 24px;
  font: 12px/24px '微软雅黑';
  color: #ffffff;
  left: 602px;
  background: #45adeb;
}
.search-result .list .condition li > form .btn > a:last-of-type {
  width: 46px;
  height: 22px;
  font: 12px/24px '微软雅黑';
  color: #333333;
  left: 660px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.search-result .list .condition li.active > div {
  display: none;
}
.search-result .list .condition li.active > form {
  display: block;
}
.search-result .list .goods {
  margin-top: 20px;
  text-align: center;
}
.search-result .list .goods > ul li {
  width: 200px;
  height: 255px;
  float: left;
  margin-bottom: 40px;
  box-sizing:border-box;
}
.search-result .list .goods > ul li > div:first-of-type {
  width: 100%;
  height: 135px;
  text-align: center;
  line-height: 135px;
}
.search-result .list .goods > ul li > div:first-of-type img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.search-result .list .goods > ul li > span {
  display: block;
  font: 14px '微软雅黑';
  color: #333333;
  margin-bottom: 8px;
}
.search-result .list .goods > ul li > p {
  width: 155px;
  height: 40px;
  font: 14px '微软雅黑';
  color: #333333;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.search-result .list .goods > ul li > div:last-of-type {
  font: 12px '微软雅黑';
  color: #b0b0b0;
  margin-top: 6px;
  margin-bottom: 14px;
}
.search-result .list .goods > ul li > div:last-of-type span {
  color: #45adeb;
}
.search-result .list .goods > ul li a.look {
  display: block;
  width: 80px;
  height: 28px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  font: 12px/26px '微软雅黑';
  color: #45adeb;
  margin: 0 auto;
}
.search-result .list .goods > form {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.search-result .list .goods > form > a {
  display: block;
  padding: 0 12px;
  height: 36px;
  border: 1px solid #dddddd;
  font: 14px/36px '微软雅黑';
  color: #333333;
  text-align: center;
  background: #f4f4f4;
  float: left;
  margin-right: 4px;
}
.search-result .list .goods > form > a.dq {
  color: #45adeb;
  background: transparent;
  border-color: transparent;
}
.search-result .list .goods > form > a.next {
  margin-right: 20px;
}
.search-result .list .goods > form > a.active {
  color: #cccccc;
}
.search-result .list .goods > form > a.omit {
  background: transparent;
  border-color: transparent;
}
.search-result .list .goods > form > span {
  float: left;
  font: 14px '微软雅黑';
  color: #666666;
  line-height: 38px;
}
.search-result .list .goods > form > input {
  width: 38px;
  height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
  margin: 0 5px;
  float: left;
}
.search-result .list .goods > form > a:last-of-type {
  margin-left: 10px;
}
.leftover .site {
  width: 100%;
  height: 40px;
  background: #fff;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
  margin-bottom: 20px;
}
.leftover .site>div{
  border-bottom: 1px solid #f3f3f3;
}
.leftover .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.leftover .list {
  border-bottom: 1px solid #d8d8d8;
}
.leftover .list .selected-condition {
  position: relative;
  max-height: 184px;
  overflow: hidden;
}
.leftover .list .selected-condition>img{
  display: block;
  width: 194px;
  height:76px;
  position: absolute;
  right:0;
  top:92px;
  cursor: pointer;
}
.leftover .list .selected-condition>a{
  display: block;
  width: 192px;
  height:74px;
  border: 1px solid #d8d8d8;
  border-radius: 11px;
  float: left;
  /*margin-right: 16px;*/
  margin-right: 28.4px;
  margin-bottom: 16px;
  cursor: pointer;
}
.leftover .list .selected-condition>a:nth-of-type(6n){
  margin-right: 0;
}
.leftover .list .selected-condition>a .left{
  width: 118px;
  height:100%;
  text-align: center;
  line-height: 74px;
  float: left;
}
.leftover .list .selected-condition>a .left img{
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.leftover .list .selected-condition>a .right{
  float: left;
  width: 74px;
  height: 100%;
  padding-top: 18px;
  box-sizing: border-box;
}
.leftover .list .selected-condition>a .right p{
  font: 14px '微软雅黑';
  color: #666666;
  margin-bottom: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.leftover .list .selected-condition>a.active{
  border-color: #ffa820;
  -webkit-box-shadow: 0 0 8px rgba(255, 168, 32, 0.5);
  box-shadow:  0 0 8px rgba(255, 168, 32, 0.5);
}
.leftover .list .selected-condition>a.active .right p{
  color: #ffa820;
}


.leftover .list .condition {
  margin-top: 4px;
}
.leftover .list .condition li {
  width: 100%;
  min-height: 33px;
  border-top: 1px solid #d8d8d8;
  line-height: 32px;
}
.leftover .list .condition li:last-of-type {
  border-bottom: 1px solid #d8d8d8;
}
.leftover .list .condition li > div:first-of-type {
  display: block;
  height: 34px;
  overflow: hidden;
}
.leftover .list .condition li > div:first-of-type > p {
  width: 110px;
  height: 34px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  font: 12px/34px '微软雅黑';
  color: #666666;
  background: #f1f1f1;
  float: left;
}
.leftover .list .condition li > div:first-of-type .option {
  width: 1050px;
  float: left;
  padding-left: 20px;
}
.leftover .list .condition li > div:first-of-type .option a {
  font: 12px/32px '微软雅黑';
  color: #666666;
  margin-right: 29px;
}
.leftover .list .condition li > div:first-of-type .option a.active{
  color: #45adeb;
}
.leftover .list .condition li > div:first-of-type .option a:last-of-type {
  margin-right: 0;
}
.leftover .list .condition li > div:first-of-type > a {
  float: right;
  display: block;
  width: 49px;
  height: 22px;
  border: 1px solid #d8d8d8;
  text-align: center;
  font: 12px/22px '微软雅黑';
  color: #333333;
  margin-left: 8px;
  margin-top: 4px;
}
.leftover .list .condition li > div:first-of-type > a span {
  font: 20px/19px '微软雅黑';
  color: #a0a0a0;
}
.leftover .list .condition li > .multiple {
  display: none;
  width: 1306px;
  min-height: 84px;
  border: 2px solid #45adeb;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding-left: 108px;
}
.leftover .list .condition li > .multiple > p {
  width: 108px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 8px;
  font: 12px '微软雅黑';
  color: #666666;
  background: #e8f5fd;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.leftover .list .condition li > .multiple > div {
  width: 1111px;
  min-height: 100%;
  float: left;
  padding-left: 21px;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.leftover .list .condition li > .multiple > div a {
  float: left;
  margin-right: 30px;
  margin-top: 8px;
  font: 12px/14px '微软雅黑';
  color: #666666;
  cursor: pointer;
}
.leftover .list .condition li > .multiple > div a.active{
  color: #45adeb;
}

.leftover .list .condition li > .multiple .btn {
  display: block;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.leftover .list .condition li > .multiple .btn > a {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 8px;
  width: 46px;
  height: 22px;
  font: 12px/24px '微软雅黑';
  color: #333333;
  left: 660px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.leftover .list .condition li.active > div {
  display: none;
}
.leftover .list .condition li.active > .multiple {
  display: block;
}
.leftover .list .goods {
  margin-top: 20px;
  text-align: center;
}
.leftover .list .goods .sort {
  width: 100%;
  height: 38px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background: #f1f1f1;
  line-height: 36px;
  box-sizing: border-box;
  padding-left: 13px ;
}
.leftover .list .goods .sort > a {
  display: block;
  width: 52px;
  height: 22px;
  border: 1px solid #d8d8d8;
  background: #fff;
  text-align: center;
  line-height: 22px;
  float: left;
  margin-top: 6px;
}
.leftover .list .goods .sort > a span {
  font: 12px '微软雅黑';
  color: #333333;
  vertical-align: middle;
}
.leftover .list .goods .sort > a i {
  font-size: 12px;
  color: #8e8e8e;
  vertical-align: middle;
}
.leftover .list .goods .sort > a.active {
  border: 1px solid #45adeb;
  background: #45adeb;
}
.leftover .list .goods .sort > a.active span,
.leftover .list .goods .sort > a.active i {
  color: #fff;
}
.leftover .list .goods > ul {
  margin-top: 30px;
  text-align: left;
}
.leftover .list .goods > ul li {
  width: 190px;
  height: 280px;
  float: left;
  margin-right: 32.8px;
  margin-bottom: 60px;
}
.leftover .list .goods > ul li:nth-of-type(6n) {
  margin-right: 0;
}
.leftover .list .goods > ul li > div {
  width: 100%;
  height: 135px;
  text-align: center;
  line-height: 135px;
}
.leftover .list .goods > ul li > div img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.leftover .list .goods > ul li > p:first-of-type {
  font: 14px '微软雅黑';
  color: #333333;
  margin-left: 16px;
}
.leftover .list .goods > ul li > p:first-of-type span {
  font: 14px '微软雅黑';
  color: #45adeb;
}
.leftover .list .goods > ul li > p:first-of-type i {
  font: 20px 'pfm';
  color: #45adeb;
}
.leftover .list .goods > ul li > span {
  display: block;
  margin-left: 16px;
  width: 155px;
  height: 44px;
  font: 14px 'pfm';
  color: #333333;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.leftover .list .goods > ul li > p:last-of-type {
  margin-top: 10px;
  margin-bottom: 19px;
  margin-left: 16px;
  font: 12px '微软雅黑';
  color: #b0b0b0;
}
.leftover .list .goods > ul li > p:last-of-type span {
  color: #45adeb;
}
.leftover .list .goods > ul li form {
  display: block;
  margin-left: 16px;
}
.leftover .list .goods > ul li form .minus {
  display: block;
  box-sizing: border-box;
  width: 27px;
  height: 28px;
  border: 1px solid #dddddd;
  border-right: none;
  background: #fff;
  text-align: center;
  font-size: 37px;
  color: #cccccc;
  line-height: 22px;
  float: left;
}
.leftover .list .goods > ul li form input {
  display: block;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  font: 12px '微软雅黑';
  color: #45adeb;
  float: left;
}
.leftover .list .goods > ul li form .plus {
  display: block;
  box-sizing: border-box;
  width: 27px;
  height: 28px;
  border: 1px solid #dddddd;
  border-left: none;
  background: #fff;
  text-align: center;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  float: left;
  font-weight: bold;
}
.leftover .list .goods > ul li form .add {
  box-sizing: border-box;
  display: block;
  width: 80px;
  height: 28px;
  background: #fff;
  text-align: center;
  border: 1px solid #dddddd;
  border-left: none;
  font-size: 12px;
  color: #45adeb;
  line-height: 26px;
  float: left;
}
.leftover .list .goods > form {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.leftover .list .goods > form > a {
  display: block;
  padding: 0 12px;
  height: 36px;
  border: 1px solid #dddddd;
  font: 14px/36px '微软雅黑';
  color: #333333;
  text-align: center;
  background: #f4f4f4;
  float: left;
  margin-right: 4px;
}
.leftover .list .goods > form > a.dq {
  color: #45adeb;
  background: transparent;
  border-color: transparent;
}
.leftover .list .goods > form > a.next {
  margin-right: 20px;
}
.leftover .list .goods > form > a.active {
  color: #cccccc;
}
.leftover .list .goods > form > a.omit {
  background: transparent;
  border-color: transparent;
}
.leftover .list .goods > form > span {
  float: left;
  font: 14px '微软雅黑';
  color: #666666;
  line-height: 38px;
}
.leftover .list .goods > form > input {
  width: 38px;
  height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
  margin: 0 5px;
  float: left;
}
.leftover .list .goods > form > a:last-of-type {
  margin-left: 10px;
}
.product-details .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
  margin-bottom: 30px;
  border-top:1px solid #ccc;
}
.product-details .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.product-details .magnifyingLens {
  float: left;
}
.product-details .product {
  display: block;
  width: 488px;
  float: left;
  margin-left: 24px;
}
.product-details .product > p {
  font: 16px/24px 'pfm';
  color: #000000;
  height: 58px;
  margin-bottom: 13px;
}
.product-details .product > div {
  width: 100%;
  margin-bottom: 30px;
}
.product-details .product > div > span {
  display: block;
  width: 95px;
  float: left;
  font: 12px '微软雅黑';
  color: #999999;
  margin-left: 15px;
}
.product-details .product > div > p {
  float: left;
  font: 12px '微软雅黑';
  color: #333333;
  max-width: 360px;
}
.product-details .product > div:nth-last-of-type(2) {
  margin-bottom: 40px;
  position: relative;
}
.product-details .product > div:nth-last-of-type(2):before {
  display: block;
  content: '';
  width: 471px;
  height: 1px;
  background: #eeeeee ;
  position: absolute;
  bottom: -20px;
  left: 17px;
}
.product-details .product .price {
  width: 100%;
  height: 64px;
  background: url("../img/bg02.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 22px;
  margin-bottom: 16px;
}
.product-details .product .price > span {
  line-height: 40px;
}
.product-details .product .price > p {
  font: 24px 'pfm';
  color: #45adeb;
}
.product-details .product .price > p i {
  font: 18px '微软雅黑';
}
.product-details .product .price > p span {
  font: 12px '微软雅黑';
}
.product-details .product .num > div .minus {
  display: block;
  box-sizing: border-box;
  width: 27px;
  height: 28px;
  border: 1px solid #dddddd;
  border-right: none;
  background: #fff;
  text-align: center;
  font-size: 37px;
  color: #cccccc;
  line-height: 22px;
  float: left;
  background: #f1f1f1;
}
.product-details .product .num > div input {
  display: block;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  font: 12px '微软雅黑';
  color: #45adeb;
  float: left;
}
.product-details .product .num > div .plus {
  display: block;
  box-sizing: border-box;
  width: 27px;
  height: 28px;
  border: 1px solid #dddddd;
  border-left: none;
  background: #fff;
  text-align: center;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  float: left;
  font-weight: bold;
  background: #f1f1f1;
}
.product-details .product .addCart {
  display: block;
  width: 146px;
  height: 44px;
  background: #45adeb ;
  text-align: center;
  font: 16px/44px '微软雅黑';
  color: #fff;
  float: left;
  /*margin-left: 98px;*/
  margin-right: 16px;
}
.product-details .product .service {
  display: block;
  width: 146px;
  height: 44px;
  box-sizing: border-box;
  text-align: center;
  background: #e3f5ff;
  border: 1px solid #45adeb;
  font: 16px/42px '微软雅黑';
  color: #45adeb;
  float: left;
}
.product-details .drawing {
  box-sizing: border-box;
  border: 1px solid #dddddd;
  border-top: none;
}
.product-details .drawing .tab {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd ;
  height: 46px;
}
.product-details .drawing .tab > a {
  display: block;
  float: left;
  width: 120px;
  height: 46px;
  border-right: 1px solid #dddddd ;
  text-align: center;
  font: 12px/46px 'pfm';
  color: #333333;
}
.product-details .drawing .tab > a.active {
  position: relative;
  color: #fff;
  background-color:#45adeb;
}
.product-details .drawing .tab > a.active:before {
  display: block;
  content: '';
  width: 121px;
  height: 2px;
  background: #45adeb ;
  position: absolute;
  top: -1px;
  left: -1px;
}
.product-details .drawing .content {
  width: 100%;
  text-align: center;
}
.product-details .drawing .content > img {
  max-width: 100%;
  height: auto;
}
.product-details .argument {
  margin-top: 20px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  padding-top: 20px;
  padding-left: 22px;
}
.product-details .argument > div {
  padding-bottom: 10px;
}
.product-details .argument > div > p {
  padding-left: 10px;
  margin-bottom: 20px;
  font: 12px 'pfm';
  color: #999999;
  position: relative;
}
.product-details .argument > div > p:before {
  display: block;
  content: '';
  width: 2px;
  height: 12px;
  background: #45adeb;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.product-details .argument > div > ul li {
  width: 203px;
  float: left;
  margin-bottom: 20px;
  font: 12px 'pfm';
  color: #666666;
  position: relative;
}
.cart .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.cart .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.cart .products {
  display: block;
  background: #f3f3f3;
  padding-bottom: 60px;
}
.cart .products > div:first-of-type {
  height: 50px;
  background: #fff;
  padding-left: 40px;
  box-sizing: border-box;
  line-height: 50px;
  border-bottom: 1px solid #e0e0e0;
}
.cart .products > div:first-of-type a {
  font: 13px '微软雅黑';
  color: #333;
  float: left;
  margin-right: 30px;
  line-height: 50px;
}
.cart .products > div:first-of-type a.active {
  color: #45adeb;
}
.cart .products > table {
  background: #fff;
  margin: 0 auto;
}
.cart .products > table thead tr {
  height: 71px;
  border-bottom: 1px solid #e0e0e0;
}
.cart .products > table thead tr td {
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
}
.cart .products > table thead tr td:first-of-type {
  width: 140px;
  box-sizing: border-box;
  padding-left: 40px;
  text-align: left;
}
.cart .products > table thead tr td:first-of-type label input {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #e0e0e0;
  background: #fff;
  vertical-align: middle;
}
.cart .products > table thead tr td:first-of-type label input:checked {
  background: url(../img/icon05.png) center no-repeat;
  background-size: 10px 8px;
  border-color: #45adeb;
}
.cart .products > table thead tr td:first-of-type label span {
  font: 14px '微软雅黑';
  color: #333333;
  vertical-align: middle;
  margin-left: 8px;
}
.cart .products > table thead tr td:nth-of-type(5) {
  /*width: 140px;*/
}
.cart .products > table thead tr td:nth-of-type(6) {
  /*width: 130px;*/
}
.cart .products > table thead tr td:last-of-type {
  width: 180px;
}
.cart .products > table tbody tr {
  height: 71px;
  border-bottom: 1px solid #e0e0e0;
}
.cart .products > table tbody tr:last-of-type {
  border: none;
  height:120px;
}
.cart .products > table tbody tr td {
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
}
.cart .products > table tbody tr td:first-of-type {
  width: 140px;
  box-sizing: border-box;
  padding-left: 40px;
  text-align: left;
}
.cart .products > table tbody tr td:first-of-type input {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #e0e0e0;
  background: #fff;
  vertical-align: middle;
}
.cart .products > table tbody tr td:first-of-type input:checked {
  background: url(../img/icon05.png) center no-repeat;
  background-size: 10px 8px;
  border-color: #45adeb;
}
.cart .products > table tbody tr td:nth-of-type(2) {
  padding: 16px 0;
}
.cart .products > table tbody tr td:nth-of-type(2) div {
  display: inline-block;
  text-align: left;
}
.cart .products > table tbody tr td:nth-of-type(3) {
  padding: 16px 0;
}
.cart .products > table tbody tr td:nth-of-type(3) div {
  display: inline-block;
  text-align: left;
}
.cart .products > table tbody tr td:nth-last-of-type(4) {
  width: 140px;
}
.cart .products > table tbody tr td:nth-last-of-type(3) {
  width: 140px;
  text-align: center;
}
.cart .products > table tbody tr td:nth-last-of-type(3) > div {
  display: inline-block;
}
.cart .products > table tbody tr td:nth-last-of-type(3) > div .minus {
  display: block;
  box-sizing: border-box;
  width: 27px;
  height: 28px;
  border: 1px solid #dddddd;
  border-right: none;
  background: #fff;
  text-align: center;
  font-size: 23px;
  color: #333;
  line-height: 25px;
  float: left;
  background: #fff;
}
.cart .products > table tbody tr td:nth-last-of-type(3) > div input {
  display: block;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  font: 12px '微软雅黑';
  color: #45adeb;
  float: left;
}
.cart .products > table tbody tr td:nth-last-of-type(3) > div .plus {
  display: block;
  box-sizing: border-box;
  width: 27px;
  height: 28px;
  border: 1px solid #dddddd;
  border-left: none;
  text-align: center;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  float: left;
  font-weight: bold;
  background: #fff;
}
.cart .products > table tbody tr td:nth-last-of-type(2) {
  width: 80px;
  color: #ff5c04;
}
.cart .products > table tbody tr td:last-of-type {
  width: 80px;
}
.cart .products > table tbody tr td:last-of-type > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  line-height: 27px;
  border-radius: 50%;
  font-size: 28px;
  color: #a7a6a7;
}
.cart .products > table tbody tr td:last-of-type > a:hover {
  background: #e44845;
  color: #fff;
}
.cart .products > div:last-of-type {
  height: 50px;
  background: #fff;
  margin-top: 20px;
}
.cart .products > div:last-of-type > p {
  float: left;
  margin-left: 40px;
  font: 14px/50px '微软雅黑';
  color: #757575;
}
.cart .products > div:last-of-type > p span {
  color: #e44845 ;
}
.cart .products > div:last-of-type > p i {
  color: #ff5c04 ;
}
.cart .products > div:last-of-type > a {
  display: block;
  float: right;
  width: 146px;
  height: 100%;
  background: #cccccc;
  text-align: center;
  font: 18px/50px '微软雅黑';
  color: #fff;
}
.cart .products > div:last-of-type > div {
  float: right;
  margin-right: 50px;
  font: 20px '微软雅黑';
  color: #ff5c04;
}
.cart .products > div:last-of-type > div span {
  font: 30px '微软雅黑';
}
.pay .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.pay .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.pay .products {
  display: block;
  background: #f3f3f3;
  padding-bottom: 60px;
}
.pay .products .success {
  height: 164px;
  margin-bottom: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 32px 48px 0;
}
.pay .products .success > div:first-of-type {
  width: 84px;
  height: 84px;
  float: left;
}
.pay .products .success > div:first-of-type img {
  display: block;
  width: 100%;
  height: 100%;
}
.pay .products .success > div:nth-of-type(2) {
  margin-left: 47px;
  float: left;
}
.pay .products .success > div:nth-of-type(2) p {
  font: 24px 'pfm';
  color: #424242;
  margin-top: 11px;
  margin-bottom: 5px;
}
.pay .products .success > div:nth-of-type(2) span {
  font: 14px 'pfm';
  color: #616161;
  display: block;
}
.pay .products .success > div:last-of-type {
  float: right;
  margin-top: 9px;
  font: 14px '微软雅黑';
  color: #757575;
}
.pay .products .success > div:last-of-type span {
  font: 24px '微软雅黑';
  color: #ff5c04;
}
.pay .products .success > div:last-of-type i {
  font: 14px '微软雅黑';
  color: #ff5c04;
}
.pay .products .way {
  box-sizing: border-box;
  padding: 0 48px;
  background: #fff;
  padding-bottom: 25px;
}
.pay .products .way > p {
  height: 80px;
  border-bottom: 1px solid #dbdbdb;
  font: 18px/80px '微软雅黑';
  color: #424242;
}
.pay .products .way > div {
  margin-top: 30px;
}
.pay .products .way > div > a {
  width: 176px;
  height: 58px;
  border: 1px solid #dbdbdb;
  text-align: center;
  float: left;
  margin-bottom: 16px;
  font: 14px '微软雅黑';
  color: #424242;
  line-height: 58px;
}
.pay .products .way > div > p {
  font: 16px '微软雅黑';
  color: #616161;
  margin-bottom: 15px;
}
.pay .products .way > div > p span {
  font: 12px 'pfm';
  color: #b0b0b0;
}
.pay .products .way > div > label {
  display: block;
  width: 178px;
  height: 60px;
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}
.pay .products .way > div > label:nth-of-type(6n) {
  margin-right: 0;
}
.pay .products .way > div > label input {
  display: none;
}
.pay .products .way > div > label > div {
  width: 176px;
  height: 58px;
  border: 1px solid #dbdbdb;
  text-align: center;
  line-height: 58px;
}
.pay .products .way > div > label > div img {
  width: 100%;
  height: 100%;
  display: block;
}
.pay .products .way > div > label input:checked + div {
  border-color: #e44845;
}
.person .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.person .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.person .center .content {
  width: 980px;
  float: right;
  padding-top: 57px;
  background: #fff;
  padding-bottom: 40px;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
}
.person .center .content .page {
  width: 913px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.person .center .content .page > p {
  font: 30px '微软雅黑';
  color: #757575;
  margin-bottom: 56px;
}
.person .center .content .page > div {
  height: 80px;
}
.person .center .content .page > div > div:first-of-type {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 30px;
}
.person .center .content .page > div > div:first-of-type img {
  display: block;
  width: 100%;
  height: 100%;
}
.person .center .content .page > div > div:last-of-type {
  float: left;
  height: 80px;
  position: relative;
}
.person .center .content .page > div > div:last-of-type > p {
  height: 18px;
  margin-top: 5px;
}
.person .center .content .page > div > div:last-of-type > p i {
  font: 14px/18px '微软雅黑';
  color: #666666;
  vertical-align: middle;
}
.person .center .content .page > div > div:last-of-type > p span {
  display: inline-block;
  height: 100%;
  padding: 0 5px;
  font: 12px/18px '微软雅黑';
  color: #fff;
  background: #ff5c04;
  margin-left: 6px;
  vertical-align: middle;
}
.person .center .content .page > div > div:last-of-type .grade {
  margin-top: 5px;
  margin-bottom: 1px;
}
.person .center .content .page > div > div:last-of-type .grade img {
  width: 12px;
  height: 15px;
  vertical-align: middle;
  margin-right: 6px;
}
.person .center .content .page > div > div:last-of-type .grade span {
  font: 12px '微软雅黑';
  color: #eb9000;
  vertical-align: middle;
}
.person .center .content .page > div > div:last-of-type .safety i {
  font: 12px '微软雅黑';
  color: #666666;
  vertical-align: middle;
}
.person .center .content .page > div > div:last-of-type .safety img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin: 0 6px 0 18px;
}
.person .center .content .page > div > div:last-of-type .safety span {
  font: 12px '微软雅黑';
  color: #666666;
}
.person .center .content .page > div > div:last-of-type > ul {
  position: absolute;
  width: 350px;
  left: 256px;
  top: 8px;
}
.person .center .content .page > div > div:last-of-type > ul li {
  width: 175px;
  text-align: center;
  float: left;
}
.person .center .content .page > div > div:last-of-type > ul li:first-of-type {
  position: relative;
}
.person .center .content .page > div > div:last-of-type > ul li:first-of-type:after {
  display: block;
  content: '';
  width: 1px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  background: #e0e0e0;
}
.person .center .content .page > div > div:last-of-type > ul li > p {
  font: 14px '微软雅黑';
  color: #666666;
}
.person .center .content .page > div > div:last-of-type > ul li > p:first-of-type {
  margin-bottom: 10px;
}
.person .center .content .myOrder {
  width: 913px;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding: 0 19px;
}
.person .center .content .myOrder .title {
  height: 60px;
  line-height: 60px;
}
.person .center .content .myOrder .title > p {
  font: 16px/1 '微软雅黑';
  color: #333333;
  float: left;
  border-left: 4px solid #45adeb;
  padding-left: 3px;
  height: 16px;
  margin-top: 22px ;
}
.person .center .content .myOrder .title > ul {
  float: right;
  margin-top: 23px ;
}
.person .center .content .myOrder .title > ul li {
  padding: 0 10px;
  height: 14px;
  line-height: 14px;
  border-right: 1px solid #dbdbdb ;
  float: left;
}
.person .center .content .myOrder .title > ul li:last-of-type {
  padding-right: 0;
  border: none;
}
.person .center .content .myOrder .title > ul li a {
  font: 14px/14px '微软雅黑';
  color: #757575;
}
.person .center .content .myOrder .title > ul li.active a {
  color: #45adeb;
}
.person .center .content .myOrder .order {
  margin-bottom: 20px;
}
.person .center .content .myOrder .order > div {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  line-height: 48px;
}
.person .center .content .myOrder .order > div > span {
  display: block;
  width: 40px;
  height: 24px;
  background: #45adeb;
  text-align: center;
  float: left;
  margin-left: 15px;
  font: 12px/24px '微软雅黑';
  color: #ffffff;
  margin-top: 12px;
}
.person .center .content .myOrder .order > div .num {
  font: 14px '微软雅黑';
  color: #333333;
  float: left;
  margin-left: 18px;
  line-height: 48px;
}
.person .center .content .myOrder .order > div .state1 {
  font: 14px '微软雅黑';
  color: #333333;
  float: left;
  margin-left: 40px;
  line-height: 48px;
}
.person .center .content .myOrder .order > div .state1 span.pass {
  color: #ff5c04;
}
.person .center .content .myOrder .order > div .state2 {
  font: 14px '微软雅黑';
  color: #333333;
  float: left;
  margin-left: 36px;
  line-height: 48px;
}
.person .center .content .myOrder .order > div .state2 span {
  color: #ff5c04;
}
.person .center .content .myOrder .order > div > a {
  float: right;
  margin-left: 16px;
  font: 14px '微软雅黑';
  color: #45adeb;
  margin-right: 20px;
  line-height: 48px;
}
.person .center .content .myOrder .order > div > a:last-of-type {
  margin-left: 0;
  margin-right: 0;
}
.person .center .content .myOrder .order > ul {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-top: none;
}
.person .center .content .myOrder .order > ul li {
  height: 100%;
  float: left;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
  line-height: 72px;
}
.person .center .content .myOrder .order > ul li:nth-of-type(1) {
  width: 95px;
}
.person .center .content .myOrder .order > ul li:nth-of-type(2) {
  width: 170px;
}
.person .center .content .myOrder .order > ul li:nth-of-type(3) {
  width: 45px;
}
.person .center .content .myOrder .order > ul li:nth-of-type(4) {
  width: 100px;
}
.person .center .content .myOrder .order > ul li:nth-of-type(5) {
  width: 84px;
}
.person .center .content .myOrder .order > ul li:nth-of-type(6) {
  width: 60px;
}
.person .center .content .myOrder .order > ul li:nth-of-type(7) {
  width: 115px;
}
.person .center .content .myOrder .order > ul li:nth-of-type(8) {
  width: 82px;
}
.person .center .content .myOrder .order > ul li:nth-of-type(9) {
  width: 113px;
}
.person .center .content .myOrder .order > ul li > div {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.person .center .content .myOrder .order > ul li .view {
  display: block;
  font: 14px '微软雅黑';
  color: #45adeb;
}
.person .center .content .myOrder .order > ul li .return,
.person .center .content .myOrder .order > ul li .blueprint {
  display: block;
  font: 14px '微软雅黑';
  color: #333333;
}
.person .center .content .myOrder .order > dt {
  width: 100%;
  height: 49px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-top: none;
  line-height: 48px;
}
.person .center .content .myOrder .order > dt > p:first-of-type {
  float: left;
  margin-left: 14px ;
  font: 14px '微软雅黑';
  color: #333333;
  line-height: 48px;
}
.person .center .content .myOrder .order > dt > p:last-of-type {
  float: right;
  margin-right: 23px ;
  font: 14px '微软雅黑';
  color: #ff5c04;
  margin-top: 3px;
}
.person .center .content .myOrder .order > dt > p:last-of-type span {
  font-size: 30px;
}
.person .center .content .footprint {
  width: 913px;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding-left: 19px;
  margin-top: 30px;
  padding-bottom: 29px;
}
.person .center .content .footprint > p {
  font: 16px/1 '微软雅黑';
  color: #333333;
  border-left: 4px solid #45adeb;
  padding-left: 3px;
  height: 16px;
  margin: 22px 0;
}
.person .center .content .footprint ul li {
  width: 208px;
  height: 251px;
  float: left;
  margin-right: 13px ;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}
.person .center .content .footprint ul li:nth-of-type(4n) {
  margin-right: 0;
}
.person .center .content .footprint ul li a > div {
  width: 100%;
  height: 150px;
  text-align: center;
  line-height: 150px;
}
.person .center .content .footprint ul li a > div img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.person .center .content .footprint ul li a > p:first-of-type {
  font: 14px 'pfm';
  color: #333333;
}
.person .center .content .footprint ul li a > p:nth-of-type(2) {
  width: 155px;
  margin: 7px auto;
  font: 14px '微软雅黑';
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.person .center .content .footprint ul li a > p:last-of-type {
  font: 12px '微软雅黑';
  color: #b0b0b0;
}
.person .center .content .footprint ul li a > p:last-of-type span {
  color: #45adeb;
}
.user .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.user .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.user .center .content {
  width: 1008px;
  float: right;
  padding-top: 57px;
  box-sizing: border-box;
  padding-left: 48px;
  background: #fff;
  height: 767px;
  padding-right: 87px;
}
.user .center .content > p {
  font: 30px '微软雅黑';
  color: #757575;
  margin-bottom: 26px;
}
.user .center .content .msg {
  height: 14px;
}
.user .center .content .msg a {
  display: block;
  float: left;
  font: 16px '微软雅黑';
  color: #757575;
  padding: 0 11px;
  position: relative;
}
.user .center .content .msg a:after {
  display: block;
  content: '';
  background: #dbdbdb;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
}
.user .center .content .msg a:first-of-type {
  padding-left: 0;
}
.user .center .content .msg a:last-of-type:after {
  display: none;
}
.user .center .content .msg a.active {
  color: #45adeb;
}
.user .center .content .data .left {
  float: left;
  margin: 31px 45px 0 40px;
  width: 80px;
  text-align: center;
}
.user .center .content .data .left img {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 6px;
}
.user .center .content .data .left a {
  font: 14px '微软雅黑';
  color: #45adeb;
}
.user .center .content .data .right {
  float: left;
}
.user .center .content .data .right p {
  font: 16px '微软雅黑';
  color: #333333;
  margin-bottom: 25px;
}
.user .center .content .data .right span {
  display: block;
  font: 14px '微软雅黑';
  color: #666666;
  margin-bottom: 16px;
}
.user .center .content .data > a {
  float: right;
  font: 14px '微软雅黑';
  color: #45adeb;
}
.user .center .head {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.46);
}
.user .center .head form {
  display: block;
  width: 442px;
  height: 313px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -221px;
  margin-top: -156.5px;
  background: #fff;
}
.user .center .head form > div:first-of-type {
  height: 60px;
  line-height: 60px;
  background: #f3f3f3;
}
.user .center .head form > div:first-of-type span {
  font: 18px '微软雅黑';
  color: #424242;
  margin-left: 20px;
}
.user .center .head form > div:first-of-type a {
  font-size: 30px;
  color: #757575;
  float: right;
  margin-right: 19px;
  margin-top: -5px;
}
.user .center .head form > div:last-of-type {
  width: 202px;
  margin: 0 auto;
  margin-top: 37px;
  text-align: center;
}
.user .center .head form > div:last-of-type > p {
  font: 14px '微软雅黑';
  color: #333333;
  text-align: left;
}
.user .center .head form > div:last-of-type label {
  display: block;
  width: 100%;
  height: 38px;
  text-align: center;
  background: #45adeb ;
  font: 15px/38px '微软雅黑';
  color: #fff;
  margin-top: 9px;
  margin-bottom: 5px;
}
.user .center .head form > div:last-of-type label input {
  display: none;
}
.user .center .head form > div:last-of-type span {
  font: 14px '微软雅黑';
  color: #666666;
}
.user .center .head form > a {
  display: block;
  margin: 0 auto;
  margin-top: 28px;
  width: 120px;
  height: 36px;
  background: #fff;
  border: 1px solid #dbdbdb;
  text-align: center;
  font: 14px/36px '微软雅黑';
  color: #555555;
}
.user .center .edit {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.46);
}
.user .center .edit form {
  display: block;
  width: 442px;
  height: 476px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -221px;
  margin-top: -238px;
  background: #fff;
}
.user .center .edit form > div:first-of-type {
  height: 60px;
  line-height: 60px;
  background: #f3f3f3;
}
.user .center .edit form > div:first-of-type span {
  font: 18px '微软雅黑';
  color: #424242;
  margin-left: 20px;
}
.user .center .edit form > div:first-of-type a {
  font-size: 30px;
  color: #757575;
  float: right;
  margin-right: 19px;
  margin-top: -5px;
}
.user .center .edit form > div:nth-of-type(2) {
  margin-top: 46px;
}
.user .center .edit form > div:nth-of-type(2) > div {
  height: 40px;
  line-height: 40px;
  margin-bottom: 12px;
}
.user .center .edit form > div:nth-of-type(2) > div > span {
  display: block;
  float: left;
  width: 90px;
  text-align: right;
  font: 14px/40px '微软雅黑';
  color: #666666;
  margin-right: 10px;
}
.user .center .edit form > div:nth-of-type(2) > div > input {
  display: block;
  width: 292px;
  float: left;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding-left: 15px;
  font: 14px '微软雅黑';
  color: #333333;
}
.user .center .edit form > div:nth-of-type(2) > div select {
  display: block;
  float: left;
  width: 92px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding-left: 15px;
  margin-right: 8px ;
  appearance: menulist;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.user .center .edit form > div:nth-of-type(2) > div select:last-of-type {
  margin-right: 0 ;
}
.user .center .edit form > div:nth-of-type(2) > div select::-ms-expand {
  display: block;
}
.user .center .edit form > div:nth-of-type(2) > div > label {
  display: inline-block;
  margin-right: 30px;
}
.user .center .edit form > div:nth-of-type(2) > div > label input {
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e1e1e1;
  vertical-align: middle;
  border-radius: 50%;
}
.user .center .edit form > div:nth-of-type(2) > div > label input:checked {
  background: #45adeb;
  border-color: #45adeb;
}
.user .center .edit form > div:nth-of-type(2) > div > label span {
  font: 14px '微软雅黑';
  color: #666666;
  vertical-align: middle;
}
.user .center .edit form > div:last-of-type {
  position: absolute;
  height: 38px;
  width: 100%;
  left: 0;
  bottom: 21px;
}
.user .center .edit form > div:last-of-type a:first-of-type {
  width: 122px;
  height: 100%;
  text-align: center;
  background: #45adeb;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
  margin-left: 87px;
  margin-right: 24px;
}
.user .center .edit form > div:last-of-type a:last-of-type {
  width: 122px;
  height: 100%;
  text-align: center;
  background: #a7a6a7;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
}
.company .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.company .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.company .center .content {
  width: 980px;
  float: right;
  padding-top: 57px;
  box-sizing: border-box;
  padding-left: 48px;
  background: #fff;
  padding-right: 87px;
  padding-bottom: 195px;
}
.company .center .content > p {
  font: 30px '微软雅黑';
  color: #757575;
  margin-bottom: 26px;
}
.company .center .content .msg {
  height: 14px;
  margin-bottom: 54px;
}
.company .center .content .msg a {
  display: block;
  float: left;
  font: 16px '微软雅黑';
  color: #757575;
  padding: 0 11px;
  position: relative;
}
.company .center .content .msg a:after {
  display: block;
  content: '';
  background: #dbdbdb;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
}
.company .center .content .msg a:first-of-type {
  padding-left: 0;
}
.company .center .content .msg a:last-of-type:after {
  display: none;
}
.company .center .content .msg a.active {
  color: #45adeb;
}
.company .center .content .data .left {
  float: left;
  margin: 31px 45px 0 40px;
  width: 80px;
  text-align: center;
}
.company .center .content .data .left img {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 6px;
}
.company .center .content .data .left a {
  font: 14px '微软雅黑';
  color: #45adeb;
}
.company .center .content .data .right {
  float: left;
}
.company .center .content .data .right p {
  font: 16px '微软雅黑';
  color: #333333;
  margin-bottom: 25px;
  margin-top: 38px;
}
.company .center .content .data .right p:first-of-type {
  margin-top: 0;
}
.company .center .content .data .right p:last-of-type {
  margin-bottom: 17px;
}
.company .center .content .data .right span {
  display: block;
  font: 14px '微软雅黑';
  color: #666666;
  margin-bottom: 16px;
}
.company .center .content .data .right > div {
  height: 178px;
}
.company .center .content .data .right > div label {
  display: block;
  float: left;
  width: 260px;
  height: 178px;
  margin-right: 16px ;
}
.company .center .content .data .right > div label input {
  display: none;
}
.company .center .content .data .right > div label img {
  display: block;
  width: 100%;
  height: 100%;
}
.company .center .content .data > a {
  float: right;
  font: 14px '微软雅黑';
  color: #45adeb;
}
.company .center .head {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.46);
}
.company .center .head form {
  display: block;
  width: 442px;
  height: 313px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -221px;
  margin-top: -156.5px;
  background: #fff;
}
.company .center .head form > div:first-of-type {
  height: 60px;
  line-height: 60px;
  background: #f3f3f3;
}
.company .center .head form > div:first-of-type span {
  font: 18px '微软雅黑';
  color: #424242;
  margin-left: 20px;
}
.company .center .head form > div:first-of-type a {
  font-size: 30px;
  color: #757575;
  float: right;
  margin-right: 19px;
  margin-top: -5px;
}
.company .center .head form > div:last-of-type {
  width: 202px;
  margin: 0 auto;
  margin-top: 37px;
  text-align: center;
}
.company .center .head form > div:last-of-type > p {
  font: 14px '微软雅黑';
  color: #333333;
  text-align: left;
}
.company .center .head form > div:last-of-type label {
  display: block;
  width: 100%;
  height: 38px;
  text-align: center;
  background: #45adeb ;
  font: 15px/38px '微软雅黑';
  color: #fff;
  margin-top: 9px;
  margin-bottom: 5px;
}
.company .center .head form > div:last-of-type label input {
  display: none;
}
.company .center .head form > div:last-of-type span {
  font: 14px '微软雅黑';
  color: #666666;
}
.company .center .head form > a {
  display: block;
  margin: 0 auto;
  margin-top: 28px;
  width: 120px;
  height: 36px;
  background: #fff;
  border: 1px solid #dbdbdb;
  text-align: center;
  font: 14px/36px '微软雅黑';
  color: #555555;
}
.company .center .edit {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.46);
}
.company .center .edit form {
  display: block;
  width: 442px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -221px;
  margin-top: -190px;
  background: #fff;
}
.company .center .edit form > div:first-of-type {
  height: 60px;
  line-height: 60px;
  background: #f3f3f3;
}
.company .center .edit form > div:first-of-type span {
  font: 18px '微软雅黑';
  color: #424242;
  margin-left: 20px;
}
.company .center .edit form > div:first-of-type a {
  font-size: 30px;
  color: #757575;
  float: right;
  margin-right: 19px;
  margin-top: -5px;
}
.company .center .edit form > div:nth-of-type(2) {
  margin-top: 46px;
}
.company .center .edit form > div:nth-of-type(2) > div {
  height: 40px;
  line-height: 40px;
  margin-bottom: 12px;
}
.company .center .edit form > div:nth-of-type(2) > div > span {
  display: block;
  float: left;
  width: 90px;
  text-align: right;
  font: 14px/40px '微软雅黑';
  color: #666666;
  margin-right: 10px;
}
.company .center .edit form > div:nth-of-type(2) > div > input {
  display: block;
  width: 292px;
  float: left;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding-left: 15px;
  font: 14px '微软雅黑';
  color: #333333;
}
.company .center .edit form > div:nth-of-type(2) > div select {
  display: block;
  float: left;
  width: 92px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding-left: 15px;
  margin-right: 8px ;
  appearance: menulist;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.company .center .edit form > div:nth-of-type(2) > div select:last-of-type {
  margin-right: 0 ;
}
.company .center .edit form > div:nth-of-type(2) > div select::-ms-expand {
  display: block;
}
.company .center .edit form > div:nth-of-type(2) > div select.addr {
  width: 292px;
}
.company .center .edit form > div:nth-of-type(2) > div > label {
  display: inline-block;
  margin-right: 30px;
}
.company .center .edit form > div:nth-of-type(2) > div > label input {
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e1e1e1;
  vertical-align: middle;
  border-radius: 50%;
}
.company .center .edit form > div:nth-of-type(2) > div > label input:checked {
  background: #45adeb;
  border-color: #45adeb;
}
.company .center .edit form > div:nth-of-type(2) > div > label span {
  font: 14px '微软雅黑';
  color: #666666;
  vertical-align: middle;
}
.company .center .edit form > div:last-of-type {
  height: 80px;
  width: 100%;
  margin-top: 50px;
  background: #f3f3f3;
}
.company .center .edit form > div:last-of-type a:first-of-type {
  width: 122px;
  height: 38px;
  text-align: center;
  background: #45adeb;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
  margin-left: 87px;
  margin-right: 24px;
  margin-top: 21px;
}
.company .center .edit form > div:last-of-type a:last-of-type {
  width: 122px;
  height: 38px;
  text-align: center;
  background: #a7a6a7;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
  margin-top: 21px;
}
.system .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.system .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.system .center .content {
  width: 980px;
  float: right;
  padding-top: 57px;
  box-sizing: border-box;
  padding-left: 48px;
  background: #fff;
  min-height: 767px;
  padding-right: 48px;
  text-align: center;
}
.system .center .content > p {
  font: 30px '微软雅黑';
  color: #757575;
  margin-bottom: 26px;
  text-align: left;
}
.system .center .content .msg {
  height: 14px;
  text-align: left;
}
.system .center .content .msg a {
  display: block;
  float: left;
  font: 16px '微软雅黑';
  color: #757575;
  padding: 0 11px;
  position: relative;
}
.system .center .content .msg a:after {
  display: block;
  content: '';
  background: #dbdbdb;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
}
.system .center .content .msg a:first-of-type {
  padding-left: 0;
}
.system .center .content .msg a:last-of-type:after {
  display: none;
}
.system .center .content .msg a.active {
  color: #45adeb;
}
.system .center .content .noMsg {
  margin-top: 25px;
  height: 120px;
  text-align: center;
  display: none;
  border-top: 1px solid #dbdbdb;
}
.system .center .content .noMsg p {
  font: 18px/120px '微软雅黑';
  color: #333333;
}
.system .center .content form:first-of-type {
  text-align: left;
}
.system .center .content form:first-of-type > ul {
  margin-top: 25px;
}
.system .center .content form:first-of-type > ul li {
  height: 74px;
  border-bottom: 1px solid #dbdbdb;
  line-height: 74px;
}
.system .center .content form:first-of-type > ul li > input {
  display: block;
  width: 20px ;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  background: #fff;
  float: left;
  margin-top: 27px;
  margin-right: 50px;
}
.system .center .content form:first-of-type > ul li > input:checked {
  background: url("../img/icon05.png") center no-repeat;
  background-size: 12px 10px;
}
.system .center .content form:first-of-type > ul li > p {
  width: 620px;
  font: 14px/74px '微软雅黑';
  color: #333333;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.system .center .content form:first-of-type > ul li > p a {
  font: 14px/74px '微软雅黑';
  color: #333333;
}
.system .center .content form:first-of-type > ul li > span {
  font: 14px/74px '微软雅黑';
  color: #333333;
  float: right;
}
.system .center .content form:first-of-type > ul li:first-of-type {
  height: 72px;
  line-height: 72px;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
}
.system .center .content form:first-of-type > ul li:first-of-type > label {
  display: inline-block;
  width: 70px;
}
.system .center .content form:first-of-type > ul li:first-of-type > label input {
  display: inline-block;
  width: 20px ;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  background: #fff;
  vertical-align: middle;
  margin-right: 5px;
}
.system .center .content form:first-of-type > ul li:first-of-type > label input:checked {
  background: url("../img/icon05.png") center no-repeat;
  background-size: 12px 10px;
}
.system .center .content form:first-of-type > ul li:first-of-type > label span {
  font: 14px '微软雅黑';
  color: #333333;
  vertical-align: middle;
}
.system .center .content form:first-of-type > ul li:first-of-type > a {
  font: 14px '微软雅黑';
  color: #333333;
  margin-right: 35px;
}
.system .center .content .pagination {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.system .center .content .pagination > a {
  display: block;
  padding: 0 12px;
  height: 36px;
  border: 1px solid #dddddd;
  font: 14px/36px '微软雅黑';
  color: #333333;
  text-align: center;
  background: #f4f4f4;
  float: left;
  margin-right: 4px;
}
.system .center .content .pagination > a.dq {
  color: #45adeb;
  background: transparent;
  border-color: transparent;
}
.system .center .content .pagination > a.next {
  margin-right: 20px;
}
.system .center .content .pagination > a.active {
  color: #cccccc;
}
.system .center .content .pagination > a.omit {
  background: transparent;
  border-color: transparent;
}
.system .center .content .pagination > span {
  float: left;
  font: 14px '微软雅黑';
  color: #666666;
  line-height: 38px;
}
.system .center .content .pagination > input {
  width: 38px;
  height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
  margin: 0 5px;
  float: left;
}
.system .center .content .pagination > a:last-of-type {
  margin-left: 10px;
}
.system-detail .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.system-detail .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.system-detail .center .content {
  width: 1008px;
  float: right;
  padding-top: 57px;
  box-sizing: border-box;
  padding-left: 48px;
  background: #fff;
  min-height: 767px;
  padding-right: 48px;
  padding-bottom: 80px;
  position: relative;
}
.system-detail .center .content > p {
  font: 30px '微软雅黑';
  color: #757575;
  margin-bottom: 15px;
}
.system-detail .center .content > p span {
  font: 16px '微软雅黑';
  color: #757575;
  float: right;
  margin-top: 18px;
}
.system-detail .center .content > div:first-of-type {
  height: 30px;
  margin-bottom: 24px;
}
.system-detail .center .content > div:first-of-type a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.system-detail .center .content > div:first-of-type a img {
  display: block;
  width: 100%;
  height: 100%;
}
.system-detail .center .content > div:nth-of-type(2) {
  padding-top: 25px;
  border-top: 1px solid #e0e0e0;
}
.system-detail .center .content > div:nth-of-type(2) p {
  font: 16px '微软雅黑';
  color: #757575;
  margin-bottom: 17px;
}
.system-detail .center .content > div:last-of-type {
  position: absolute;
  left: 48px;
  bottom: 48px;
}
.system-detail .center .content > div:last-of-type a {
  display: inline-block;
  width: 49px;
  height: 26px;
  border: 1px solid #dddddd;
  background: #f1f1f1;
  font: 12px/26px '微软雅黑';
  color: #333333;
  text-align: center;
  margin-right: 8px;
}
.system-detail .center .content > div:last-of-type a.forbid {
  color: #cccccc;
}
.favorite .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.favorite .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.favorite .center .content {
  width: 980px;
  float: right;
  padding-top: 57px;
  box-sizing: border-box;
  padding-left: 48px;
  background: #fff;
  min-height: 767px;
  padding-right: 48px;
  padding-bottom: 40px;
  text-align: center;
}
.favorite .center .content > p {
  font: 30px '微软雅黑';
  color: #757575;
  margin-bottom: 26px;
  text-align: left;
}
.favorite .center .content .msg {
  height: 42px;
  line-height: 42px;
}
.favorite .center .content .msg > a {
  display: block;
  float: left;
  font: 16px '微软雅黑';
  color: #757575;
  padding: 0 11px;
  position: relative;
  line-height: 42px;
}
.favorite .center .content .msg > a:after {
  display: block;
  content: '';
  background: #dbdbdb;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
}
.favorite .center .content .msg > a:first-of-type {
  padding-left: 0;
}
.favorite .center .content .msg > a:last-of-type:after {
  display: none;
}
.favorite .center .content .msg > a.active {
  color: #45adeb;
}
.favorite .center .content .msg .search {
  display: block;
  float: right;
}
.favorite .center .content .msg .search input {
  display: block;
  width: 202px;
  height: 42px;
  box-sizing: border-box;
  padding: 0 13px;
  border: 1px solid #e0e0e0;
  font: 12px '微软雅黑';
  color: #757575;
  float: left;
}
.favorite .center .content .msg .search span {
  font-size: 20px;
  color: #333333;
  float: left;
  line-height: 42px;
  margin: 0 8px;
}
.favorite .center .content .msg .search a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-left: none;
  text-align: center;
  line-height: 40px;
}
.favorite .center .content .msg .search a img {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  margin-top: 11px;
}
.favorite .center .content .choice {
  margin-top: 17px;
  margin-bottom: 30px;
  height: 32px;
}
.favorite .center .content .choice div {
  height: 32px;
  float: left;
  margin-right: 57px;
  line-height: 32px;
}
.favorite .center .content .choice div span {
  font: 14px/32px '微软雅黑';
  color: #757575;
  float: left;
  margin-right: 9px;
}
.favorite .center .content .choice div a {
  display: block;
  width: 74px;
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  text-align: center;
  font: 12px/30px '微软雅黑';
  color: #757575;
  margin-right: 11px;
  float: left;
}
.favorite .center .content .choice div a.active {
  border-color: #45adeb ;
  color: #45adeb;
}
.favorite .center .content .title {
  width: 912px;
  height: 72px;
  line-height: 72px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.favorite .center .content .title li {
  font: 14px '微软雅黑';
  color: #333333;
  text-align: center;
  float: left;
  height: 100%;
  line-height: 72px;
}
.favorite .center .content .title li:nth-of-type(1) {
  text-align: left;
  width: 180px;
}
.favorite .center .content .title li:nth-of-type(1) label {
  display: inline-block;
  margin-right: 15px ;
}
.favorite .center .content .title li:nth-of-type(1) label > input {
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  background: #fff;
  vertical-align: middle;
  margin-right: 5px;
}
.favorite .center .content .title li:nth-of-type(1) label > input:checked {
  background: url("../img/icon05.png") center no-repeat;
  background-size: 12px 10px;
}
.favorite .center .content .title li:nth-of-type(1) label span {
  font: 14px '微软雅黑';
  color: #333333;
  vertical-align: middle;
}
.favorite .center .content .title li:nth-of-type(1) a {
  font: 14px '微软雅黑';
  color: #333333;
  vertical-align: middle;
}
.favorite .center .content .title li:nth-of-type(2) {
  width: 100px;
}
.favorite .center .content .title li:nth-of-type(3) {
  width: 143px;
}
.favorite .center .content .title li:nth-of-type(4) {
  width: 124px;
}
.favorite .center .content .title li:nth-of-type(5) {
  width: 76px;
}
.favorite .center .content .title li:nth-of-type(6) {
  width: 153px;
}
.favorite .center .content .title li:nth-of-type(7) {
  width: 136px;
}
.favorite .center .content .item {
  width: 912px;
  height: 74px;
  line-height: 74px;
  border-bottom: 1px solid #e0e0e0;
}
.favorite .center .content .item li {
  font: 14px '微软雅黑';
  color: #333333;
  text-align: center;
  float: left;
  height: 100%;
  line-height: 74px;
}
.favorite .center .content .item li:nth-of-type(1) {
  text-align: left;
  width: 180px;
}
.favorite .center .content .item li:nth-of-type(1) > input {
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  background: #fff;
  vertical-align: middle;
  margin-right: 5px;
}
.favorite .center .content .item li:nth-of-type(1) > input:checked {
  background: url("../img/icon05.png") center no-repeat;
  background-size: 12px 10px;
}
.favorite .center .content .item li:nth-of-type(2) {
  width: 100px;
}
.favorite .center .content .item li:nth-of-type(3) {
  width: 143px;
}
.favorite .center .content .item li:nth-of-type(4) {
  width: 124px;
}
.favorite .center .content .item li:nth-of-type(5) {
  width: 76px;
}
.favorite .center .content .item li:nth-of-type(6) {
  width: 153px;
}
.favorite .center .content .item li:nth-of-type(7) {
  width: 136px;
}
.favorite .center .content .item li:nth-of-type(7) > div {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.favorite .center .content .item li:nth-of-type(7) .view {
  display: block;
  font: 14px '微软雅黑';
  color: #45adeb;
}
.favorite .center .content .item li:nth-of-type(7) .addCart,
.favorite .center .content .item li:nth-of-type(7) .blueprint {
  display: block;
  font: 14px '微软雅黑';
  color: #333333;
}
.favorite .center .content > form:last-of-type {
  display: inline-block;
  padding-top: 30px;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.favorite .center .content > form:last-of-type > a {
  display: block;
  padding: 0 12px;
  height: 36px;
  border: 1px solid #dddddd;
  font: 14px/36px '微软雅黑';
  color: #333333;
  text-align: center;
  background: #f4f4f4;
  float: left;
  margin-right: 4px;
}
.favorite .center .content > form:last-of-type > a.dq {
  color: #45adeb;
  background: transparent;
  border-color: transparent;
}
.favorite .center .content > form:last-of-type > a.next {
  margin-right: 20px;
}
.favorite .center .content > form:last-of-type > a.active {
  color: #cccccc;
}
.favorite .center .content > form:last-of-type > a.omit {
  background: transparent;
  border-color: transparent;
}
.favorite .center .content > form:last-of-type > a.prev,
.favorite .center .content > form:last-of-type > a.next {
  background: #fff;
}
.favorite .center .content > form:last-of-type > span {
  float: left;
  font: 14px '微软雅黑';
  color: #666666;
  line-height: 38px;
}
.favorite .center .content > form:last-of-type > input {
  width: 38px;
  height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
  margin: 0 5px;
  float: left;
}
.favorite .center .content > form:last-of-type > a:last-of-type {
  margin-left: 10px;
}
.account .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.account .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.account .center .content {
  width: 980px;
  float: right;
  padding-top: 57px;
  box-sizing: border-box;
  padding-left: 48px;
  background: #fff;
  min-height: 767px;
  padding-right: 48px;
  padding-bottom: 40px;
}
.account .center .content > p {
  font: 30px '微软雅黑';
  color: #757575;
  margin-bottom: 60px;
  text-align: left;
}
.account .center .content > div .left {
  margin-left: 15px;
  float: left;
  width: 80px;
  text-align: center;
}
.account .center .content > div .left img {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
}
.account .center .content > div .left p {
  font: 14px '微软雅黑';
  color: #333333;
}
.account .center .content > div .right {
  width: 710px;
  float: left;
  margin-left: 64px;
}
.account .center .content > div .right > div {
  height: 58px;
  line-height: 58px;
  margin-bottom: 43px;
}
.account .center .content > div .right > div > img {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 23px;
  margin-top: 9px;
}
.account .center .content > div .right > div > div {
  float: left;
}
.account .center .content > div .right > div > div p {
  font: 16px/29px '微软雅黑';
  color: #555555;
  margin-bottom: 4px;
}
.account .center .content > div .right > div > div span {
  display: block;
  font: 14px '微软雅黑';
  color: #9d9d9d;
}
.account .center .content > div .right > div > a {
  display: block;
  float: right;
  width: 110px;
  height: 38px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  background: #fff;
  font: 14px/36px '微软雅黑';
  color: #555555;
  margin-top: 10px;
}
.account .center .content > div .right > div > a:active {
  background: #f1f1f1;
}
.account .center .change {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.46);
}
.account .center .change form {
  display: block;
  width: 442px;
  height: 558px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -221px;
  margin-top: -279px;
  background: #fff;
}
.account .center .change form > div:first-of-type {
  height: 60px;
  line-height: 60px;
  background: #f3f3f3;
}
.account .center .change form > div:first-of-type span {
  font: 18px '微软雅黑';
  color: #424242;
  margin-left: 20px;
}
.account .center .change form > div:first-of-type a {
  font-size: 30px;
  color: #757575;
  float: right;
  margin-right: 19px;
  margin-top: -5px;
}
.account .center .change form > div:nth-of-type(2) {
  margin: 0 auto;
  margin-top: 38px;
  width: 292px;
}
.account .center .change form > div:nth-of-type(2) > span {
  font: 15px 'pfm';
  color: #555555;
  display: block;
  margin-bottom: 7px;
}
.account .center .change form > div:nth-of-type(2) > input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  font: 14px '微软雅黑';
  color: #757575;
  padding: 0 13px;
  margin-bottom: 8px;
}
.account .center .change form > div:nth-of-type(2) > input:focus {
  border-color: #ff5c04 ;
}
.account .center .change form > div:nth-of-type(2) > p {
  margin-bottom: 20px;
}
.account .center .change form > div:nth-of-type(2) > p img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
.account .center .change form > div:nth-of-type(2) > p span {
  font: 14px '微软雅黑';
  color: #ff5c04;
  vertical-align: middle;
}
.account .center .change form > div:nth-of-type(2) > i {
  display: block;
  font: 12px '微软雅黑';
  color: #666666;
  margin-bottom: 20px;
}
.account .center .change form > div:nth-of-type(2) > div {
  height: 40px;
}
.account .center .change form > div:nth-of-type(2) > div input {
  display: block;
  float: left;
  width: 146px ;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  font: 14px '微软雅黑';
  color: #757575;
  padding: 0 13px;
}
.account .center .change form > div:nth-of-type(2) > div input:focus {
  border-color: #ff5c04 ;
}
.account .center .change form > div:nth-of-type(2) > div > div {
  width: 126px;
  height: 40px;
  float: right;
}
.account .center .change form > div:nth-of-type(2) > div > div > img {
  display: block;
  width: 100%;
  height: 100%;
}
.account .center .change form > div:last-of-type {
  position: absolute;
  height: 38px;
  width: 100%;
  left: 0;
  bottom: 21px;
}
.account .center .change form > div:last-of-type a:first-of-type {
  width: 122px;
  height: 100%;
  text-align: center;
  background: #45adeb;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
  margin-left: 87px;
  margin-right: 24px;
}
.account .center .change form > div:last-of-type a:last-of-type {
  width: 122px;
  height: 100%;
  text-align: center;
  background: #a7a6a7;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
}
.account .center .changePhone {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.46);
}
.account .center .changePhone > div {
  width: 442px;
  position: absolute;
  left: 50%;
  top: 25%;
  margin-left: -221px;
  background: #fff;
}
.account .center .changePhone > div > div {
  height: 60px;
  line-height: 60px;
  background: #f3f3f3;
}
.account .center .changePhone > div > div span {
  font: 18px '微软雅黑';
  color: #424242;
  margin-left: 20px;
}
.account .center .changePhone > div > div a {
  font-size: 30px;
  color: #757575;
  float: right;
  margin-right: 19px;
  margin-top: -5px;
}
.account .center .changePhone > div .identity {
  display: block;
  width: 100%;
  padding-top: 37px;
  padding-bottom: 130px;
  position: relative;
  background: #fff;
}
.account .center .changePhone > div .identity ul {
  width: 100%;
  margin-bottom: 28px;
}
.account .center .changePhone > div .identity ul li {
  width: 33%;
  float: left;
  position: relative;
  height: 35px;
  text-align: center;
  overflow: hidden;
}
.account .center .changePhone > div .identity ul li p {
  font: 14px '微软雅黑';
  color: #9d9d9d;
}
.account .center .changePhone > div .identity ul li span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c4c4c4 ;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  z-index: 1;
}
.account .center .changePhone > div .identity ul li:before {
  display: block;
  content: '';
  width: 90px;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  right: 50%;
  bottom: 2.5px;
}
.account .center .changePhone > div .identity ul li:after {
  display: block;
  content: '';
  width: 90px;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  left: 50%;
  bottom: 2.5px;
}
.account .center .changePhone > div .identity ul li:first-of-type:before {
  display: none;
}
.account .center .changePhone > div .identity ul li:last-of-type:after {
  display: none;
}
.account .center .changePhone > div .identity ul li.active p {
  color: #45adeb;
}
.account .center .changePhone > div .identity ul li.active span {
  background: #45adeb;
}
.account .center .changePhone > div .identity > div {
  width: 292px;
  margin: 0 auto;
}
.account .center .changePhone > div .identity > div > p {
  font: 15px 'pfm';
  color: #555555;
  margin-bottom: 10px;
}

.account .center .changePhone > div .identity > div > div:nth-of-type(2) {
  height: 40px;
  margin-bottom: 8px;
  margin-top: 15px;
}
.account .center .changePhone > div .identity > div > div:nth-of-type(2) input {
  display: block;
  width: 204px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  font: 14px '微软雅黑';
  color: #757575;
  padding: 0 13px;
  float: left;
}
.account .center .changePhone > div .identity > div > div:nth-of-type(2) input:focus {
  border-color: #ff5c04 ;
}
.account .center .changePhone > div .identity > div > div:nth-of-type(2) a {
  display: block;
  width: 80px;
  height: 40px;
  text-align: center;
  font: 14px/40px '微软雅黑';
  color: #fff;
  float: right;
  background: #45adeb ;
}
.account .center .changePhone > div .identity > div > div:nth-of-type(1) {
  height: 40px;
}
.account .center .changePhone > div .identity > div > div:nth-of-type(1) input {
  display: block;
  width: 146px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  font: 14px '微软雅黑';
  color: #757575;
  padding: 0 13px;
  float: left;
}
.account .center .changePhone > div .identity > div > div:nth-of-type(1) input:focus {
  border-color: #ff5c04 ;
}
.account .center .changePhone > div .identity > div > div:nth-of-type(1) > div {
  width: 126px;
  height: 40px;
  float: right;
}
.account .center .changePhone > div .identity > div > div:nth-of-type(1) > div > img {
  display: block;
  width: 100%;
  height: 100%;
}
.account .center .changePhone > div .identity > a {
  display: block;
  width: 122px;
  height: 38px;
  text-align: center;
  font: 14px/38px '微软雅黑';
  color: #fff;
  float: right;
  background: #45adeb ;
  position: absolute;
  bottom: 21px ;
  left: 50%;
  margin-left: -61px;
}
.account .center .changePhone > div .newPhone {
  display: none;
  width: 100%;
  padding-top: 37px;
  padding-bottom: 130px;
  position: relative;
  background: #fff;
}
.account .center .changePhone > div .newPhone ul {
  width: 100%;
  margin-bottom: 28px;
}
.account .center .changePhone > div .newPhone ul li {
  width: 33%;
  float: left;
  position: relative;
  height: 35px;
  text-align: center;
  overflow: hidden;
}
.account .center .changePhone > div .newPhone ul li p {
  font: 14px '微软雅黑';
  color: #9d9d9d;
}
.account .center .changePhone > div .newPhone ul li span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c4c4c4 ;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  z-index: 1;
}
.account .center .changePhone > div .newPhone ul li:before {
  display: block;
  content: '';
  width: 90px;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  right: 50%;
  bottom: 2.5px;
}
.account .center .changePhone > div .newPhone ul li:after {
  display: block;
  content: '';
  width: 90px;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  left: 50%;
  bottom: 2.5px;
}
.account .center .changePhone > div .newPhone ul li:first-of-type:before {
  display: none;
}
.account .center .changePhone > div .newPhone ul li:last-of-type:after {
  display: none;
}
.account .center .changePhone > div .newPhone ul li.active p {
  color: #45adeb;
}
.account .center .changePhone > div .newPhone ul li.active span {
  background: #45adeb;
}
.account .center .changePhone > div .newPhone > div:first-of-type {
  width: 292px;
  margin: 0 auto;
}
.account .center .changePhone > div .newPhone > div:first-of-type > p {
  font: 15px 'pfm';
  color: #555555;
  margin-bottom: 10px;
}
.account .center .changePhone > div .newPhone > div:first-of-type > input {
  display: block;
  width: 292px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  font: 14px '微软雅黑';
  color: #757575;
  padding: 0 13px;
  margin-bottom: 8px;
}
.account .center .changePhone > div .newPhone > div:first-of-type > input:focus {
  border-color: #ff5c04 ;
}
.account .center .changePhone > div .newPhone > div:first-of-type > div:first-of-type {
  height: 40px;
  margin-bottom: 8px;
}
.account .center .changePhone > div .newPhone > div:first-of-type > div:first-of-type input {
  display: block;
  width: 204px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  font: 14px '微软雅黑';
  color: #757575;
  padding: 0 13px;
  float: left;
}
.account .center .changePhone > div .newPhone > div:first-of-type > div:first-of-type input:focus {
  border-color: #ff5c04 ;
}
.account .center .changePhone > div .newPhone > div:first-of-type > div:first-of-type a {
  display: block;
  width: 80px;
  height: 40px;
  text-align: center;
  font: 14px/40px '微软雅黑';
  color: #fff;
  float: right;
  background: #45adeb ;
}
.account .center .changePhone > div .newPhone > div:first-of-type > div:last-of-type {
  height: 40px;
}
.account .center .changePhone > div .newPhone > div:first-of-type > div:last-of-type input {
  display: block;
  width: 146px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  font: 14px '微软雅黑';
  color: #757575;
  padding: 0 13px;
  float: left;
}
.account .center .changePhone > div .newPhone > div:first-of-type > div:last-of-type input:focus {
  border-color: #ff5c04 ;
}
.account .center .changePhone > div .newPhone > div:first-of-type > div:last-of-type > div {
  width: 126px;
  height: 40px;
  float: right;
}
.account .center .changePhone > div .newPhone > div:first-of-type > div:last-of-type > div > img {
  display: block;
  width: 100%;
  height: 100%;
}
.account .center .changePhone > div .newPhone > div:last-of-type {
  position: absolute;
  height: 38px;
  width: 100%;
  left: 0;
  bottom: 21px;
}
.account .center .changePhone > div .newPhone > div:last-of-type a:first-of-type {
  width: 122px;
  height: 100%;
  text-align: center;
  background: #45adeb;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
  margin-left: 87px;
  margin-right: 24px;
}
.account .center .changePhone > div .newPhone > div:last-of-type a:last-of-type {
  width: 122px;
  height: 100%;
  text-align: center;
  background: #a7a6a7;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
}
.custom .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.custom .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.custom .center .content {
  width: 1008px;
  float: right;
  padding-top: 57px;
  box-sizing: border-box;
  padding-left: 48px;
  background: #fff;
  min-height: 767px;
  padding-right: 48px;
  padding-bottom: 40px;
  text-align: center;
}
.custom .center .content > p {
  font: 30px '微软雅黑';
  color: #757575;
  margin-bottom: 26px;
  text-align: left;
}
.custom .center .content .msg {
  height: 42px;
  line-height: 42px;
}
.custom .center .content .msg > a {
  display: block;
  float: left;
  font: 16px '微软雅黑';
  color: #757575;
  padding: 0 11px;
  position: relative;
  line-height: 42px;
}
.custom .center .content .msg > a:after {
  display: block;
  content: '';
  background: #dbdbdb;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
}
.custom .center .content .msg > a:first-of-type {
  padding-left: 0;
}
.custom .center .content .msg > a:last-of-type:after {
  display: none;
}
.custom .center .content .msg > a.active {
  color: #45adeb;
}
.custom .center .content .msg .search {
  display: block;
  float: right;
}
.custom .center .content .msg .search input {
  display: block;
  width: 202px;
  height: 42px;
  box-sizing: border-box;
  padding: 0 13px;
  border: 1px solid #e0e0e0;
  font: 12px '微软雅黑';
  color: #757575;
  float: left;
}
.custom .center .content .msg .search span {
  font-size: 20px;
  color: #333333;
  float: left;
  line-height: 42px;
  margin: 0 8px;
}
.custom .center .content .msg .search a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-left: none;
  text-align: center;
  line-height: 40px;
}
.custom .center .content .msg .search a img {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  margin-top: 11px;
}
.custom .center .content .choice {
  margin-top: 17px;
  margin-bottom: 30px;
  height: 32px;
}
.custom .center .content .choice div {
  height: 32px;
  float: left;
  margin-right: 57px;
  line-height: 32px;
}
.custom .center .content .choice div span {
  font: 14px/32px '微软雅黑';
  color: #757575;
  float: left;
  margin-right: 9px;
}
.custom .center .content .choice div a {
  display: block;
  width: 74px;
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  text-align: center;
  font: 12px/30px '微软雅黑';
  color: #757575;
  margin-right: 11px;
  float: left;
}
.custom .center .content .choice div a.active {
  border-color: #45adeb ;
  color: #45adeb;
}
.custom .center .content .title {
  width: 912px;
  height: 72px;
  line-height: 72px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.custom .center .content .title li {
  font: 14px '微软雅黑';
  color: #333333;
  text-align: center;
  float: left;
  height: 100%;
  line-height: 72px;
}
.custom .center .content .title li:nth-of-type(1) {
  text-align: left;
  width: 180px;
}
.custom .center .content .title li:nth-of-type(1) label {
  display: inline-block;
  margin-right: 15px ;
}
.custom .center .content .title li:nth-of-type(1) label > input {
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  background: #fff;
  vertical-align: middle;
  margin-right: 5px;
}
.custom .center .content .title li:nth-of-type(1) label > input:checked {
  background: url("../img/icon05.png") center no-repeat;
  background-size: 12px 10px;
}
.custom .center .content .title li:nth-of-type(1) label span {
  font: 14px '微软雅黑';
  color: #333333;
  vertical-align: middle;
}
.custom .center .content .title li:nth-of-type(1) a {
  font: 14px '微软雅黑';
  color: #333333;
  vertical-align: middle;
}
.custom .center .content .title li:nth-of-type(2) {
  width: 155px;
}
.custom .center .content .title li:nth-of-type(3) {
  width: 340px;
}
.custom .center .content .title li:nth-of-type(4) {
  width: 130px;
  float: right;
}
.custom .center .content .item {
  width: 912px;
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #e0e0e0;
}
.custom .center .content .item li {
  font: 14px '微软雅黑';
  color: #333333;
  text-align: center;
  float: left;
  height: 100%;
  line-height: 90px;
}
.custom .center .content .item li:nth-of-type(1) {
  text-align: left;
  width: 180px;
}
.custom .center .content .item li:nth-of-type(1) > input {
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  background: #fff;
  vertical-align: middle;
  margin-right: 5px;
}
.custom .center .content .item li:nth-of-type(1) > input:checked {
  background: url("../img/icon05.png") center no-repeat;
  background-size: 12px 10px;
}
.custom .center .content .item li:nth-of-type(2) {
  width: 155px;
}
.custom .center .content .item li:nth-of-type(3) {
  width: 340px;
}
.custom .center .content .item li:nth-of-type(3) > div {
  width: 235px;
  height: 64px;
  margin: 0 auto;
  margin-top: 13px;
}
.custom .center .content .item li:nth-of-type(3) > div > img {
  display: block;
  float: left;
  width: 64px;
  height: 64px;
}
.custom .center .content .item li:nth-of-type(3) > div > div {
  width: 161px;
  float: right;
  text-align: left;
}
.custom .center .content .item li:nth-of-type(3) > div > div p {
  width: 100%;
  font: 14px/20px '微软雅黑';
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.custom .center .content .item li:nth-of-type(3) > div > div span {
  display: block;
  font: 14px/20px '微软雅黑';
  color: #333333;
}
.custom .center .content .item li:nth-of-type(4) {
  width: 130px;
  float: right;
}
.custom .center .content .item li:nth-of-type(4) > div {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.custom .center .content .item li:nth-of-type(4) .view {
  display: block;
  font: 14px '微软雅黑';
  color: #45adeb;
}
.custom .center .content .item li:nth-of-type(4) .addCart,
.custom .center .content .item li:nth-of-type(4) .blueprint {
  display: block;
  font: 14px '微软雅黑';
  color: #333333;
}
.custom .center .content > form:last-of-type {
  display: inline-block;
  padding-top: 30px;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.custom .center .content > form:last-of-type > a {
  display: block;
  padding: 0 12px;
  height: 36px;
  border: 1px solid #dddddd;
  font: 14px/36px '微软雅黑';
  color: #333333;
  text-align: center;
  background: #f4f4f4;
  float: left;
  margin-right: 4px;
}
.custom .center .content > form:last-of-type > a.dq {
  color: #45adeb;
  background: transparent;
  border-color: transparent;
}
.custom .center .content > form:last-of-type > a.next {
  margin-right: 20px;
}
.custom .center .content > form:last-of-type > a.active {
  color: #cccccc;
}
.custom .center .content > form:last-of-type > a.omit {
  background: transparent;
  border-color: transparent;
}
.custom .center .content > form:last-of-type > a.prev,
.custom .center .content > form:last-of-type > a.next {
  background: #fff;
}
.custom .center .content > form:last-of-type > span {
  float: left;
  font: 14px '微软雅黑';
  color: #666666;
  line-height: 38px;
}
.custom .center .content > form:last-of-type > input {
  width: 38px;
  height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
  margin: 0 5px;
  float: left;
}
.custom .center .content > form:last-of-type > a:last-of-type {
  margin-left: 10px;
}
.reconciliation .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.reconciliation .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.reconciliation .center .content {
  width: 1008px;
  float: right;
  padding-top: 57px;
  box-sizing: border-box;
  padding-left: 48px;
  background: #fff;
  min-height: 767px;
  padding-right: 48px;
  padding-bottom: 40px;
  text-align: center;
}
.reconciliation .center .content > p {
  font: 30px '微软雅黑';
  color: #757575;
  margin-bottom: 26px;
  text-align: left;
}
.reconciliation .center .content .msg {
  height: 42px;
  line-height: 42px;
}
.reconciliation .center .content .msg > a {
  display: block;
  float: left;
  font: 16px '微软雅黑';
  color: #757575;
  padding: 0 11px;
  position: relative;
  line-height: 42px;
}
.reconciliation .center .content .msg > a:after {
  display: block;
  content: '';
  background: #dbdbdb;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
}
.reconciliation .center .content .msg > a:first-of-type {
  padding-left: 0;
}
.reconciliation .center .content .msg > a:last-of-type:after {
  display: none;
}
.reconciliation .center .content .msg > a.active {
  color: #45adeb;
}
.reconciliation .center .content .msg .search {
  display: block;
  float: right;
}
.reconciliation .center .content .msg .search input {
  display: block;
  width: 202px;
  height: 42px;
  box-sizing: border-box;
  padding: 0 13px;
  border: 1px solid #e0e0e0;
  font: 12px '微软雅黑';
  color: #757575;
  float: left;
}
.reconciliation .center .content .msg .search span {
  font-size: 20px;
  color: #333333;
  float: left;
  line-height: 42px;
  margin: 0 8px;
}
.reconciliation .center .content .msg .search a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-left: none;
  text-align: center;
  line-height: 40px;
}
.reconciliation .center .content .msg .search a img {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  margin-top: 11px;
}
.reconciliation .center .content .time {
  display: block;
  margin-top: 18px;
}
.reconciliation .center .content .time > span {
  font: 14px/32px '微软雅黑';
  color: #757575;
  float: left;
}
.reconciliation .center .content .time > div {
  float: left;
  margin-left: 12px;
}
.reconciliation .center .content .time > div input {
  display: inline-block;
  width: 166px;
  height: 32px;
  border: 1px solid #e0e0e0;
  font: 12px '微软雅黑';
  color: #757575;
  box-sizing: border-box;
  padding-left: 15px;
}
.reconciliation .center .content .time > div span {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  vertical-align: middle;
}
.reconciliation .center .content .time > div a {
  display: inline-block;
  width: 74px;
  height: 32px;
  background: #45adeb ;
  text-align: center;
  font: 12px/32px '微软雅黑';
  color: #ffffff;
  margin-left: 16px;
}
.reconciliation .center .content .time > div select {
  display: block;
  width: 166px;
  height: 32px;
  border: 1px solid #e0e0e0;
  font: 12px '微软雅黑';
  color: #757575;
  box-sizing: border-box;
  padding-left: 15px;
  margin-top: 16px;
  appearance: menulist;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.reconciliation .center .content .all {
  display: block;
  margin-top: 30px;
}
.reconciliation .center .content .all > div {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  border: 1px solid #e0e0e0;
  line-height: 48px;
  background: #f1f1f1 ;
  padding-left: 11px;
  text-align: left;
}
.reconciliation .center .content .all > div label {
  display: inline-block;
}
.reconciliation .center .content .all > div label > input {
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  background: #fff;
  vertical-align: middle;
  margin-right: 5px;
}
.reconciliation .center .content .all > div label > input:checked {
  background: url("../img/icon05.png") center no-repeat;
  background-size: 12px 10px;
}
.reconciliation .center .content .all > div label span {
  font: 14px '微软雅黑';
  color: #333333;
  vertical-align: middle;
}
.reconciliation .center .content .all > div > p {
  float: right;
  font: 14px '微软雅黑';
  color: #ff5c04;
}
.reconciliation .center .content .all > div > p span {
  font-size: 30px;
}
.reconciliation .center .content .all > div > a {
  display: block;
  width: 146px;
  height: 50px;
  background: #45adeb;
  text-align: center;
  font: 18px/50px '微软雅黑';
  color: #fff;
  float: right;
  margin-left: 10px;
  margin-top: -1px;
}
.reconciliation .center .content .all > ul {
  margin-top: 20px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}
.reconciliation .center .content .all > ul li:first-of-type {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}
.reconciliation .center .content .all > ul li:first-of-type > input {
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  background: #fff;
  float: left;
  margin-right: 37px;
  margin-left: 10px;
  margin-top: 25px;
}
.reconciliation .center .content .all > ul li:first-of-type > input:checked {
  background: url("../img/icon05.png") center no-repeat;
  background-size: 12px 10px;
}
.reconciliation .center .content .all > ul li:first-of-type > p {
  width: 250px;
  float: left;
  font: 14px/70px '微软雅黑';
  color: #333333;
}
.reconciliation .center .content .all > ul li:first-of-type > p:first-of-type span {
  color: #45adeb;
}
.reconciliation .center .content .all > ul li:first-of-type > p:nth-of-type(3) {
  width: auto;
}
.reconciliation .center .content .all > ul li:first-of-type > p:nth-of-type(3) span {
  color: #ff5c04;
}
.reconciliation .center .content .all > ul li:first-of-type > p:last-of-type {
  float: right;
  width: auto;
  margin-right: 23px;
}
.reconciliation .center .content .all > ul li:last-of-type {
  height: 118px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 67px;
  padding-top: 15px;
  text-align: left;
}
.reconciliation .center .content .all > ul li:last-of-type > div {
  width: 250px;
  float: left;
}
.reconciliation .center .content .all > ul li:last-of-type > div p {
  font: 14px '微软雅黑';
  color: #757575;
  margin-bottom: 15px;
}
.reconciliation .center .content .all > ul li:last-of-type > div p:last-of-type {
  margin-bottom: 0;
}
.reconciliation .center .content .all > ul li:last-of-type > div p span {
  color: #333333;
}
.reconciliation .center .content > form:last-of-type {
  display: inline-block;
  padding-top: 30px;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.reconciliation .center .content > form:last-of-type > a {
  display: block;
  padding: 0 12px;
  height: 36px;
  border: 1px solid #dddddd;
  font: 14px/36px '微软雅黑';
  color: #333333;
  text-align: center;
  background: #f4f4f4;
  float: left;
  margin-right: 4px;
}
.reconciliation .center .content > form:last-of-type > a.dq {
  color: #45adeb;
  background: transparent;
  border-color: transparent;
}
.reconciliation .center .content > form:last-of-type > a.next {
  margin-right: 20px;
}
.reconciliation .center .content > form:last-of-type > a.active {
  color: #cccccc;
}
.reconciliation .center .content > form:last-of-type > a.omit {
  background: transparent;
  border-color: transparent;
}
.reconciliation .center .content > form:last-of-type > a.prev,
.reconciliation .center .content > form:last-of-type > a.next {
  background: #fff;
}
.reconciliation .center .content > form:last-of-type > span {
  float: left;
  font: 14px '微软雅黑';
  color: #666666;
  line-height: 38px;
}
.reconciliation .center .content > form:last-of-type > input {
  width: 38px;
  height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
  margin: 0 5px;
  float: left;
}
.reconciliation .center .content > form:last-of-type > a:last-of-type {
  margin-left: 10px;
}
.particulars .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.particulars .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.particulars .center .content {
  width: 1008px;
  float: right;
  padding-top: 55px;
  box-sizing: border-box;
  padding-left: 48px;
  background: #fff;
  min-height: 767px;
  padding-right: 48px;
  padding-bottom: 40px;
  text-align: center;
}
.particulars .center .content .title {
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.particulars .center .content .title a:first-of-type {
  display: block;
  width: 74px;
  height: 32px;
  text-align: center;
  background: #bababa;
  font: 12px/32px '微软雅黑';
  color: #fff;
  float: left;
}
.particulars .center .content .title a:last-of-type {
  float: right;
  display: block;
  width: 74px;
  height: 32px;
  text-align: center;
  background: #45adeb;
  font: 12px/32px '微软雅黑';
  color: #fff;
}
.particulars .center .content .title span {
  font: 30px/32px '微软雅黑';
  color: #757575;
}
.particulars .center .content .intro {
  margin-top: 44px;
  text-align: left;
  margin-bottom: 45px;
}
.particulars .center .content .intro > div {
  margin-bottom: 15px;
}
.particulars .center .content .intro > div p {
  width: 250px;
  float: left;
  font: 14px '微软雅黑';
  color: #757575;
}
.particulars .center .content .intro > div p span {
  color: #333333;
}
.particulars .center .content .intro > div p:nth-of-type(4n) {
  width: auto;
}
.particulars .center .content .name,
.particulars .center .content .item {
  height: 71px;
  border-top: 1px solid  #e0e0e0;
  border-bottom: 1px solid  #e0e0e0;
}
.particulars .center .content .name li,
.particulars .center .content .item li {
  height: 100%;
  float: left;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
  line-height: 71px;
}
.particulars .center .content .name li:nth-of-type(1),
.particulars .center .content .item li:nth-of-type(1) {
  width: 30px;
}
.particulars .center .content .name li:nth-of-type(2),
.particulars .center .content .item li:nth-of-type(2) {
  width: 118px;
}
.particulars .center .content .name li:nth-of-type(3),
.particulars .center .content .item li:nth-of-type(3) {
  width: 96px;
}
.particulars .center .content .name li:nth-of-type(4),
.particulars .center .content .item li:nth-of-type(4) {
  width: 105px;
}
.particulars .center .content .name li:nth-of-type(5),
.particulars .center .content .item li:nth-of-type(5) {
  width: 130px;
}
.particulars .center .content .name li:nth-of-type(6),
.particulars .center .content .item li:nth-of-type(6) {
  width: 55px;
}
.particulars .center .content .name li:nth-of-type(7),
.particulars .center .content .item li:nth-of-type(7) {
  width: 80px;
}
.particulars .center .content .name li:nth-of-type(8),
.particulars .center .content .item li:nth-of-type(8) {
  width: 80px;
}
.particulars .center .content .name li:nth-of-type(9),
.particulars .center .content .item li:nth-of-type(9) {
  width: 118px;
}
.particulars .center .content .name li:nth-of-type(10),
.particulars .center .content .item li:nth-of-type(10) {
  width: 100px;
}
.particulars .center .content .item {
  border-top: none;
}
.particulars .center .content > form {
  display: inline-block;
  padding-top: 30px;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.particulars .center .content > form > a {
  display: block;
  padding: 0 12px;
  height: 36px;
  border: 1px solid #dddddd;
  font: 14px/36px '微软雅黑';
  color: #333333;
  text-align: center;
  background: #f4f4f4;
  float: left;
  margin-right: 4px;
}
.particulars .center .content > form > a.dq {
  color: #45adeb;
  background: transparent;
  border-color: transparent;
}
.particulars .center .content > form > a.next {
  margin-right: 20px;
}
.particulars .center .content > form > a.active {
  color: #cccccc;
}
.particulars .center .content > form > a.omit {
  background: transparent;
  border-color: transparent;
}
.particulars .center .content > form > a.prev,
.particulars .center .content > form > a.next {
  background: #fff;
}
.particulars .center .content > form > span {
  float: left;
  font: 14px '微软雅黑';
  color: #666666;
  line-height: 38px;
}
.particulars .center .content > form > input {
  width: 38px;
  height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
  margin: 0 5px;
  float: left;
}
.particulars .center .content > form > a:last-of-type {
  margin-left: 10px;
}
.application .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.application .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.application .center .content {
  width: 980px;
  float: right;
  padding-top: 57px;
  box-sizing: border-box;
  padding-left: 48px;
  background: #fff;
  min-height: 767px;
  padding-right: 48px;
  padding-bottom: 40px;
  text-align: center;
}
.application .center .content > p {
  font: 30px '微软雅黑';
  color: #757575;
  margin-bottom: 26px;
  text-align: left;
}
.application .center .content .msg {
  height: 16px;
  line-height: 16px;
}
.application .center .content .msg > a {
  display: block;
  float: left;
  font: 16px '微软雅黑';
  color: #757575;
  padding: 0 11px;
  position: relative;
  line-height: 16px;
}
.application .center .content .msg > a:after {
  display: block;
  content: '';
  background: #dbdbdb;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
}
.application .center .content .msg > a:first-of-type {
  padding-left: 0;
}
.application .center .content .msg > a:last-of-type:after {
  display: none;
}
.application .center .content .msg > a.active {
  color: #45adeb;
}
.application .center .content .time {
  display: block;
  margin-top: 29px;
}
.application .center .content .time > span {
  font: 14px/32px '微软雅黑';
  color: #757575;
  float: left;
}
.application .center .content .time > div {
  float: left;
  margin-left: 12px;
}
.application .center .content .time > div input {
  display: inline-block;
  width: 166px;
  height: 32px;
  border: 1px solid #e0e0e0;
  font: 12px '微软雅黑';
  color: #757575;
  box-sizing: border-box;
  padding-left: 15px;
}
.application .center .content .time > div span {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  vertical-align: middle;
}
.application .center .content .time > div a {
  display: inline-block;
  width: 74px;
  height: 32px;
  background: #45adeb ;
  text-align: center;
  font: 12px/32px '微软雅黑';
  color: #ffffff;
  margin-left: 16px;
}
.application .center .content .time > div select {
  display: block;
  width: 166px;
  height: 32px;
  border: 1px solid #e0e0e0;
  font: 12px '微软雅黑';
  color: #757575;
  box-sizing: border-box;
  padding-left: 15px;
  margin-top: 16px;
  appearance: menulist;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.application .center .content .all {
  display: block;
  margin-top: 30px;
}
.application .center .content .all > div:first-of-type {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  border: 1px solid #e0e0e0;
  line-height: 48px;
  background: #f1f1f1 ;
  padding-left: 11px;
  text-align: left;
}
.application .center .content .all > div:first-of-type label {
  display: inline-block;
}
.application .center .content .all > div:first-of-type label > input {
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  background: #fff;
  vertical-align: middle;
  margin-right: 5px;
}
.application .center .content .all > div:first-of-type label > input:checked {
  background: url("../img/icon05.png") center no-repeat;
  background-size: 12px 10px;
}
.application .center .content .all > div:first-of-type label span {
  font: 14px '微软雅黑';
  color: #333333;
  vertical-align: middle;
}
.application .center .content .all > div:first-of-type > p {
  float: right;
  font: 14px '微软雅黑';
  color: #ff5c04;
}
.application .center .content .all > div:first-of-type > p span {
  font-size: 30px;
}
.application .center .content .all > div:first-of-type > a {
  display: block;
  width: 146px;
  height: 50px;
  background: #45adeb;
  text-align: center;
  font: 18px/50px '微软雅黑';
  color: #fff;
  float: right;
  margin-left: 10px;
  margin-top: -1px;
}
.application .center .content .all .title {
  margin-top: 20px;
  height: 73px;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  line-height: 73px;
  box-sizing: border-box;
  padding-left: 40px ;
}
.application .center .content .all .title li {
  height: 71px;
  font: 14px/71px '微软雅黑';
  color: #333333;
  text-align: center;
  float: left;
}
.application .center .content .all .title li:nth-of-type(1) {
  width: 155px;
}
.application .center .content .all .title li:nth-of-type(2) {
  width: 105px;
}
.application .center .content .all .title li:nth-of-type(3) {
  width: 87px;
}
.application .center .content .all .title li:nth-of-type(4) {
  width: 140px;
}
.application .center .content .all .title li:nth-of-type(5) {
  width: 138px;
}
.application .center .content .all .title li:nth-of-type(6) {
  width: 66px;
}
.application .center .content .all .title li:nth-of-type(7) {
  width: 68px;
}
.application .center .content .all .title li:nth-of-type(8) {
  width: 105px;
}
.application .center .content .all .title li:nth-of-type(9) {
  width: 83px;
  text-align: right;
}
.application .center .content .all .item {
  height: 74px;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  line-height: 74px;
}
.application .center .content .all .item li {
  font: 14px/74px '微软雅黑';
  color: #333333;
  text-align: center;
  float: left;
  height: 74px;
}
.application .center .content .all .item li:nth-of-type(1) {
  width: 40px;
}
.application .center .content .all .item li:nth-of-type(1) > input {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  background: #fff;
  margin-top: 27px ;
}
.application .center .content .all .item li:nth-of-type(1) > input:checked {
  background: url("../img/icon05.png") center no-repeat;
  background-size: 12px 10px;
}
.application .center .content .all .item li:nth-of-type(2) {
  width: 155px;
}
.application .center .content .all .item li:nth-of-type(3) {
  width: 105px;
  box-sizing: border-box;
  padding: 0 10px;
  line-height: normal;
  padding-top: 27px;
  text-align: left;
}
.application .center .content .all .item li:nth-of-type(4) {
  width: 87px;
}
.application .center .content .all .item li:nth-of-type(5) {
  width: 140px;
}
.application .center .content .all .item li:nth-of-type(6) {
  width: 138px;
}
.application .center .content .all .item li:nth-of-type(7) {
  width: 66px;
}
.application .center .content .all .item li:nth-of-type(8) {
  width: 68px;
}
.application .center .content .all .item li:nth-of-type(9) {
  width: 105px;
}
.application .center .content .all .item li:nth-of-type(10) {
  width: 83px;
  text-align: right;
  color: #ff5c04;
}
.application .center .content > form:last-of-type {
  display: inline-block;
  padding-top: 30px;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.application .center .content > form:last-of-type > a {
  display: block;
  padding: 0 12px;
  height: 36px;
  border: 1px solid #dddddd;
  font: 14px/36px '微软雅黑';
  color: #333333;
  text-align: center;
  background: #f4f4f4;
  float: left;
  margin-right: 4px;
}
.application .center .content > form:last-of-type > a.dq {
  color: #45adeb;
  background: transparent;
  border-color: transparent;
}
.application .center .content > form:last-of-type > a.next {
  margin-right: 20px;
}
.application .center .content > form:last-of-type > a.active {
  color: #cccccc;
}
.application .center .content > form:last-of-type > a.omit {
  background: transparent;
  border-color: transparent;
}
.application .center .content > form:last-of-type > a.prev,
.application .center .content > form:last-of-type > a.next {
  background: #fff;
}
.application .center .content > form:last-of-type > span {
  float: left;
  font: 14px '微软雅黑';
  color: #666666;
  line-height: 38px;
}
.application .center .content > form:last-of-type > input {
  width: 38px;
  height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
  margin: 0 5px;
  float: left;
}
.application .center .content > form:last-of-type > a:last-of-type {
  margin-left: 10px;
}
.application .center .content .cpm {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.46);
  text-align: left;
  z-index: 1;
}
.application .center .content .cpm > div {
  display: block;
  width: 660px;
  position: absolute;
  left: 50%;
  top: 10%;
  margin-left: -330px;
  background: #fff;
  padding-bottom: 120px;
}
.application .center .content .cpm > div > div:first-of-type {
  height: 60px;
  line-height: 60px;
  background: #f3f3f3;
}
.application .center .content .cpm > div > div:first-of-type span {
  font: 18px '微软雅黑';
  color: #424242;
  margin-left: 20px;
}
.application .center .content .cpm > div > div:first-of-type a {
  font-size: 30px;
  color: #757575;
  float: right;
  margin-right: 19px;
  margin-top: -5px;
}
.application .center .content .cpm > div > div:nth-of-type(2) {
  width: 580px;
  margin: 0 auto;
  margin-top: 59px;
}
.application .center .content .cpm > div > div:nth-of-type(2) > div:first-of-type {
  margin-bottom: 16px;
  text-align: left;
}
.application .center .content .cpm > div > div:nth-of-type(2) > div:first-of-type label {
  display: inline-block;
  margin-right: 23px;
}
.application .center .content .cpm > div > div:nth-of-type(2) > div:first-of-type label input {
  display: inline-block;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
}
.application .center .content .cpm > div > div:nth-of-type(2) > div:first-of-type label input:checked:after {
  display: block;
  content: '';
  width: 10px ;
  height: 10px;
  border-radius: 50%;
  background: #45adeb;
  position: absolute;
  left: 4px;
  top: 4px;
}
.application .center .content .cpm > div > div:nth-of-type(2) > div:first-of-type label span {
  font: 14px '微软雅黑';
  color: #666666;
  vertical-align: middle;
}
.application .center .content .cpm > div > div:nth-of-type(2) .regular > input {
  margin-bottom: 16px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  height: 40px;
  padding: 0 17px;
  font: 14px '微软雅黑';
  color: #b0b0b0;
}
.application .center .content .cpm > div > div:nth-of-type(2) .regular > input:nth-of-type(1) {
  display: block;
  width: 282px;
}
.application .center .content .cpm > div > div:nth-of-type(2) .regular > input:nth-of-type(2) {
  display: block;
  width: 282px;
  margin-right: 16px;
  float: left;
}
.application .center .content .cpm > div > div:nth-of-type(2) .regular > input:nth-of-type(3) {
  display: block;
  width: 282px;
  float: left;
}
.application .center .content .cpm > div > div:nth-of-type(2) .regular > input:nth-of-type(4) {
  display: block;
  width: 580px;
}
.application .center .content .cpm > div > div:nth-of-type(2) .regular select {
  display: block;
  width: 580px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  height: 40px;
  padding: 0 17px;
  font: 14px '微软雅黑';
  color: #424242;
  appearance: menulist;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.application .center .content .cpm > div > div:nth-of-type(2) .appreciation {
  display: none;
}
.application .center .content .cpm > div > div:nth-of-type(2) .appreciation > input {
  margin-bottom: 16px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  height: 40px;
  padding: 0 17px;
  font: 14px '微软雅黑';
  color: #b0b0b0;
}
.application .center .content .cpm > div > div:nth-of-type(2) .appreciation > input:nth-of-type(1) {
  display: block;
  width: 282px;
}
.application .center .content .cpm > div > div:nth-of-type(2) .appreciation > input:nth-of-type(2) {
  display: block;
  width: 282px;
}
.application .center .content .cpm > div > div:nth-of-type(2) .appreciation > input:nth-of-type(3),
.application .center .content .cpm > div > div:nth-of-type(2) .appreciation > input:nth-of-type(5) {
  display: block;
  width: 282px;
  margin-right: 16px;
  float: left;
}
.application .center .content .cpm > div > div:nth-of-type(2) .appreciation > input:nth-of-type(4),
.application .center .content .cpm > div > div:nth-of-type(2) .appreciation > input:nth-of-type(6) {
  display: block;
  width: 282px;
  float: left;
}
.application .center .content .cpm > div > div:nth-of-type(2) .appreciation > input:nth-of-type(7) {
  display: block;
  width: 580px;
}
.application .center .content .cpm > div > div:nth-of-type(2) .appreciation > div {
  margin-bottom: 16px;
}
.application .center .content .cpm > div > div:nth-of-type(2) .appreciation > div > img {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 7px;
}
.application .center .content .cpm > div > div:nth-of-type(2) .appreciation > div > label {
  display: block;
  width: 120px;
  height: 30px;
  font: 12px/30px '微软雅黑';
  color: #fff;
  background: #45adeb;
  text-align: center;
}
.application .center .content .cpm > div > div:nth-of-type(2) .appreciation > div > label input {
  display: none;
}
.application .center .content .cpm > div > div:nth-of-type(2) .appreciation select {
  display: block;
  width: 580px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  height: 40px;
  padding: 0 17px;
  font: 14px '微软雅黑';
  color: #424242;
  appearance: menulist;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.application .center .content .cpm > div > div:last-of-type {
  position: absolute;
  height: 38px;
  width: 100%;
  left: 0;
  bottom: 21px;
}
.application .center .content .cpm > div > div:last-of-type a:first-of-type {
  width: 122px;
  height: 100%;
  text-align: center;
  background: #45adeb;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
  margin-left: 196px;
  margin-right: 24px;
}
.application .center .content .cpm > div > div:last-of-type a:last-of-type {
  width: 122px;
  height: 100%;
  text-align: center;
  background: #a7a6a7;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
}
.invoice-list .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.invoice-list .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.invoice-list .center .content {
  width: 1008px;
  float: right;
  padding-top: 57px;
  box-sizing: border-box;
  padding-left: 48px;
  background: #fff;
  min-height: 767px;
  padding-right: 48px;
  padding-bottom: 40px;
  text-align: center;
}
.invoice-list .center .content > p {
  font: 30px '微软雅黑';
  color: #757575;
  margin-bottom: 26px;
  text-align: left;
}
.invoice-list .center .content .msg {
  height: 16px;
  line-height: 16px;
}
.invoice-list .center .content .msg > a {
  display: block;
  float: left;
  font: 16px '微软雅黑';
  color: #757575;
  padding: 0 11px;
  position: relative;
  line-height: 16px;
}
.invoice-list .center .content .msg > a:after {
  display: block;
  content: '';
  background: #dbdbdb;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
}
.invoice-list .center .content .msg > a:first-of-type {
  padding-left: 0;
}
.invoice-list .center .content .msg > a:last-of-type:after {
  display: none;
}
.invoice-list .center .content .msg > a.active {
  color: #45adeb;
}
.invoice-list .center .content .time {
  display: block;
  margin-top: 29px;
}
.invoice-list .center .content .time > span {
  font: 14px/32px '微软雅黑';
  color: #757575;
  float: left;
}
.invoice-list .center .content .time > div {
  float: left;
  margin-left: 12px;
}
.invoice-list .center .content .time > div input {
  display: inline-block;
  width: 166px;
  height: 32px;
  border: 1px solid #e0e0e0;
  font: 12px '微软雅黑';
  color: #757575;
  box-sizing: border-box;
  padding-left: 15px;
}
.invoice-list .center .content .time > div span {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  vertical-align: middle;
}
.invoice-list .center .content .time > div a {
  display: inline-block;
  width: 74px;
  height: 32px;
  background: #45adeb ;
  text-align: center;
  font: 12px/32px '微软雅黑';
  color: #ffffff;
  margin-left: 16px;
}
.invoice-list .center .content .time > div select {
  display: block;
  width: 166px;
  height: 32px;
  border: 1px solid #e0e0e0;
  font: 12px '微软雅黑';
  color: #757575;
  box-sizing: border-box;
  padding-left: 15px;
  margin-top: 16px;
  appearance: menulist;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.invoice-list .center .content .title,
.invoice-list .center .content .item {
  height: 71px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  line-height: 71px;
  width: 100%;
  margin-top: 30px;
}
.invoice-list .center .content .title li,
.invoice-list .center .content .item li {
  float: left;
  height: 71px;
  font: 14px/71px '微软雅黑';
  color: #333333;
  text-align: center;
}
.invoice-list .center .content .title li:nth-of-type(1),
.invoice-list .center .content .item li:nth-of-type(1) {
  width: 105px;
}
.invoice-list .center .content .title li:nth-of-type(2),
.invoice-list .center .content .item li:nth-of-type(2) {
  width: 105px;
}
.invoice-list .center .content .title li:nth-of-type(3),
.invoice-list .center .content .item li:nth-of-type(3) {
  width: 85px;
}
.invoice-list .center .content .title li:nth-of-type(4),
.invoice-list .center .content .item li:nth-of-type(4) {
  width: 90px;
}
.invoice-list .center .content .title li:nth-of-type(5),
.invoice-list .center .content .item li:nth-of-type(5) {
  width: 84px;
}
.invoice-list .center .content .title li:nth-of-type(6),
.invoice-list .center .content .item li:nth-of-type(6) {
  width: 69px;
}
.invoice-list .center .content .title li:nth-of-type(7),
.invoice-list .center .content .item li:nth-of-type(7) {
  width: 100px;
}
.invoice-list .center .content .title li:nth-of-type(8),
.invoice-list .center .content .item li:nth-of-type(8) {
  width: 79px;
}
.invoice-list .center .content .title li:nth-of-type(9),
.invoice-list .center .content .item li:nth-of-type(9) {
  width: 70px;
}
.invoice-list .center .content .title li:nth-of-type(10),
.invoice-list .center .content .item li:nth-of-type(10) {
  width: 125px;
}
.invoice-list .center .content .item {
  height: 74px;
  line-height: 74px;
  margin-top: 0;
  border-top: none;
}
.invoice-list .center .content .item li {
  height: 74px;
  line-height: 74px;
}
.invoice-list .center .content > form:last-of-type {
  display: inline-block;
  padding-top: 30px;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.invoice-list .center .content > form:last-of-type > a {
  display: block;
  padding: 0 12px;
  height: 36px;
  border: 1px solid #dddddd;
  font: 14px/36px '微软雅黑';
  color: #333333;
  text-align: center;
  background: #f4f4f4;
  float: left;
  margin-right: 4px;
}
.invoice-list .center .content > form:last-of-type > a.dq {
  color: #45adeb;
  background: transparent;
  border-color: transparent;
}
.invoice-list .center .content > form:last-of-type > a.next {
  margin-right: 20px;
}
.invoice-list .center .content > form:last-of-type > a.active {
  color: #cccccc;
}
.invoice-list .center .content > form:last-of-type > a.omit {
  background: transparent;
  border-color: transparent;
}
.invoice-list .center .content > form:last-of-type > a.prev,
.invoice-list .center .content > form:last-of-type > a.next {
  background: #fff;
}
.invoice-list .center .content > form:last-of-type > span {
  float: left;
  font: 14px '微软雅黑';
  color: #666666;
  line-height: 38px;
}
.invoice-list .center .content > form:last-of-type > input {
  width: 38px;
  height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
  margin: 0 5px;
  float: left;
}
.invoice-list .center .content > form:last-of-type > a:last-of-type {
  margin-left: 10px;
}
.invoice-list .center .content .cpm {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.46);
  text-align: left;
  z-index: 1;
}
.invoice-list .center .content .cpm > div {
  display: block;
  width: 660px;
  position: absolute;
  left: 50%;
  top: 10%;
  margin-left: -330px;
  background: #fff;
  padding-bottom: 120px;
}
.invoice-list .center .content .cpm > div > div:first-of-type {
  height: 60px;
  line-height: 60px;
  background: #f3f3f3;
}
.invoice-list .center .content .cpm > div > div:first-of-type span {
  font: 18px '微软雅黑';
  color: #424242;
  margin-left: 20px;
}
.invoice-list .center .content .cpm > div > div:first-of-type a {
  font-size: 30px;
  color: #757575;
  float: right;
  margin-right: 19px;
  margin-top: -5px;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) {
  width: 580px;
  margin: 0 auto;
  margin-top: 59px;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) > div:first-of-type {
  margin-bottom: 16px;
  text-align: left;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) > div:first-of-type label {
  display: inline-block;
  margin-right: 23px;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) > div:first-of-type label input {
  display: inline-block;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) > div:first-of-type label input:checked:after {
  display: block;
  content: '';
  width: 10px ;
  height: 10px;
  border-radius: 50%;
  background: #45adeb;
  position: absolute;
  left: 4px;
  top: 4px;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) > div:first-of-type label span {
  font: 14px '微软雅黑';
  color: #666666;
  vertical-align: middle;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .regular > input {
  margin-bottom: 16px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  height: 40px;
  padding: 0 17px;
  font: 14px '微软雅黑';
  color: #b0b0b0;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .regular > input:nth-of-type(1) {
  display: block;
  width: 282px;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .regular > input:nth-of-type(2) {
  display: block;
  width: 282px;
  margin-right: 16px;
  float: left;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .regular > input:nth-of-type(3) {
  display: block;
  width: 282px;
  float: left;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .regular > input:nth-of-type(4) {
  display: block;
  width: 580px;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .regular select {
  display: block;
  width: 580px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  height: 40px;
  padding: 0 17px;
  font: 14px '微软雅黑';
  color: #424242;
  appearance: menulist;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .appreciation {
  display: none;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .appreciation > input {
  margin-bottom: 16px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  height: 40px;
  padding: 0 17px;
  font: 14px '微软雅黑';
  color: #b0b0b0;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .appreciation > input:nth-of-type(1) {
  display: block;
  width: 282px;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .appreciation > input:nth-of-type(2) {
  display: block;
  width: 282px;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .appreciation > input:nth-of-type(3),
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .appreciation > input:nth-of-type(5) {
  display: block;
  width: 282px;
  margin-right: 16px;
  float: left;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .appreciation > input:nth-of-type(4),
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .appreciation > input:nth-of-type(6) {
  display: block;
  width: 282px;
  float: left;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .appreciation > input:nth-of-type(7) {
  display: block;
  width: 580px;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .appreciation > label {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 50px;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .appreciation > label img {
  display: block;
  width: 100%;
  height: 100%;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .appreciation > label input {
  display: none;
}
.invoice-list .center .content .cpm > div > div:nth-of-type(2) .appreciation select {
  display: block;
  width: 580px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  height: 40px;
  padding: 0 17px;
  font: 14px '微软雅黑';
  color: #424242;
  appearance: menulist;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.invoice-list .center .content .cpm > div > div:last-of-type {
  position: absolute;
  height: 38px;
  width: 100%;
  left: 0;
  bottom: 21px;
}
.invoice-list .center .content .cpm > div > div:last-of-type a:first-of-type {
  width: 122px;
  height: 100%;
  text-align: center;
  background: #45adeb;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
  margin-left: 196px;
  margin-right: 24px;
}
.invoice-list .center .content .cpm > div > div:last-of-type a:last-of-type {
  width: 122px;
  height: 100%;
  text-align: center;
  background: #a7a6a7;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
}
.exclusive .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.exclusive .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.exclusive .center .content {
  width: 980px;
  float: right;
  padding-top: 50px;
  box-sizing: border-box;
  padding-left: 48px;
  background: #fff;
  min-height: 767px;
  padding-right: 48px;
  padding-bottom: 40px;
  text-align: center;
}
.exclusive .center .content > p {
  font: 30px '微软雅黑';
  color: #757575;
  margin-bottom: 40px;
  text-align: left;
}
.exclusive .center .content > ul li {
  margin-bottom: 45px;
  width: 440px;
  text-align: center;
}
.exclusive .center .content > ul li img {
  display: block;
  width: 440px;
  height: 264px;
  margin-bottom: 13px;
}
.exclusive .center .content > ul li p {
  font: 14px '微软雅黑';
  color: #666666;
}
.exclusive .center .content > ul li:last-of-type {
  margin-bottom: 0;
}
.non-standard .site,
.standard .site,
.last .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.non-standard .site a,
.standard .site a,
.last .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.non-standard .center .content,
.standard .center .content,
.last .center .content {
  width: 980px;
  float: right;
  padding-top: 57px;
  box-sizing: border-box;
  padding-left: 48px;
  background: #fff;
  min-height: 767px;
  padding-right: 48px;
  padding-bottom: 40px;
  text-align: center;
}
.non-standard .center .content > p,
.standard .center .content > p,
.last .center .content > p {
  font: 30px '微软雅黑';
  color: #757575;
  margin-bottom: 26px;
  text-align: left;
}
.non-standard .center .content .msg,
.standard .center .content .msg,
.last .center .content .msg {
  height: 42px;
  line-height: 42px;
}
.non-standard .center .content .msg > a,
.standard .center .content .msg > a,
.last .center .content .msg > a {
  display: block;
  float: left;
  font: 16px '微软雅黑';
  color: #757575;
  padding: 0 11px;
  position: relative;
  line-height: 42px;
}
.non-standard .center .content .msg > a:after,
.standard .center .content .msg > a:after,
.last .center .content .msg > a:after {
  display: block;
  content: '';
  background: #dbdbdb;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
}
.non-standard .center .content .msg > a:first-of-type,
.standard .center .content .msg > a:first-of-type,
.last .center .content .msg > a:first-of-type {
  padding-left: 0;
}
.non-standard .center .content .msg > a:last-of-type:after,
.standard .center .content .msg > a:last-of-type:after,
.last .center .content .msg > a:last-of-type:after {
  display: none;
}
.non-standard .center .content .msg > a.active,
.standard .center .content .msg > a.active,
.last .center .content .msg > a.active {
  color: #45adeb;
}
.non-standard .center .content .msg .search,
.standard .center .content .msg .search,
.last .center .content .msg .search {
  display: block;
  float: right;
}
.non-standard .center .content .msg .search input,
.standard .center .content .msg .search input,
.last .center .content .msg .search input {
  display: block;
  width: 202px;
  height: 42px;
  box-sizing: border-box;
  padding: 0 13px;
  border: 1px solid #e0e0e0;
  font: 12px '微软雅黑';
  color: #757575;
  float: left;
}
.non-standard .center .content .msg .search span,
.standard .center .content .msg .search span,
.last .center .content .msg .search span {
  font-size: 20px;
  color: #333333;
  float: left;
  line-height: 42px;
  margin: 0 8px;
}
.non-standard .center .content .msg .search a,
.standard .center .content .msg .search a,
.last .center .content .msg .search a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-left: none;
  text-align: center;
  line-height: 40px;
}
.non-standard .center .content .msg .search a img,
.standard .center .content .msg .search a img,
.last .center .content .msg .search a img {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  margin-top: 11px;
}
.non-standard .center .content .time,
.standard .center .content .time,
.last .center .content .time {
  display: block;
  margin-top: 18px;
}
.non-standard .center .content .time > span,
.standard .center .content .time > span,
.last .center .content .time > span {
  font: 14px/32px '微软雅黑';
  color: #757575;
  float: left;
}
.non-standard .center .content .time > div,
.standard .center .content .time > div,
.last .center .content .time > div {
  float: left;
  margin-left: 12px;
}
.non-standard .center .content .time > div input,
.standard .center .content .time > div input,
.last .center .content .time > div input {
  display: inline-block;
  width: 166px;
  height: 32px;
  border: 1px solid #e0e0e0;
  font: 12px '微软雅黑';
  color: #757575;
  box-sizing: border-box;
  padding-left: 15px;
}
.non-standard .center .content .time > div span,
.standard .center .content .time > div span,
.last .center .content .time > div span {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  vertical-align: middle;
}
.non-standard .center .content .time > div a,
.standard .center .content .time > div a,
.last .center .content .time > div a {
  display: inline-block;
  width: 74px;
  height: 32px;
  background: #45adeb ;
  text-align: center;
  font: 12px/32px '微软雅黑';
  color: #ffffff;
  margin-left: 16px;
}
.non-standard .center .content .time > div select,
.standard .center .content .time > div select,
.last .center .content .time > div select {
  display: block;
  width: 166px;
  height: 32px;
  border: 1px solid #e0e0e0;
  font: 12px '微软雅黑';
  color: #757575;
  box-sizing: border-box;
  padding-left: 15px;
  margin-top: 16px;
  appearance: menulist;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.non-standard .center .content .topay,
.standard .center .content .topay,
.last .center .content .topay,
.non-standard .center .content .paid,
.standard .center .content .paid,
.last .center .content .paid {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #45adeb;
  margin-top: 30px;
}
.non-standard .center .content .topay > div:first-of-type,
.standard .center .content .topay > div:first-of-type,
.last .center .content .topay > div:first-of-type,
.non-standard .center .content .paid > div:first-of-type,
.standard .center .content .paid > div:first-of-type,
.last .center .content .paid > div:first-of-type {
  background: #eff9ff;
  height: 144px;
  position: relative;
  box-sizing: border-box;
  padding: 25px 0 0 28px;
  text-align: left;
}
.non-standard .center .content .topay > div:first-of-type > span,
.standard .center .content .topay > div:first-of-type > span,
.last .center .content .topay > div:first-of-type > span,
.non-standard .center .content .paid > div:first-of-type > span,
.standard .center .content .paid > div:first-of-type > span,
.last .center .content .paid > div:first-of-type > span {
  font: 18px 'pfm';
  color: #45adeb;
  display: block;
  margin-bottom: 12px;
}
.non-standard .center .content .topay > div:first-of-type > p,
.standard .center .content .topay > div:first-of-type > p,
.last .center .content .topay > div:first-of-type > p,
.non-standard .center .content .paid > div:first-of-type > p,
.standard .center .content .paid > div:first-of-type > p,
.last .center .content .paid > div:first-of-type > p {
  font: 14px '微软雅黑';
  color: #757575;
  margin-bottom: 8px;
}
.non-standard .center .content .topay > div:first-of-type > p:last-of-type,
.standard .center .content .topay > div:first-of-type > p:last-of-type,
.last .center .content .topay > div:first-of-type > p:last-of-type,
.non-standard .center .content .paid > div:first-of-type > p:last-of-type,
.standard .center .content .paid > div:first-of-type > p:last-of-type,
.last .center .content .paid > div:first-of-type > p:last-of-type {
  margin-bottom: 0;
}
.non-standard .center .content .topay > div:first-of-type > p span,
.standard .center .content .topay > div:first-of-type > p span,
.last .center .content .topay > div:first-of-type > p span,
.non-standard .center .content .paid > div:first-of-type > p span,
.standard .center .content .paid > div:first-of-type > p span,
.last .center .content .paid > div:first-of-type > p span {
  color: #45adeb;
}
.non-standard .center .content .topay > div:first-of-type > p i,
.standard .center .content .topay > div:first-of-type > p i,
.last .center .content .topay > div:first-of-type > p i,
.non-standard .center .content .paid > div:first-of-type > p i,
.standard .center .content .paid > div:first-of-type > p i,
.last .center .content .paid > div:first-of-type > p i {
  font-size: 28px;
  color: #333333;
}
.non-standard .center .content .topay > div:first-of-type .paying,
.standard .center .content .topay > div:first-of-type .paying,
.last .center .content .topay > div:first-of-type .paying,
.non-standard .center .content .paid > div:first-of-type .paying,
.standard .center .content .paid > div:first-of-type .paying,
.last .center .content .paid > div:first-of-type .paying {
  display: block;
  width: 118px;
  height: 28px;
  background: #45adeb;
  text-align: center;
  font: 12px/28px '微软雅黑';
  color: #ffffff;
  position: absolute;
  right: 40px;
  top: 59px;
}
.non-standard .center .content .topay > div:first-of-type .again,
.standard .center .content .topay > div:first-of-type .again,
.last .center .content .topay > div:first-of-type .again,
.non-standard .center .content .paid > div:first-of-type .again,
.standard .center .content .paid > div:first-of-type .again,
.last .center .content .paid > div:first-of-type .again {
  display: block;
  width: 118px;
  height: 28px;
  background: #45adeb;
  text-align: center;
  font: 12px/28px '微软雅黑';
  color: #ffffff;
  position: absolute;
  right: 40px;
  top: 39px;
}
.non-standard .center .content .topay > div:first-of-type .logistics,
.standard .center .content .topay > div:first-of-type .logistics,
.last .center .content .topay > div:first-of-type .logistics,
.non-standard .center .content .paid > div:first-of-type .logistics,
.standard .center .content .paid > div:first-of-type .logistics,
.last .center .content .paid > div:first-of-type .logistics {
  display: block;
  width: 118px;
  height: 28px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #b0b0b0;
  text-align: center;
  font: 12px/26px '微软雅黑';
  color: #757575;
  position: absolute;
  right: 40px;
  top: 97px;
}
.non-standard .center .content .topay > div:last-of-type .title,
.standard .center .content .topay > div:last-of-type .title,
.last .center .content .topay > div:last-of-type .title,
.non-standard .center .content .paid > div:last-of-type .title,
.standard .center .content .paid > div:last-of-type .title,
.last .center .content .paid > div:last-of-type .title {
  width: 100%;
  height: 40px;
  border-top: 1px solid #45adeb ;
  border-bottom: 1px solid #e0e0e0 ;
  line-height: 40px;
}
.non-standard .center .content .topay > div:last-of-type .title li,
.standard .center .content .topay > div:last-of-type .title li,
.last .center .content .topay > div:last-of-type .title li,
.non-standard .center .content .paid > div:last-of-type .title li,
.standard .center .content .paid > div:last-of-type .title li,
.last .center .content .paid > div:last-of-type .title li {
  float: left;
  text-align: center;
  font: 12px/40px '微软雅黑';
  color: #333333;
}
.non-standard .center .content .topay > div:last-of-type .title li:nth-of-type(1),
.standard .center .content .topay > div:last-of-type .title li:nth-of-type(1),
.last .center .content .topay > div:last-of-type .title li:nth-of-type(1),
.non-standard .center .content .paid > div:last-of-type .title li:nth-of-type(1),
.standard .center .content .paid > div:last-of-type .title li:nth-of-type(1),
.last .center .content .paid > div:last-of-type .title li:nth-of-type(1) {
  width: 80px;
}
.non-standard .center .content .topay > div:last-of-type .title li:nth-of-type(2),
.standard .center .content .topay > div:last-of-type .title li:nth-of-type(2),
.last .center .content .topay > div:last-of-type .title li:nth-of-type(2),
.non-standard .center .content .paid > div:last-of-type .title li:nth-of-type(2),
.standard .center .content .paid > div:last-of-type .title li:nth-of-type(2),
.last .center .content .paid > div:last-of-type .title li:nth-of-type(2) {
  width: 65px;
}
.non-standard .center .content .topay > div:last-of-type .title li:nth-of-type(3),
.standard .center .content .topay > div:last-of-type .title li:nth-of-type(3),
.last .center .content .topay > div:last-of-type .title li:nth-of-type(3),
.non-standard .center .content .paid > div:last-of-type .title li:nth-of-type(3),
.standard .center .content .paid > div:last-of-type .title li:nth-of-type(3),
.last .center .content .paid > div:last-of-type .title li:nth-of-type(3) {
  width: 80px;
}
.non-standard .center .content .topay > div:last-of-type .title li:nth-of-type(4),
.standard .center .content .topay > div:last-of-type .title li:nth-of-type(4),
.last .center .content .topay > div:last-of-type .title li:nth-of-type(4),
.non-standard .center .content .paid > div:last-of-type .title li:nth-of-type(4),
.standard .center .content .paid > div:last-of-type .title li:nth-of-type(4),
.last .center .content .paid > div:last-of-type .title li:nth-of-type(4) {
  width: 90px;
}
.non-standard .center .content .topay > div:last-of-type .title li:nth-of-type(5),
.standard .center .content .topay > div:last-of-type .title li:nth-of-type(5),
.last .center .content .topay > div:last-of-type .title li:nth-of-type(5),
.non-standard .center .content .paid > div:last-of-type .title li:nth-of-type(5),
.standard .center .content .paid > div:last-of-type .title li:nth-of-type(5),
.last .center .content .paid > div:last-of-type .title li:nth-of-type(5) {
  width: 100px;
}
.non-standard .center .content .topay > div:last-of-type .title li:nth-of-type(6),
.standard .center .content .topay > div:last-of-type .title li:nth-of-type(6),
.last .center .content .topay > div:last-of-type .title li:nth-of-type(6),
.non-standard .center .content .paid > div:last-of-type .title li:nth-of-type(6),
.standard .center .content .paid > div:last-of-type .title li:nth-of-type(6),
.last .center .content .paid > div:last-of-type .title li:nth-of-type(6) {
  width: 94px;
}
.non-standard .center .content .topay > div:last-of-type .title li:nth-of-type(7),
.standard .center .content .topay > div:last-of-type .title li:nth-of-type(7),
.last .center .content .topay > div:last-of-type .title li:nth-of-type(7),
.non-standard .center .content .paid > div:last-of-type .title li:nth-of-type(7),
.standard .center .content .paid > div:last-of-type .title li:nth-of-type(7),
.last .center .content .paid > div:last-of-type .title li:nth-of-type(7) {
  width: 116px;
}
.non-standard .center .content .topay > div:last-of-type .title li:nth-of-type(8),
.standard .center .content .topay > div:last-of-type .title li:nth-of-type(8),
.last .center .content .topay > div:last-of-type .title li:nth-of-type(8),
.non-standard .center .content .paid > div:last-of-type .title li:nth-of-type(8),
.standard .center .content .paid > div:last-of-type .title li:nth-of-type(8),
.last .center .content .paid > div:last-of-type .title li:nth-of-type(8) {
  width: 85px;
}
.non-standard .center .content .topay > div:last-of-type .title li:nth-of-type(9),
.standard .center .content .topay > div:last-of-type .title li:nth-of-type(9),
.last .center .content .topay > div:last-of-type .title li:nth-of-type(9),
.non-standard .center .content .paid > div:last-of-type .title li:nth-of-type(9),
.standard .center .content .paid > div:last-of-type .title li:nth-of-type(9),
.last .center .content .paid > div:last-of-type .title li:nth-of-type(9) {
  width: 200px;
}
.non-standard .center .content .topay > div:last-of-type .item,
.standard .center .content .topay > div:last-of-type .item,
.last .center .content .topay > div:last-of-type .item,
.non-standard .center .content .paid > div:last-of-type .item,
.standard .center .content .paid > div:last-of-type .item,
.last .center .content .paid > div:last-of-type .item {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #e0e0e0 ;
  line-height: 30px;
  padding-top: 12px;
}
.non-standard .center .content .topay > div:last-of-type .item li,
.standard .center .content .topay > div:last-of-type .item li,
.last .center .content .topay > div:last-of-type .item li,
.non-standard .center .content .paid > div:last-of-type .item li,
.standard .center .content .paid > div:last-of-type .item li,
.last .center .content .paid > div:last-of-type .item li {
  float: left;
  text-align: center;
  font: 12px/36px '微软雅黑';
  color: #757575;
}
.non-standard .center .content .topay > div:last-of-type .item li:nth-of-type(1),
.standard .center .content .topay > div:last-of-type .item li:nth-of-type(1),
.last .center .content .topay > div:last-of-type .item li:nth-of-type(1),
.non-standard .center .content .paid > div:last-of-type .item li:nth-of-type(1),
.standard .center .content .paid > div:last-of-type .item li:nth-of-type(1),
.last .center .content .paid > div:last-of-type .item li:nth-of-type(1) {
  width: 80px;
}
.non-standard .center .content .topay > div:last-of-type .item li:nth-of-type(2),
.standard .center .content .topay > div:last-of-type .item li:nth-of-type(2),
.last .center .content .topay > div:last-of-type .item li:nth-of-type(2),
.non-standard .center .content .paid > div:last-of-type .item li:nth-of-type(2),
.standard .center .content .paid > div:last-of-type .item li:nth-of-type(2),
.last .center .content .paid > div:last-of-type .item li:nth-of-type(2) {
  width: 65px;
}
.non-standard .center .content .topay > div:last-of-type .item li:nth-of-type(3),
.standard .center .content .topay > div:last-of-type .item li:nth-of-type(3),
.last .center .content .topay > div:last-of-type .item li:nth-of-type(3),
.non-standard .center .content .paid > div:last-of-type .item li:nth-of-type(3),
.standard .center .content .paid > div:last-of-type .item li:nth-of-type(3),
.last .center .content .paid > div:last-of-type .item li:nth-of-type(3) {
  width: 80px;
}
.non-standard .center .content .topay > div:last-of-type .item li:nth-of-type(4),
.standard .center .content .topay > div:last-of-type .item li:nth-of-type(4),
.last .center .content .topay > div:last-of-type .item li:nth-of-type(4),
.non-standard .center .content .paid > div:last-of-type .item li:nth-of-type(4),
.standard .center .content .paid > div:last-of-type .item li:nth-of-type(4),
.last .center .content .paid > div:last-of-type .item li:nth-of-type(4) {
  width: 90px;
}
.non-standard .center .content .topay > div:last-of-type .item li:nth-of-type(4) span,
.standard .center .content .topay > div:last-of-type .item li:nth-of-type(4) span,
.last .center .content .topay > div:last-of-type .item li:nth-of-type(4) span,
.non-standard .center .content .paid > div:last-of-type .item li:nth-of-type(4) span,
.standard .center .content .paid > div:last-of-type .item li:nth-of-type(4) span,
.last .center .content .paid > div:last-of-type .item li:nth-of-type(4) span {
  color: #ff5c04;
}
.non-standard .center .content .topay > div:last-of-type .item li:nth-of-type(5),
.standard .center .content .topay > div:last-of-type .item li:nth-of-type(5),
.last .center .content .topay > div:last-of-type .item li:nth-of-type(5),
.non-standard .center .content .paid > div:last-of-type .item li:nth-of-type(5),
.standard .center .content .paid > div:last-of-type .item li:nth-of-type(5),
.last .center .content .paid > div:last-of-type .item li:nth-of-type(5) {
  width: 100px;
}
.non-standard .center .content .topay > div:last-of-type .item li:nth-of-type(6),
.standard .center .content .topay > div:last-of-type .item li:nth-of-type(6),
.last .center .content .topay > div:last-of-type .item li:nth-of-type(6),
.non-standard .center .content .paid > div:last-of-type .item li:nth-of-type(6),
.standard .center .content .paid > div:last-of-type .item li:nth-of-type(6),
.last .center .content .paid > div:last-of-type .item li:nth-of-type(6) {
  width: 94px;
}
.non-standard .center .content .topay > div:last-of-type .item li:nth-of-type(6) span,
.standard .center .content .topay > div:last-of-type .item li:nth-of-type(6) span,
.last .center .content .topay > div:last-of-type .item li:nth-of-type(6) span,
.non-standard .center .content .paid > div:last-of-type .item li:nth-of-type(6) span,
.standard .center .content .paid > div:last-of-type .item li:nth-of-type(6) span,
.last .center .content .paid > div:last-of-type .item li:nth-of-type(6) span {
  color: #ff5c04;
}
.non-standard .center .content .topay > div:last-of-type .item li:nth-of-type(7),
.standard .center .content .topay > div:last-of-type .item li:nth-of-type(7),
.last .center .content .topay > div:last-of-type .item li:nth-of-type(7),
.non-standard .center .content .paid > div:last-of-type .item li:nth-of-type(7),
.standard .center .content .paid > div:last-of-type .item li:nth-of-type(7),
.last .center .content .paid > div:last-of-type .item li:nth-of-type(7) {
  width: 116px;
}
.non-standard .center .content .topay > div:last-of-type .item li:nth-of-type(7) span,
.standard .center .content .topay > div:last-of-type .item li:nth-of-type(7) span,
.last .center .content .topay > div:last-of-type .item li:nth-of-type(7) span,
.non-standard .center .content .paid > div:last-of-type .item li:nth-of-type(7) span,
.standard .center .content .paid > div:last-of-type .item li:nth-of-type(7) span,
.last .center .content .paid > div:last-of-type .item li:nth-of-type(7) span {
  color: #ff5c04;
}
.non-standard .center .content .topay > div:last-of-type .item li:nth-of-type(8),
.standard .center .content .topay > div:last-of-type .item li:nth-of-type(8),
.last .center .content .topay > div:last-of-type .item li:nth-of-type(8),
.non-standard .center .content .paid > div:last-of-type .item li:nth-of-type(8),
.standard .center .content .paid > div:last-of-type .item li:nth-of-type(8),
.last .center .content .paid > div:last-of-type .item li:nth-of-type(8) {
  width: 85px;
}
.non-standard .center .content .topay > div:last-of-type .item li:nth-of-type(9),
.standard .center .content .topay > div:last-of-type .item li:nth-of-type(9),
.last .center .content .topay > div:last-of-type .item li:nth-of-type(9),
.non-standard .center .content .paid > div:last-of-type .item li:nth-of-type(9),
.standard .center .content .paid > div:last-of-type .item li:nth-of-type(9),
.last .center .content .paid > div:last-of-type .item li:nth-of-type(9) {
  width: 200px;
  box-sizing: border-box;
  padding-left: 20px;
}
.non-standard .center .content .topay > div:last-of-type .item li:nth-of-type(9) a,
.standard .center .content .topay > div:last-of-type .item li:nth-of-type(9) a,
.last .center .content .topay > div:last-of-type .item li:nth-of-type(9) a,
.non-standard .center .content .paid > div:last-of-type .item li:nth-of-type(9) a,
.standard .center .content .paid > div:last-of-type .item li:nth-of-type(9) a,
.last .center .content .paid > div:last-of-type .item li:nth-of-type(9) a {
  display: block;
  float: left;
  width: 48px;
  height: 24px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 8px;
  margin-top: 6px;
}
.non-standard .center .content .topay > div:last-of-type .item li:nth-of-type(9) a:nth-of-type(2),
.standard .center .content .topay > div:last-of-type .item li:nth-of-type(9) a:nth-of-type(2),
.last .center .content .topay > div:last-of-type .item li:nth-of-type(9) a:nth-of-type(2),
.non-standard .center .content .paid > div:last-of-type .item li:nth-of-type(9) a:nth-of-type(2),
.standard .center .content .paid > div:last-of-type .item li:nth-of-type(9) a:nth-of-type(2),
.last .center .content .paid > div:last-of-type .item li:nth-of-type(9) a:nth-of-type(2) {
  border: 1px solid #e0e0e0;
  background: #fff;
  font: 12px/22px '微软雅黑';
  color: #333333;
}
.non-standard .center .content .topay > div:last-of-type .item li:nth-of-type(9) a:last-of-type,
.standard .center .content .topay > div:last-of-type .item li:nth-of-type(9) a:last-of-type,
.last .center .content .topay > div:last-of-type .item li:nth-of-type(9) a:last-of-type,
.non-standard .center .content .paid > div:last-of-type .item li:nth-of-type(9) a:last-of-type,
.standard .center .content .paid > div:last-of-type .item li:nth-of-type(9) a:last-of-type,
.last .center .content .paid > div:last-of-type .item li:nth-of-type(9) a:last-of-type {
  margin-right: 0;
  border: 1px solid #e0e0e0;
  background: #fff;
  font: 12px/22px '微软雅黑';
  color: #333333;
}
.non-standard .center .content .topay > div:last-of-type .item li:nth-of-type(9) a:first-of-type,
.standard .center .content .topay > div:last-of-type .item li:nth-of-type(9) a:first-of-type,
.last .center .content .topay > div:last-of-type .item li:nth-of-type(9) a:first-of-type,
.non-standard .center .content .paid > div:last-of-type .item li:nth-of-type(9) a:first-of-type,
.standard .center .content .paid > div:last-of-type .item li:nth-of-type(9) a:first-of-type,
.last .center .content .paid > div:last-of-type .item li:nth-of-type(9) a:first-of-type {
  background: #45adeb;
  font: 12px/24px '微软雅黑';
  color: #fff;
}
.non-standard .center .content > .form-page,
.standard .center .content > .form-page,
.last .center .content > .form-page {
  display: inline-block;
  padding-top: 30px;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.non-standard .center .content > .form-page > a,
.standard .center .content > .form-page > a,
.last .center .content > .form-page > a {
  display: block;
  padding: 0 12px;
  height: 36px;
  border: 1px solid #dddddd;
  font: 14px/36px '微软雅黑';
  color: #333333;
  text-align: center;
  background: #f4f4f4;
  float: left;
  margin-right: 4px;
}
.non-standard .center .content > .form-page > a.dq,
.standard .center .content > .form-page > a.dq,
.last .center .content > .form-page > a.dq {
  color: #45adeb;
  background: transparent;
  border-color: transparent;
}
.non-standard .center .content > .form-page > a.next,
.standard .center .content > .form-page > a.next,
.last .center .content > .form-page > a.next {
  margin-right: 20px;
}
.non-standard .center .content > .form-page > a.active,
.standard .center .content > .form-page > a.active,
.last .center .content > .form-page > a.active {
  color: #cccccc;
}
.non-standard .center .content > .form-page > a.omit,
.standard .center .content > .form-page > a.omit,
.last .center .content > .form-page > a.omit {
  background: transparent;
  border-color: transparent;
}
.non-standard .center .content > .form-page > a.prev,
.standard .center .content > .form-page > a.prev,
.last .center .content > .form-page > a.prev,
.non-standard .center .content > .form-page > a.next,
.standard .center .content > .form-page > a.next,
.last .center .content > .form-page > a.next {
  background: #fff;
}
.non-standard .center .content > .form-page > span,
.standard .center .content > .form-page > span,
.last .center .content > .form-page > span {
  float: left;
  font: 14px '微软雅黑';
  color: #666666;
  line-height: 38px;
}
.non-standard .center .content > .form-page > input,
.standard .center .content > .form-page > input,
.last .center .content > .form-page > input {
  width: 38px;
  height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
  margin: 0 5px;
  float: left;
}
.non-standard .center .content > .form-page > a:last-of-type,
.standard .center .content > .form-page > a:last-of-type,
.last .center .content > .form-page > a:last-of-type {
  margin-left: 10px;
}
.non-standard .center .drawback,
.standard .center .drawback,
.last .center .drawback {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.46);
}
.non-standard .center .drawback form,
.standard .center .drawback form,
.last .center .drawback form {
  display: block;
  width: 977px;
  position: absolute;
  left: 50%;
  top: 10%;
  margin-left: -488.5px;
  background: #fff;
  padding-bottom: 120px;
}
.non-standard .center .drawback form > div:first-of-type,
.standard .center .drawback form > div:first-of-type,
.last .center .drawback form > div:first-of-type {
  height: 60px;
  line-height: 60px;
  background: #f3f3f3;
}
.non-standard .center .drawback form > div:first-of-type span,
.standard .center .drawback form > div:first-of-type span,
.last .center .drawback form > div:first-of-type span {
  font: 18px '微软雅黑';
  color: #424242;
  margin-left: 20px;
}
.non-standard .center .drawback form > div:first-of-type a,
.standard .center .drawback form > div:first-of-type a,
.last .center .drawback form > div:first-of-type a {
  font-size: 30px;
  color: #757575;
  float: right;
  margin-right: 19px;
  margin-top: -5px;
}
.non-standard .center .drawback form > ul,
.standard .center .drawback form > ul,
.last .center .drawback form > ul {
  width: 715px;
  margin: 0 auto;
  margin-top: 38px;
  margin-bottom: 28px;
}
.non-standard .center .drawback form > ul li,
.standard .center .drawback form > ul li,
.last .center .drawback form > ul li {
  width: 143px;
  float: left;
  position: relative;
  height: 35px;
  text-align: center;
  overflow: hidden;
}
.non-standard .center .drawback form > ul li p,
.standard .center .drawback form > ul li p,
.last .center .drawback form > ul li p {
  font: 14px '微软雅黑';
  color: #9d9d9d;
}
.non-standard .center .drawback form > ul li span,
.standard .center .drawback form > ul li span,
.last .center .drawback form > ul li span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c4c4c4 ;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  z-index: 1;
}
.non-standard .center .drawback form > ul li:before,
.standard .center .drawback form > ul li:before,
.last .center .drawback form > ul li:before {
  display: block;
  content: '';
  width: 90px;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  right: 50%;
  bottom: 2.5px;
}
.non-standard .center .drawback form > ul li:after,
.standard .center .drawback form > ul li:after,
.last .center .drawback form > ul li:after {
  display: block;
  content: '';
  width: 90px;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  left: 50%;
  bottom: 2.5px;
}
.non-standard .center .drawback form > ul li:first-of-type:before,
.standard .center .drawback form > ul li:first-of-type:before,
.last .center .drawback form > ul li:first-of-type:before {
  display: none;
}
.non-standard .center .drawback form > ul li:last-of-type:after,
.standard .center .drawback form > ul li:last-of-type:after,
.last .center .drawback form > ul li:last-of-type:after {
  display: none;
}
.non-standard .center .drawback form > ul li.active p,
.standard .center .drawback form > ul li.active p,
.last .center .drawback form > ul li.active p {
  color: #45adeb;
}
.non-standard .center .drawback form > ul li.active span,
.standard .center .drawback form > ul li.active span,
.last .center .drawback form > ul li.active span {
  background: #45adeb;
}
.non-standard .center .drawback form > table,
.standard .center .drawback form > table,
.last .center .drawback form > table {
  display: block;
  width: 928px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  text-align: center;
}
.non-standard .center .drawback form > table thead tr,
.standard .center .drawback form > table thead tr,
.last .center .drawback form > table thead tr {
  height: 38px;
}
.non-standard .center .drawback form > table thead tr td,
.standard .center .drawback form > table thead tr td,
.last .center .drawback form > table thead tr td {
  font: 14px '微软雅黑';
  color: #333333;
}
.non-standard .center .drawback form > table thead tr td:nth-of-type(1),
.standard .center .drawback form > table thead tr td:nth-of-type(1),
.last .center .drawback form > table thead tr td:nth-of-type(1) {
  width: 153px;
}
.non-standard .center .drawback form > table thead tr td:nth-of-type(2),
.standard .center .drawback form > table thead tr td:nth-of-type(2),
.last .center .drawback form > table thead tr td:nth-of-type(2) {
  width: 93px;
}
.non-standard .center .drawback form > table thead tr td:nth-of-type(3),
.standard .center .drawback form > table thead tr td:nth-of-type(3),
.last .center .drawback form > table thead tr td:nth-of-type(3) {
  width: 73px;
}
.non-standard .center .drawback form > table thead tr td:nth-of-type(4),
.standard .center .drawback form > table thead tr td:nth-of-type(4),
.last .center .drawback form > table thead tr td:nth-of-type(4) {
  width: 99px;
}
.non-standard .center .drawback form > table thead tr td:nth-of-type(5),
.standard .center .drawback form > table thead tr td:nth-of-type(5),
.last .center .drawback form > table thead tr td:nth-of-type(5) {
  width: 114px;
}
.non-standard .center .drawback form > table thead tr td:nth-of-type(6),
.standard .center .drawback form > table thead tr td:nth-of-type(6),
.last .center .drawback form > table thead tr td:nth-of-type(6) {
  width: 109px;
}
.non-standard .center .drawback form > table thead tr td:nth-of-type(7),
.standard .center .drawback form > table thead tr td:nth-of-type(7),
.last .center .drawback form > table thead tr td:nth-of-type(7) {
  width: 105px;
}
.non-standard .center .drawback form > table thead tr td:nth-of-type(8),
.standard .center .drawback form > table thead tr td:nth-of-type(8),
.last .center .drawback form > table thead tr td:nth-of-type(8) {
  width: 180px;
}
.non-standard .center .drawback form > table tbody tr,
.standard .center .drawback form > table tbody tr,
.last .center .drawback form > table tbody tr {
  height: 72px;
  border-top: 1px solid #e0e0e0;
}
.non-standard .center .drawback form > table tbody tr td,
.standard .center .drawback form > table tbody tr td,
.last .center .drawback form > table tbody tr td {
  font: 14px '微软雅黑';
  color: #333333;
}
.non-standard .center .drawback form > table tbody tr td:nth-of-type(1),
.standard .center .drawback form > table tbody tr td:nth-of-type(1),
.last .center .drawback form > table tbody tr td:nth-of-type(1) {
  width: 153px;
}
.non-standard .center .drawback form > table tbody tr td:nth-of-type(1) p,
.standard .center .drawback form > table tbody tr td:nth-of-type(1) p,
.last .center .drawback form > table tbody tr td:nth-of-type(1) p {
  width: 111px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
}
.non-standard .center .drawback form > table tbody tr td:nth-of-type(2),
.standard .center .drawback form > table tbody tr td:nth-of-type(2),
.last .center .drawback form > table tbody tr td:nth-of-type(2) {
  width: 93px;
}
.non-standard .center .drawback form > table tbody tr td:nth-of-type(3),
.standard .center .drawback form > table tbody tr td:nth-of-type(3),
.last .center .drawback form > table tbody tr td:nth-of-type(3) {
  width: 73px;
}
.non-standard .center .drawback form > table tbody tr td:nth-of-type(4),
.standard .center .drawback form > table tbody tr td:nth-of-type(4),
.last .center .drawback form > table tbody tr td:nth-of-type(4) {
  width: 99px;
}
.non-standard .center .drawback form > table tbody tr td:nth-of-type(5),
.standard .center .drawback form > table tbody tr td:nth-of-type(5),
.last .center .drawback form > table tbody tr td:nth-of-type(5) {
  width: 114px;
}
.non-standard .center .drawback form > table tbody tr td:nth-of-type(6),
.standard .center .drawback form > table tbody tr td:nth-of-type(6),
.last .center .drawback form > table tbody tr td:nth-of-type(6) {
  width: 109px;
}
.non-standard .center .drawback form > table tbody tr td:nth-of-type(6) input,
.standard .center .drawback form > table tbody tr td:nth-of-type(6) input,
.last .center .drawback form > table tbody tr td:nth-of-type(6) input {
  display: inline-block;
  width: 72px ;
  height: 28px;
  border: 1px solid #e0e0e0;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
}
.non-standard .center .drawback form > table tbody tr td:nth-of-type(7),
.standard .center .drawback form > table tbody tr td:nth-of-type(7),
.last .center .drawback form > table tbody tr td:nth-of-type(7) {
  width: 105px;
}
.non-standard .center .drawback form > table tbody tr td:nth-of-type(7) input,
.standard .center .drawback form > table tbody tr td:nth-of-type(7) input,
.last .center .drawback form > table tbody tr td:nth-of-type(7) input {
  display: inline-block;
  width: 72px ;
  height: 28px;
  border: 1px solid #e0e0e0;
  text-align: center;
  font: 14px '微软雅黑';
  color: #ff5c04;
}
.non-standard .center .drawback form > table tbody tr td:nth-of-type(8),
.standard .center .drawback form > table tbody tr td:nth-of-type(8),
.last .center .drawback form > table tbody tr td:nth-of-type(8) {
  width: 180px;
}
.non-standard .center .drawback form > table tbody tr td:nth-of-type(8) input,
.standard .center .drawback form > table tbody tr td:nth-of-type(8) input,
.last .center .drawback form > table tbody tr td:nth-of-type(8) input {
  display: inline-block;
  width: 146px ;
  height: 28px;
  border: 1px solid #e0e0e0;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
}
.non-standard .center .drawback form > div:nth-of-type(2),
.standard .center .drawback form > div:nth-of-type(2),
.last .center .drawback form > div:nth-of-type(2) {
  width: 928px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 18px;
}
.non-standard .center .drawback form > div:nth-of-type(2) > div,
.standard .center .drawback form > div:nth-of-type(2) > div,
.last .center .drawback form > div:nth-of-type(2) > div {
  margin: 0 auto;
  margin-bottom: 12px;
  height: 40px;
  line-height: 40px;
  width: 387px;
}
.non-standard .center .drawback form > div:nth-of-type(2) > div > span,
.standard .center .drawback form > div:nth-of-type(2) > div > span,
.last .center .drawback form > div:nth-of-type(2) > div > span {
  display: block;
  width: 85px;
  float: left;
  text-align: right;
  font: 14px/40px '微软雅黑';
  color: #666666;
  margin-right: 10px;
}
.non-standard .center .drawback form > div:nth-of-type(2) > div select,
.standard .center .drawback form > div:nth-of-type(2) > div select,
.last .center .drawback form > div:nth-of-type(2) > div select {
  display: block;
  width: 292px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding-left: 14px;
  font: 14px '微软雅黑';
  color: #757575;
  appearance: menulist;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  float: left;
}
.non-standard .center .drawback form > div:nth-of-type(2) > div:nth-of-type(2) input,
.standard .center .drawback form > div:nth-of-type(2) > div:nth-of-type(2) input,
.last .center .drawback form > div:nth-of-type(2) > div:nth-of-type(2) input {
  display: block;
  width: 192px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding-left: 14px;
  font: 14px '微软雅黑';
  color: #757575;
  float: left;
}
.non-standard .center .drawback form > div:nth-of-type(2) > div:nth-of-type(3) input,
.standard .center .drawback form > div:nth-of-type(2) > div:nth-of-type(3) input,
.last .center .drawback form > div:nth-of-type(2) > div:nth-of-type(3) input {
  display: block;
  width: 292px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding-left: 14px;
  font: 14px '微软雅黑';
  color: #757575;
  float: left;
}
.non-standard .center .drawback form > div:nth-of-type(2) > div > label,
.standard .center .drawback form > div:nth-of-type(2) > div > label,
.last .center .drawback form > div:nth-of-type(2) > div > label {
  display: block;
  width: 202px;
  height: 40px;
  background: #45adeb;
  text-align: center;
  font: 14px/40px '微软雅黑';
  color: #fff;
  float: left;
}
.non-standard .center .drawback form > div:nth-of-type(2) > div > label input,
.standard .center .drawback form > div:nth-of-type(2) > div > label input,
.last .center .drawback form > div:nth-of-type(2) > div > label input {
  display: none;
}
.non-standard .center .drawback form > div:last-of-type,
.standard .center .drawback form > div:last-of-type,
.last .center .drawback form > div:last-of-type {
  position: absolute;
  height: 80px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #f3f3f3;
}
.non-standard .center .drawback form > div:last-of-type a:first-of-type,
.standard .center .drawback form > div:last-of-type a:first-of-type,
.last .center .drawback form > div:last-of-type a:first-of-type {
  width: 122px;
  height: 38px;
  text-align: center;
  background: #45adeb;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
  margin-left: 354px;
  margin-right: 24px;
  margin-top: 21px;
}
.non-standard .center .drawback form > div:last-of-type a:last-of-type,
.standard .center .drawback form > div:last-of-type a:last-of-type,
.last .center .drawback form > div:last-of-type a:last-of-type {
  width: 122px;
  height: 38px;
  text-align: center;
  background: #a7a6a7;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
  margin-top: 21px;
}
.refund .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.refund .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.refund .center .content {
  width: 980px;
  float: right;
  padding-top: 57px;
  box-sizing: border-box;
  padding-left: 48px;
  background: #fff;
  min-height: 767px;
  padding-right: 48px;
  padding-bottom: 40px;
  text-align: center;
}
.refund .center .content > p {
  font: 30px '微软雅黑';
  color: #757575;
  margin-bottom: 26px;
  text-align: left;
}
.refund .center .content .msg {
  height: 42px;
  line-height: 42px;
}
.refund .center .content .msg > a {
  display: block;
  float: left;
  font: 16px '微软雅黑';
  color: #757575;
  padding: 0 11px;
  position: relative;
  line-height: 42px;
}
.refund .center .content .msg > a:after {
  display: block;
  content: '';
  background: #dbdbdb;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
}
.refund .center .content .msg > a:first-of-type {
  padding-left: 0;
}
.refund .center .content .msg > a:last-of-type:after {
  display: none;
}
.refund .center .content .msg > a.active {
  color: #45adeb;
}
.refund .center .content .msg .search {
  display: block;
  float: right;
}
.refund .center .content .msg .search input {
  display: block;
  width: 202px;
  height: 42px;
  box-sizing: border-box;
  padding: 0 13px;
  border: 1px solid #e0e0e0;
  font: 12px '微软雅黑';
  color: #757575;
  float: left;
}
.refund .center .content .msg .search span {
  font-size: 20px;
  color: #333333;
  float: left;
  line-height: 42px;
  margin: 0 8px;
}
.refund .center .content .msg .search a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-left: none;
  text-align: center;
  line-height: 40px;
}
.refund .center .content .msg .search a img {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  margin-top: 11px;
}
.refund .center .content .time {
  display: block;
  margin-top: 18px;
}
.refund .center .content .time > span {
  font: 14px/32px '微软雅黑';
  color: #757575;
  float: left;
}
.refund .center .content .time > div {
  float: left;
  margin-left: 12px;
}
.refund .center .content .time > div input {
  display: inline-block;
  width: 166px;
  height: 32px;
  border: 1px solid #e0e0e0;
  font: 12px '微软雅黑';
  color: #757575;
  box-sizing: border-box;
  padding-left: 15px;
}
.refund .center .content .time > div span {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  vertical-align: middle;
}
.refund .center .content .time > div a {
  display: inline-block;
  width: 74px;
  height: 32px;
  background: #45adeb ;
  text-align: center;
  font: 12px/32px '微软雅黑';
  color: #ffffff;
  margin-left: 16px;
}
.refund .center .content .time > div select {
  display: block;
  width: 166px;
  height: 32px;
  border: 1px solid #e0e0e0;
  font: 12px '微软雅黑';
  color: #757575;
  box-sizing: border-box;
  padding-left: 15px;
  margin-top: 16px;
  appearance: menulist;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.refund .center .content .title {
  height: 71px;
  line-height: 71px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 30px;
}
.refund .center .content .title li {
  float: left;
  text-align: center;
  font: 14px/71px '微软雅黑';
  color: #333333;
}
.refund .center .content .title li:nth-of-type(1) {
  width: 112px;
}
.refund .center .content .title li:nth-of-type(2) {
  width: 120px;
}
.refund .center .content .title li:nth-of-type(3) {
  width: 211px;
}
.refund .center .content .title li:nth-of-type(4) {
  width: 158px;
}
.refund .center .content .title li:nth-of-type(5) {
  width: 98px;
}
.refund .center .content .title li:nth-of-type(6) {
  width: 100px;
}
.refund .center .content .title li:nth-of-type(7) {
  width: 113px;
}
.refund .center .content .item {
  height: 74px;
  line-height: 74px;
  border-bottom: 1px solid #e0e0e0;
}
.refund .center .content .item li {
  float: left;
  text-align: center;
  font: 14px/74px '微软雅黑';
  color: #333333;
}
.refund .center .content .item li:nth-of-type(1) {
  width: 112px;
}
.refund .center .content .item li:nth-of-type(2) {
  width: 120px;
}
.refund .center .content .item li:nth-of-type(3) {
  box-sizing: border-box;
  padding: 0 5px;
  width: 211px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.refund .center .content .item li:nth-of-type(4) {
  width: 158px;
}
.refund .center .content .item li:nth-of-type(5) {
  width: 98px;
  color: #ff5c04;
}
.refund .center .content .item li:nth-of-type(6) {
  width: 100px;
}
.refund .center .content .item li:nth-of-type(7) {
  width: 113px;
}
.refund .center .content .item li:nth-of-type(7) a {
  font: 14px '微软雅黑';
  color: #45adeb;
}
.refund .center .content > form:last-of-type {
  display: inline-block;
  padding-top: 30px;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.refund .center .content > form:last-of-type > a {
  display: block;
  padding: 0 12px;
  height: 36px;
  border: 1px solid #dddddd;
  font: 14px/36px '微软雅黑';
  color: #333333;
  text-align: center;
  background: #f4f4f4;
  float: left;
  margin-right: 4px;
}
.refund .center .content > form:last-of-type > a.dq {
  color: #45adeb;
  background: transparent;
  border-color: transparent;
}
.refund .center .content > form:last-of-type > a.next {
  margin-right: 20px;
}
.refund .center .content > form:last-of-type > a.active {
  color: #cccccc;
}
.refund .center .content > form:last-of-type > a.omit {
  background: transparent;
  border-color: transparent;
}
.refund .center .content > form:last-of-type > a.prev,
.refund .center .content > form:last-of-type > a.next {
  background: #fff;
}
.refund .center .content > form:last-of-type > span {
  float: left;
  font: 14px '微软雅黑';
  color: #666666;
  line-height: 38px;
}
.refund .center .content > form:last-of-type > input {
  width: 38px;
  height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
  margin: 0 5px;
  float: left;
}
.refund .center .content > form:last-of-type > a:last-of-type {
  margin-left: 10px;
}
.refund .center .curtain {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.46);
}
.refund .center .curtain .greenroom {
  display: none;
  width: 977px;
  position: absolute;
  left: 50%;
  top: 10%;
  margin-left: -488.5px;
  background: #fff;
  padding-bottom: 40px;
}
.refund .center .curtain .greenroom > div:first-of-type {
  height: 60px;
  line-height: 60px;
  background: #f3f3f3;
}
.refund .center .curtain .greenroom > div:first-of-type span {
  font: 18px '微软雅黑';
  color: #424242;
  margin-left: 20px;
}
.refund .center .curtain .greenroom > div:first-of-type a {
  font-size: 30px;
  color: #757575;
  float: right;
  margin-right: 19px;
  margin-top: -5px;
}
.refund .center .curtain .greenroom > ul {
  width: 715px;
  margin: 0 auto;
  margin-top: 38px;
  margin-bottom: 28px;
}
.refund .center .curtain .greenroom > ul li {
  width: 143px;
  float: left;
  position: relative;
  height: 35px;
  text-align: center;
  overflow: hidden;
}
.refund .center .curtain .greenroom > ul li p {
  font: 14px '微软雅黑';
  color: #9d9d9d;
}
.refund .center .curtain .greenroom > ul li span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c4c4c4 ;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  z-index: 1;
}
.refund .center .curtain .greenroom > ul li:before {
  display: block;
  content: '';
  width: 90px;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  right: 50%;
  bottom: 2.5px;
}
.refund .center .curtain .greenroom > ul li:after {
  display: block;
  content: '';
  width: 90px;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  left: 50%;
  bottom: 2.5px;
}
.refund .center .curtain .greenroom > ul li:first-of-type:before {
  display: none;
}
.refund .center .curtain .greenroom > ul li:last-of-type:after {
  display: none;
}
.refund .center .curtain .greenroom > ul li.active p {
  color: #45adeb;
}
.refund .center .curtain .greenroom > ul li.active span {
  background: #45adeb;
}
.refund .center .curtain .greenroom > table {
  display: block;
  width: 928px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  text-align: center;
}
.refund .center .curtain .greenroom > table thead tr {
  height: 38px;
}
.refund .center .curtain .greenroom > table thead tr td {
  font: 14px '微软雅黑';
  color: #333333;
}
.refund .center .curtain .greenroom > table thead tr td:nth-of-type(1) {
  width: 153px;
}
.refund .center .curtain .greenroom > table thead tr td:nth-of-type(2) {
  width: 93px;
}
.refund .center .curtain .greenroom > table thead tr td:nth-of-type(3) {
  width: 73px;
}
.refund .center .curtain .greenroom > table thead tr td:nth-of-type(4) {
  width: 99px;
}
.refund .center .curtain .greenroom > table thead tr td:nth-of-type(5) {
  width: 114px;
}
.refund .center .curtain .greenroom > table thead tr td:nth-of-type(6) {
  width: 109px;
}
.refund .center .curtain .greenroom > table thead tr td:nth-of-type(7) {
  width: 105px;
}
.refund .center .curtain .greenroom > table thead tr td:nth-of-type(8) {
  width: 180px;
}
.refund .center .curtain .greenroom > table tbody tr {
  height: 72px;
  border-top: 1px solid #e0e0e0;
}
.refund .center .curtain .greenroom > table tbody tr td {
  font: 14px '微软雅黑';
  color: #333333;
}
.refund .center .curtain .greenroom > table tbody tr td:nth-of-type(1) {
  width: 153px;
  max-width: 153px;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.refund .center .curtain .greenroom > table tbody tr td:nth-of-type(2) {
  width: 93px;
}
.refund .center .curtain .greenroom > table tbody tr td:nth-of-type(3) {
  width: 73px;
}
.refund .center .curtain .greenroom > table tbody tr td:nth-of-type(4) {
  width: 99px;
}
.refund .center .curtain .greenroom > table tbody tr td:nth-of-type(5) {
  width: 114px;
}
.refund .center .curtain .greenroom > table tbody tr td:nth-of-type(6) {
  width: 109px;
}
.refund .center .curtain .greenroom > table tbody tr td:nth-of-type(7) {
  width: 105px;
  color: #ff5c04;
}
.refund .center .curtain .greenroom > table tbody tr td:nth-of-type(8) {
  width: 180px;
}
.refund .center .curtain .greenroom > div:last-of-type {
  width: 928px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 12px;
}
.refund .center .curtain .greenroom > div:last-of-type p {
  font: 14px '微软雅黑';
  color: #666666;
  margin-bottom: 15px;
}
.refund .center .curtain .accept {
  display: none;
  width: 977px;
  position: absolute;
  left: 50%;
  top: 10%;
  margin-left: -488.5px;
  background: #fff;
  padding-bottom: 120px;
  position: relative;
}
.refund .center .curtain .accept > div:first-of-type {
  height: 60px;
  line-height: 60px;
  background: #f3f3f3;
}
.refund .center .curtain .accept > div:first-of-type span {
  font: 18px '微软雅黑';
  color: #424242;
  margin-left: 20px;
}
.refund .center .curtain .accept > div:first-of-type a {
  font-size: 30px;
  color: #757575;
  float: right;
  margin-right: 19px;
  margin-top: -5px;
}
.refund .center .curtain .accept > ul {
  width: 715px;
  margin: 0 auto;
  margin-top: 38px;
  margin-bottom: 28px;
}
.refund .center .curtain .accept > ul li {
  width: 143px;
  float: left;
  position: relative;
  height: 35px;
  text-align: center;
  overflow: hidden;
}
.refund .center .curtain .accept > ul li p {
  font: 14px '微软雅黑';
  color: #9d9d9d;
}
.refund .center .curtain .accept > ul li span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c4c4c4 ;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  z-index: 1;
}
.refund .center .curtain .accept > ul li:before {
  display: block;
  content: '';
  width: 90px;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  right: 50%;
  bottom: 2.5px;
}
.refund .center .curtain .accept > ul li:after {
  display: block;
  content: '';
  width: 90px;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  left: 50%;
  bottom: 2.5px;
}
.refund .center .curtain .accept > ul li:first-of-type:before {
  display: none;
}
.refund .center .curtain .accept > ul li:last-of-type:after {
  display: none;
}
.refund .center .curtain .accept > ul li.active p {
  color: #45adeb;
}
.refund .center .curtain .accept > ul li.active span {
  background: #45adeb;
}
.refund .center .curtain .accept > table {
  display: block;
  width: 928px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  text-align: center;
}
.refund .center .curtain .accept > table thead tr {
  height: 38px;
}
.refund .center .curtain .accept > table thead tr td {
  font: 14px '微软雅黑';
  color: #333333;
}
.refund .center .curtain .accept > table thead tr td:nth-of-type(1) {
  width: 153px;
}
.refund .center .curtain .accept > table thead tr td:nth-of-type(2) {
  width: 93px;
}
.refund .center .curtain .accept > table thead tr td:nth-of-type(3) {
  width: 73px;
}
.refund .center .curtain .accept > table thead tr td:nth-of-type(4) {
  width: 99px;
}
.refund .center .curtain .accept > table thead tr td:nth-of-type(5) {
  width: 114px;
}
.refund .center .curtain .accept > table thead tr td:nth-of-type(6) {
  width: 109px;
}
.refund .center .curtain .accept > table thead tr td:nth-of-type(7) {
  width: 105px;
}
.refund .center .curtain .accept > table thead tr td:nth-of-type(8) {
  width: 180px;
}
.refund .center .curtain .accept > table tbody tr {
  height: 72px;
  border-top: 1px solid #e0e0e0;
}
.refund .center .curtain .accept > table tbody tr td {
  font: 14px '微软雅黑';
  color: #333333;
}
.refund .center .curtain .accept > table tbody tr td:nth-of-type(1) {
  width: 153px;
  max-width: 153px;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.refund .center .curtain .accept > table tbody tr td:nth-of-type(2) {
  width: 93px;
}
.refund .center .curtain .accept > table tbody tr td:nth-of-type(3) {
  width: 73px;
}
.refund .center .curtain .accept > table tbody tr td:nth-of-type(4) {
  width: 99px;
}
.refund .center .curtain .accept > table tbody tr td:nth-of-type(5) {
  width: 114px;
}
.refund .center .curtain .accept > table tbody tr td:nth-of-type(6) {
  width: 109px;
}
.refund .center .curtain .accept > table tbody tr td:nth-of-type(7) {
  width: 105px;
  color: #ff5c04;
}
.refund .center .curtain .accept > table tbody tr td:nth-of-type(8) {
  width: 180px;
}
.refund .center .curtain .accept > div:last-of-type {
  width: 928px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 12px;
}
.refund .center .curtain .accept > div:last-of-type p {
  font: 14px '微软雅黑';
  color: #666666;
  margin-bottom: 15px;
}
.refund .center .curtain .accept dt {
  display: block;
  position: absolute;
  height: 80px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #f3f3f3;
}
.refund .center .curtain .accept dt a:first-of-type {
  width: 122px;
  height: 38px;
  text-align: center;
  background: #45adeb;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
  margin-left: 354px;
  margin-right: 24px;
  margin-top: 21px;
}
.refund .center .curtain .accept dt a:last-of-type {
  width: 122px;
  height: 38px;
  text-align: center;
  background: #a7a6a7;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
  margin-top: 21px;
}
.refund .center .curtain .returned {
  display: none;
  width: 977px;
  position: absolute;
  left: 50%;
  top: 10%;
  margin-left: -488.5px;
  background: #fff;
  padding-bottom: 120px;
  position: relative;
}
.refund .center .curtain .returned > div:first-of-type {
  height: 60px;
  line-height: 60px;
  background: #f3f3f3;
}
.refund .center .curtain .returned > div:first-of-type span {
  font: 18px '微软雅黑';
  color: #424242;
  margin-left: 20px;
}
.refund .center .curtain .returned > div:first-of-type a {
  font-size: 30px;
  color: #757575;
  float: right;
  margin-right: 19px;
  margin-top: -5px;
}
.refund .center .curtain .returned > ul {
  width: 715px;
  margin: 0 auto;
  margin-top: 38px;
  margin-bottom: 28px;
}
.refund .center .curtain .returned > ul li {
  width: 143px;
  float: left;
  position: relative;
  height: 35px;
  text-align: center;
  overflow: hidden;
}
.refund .center .curtain .returned > ul li p {
  font: 14px '微软雅黑';
  color: #9d9d9d;
}
.refund .center .curtain .returned > ul li span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c4c4c4 ;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  z-index: 1;
}
.refund .center .curtain .returned > ul li:before {
  display: block;
  content: '';
  width: 90px;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  right: 50%;
  bottom: 2.5px;
}
.refund .center .curtain .returned > ul li:after {
  display: block;
  content: '';
  width: 90px;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  left: 50%;
  bottom: 2.5px;
}
.refund .center .curtain .returned > ul li:first-of-type:before {
  display: none;
}
.refund .center .curtain .returned > ul li:last-of-type:after {
  display: none;
}
.refund .center .curtain .returned > ul li.active p {
  color: #45adeb;
}
.refund .center .curtain .returned > ul li.active span {
  background: #45adeb;
}
.refund .center .curtain .returned > table {
  display: block;
  width: 928px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  text-align: center;
}
.refund .center .curtain .returned > table thead tr {
  height: 38px;
}
.refund .center .curtain .returned > table thead tr td {
  font: 14px '微软雅黑';
  color: #333333;
}
.refund .center .curtain .returned > table thead tr td:nth-of-type(1) {
  width: 153px;
}
.refund .center .curtain .returned > table thead tr td:nth-of-type(2) {
  width: 93px;
}
.refund .center .curtain .returned > table thead tr td:nth-of-type(3) {
  width: 73px;
}
.refund .center .curtain .returned > table thead tr td:nth-of-type(4) {
  width: 99px;
}
.refund .center .curtain .returned > table thead tr td:nth-of-type(5) {
  width: 114px;
}
.refund .center .curtain .returned > table thead tr td:nth-of-type(6) {
  width: 109px;
}
.refund .center .curtain .returned > table thead tr td:nth-of-type(7) {
  width: 105px;
}
.refund .center .curtain .returned > table thead tr td:nth-of-type(8) {
  width: 180px;
}
.refund .center .curtain .returned > table tbody tr {
  height: 72px;
  border-top: 1px solid #e0e0e0;
}
.refund .center .curtain .returned > table tbody tr td {
  font: 14px '微软雅黑';
  color: #333333;
}
.refund .center .curtain .returned > table tbody tr td:nth-of-type(1) {
  width: 153px;
  max-width: 153px;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.refund .center .curtain .returned > table tbody tr td:nth-of-type(2) {
  width: 93px;
}
.refund .center .curtain .returned > table tbody tr td:nth-of-type(3) {
  width: 73px;
}
.refund .center .curtain .returned > table tbody tr td:nth-of-type(4) {
  width: 99px;
}
.refund .center .curtain .returned > table tbody tr td:nth-of-type(5) {
  width: 114px;
}
.refund .center .curtain .returned > table tbody tr td:nth-of-type(6) {
  width: 109px;
}
.refund .center .curtain .returned > table tbody tr td:nth-of-type(7) {
  width: 105px;
  color: #ff5c04;
}
.refund .center .curtain .returned > table tbody tr td:nth-of-type(8) {
  width: 180px;
}
.refund .center .curtain .returned > div:last-of-type {
  width: 928px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
}
.refund .center .curtain .returned > div:last-of-type p {
  font: 14px '微软雅黑';
  color: #666666;
  margin-bottom: 15px;
}
.refund .center .curtain .returned > div:last-of-type p:last-of-type {
  margin-bottom: 6px;
}
.refund .center .curtain .returned > div:last-of-type input {
  display: block;
  width: 230px;
  height: 40px;
  border: 1px solid #e0e0e0;
  font: 14px '微软雅黑';
  color: #b0b0b0;
  padding: 0 10px;
}
.refund .center .curtain .returned dt {
  display: block;
  position: absolute;
  height: 80px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #f3f3f3;
}
.refund .center .curtain .returned dt a:first-of-type {
  width: 122px;
  height: 38px;
  text-align: center;
  background: #45adeb;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
  margin-left: 354px;
  margin-right: 24px;
  margin-top: 21px;
}
.refund .center .curtain .returned dt a:last-of-type {
  width: 122px;
  height: 38px;
  text-align: center;
  background: #a7a6a7;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
  margin-top: 21px;
}
.refund .center .curtain .accomplish {
  display: none;
  width: 977px;
  position: absolute;
  left: 50%;
  top: 10%;
  margin-left: -488.5px;
  background: #fff;
  padding-bottom: 40px;
}
.refund .center .curtain .accomplish > div:first-of-type {
  height: 60px;
  line-height: 60px;
  background: #f3f3f3;
}
.refund .center .curtain .accomplish > div:first-of-type span {
  font: 18px '微软雅黑';
  color: #424242;
  margin-left: 20px;
}
.refund .center .curtain .accomplish > div:first-of-type a {
  font-size: 30px;
  color: #757575;
  float: right;
  margin-right: 19px;
  margin-top: -5px;
}
.refund .center .curtain .accomplish > ul {
  width: 715px;
  margin: 0 auto;
  margin-top: 38px;
  margin-bottom: 28px;
}
.refund .center .curtain .accomplish > ul li {
  width: 143px;
  float: left;
  position: relative;
  height: 35px;
  text-align: center;
  overflow: hidden;
}
.refund .center .curtain .accomplish > ul li p {
  font: 14px '微软雅黑';
  color: #9d9d9d;
}
.refund .center .curtain .accomplish > ul li span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c4c4c4 ;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  z-index: 1;
}
.refund .center .curtain .accomplish > ul li:before {
  display: block;
  content: '';
  width: 90px;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  right: 50%;
  bottom: 2.5px;
}
.refund .center .curtain .accomplish > ul li:after {
  display: block;
  content: '';
  width: 90px;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  left: 50%;
  bottom: 2.5px;
}
.refund .center .curtain .accomplish > ul li:first-of-type:before {
  display: none;
}
.refund .center .curtain .accomplish > ul li:last-of-type:after {
  display: none;
}
.refund .center .curtain .accomplish > ul li.active p {
  color: #45adeb;
}
.refund .center .curtain .accomplish > ul li.active span {
  background: #45adeb;
}
.refund .center .curtain .accomplish > table {
  display: block;
  width: 928px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  text-align: center;
}
.refund .center .curtain .accomplish > table thead tr {
  height: 38px;
}
.refund .center .curtain .accomplish > table thead tr td {
  font: 14px '微软雅黑';
  color: #333333;
}
.refund .center .curtain .accomplish > table thead tr td:nth-of-type(1) {
  width: 153px;
}
.refund .center .curtain .accomplish > table thead tr td:nth-of-type(2) {
  width: 93px;
}
.refund .center .curtain .accomplish > table thead tr td:nth-of-type(3) {
  width: 73px;
}
.refund .center .curtain .accomplish > table thead tr td:nth-of-type(4) {
  width: 99px;
}
.refund .center .curtain .accomplish > table thead tr td:nth-of-type(5) {
  width: 114px;
}
.refund .center .curtain .accomplish > table thead tr td:nth-of-type(6) {
  width: 109px;
}
.refund .center .curtain .accomplish > table thead tr td:nth-of-type(7) {
  width: 105px;
}
.refund .center .curtain .accomplish > table thead tr td:nth-of-type(8) {
  width: 180px;
}
.refund .center .curtain .accomplish > table tbody tr {
  height: 72px;
  border-top: 1px solid #e0e0e0;
}
.refund .center .curtain .accomplish > table tbody tr td {
  font: 14px '微软雅黑';
  color: #333333;
}
.refund .center .curtain .accomplish > table tbody tr td:nth-of-type(1) {
  width: 153px;
  max-width: 153px;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.refund .center .curtain .accomplish > table tbody tr td:nth-of-type(2) {
  width: 93px;
}
.refund .center .curtain .accomplish > table tbody tr td:nth-of-type(3) {
  width: 73px;
}
.refund .center .curtain .accomplish > table tbody tr td:nth-of-type(4) {
  width: 99px;
}
.refund .center .curtain .accomplish > table tbody tr td:nth-of-type(5) {
  width: 114px;
}
.refund .center .curtain .accomplish > table tbody tr td:nth-of-type(6) {
  width: 109px;
}
.refund .center .curtain .accomplish > table tbody tr td:nth-of-type(7) {
  width: 105px;
  color: #ff5c04;
}
.refund .center .curtain .accomplish > table tbody tr td:nth-of-type(8) {
  width: 180px;
}
.refund .center .curtain .accomplish > div:last-of-type {
  width: 928px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 12px;
}
.refund .center .curtain .accomplish > div:last-of-type p {
  font: 14px '微软雅黑';
  color: #666666;
  margin-bottom: 15px;
}
.profile .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.profile .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.profile .center .content {
  width: 980px;
  float: right;
  padding-top: 57px;
  box-sizing: border-box;
  padding-left: 48px;
  background: #fff;
  min-height: 767px;
  padding-right: 48px;
  padding-bottom: 40px;
}
.profile .center .content > p {
  font: 30px '微软雅黑';
  color: #757575;
  margin-bottom: 26px;
  text-align: left;
}
.profile .center .content > div > a {
  display: block;
  float: left;
  width: 268px ;
  height: 178px;
  margin-right: 37px;
}
.profile .center .content > div > a img {
  display: block;
  width: 100%;
  height: 100%;
}
.profile .center .content > div > div {
  float: left;
  width: 268px ;
  height: 178px;
  margin-right: 37px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding-left: 21px;
  position: relative;
  margin-bottom: 30px;
}
.profile .center .content > div > div > p {
  font: 18px '微软雅黑';
  color: #333333;
  margin-top: 14px;
  margin-bottom: 11px;
}
.profile .center .content > div > div > span {
  display: block;
  font: 14px '微软雅黑';
  color: #757575;
}
.profile .center .content > div > div > i {
  display: block;
  font: 14px '微软雅黑';
  color: #757575;
  width: 200px;
}
.profile .center .content > div > div > div {
  display: none;
  position: absolute;
  bottom: 13px;
  right: 24px ;
}
.profile .center .content > div > div > div a {
  display: inline-block;
  margin-left: 9px;
  font: 14px '微软雅黑';
  color: #ff5c04;
}
.profile .center .content > div > div:nth-of-type(3n+2) {
  margin-right: 0;
}
.profile .center .content > div > div.active {
  border-color: #ff5c04;
}
.profile .center .content > div > div.active > div {
  display: block;
}
.profile .center .new {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.46);
}
.profile .center .new form {
  display: block;
  width: 662px;
  height: 498px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -331px;
  margin-top: -249px;
  background: #fff;
}
.profile .center .new form > div:first-of-type {
  height: 60px;
  line-height: 60px;
  background: #f3f3f3;
}
.profile .center .new form > div:first-of-type span {
  font: 18px '微软雅黑';
  color: #424242;
  margin-left: 20px;
}
.profile .center .new form > div:first-of-type a {
  font-size: 30px;
  color: #757575;
  float: right;
  margin-right: 19px;
  margin-top: -5px;
}
.profile .center .new form > div:nth-of-type(2) {
  margin: 0 auto;
  margin-top: 35px;
  width: 580px;
}
.profile .center .new form > div:nth-of-type(2) > label {
  display: block;
  margin-bottom: 14px;
}
.profile .center .new form > div:nth-of-type(2) > label input {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #e0e0e0;
  background: #fff;
  vertical-align: middle;
  margin-right: 2px;
}
.profile .center .new form > div:nth-of-type(2) > label input:checked {
  background: url("../img/icon05.png") center no-repeat;
  background-size: 100% 100%;
}
.profile .center .new form > div:nth-of-type(2) > label span {
  font: 14px '微软雅黑';
  color: #333333;
  vertical-align: middle;
}
.profile .center .new form > div:nth-of-type(2) > label i {
  font: 14px '微软雅黑';
  color: #b0b0b0;
  vertical-align: middle;
}
.profile .center .new form > div:nth-of-type(2) > div {
  height: 40px;
  margin-bottom: 16px;
}
.profile .center .new form > div:nth-of-type(2) > div input {
  display: block;
  width: 282px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  font: 14px '微软雅黑';
  color: #333333;
  float: left;
  margin-right: 16px ;
  padding-left: 15px;
}
.profile .center .new form > div:nth-of-type(2) > div input:nth-of-type(2n) {
  margin-right: 0;
}
.profile .center .new form > div:nth-of-type(2) > div input::-webkit-input-placeholder {
  color: #b0b0b0;
}
.profile .center .new form > div:nth-of-type(2) > div input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b0b0b0;
}
.profile .center .new form > div:nth-of-type(2) > div input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b0b0b0;
}
.profile .center .new form > div:nth-of-type(2) > div input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b0b0b0;
}
.profile .center .new form > div:nth-of-type(2) > select {
  display: block;
  margin-bottom: 16px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding-left: 15px;
  appearance: menulist;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  font: 14px '微软雅黑';
  color: #333333;
}
.profile .center .new form > div:nth-of-type(2) > select::-ms-expand {
  display: block;
}
.profile .center .new form > div:nth-of-type(2) > input {
  display: block;
  margin-bottom: 16px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding-left: 15px;
  font: 14px '微软雅黑';
  color: #333333;
}
.profile .center .new form > div:nth-of-type(2) > input::-webkit-input-placeholder {
  color: #b0b0b0;
}
.profile .center .new form > div:nth-of-type(2) > input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b0b0b0;
}
.profile .center .new form > div:nth-of-type(2) > input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b0b0b0;
}
.profile .center .new form > div:nth-of-type(2) > input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b0b0b0;
}
.profile .center .new form > div:last-of-type {
  display: block;
  position: absolute;
  height: 80px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #f3f3f3;
}
.profile .center .new form > div:last-of-type a:first-of-type {
  width: 122px;
  height: 38px;
  text-align: center;
  background: #45adeb;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
  margin-left: 196px;
  margin-right: 24px;
  margin-top: 21px;
}
.profile .center .new form > div:last-of-type a:last-of-type {
  width: 122px;
  height: 38px;
  text-align: center;
  background: #a7a6a7;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
  margin-top: 21px;
}
.write .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.write .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.write .products {
  background: #f3f3f3 ;
  padding-bottom: 60px;
}
.write .products form {
  display: block;
  background: #ffffff;
  padding-top: 46px;
}
.write .products form .delivery {
  width: 1148px;
  margin: 0 auto;
  padding-bottom: 35px;
  border-bottom: 1px solid #dbdbdb;
  line-height: 18px;
}
.write .products form .delivery > p {
  font: 18px '微软雅黑';
  color: #333333;
  float: left;
  line-height: 32px;
}
.write .products form .delivery > div {
  margin-left: 78px;
  line-height: 32px;
  float: left;
}
.write .products form .delivery > div > label {
  margin-right: 23px;
}
.write .products form .delivery > div > label:last-of-type {
  margin-right: 10px;
}
.write .products form .delivery > div > label input {
  display: inline-block;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
}
.write .products form .delivery > div > label input:checked:after {
  display: block;
  content: '';
  width: 8px ;
  height: 8px;
  border-radius: 50%;
  background: #45adeb;
  position: absolute;
  left: 3px;
  top: 3px;
}
.write .products form .delivery > div > label span {
  font: 14px '微软雅黑';
  color: #333333;
  vertical-align: middle;
}
.write .products form .delivery > div > select {
  display: inline-block;
  width: 92px;
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding-left: 12px;
  font: 14px '微软雅黑';
  color: #666666;
  margin-right: 8px;
  appearance: menulist;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.write .products form .delivery > div > select::-ms-expand {
  display: block;
}
.write .products form .address {
  width: 1148px;
  margin: 0 auto;
  margin-top: 30px;
}
.write .products form .address > p {
  font: 18px '微软雅黑';
  color: #333333;
}
.write .products form .address > div > a {
  display: block;
  float: left;
  width: 268px ;
  height: 178px;
  margin-top: 16px;
}
.write .products form .address > div > a img {
  display: block;
  width: 100%;
  height: 100%;
}
.write .products form .address > div > div {
  float: left;
  width: 268px ;
  height: 178px;
  margin-right: 16px;
  margin-top: 16px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding-left: 21px;
  position: relative;
}
.write .products form .address > div > div > p {
  font: 18px '微软雅黑';
  color: #333333;
  margin-top: 14px;
  margin-bottom: 11px;
}
.write .products form .address > div > div > span {
  display: block;
  font: 14px '微软雅黑';
  color: #757575;
}
.write .products form .address > div > div > i {
  display: block;
  font: 14px '微软雅黑';
  color: #757575;
  width: 200px;
}
.write .products form .address > div > div > div {
  display: none;
  position: absolute;
  bottom: 13px;
  right: 24px ;
}
.write .products form .address > div > div > div a {
  display: inline-block;
  margin-left: 9px;
  font: 14px '微软雅黑';
  color: #ff5c04;
}
.write .products form .address > div > div:nth-of-type(4n) {
  margin-right: 0;
}
.write .products form .address > div > div.active {
  border-color: #ff5c04;
}
.write .products form .address > div > div.active > div {
  display: block;
}
.write .products form .inventory {
  width: 1148px;
  margin: 0 auto;
  margin-top: 28px;
}
.write .products form .inventory > p {
  font: 18px '微软雅黑';
  color: #333333;
  margin-bottom: 9px;
}
.write .products form .inventory .title {
  height: 71px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.write .products form .inventory .title li {
  height: 71px;
  float: left;
  font: 14px/71px '微软雅黑';
  color: #333333;
  text-align: center;
}
.write .products form .inventory .title li:nth-of-type(1) {
  width: 265px;
}
.write .products form .inventory .title li:nth-of-type(2) {
  width: 120px;
}
.write .products form .inventory .title li:nth-of-type(3) {
  width: 180px;
}
.write .products form .inventory .title li:nth-of-type(4) {
  width: 125px;
}
.write .products form .inventory .title li:nth-of-type(5) {
  width: 142px;
}
.write .products form .inventory .title li:nth-of-type(6) {
  width: 130px;
}
.write .products form .inventory .title li:nth-of-type(7) {
  width: 186px;
  box-sizing: border-box;
  padding-left: 25px;
}
.write .products form .inventory .item {
  height: 74px;
  border-bottom: 1px solid #dbdbdb;
}
.write .products form .inventory .item li {
  height: 74px;
  float: left;
  font: 14px/74px '微软雅黑';
  color: #333333;
  text-align: center;
}
.write .products form .inventory .item li:nth-of-type(1) {
  width: 265px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 18px;
}
.write .products form .inventory .item li:nth-of-type(1) p {
  font: 13px '微软雅黑';
  color: #333333;
  line-height: normal;
}
.write .products form .inventory .item li:nth-of-type(2) {
  width: 120px;
}
.write .products form .inventory .item li:nth-of-type(3) {
  width: 180px;
}
.write .products form .inventory .item li:nth-of-type(4) {
  width: 125px;
}
.write .products form .inventory .item li:nth-of-type(5) {
  width: 142px;
}
.write .products form .inventory .item li:nth-of-type(6) {
  width: 130px;
  color: #ff5c04;
}
.write .products form .inventory .item li:nth-of-type(7) {
  width: 186px;
  box-sizing: border-box;
  padding-left: 25px;
}
.write .products form .inventory .item li:nth-of-type(7) input {
  width: 160px;
  height: 28px;
  box-sizing: border-box;
  margin-top: 22px ;
  font: 14px '微软雅黑';
  color: #333333;
  border: 1px solid #dbdbdb;
}
.write .products form .remark {
  width: 100%;
  margin: 0 auto;
  margin-top: 28px;
  box-sizing: border-box;
  padding: 0 48px;
  border-bottom: 2px solid #dbdbdb;
}
.write .products form .remark > p {
  font: 18px '微软雅黑';
  color: #333333;
  float: left;
}
.write .products form .remark > span {
  font: 14px/25px '微软雅黑';
  color: #ff5c04;
  float: left;
  margin-left: 77px;
}
.write .products form .remark > div {
  float: right;
}
.write .products form .remark > div p {
  font: 14px '微软雅黑';
  color: #333333;
  margin-bottom: 10px;
}
.write .products form .remark > div p span {
  color: #ff5c04 ;
  float: right;
}
.write .products form .remark > div p i {
  font-size: 30px;
  color: #ff5c04 ;
}
.write .products form .remark > div p.last {
  margin-top: 22px;
  margin-bottom: 30px;
}
.write .products form .remark > div p.last span {
  line-height: 52px;
}
.write .products form .place {
  height: 89px;
  width: 1148px;
  margin: 0 auto;
}
.write .products form .place > div {
  float: left;
  margin-top: 26px;
}
.write .products form .place > div span {
  display: block;
  font: 14px '微软雅黑';
  color: #333333;
}
.write .products form .place > div p {
  font: 14px '微软雅黑';
  color: #333333;
}
.write .products form .place > div p a {
  color: #ff5c04;
  margin-left: 5px;
}
.write .products form .place > a {
  display: block;
  width: 158px;
  height: 38px;
  text-align: center;
  background: #45adeb;
  font: 14px/38px '微软雅黑';
  color: #fff;
  margin-top: 25px;
  float: right;
}
.write .new {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.46);
}
.write .new form {
  display: block;
  width: 662px;
  height: 498px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -331px;
  margin-top: -249px;
  background: #fff;
}
.write .new form > div:first-of-type {
  height: 60px;
  line-height: 60px;
  background: #f3f3f3;
}
.write .new form > div:first-of-type span {
  font: 18px '微软雅黑';
  color: #424242;
  margin-left: 20px;
}
.write .new form > div:first-of-type a {
  font-size: 30px;
  color: #757575;
  float: right;
  margin-right: 19px;
  margin-top: -5px;
}
.write .new form > div:nth-of-type(2) {
  margin: 0 auto;
  margin-top: 35px;
  width: 580px;
}
.write .new form > div:nth-of-type(2) > label {
  display: block;
  margin-bottom: 14px;
}
.write .new form > div:nth-of-type(2) > label input {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #e0e0e0;
  background: #fff;
  vertical-align: middle;
  margin-right: 2px;
}
.write .new form > div:nth-of-type(2) > label input:checked {
  background: url("../img/icon05.png") center no-repeat;
  background-size: 100% 100%;
}
.write .new form > div:nth-of-type(2) > label span {
  font: 14px '微软雅黑';
  color: #333333;
  vertical-align: middle;
}
.write .new form > div:nth-of-type(2) > label i {
  font: 14px '微软雅黑';
  color: #b0b0b0;
  vertical-align: middle;
}
.write .new form > div:nth-of-type(2) > div {
  height: 40px;
  margin-bottom: 16px;
}
.write .new form > div:nth-of-type(2) > div input {
  display: block;
  width: 282px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  font: 14px '微软雅黑';
  color: #333333;
  float: left;
  margin-right: 16px ;
  padding-left: 15px;
}
.write .new form > div:nth-of-type(2) > div input:nth-of-type(2n) {
  margin-right: 0;
}
.write .new form > div:nth-of-type(2) > div input::-webkit-input-placeholder {
  color: #b0b0b0;
}
.write .new form > div:nth-of-type(2) > div input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b0b0b0;
}
.write .new form > div:nth-of-type(2) > div input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b0b0b0;
}
.write .new form > div:nth-of-type(2) > div input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b0b0b0;
}
.write .new form > div:nth-of-type(2) > select {
  display: block;
  margin-bottom: 16px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding-left: 15px;
  appearance: menulist;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  font: 14px '微软雅黑';
  color: #333333;
}
.write .new form > div:nth-of-type(2) > select::-ms-expand {
  display: block;
}
.write .new form > div:nth-of-type(2) > input {
  display: block;
  margin-bottom: 16px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding-left: 15px;
  font: 14px '微软雅黑';
  color: #333333;
}
.write .new form > div:nth-of-type(2) > input::-webkit-input-placeholder {
  color: #b0b0b0;
}
.write .new form > div:nth-of-type(2) > input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b0b0b0;
}
.write .new form > div:nth-of-type(2) > input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b0b0b0;
}
.write .new form > div:nth-of-type(2) > input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b0b0b0;
}
.write .new form > div:last-of-type {
  display: block;
  position: absolute;
  height: 80px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #f3f3f3;
}
.write .new form > div:last-of-type a:first-of-type {
  width: 122px;
  height: 38px;
  text-align: center;
  background: #45adeb;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
  margin-left: 196px;
  margin-right: 24px;
  margin-top: 21px;
}
.write .new form > div:last-of-type a:last-of-type {
  width: 122px;
  height: 38px;
  text-align: center;
  background: #a7a6a7;
  font: 14px/38px '微软雅黑';
  color: #fff;
  display: block;
  float: left;
  margin-top: 21px;
}

.srcollTop{
  display: none;
  width: 100%;
  height:66px;
  position: fixed;
  left: 0;
  top:0;
  z-index: 200;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  /*兼容firefox*/
}
.srcollTop>div{
  position: relative;
}
.srcollTop .srcollAll {
  width: 236px;
  height: 100%;
  float: left;
  background: #45adeb;
  box-sizing: border-box;
  padding-left: 23px;
  font: 14px/54px '微软雅黑';
  color: #fff;
  margin-right: 30px;
  cursor: pointer;
  margin-top: 6px;
  position: relative;
}
.srcollTop .srcollAll:after{
  content: '';
  display: block;
  width: 236px;
  height:6px;
  background: #fff;
  position: absolute;
  left:0;
  top:54px;
}
.srcollTop .srcollAll img {
  width: 16px;
  height: 12px;
  vertical-align: middle;
  margin-right: 3px;
}
.srcollTop .srcollClassify {
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 236px;
  height: 420px;
  padding: 19px 0;
  background: #fff;
  position: absolute;
  z-index: 101;
  left: 0;
  top: 66px;
  border: 1px solid #45adeb;
}
.srcollTop .srcollClassify ul {
  width: 236px;
  height: 382px;
  /*overflow: hidden;*/
  overflow: auto;
}
.srcollTop .srcollClassify ul::-webkit-scrollbar {
  display: none;
}
.srcollTop .srcollClassify li {
  width: 100%;
  height: 38.2px;
}
.srcollTop .srcollClassify li > a {
  display: block;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 23px;
  line-height: 38.2px;
}
.srcollTop .srcollClassify li > a > span {
  display: inline-block;
  width: 175px;
  font: 14px/42px '微软雅黑';
  color: #424242;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.srcollTop .srcollClassify li > a i {
  font-size: 26px;
  color: #e0e0e0;
  vertical-align: middle;
}
.srcollTop .srcollClassify li:hover {
  background: #45adeb;
}
.srcollTop .srcollClassify li:hover a span {
  color: #fff;
}
/*.srcollTop .srcollClassify li:hover a i {*/
  /*color: #45adeb;*/
/*}*/
.srcollTop .srcollClassify li > div {
  display: none;
  width: 1008px;
  height: 420px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 235px;
  box-sizing: border-box;
  padding: 45px 30px;
  padding-right: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.srcollTop .srcollClassify li > div > div {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  line-height: 21px;
}
.srcollTop .srcollClassify li > div > div:last-of-type {
  margin-bottom: 0;
}
.srcollTop .srcollClassify li > div > div > a {
  /*display: block;*/
  /*float: left;*/
  /*width: 85px;*/
  width: auto!important;
  font:bold 13px 'pfm';
  color: #424242;
  /*height:100%;*/
}
.srcollTop .srcollClassify li > div > div > dt {
  display: block;
  /*width: 823px ;*/
  /*float: left;*/
  margin-left: 15px;
  /*height:100%;*/
  overflow: hidden;
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
}
.srcollTop .srcollClassify li > div > div > dt a {
  font: 13px '微软雅黑';
  color: #999999;
  margin-right: 20px;
  vertical-align: top;
}
.srcollTop .srcollClassify li > div > div > dt a:hover {
  color: #000;
}
.srcollTop>div>a{
  float: right;
  margin-top: 8px;
  display: block;
  width: 146px;
  height:50px;
  box-sizing: border-box;
  text-align: center;
  font:13px '微软雅黑';
  line-height: 48px;
}
.srcollTop>div .to_login{
  border: 1px solid #ff6e1f;
  color:#ff6e1f ;
}
.srcollTop>div .to_login img{
  width: 17px;
  height:16px;
  vertical-align: middle;
  margin-right: 5px;
}
.srcollTop>div .to_login span{
  vertical-align: middle;
  color:#ff6e1f ;
}


.srcollTop>div .shopping_cart{
  border: 1px solid #45adeb;
  color:#45adeb ;
}
.srcollTop>div .shopping_cart img{
  width: 20px;
  height:19px;
  vertical-align: middle;
  margin-right: 5px;
}
.srcollTop>div .shopping_cart span{
  vertical-align: middle;
  color:#45adeb ;
}

.srcollTop>div > form {
  float: right;
  margin-top: 8px;
  margin-right: 122px;
}
.srcollTop>div > form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 312px;
  height: 50px;
  border: 1px solid #45adeb;
  padding: 0 15px;
  font: 13px '微软雅黑';
  color: #333;
}
.srcollTop>div > form input::-webkit-input-placeholder {
  color: #b0b0b0;
}
.srcollTop>div > form > a:first-of-type {
  float: left;
  display: block;
  width: 86px;
  height: 50px;
  font: 13px '微软雅黑';
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  background: #45adeb;
}
.srcollTop>div > form > a:last-of-type {
  display: block;
  width: 84px;
  height: 48px;
  border: 1px solid #45adeb;
  float: left;
  margin-left: 4px;
  font: 13px '微软雅黑';
  color: #45adeb;
  text-align: center;
  line-height: 48px;
}

.news .site,.news_d .site{
  height:40px;
  font: 12px/40px '微软雅黑';
  color: #757575;
}
.news .site a,.news_d .site a{
  color: #757575;
}
.news .left{
  width: 220px;
  background: #fff;
  float: left;
}
.news .left li{
  width: 100%;
  height:57px;
  position: relative;
  line-height: 57px;
}
.news .left li a{
  display: block;
  margin: 0 auto;
  width: 180px;
  height:56px;
  font: 14px/56px '微软雅黑';
  border-bottom: 1px solid #e0e0e0;
  color: #757575;
}
.news .left li.active a{
  color: #45adeb;
}
.news .left li.active:before{
  content: '';
  display: block;
  width:2px ;
  height:40px;
  background: #45adeb;
  position: absolute;
  left:0;
  top:8px;
}
.news .right{
  width: 980px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  float: right;
  padding: 64px 50px 72px;
}
.news .right .search{
  display: block;
  width: 100%;
  height:40px;
  margin-bottom: 10px;
  text-align: left;
}
.news .right .search p{
  display: block;
  width: 120px;
  height:100%;
  float: left;
  text-align: center;
  font: 15px/40px '微软雅黑';
  color: #fffffe;
  background:#ffa820 ;
}
.news .right .search label{
  display: block;
  width: 610px;
  float: left;
  height:100%;
  background: #eeedee;
  box-sizing: border-box;
  padding: 0 23px 0 17px;
  line-height: 40px;
}
.news .right .search label input{
  display: block;
  background: transparent;
  float: left;
  width: 70%;
  height:100%;
  font: 15px '微软雅黑';
  color: #000000;
}
.news .right .search label img{
  float: right;
  width: 18px;
  height:19px;
  margin-top: 11px;
}
.news .right>p{
  height:29px;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  font: 12px/29px '微软雅黑';
  color: #a8a8a8;
  text-align: left;
}
.news .right>p i{
  color:#ffa820 ;
}
.news .right>ul{
  width: 100%;
  text-align: left;
}
.news .right>ul li{
  width: 100%;
  height:145px;
  border-bottom: 1px solid #dfdfdf;
}
.news .right>ul li a{
  display: block;
  width: 100%;
  height:100%;
  box-sizing: border-box;
  position: relative;
  padding-top: 29px;
}
.news .right>ul li a p{
  font: 18px '微软雅黑';
  color: #000;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.news .right>ul li a span{
  display: block;
  width: 100%;
  font: 14px/28px '微软雅黑';
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .right>ul li a i{
  font: 12px '微软雅黑';
  color: #a0a0a0;
  position: absolute;
  right:0;
  bottom:12px ;
}

.news .right .form-page{
  display: inline-block;
  padding-top: 30px;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.news .right .form-page> a {
  display: block;
  padding: 0 12px;
  height: 36px;
  border: 1px solid #dddddd;
  font: 14px/36px '微软雅黑';
  color: #333333;
  text-align: center;
  background: #f4f4f4;
  float: left;
  margin-right: 4px;
}
.news .right .form-page> a.dq {
  color: #45adeb;
  background: transparent;
  border-color: transparent;
}
.news .right .form-page> a.next {
  margin-right: 20px;
}
.news .right .form-page> a.active {
  color: #cccccc;
}
.news .right .form-page > a.omit {
  background: transparent;
  border-color: transparent;
}
.news .right .form-page > a.next {
  background: #fff;
}
.news .right .form-page > span {
  float: left;
  font: 14px '微软雅黑';
  color: #666666;
  line-height: 38px;
}
.news .right .form-page > input {
  width: 38px;
  height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
  margin: 0 5px;
  float: left;
}
.news .right .form-page > a:last-of-type {
  margin-left: 10px;
}



.news_d .left{
  width: 1008px;
  background: #fff;
  float: left;
  box-sizing: border-box;
  padding:70px 136px 60px;
}
.news_d .left>div{
  width: 100%;
}
.news_d .left>div>h3{
  font: 32px '微软雅黑';
  color: #333333;
  line-height: 51px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  font-weight: bold;
}
.news_d .left>div>span{
  display: block;
  font: 14px '微软雅黑';
  color: #8e8e8e;
  margin: 22px 0 38px;
}
.news_d .left>div .cont p{
  font: 18px/30px '微软雅黑';
  color: #333333;
  margin-bottom: 10px;
}
.news_d .left>div .cont img{
  display: block;
  max-width: 100%;
  height:auto;
  margin-bottom: 15px;
}
.news_d .left>div .last{
  width: 100%;
  height:48px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  background:#f4f4f4 ;
  padding: 0 15px;
  margin-top: 40px;
}
.news_d .left>div .last a:first-of-type{
  float: left;
  height:32px;
  margin-top: 7px;
}
.news_d .left>div .last a:first-of-type i{
  display: inline-block;
  width: 78px;
  height:30px;
  text-align: center;
  background: #fff;
  border: 1px solid #dddddd;
  font: 14px/30px '微软雅黑';
  color: #333333;
  vertical-align: middle;
  margin-right: 5px;
}
.news_d .left>div .last a:first-of-type span{
  display: inline-block;
  width: 217px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font: 12px/32px '微软雅黑';
  color: #333333;
  vertical-align: middle;
}

.news_d .left>div .last a:last-of-type{
  float: right;
  height:32px;
  margin-top: 7px;
}
.news_d .left>div .last a:last-of-type i{
  display: inline-block;
  width: 78px;
  height:30px;
  text-align: center;
  background: #fff;
  border: 1px solid #dddddd;
  font: 14px/30px '微软雅黑';
  color: #333333;
  vertical-align: middle;
  margin-left: 5px;
}
.news_d .left>div .last a:last-of-type span{
  display: inline-block;
  width: 217px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font: 12px/32px '微软雅黑';
  color: #333333;
  vertical-align: middle;
  text-align: right;
}
.news_d .right{
  width: 220px;
  float: right;
}
.news_d .right img{
  display: block;
  width: 100%;
  height:auto;
  margin-bottom: 10px;
}


.login_nav{
  width: 854px;
  height: 60px;
  background: #fff;
  position: absolute;
  left:50%;
  top:40px;
  margin-left: -427px;
  box-sizing: border-box;
  padding-left: 60px;
}
.login_nav li{
  height:100%;
  float: left;
  line-height: 60px;
  margin-right: 80px;
  box-sizing: border-box;
  border-bottom: 2px solid #fff;
  font: 16px '微软雅黑';
  color: #999999;
  line-height: 60px;
}
.login_nav li:last-of-type{
  margin-right: 0;
}
.login_nav li i{
  display: inline-block;
  width: 20px;
  height:20px;
  border-radius: 50%;
  background: #999999;
  text-align: center;
  font: 14px/20px '微软雅黑';
  color: #fff;
  /*vertical-align: middle;*/
  margin-right: 6px;
}
 .login_nav li.active{
   border-color: #45adeb;
   color: #333333;
 }
.login_nav li.active i{
  background: #45adeb;
}




.no_results .content{
  height:530px;
  background: #fff;
  width: 100%;
}
.no_results .content>div>img{
  width: 205px;
  float: left;
  margin: 105px 64px 0 311px;
}
.no_results .content>div>div{
  float: left;
  margin-top: 122px;
}
.no_results .content>div>div>p{
  font: 20px '微软雅黑';
  color: #000000;
  margin-bottom: 14px;
}
.no_results .content>div>div>i{
  display: block;
  font: 16px/25px '微软雅黑';
  color: #999999;
}
.no_results .content>div>div>a{
  display: block;
  width: 106px;
  height:34px;
  border-radius: 30px;
  text-align: center;
  margin-top: 33px;
  background: #45adeb;
  font: 14px/34px '微软雅黑';
  color: #fff;
}
.no_results .site{
  height:40px;
  font: 12px/40px '微软雅黑';
  color: #757575;
  border-top:1px solid #ccc;
}
.no_results .site a{
  color: #757575;
}



.topTitle{
  width: 100%;
  height:107px;
  border-bottom: 2px solid #4aaee8;
}
.topTitle img{
  display: block;
  width: 186px;
  margin: 24px 15px 0 -16px;
  float: left;
}
.topTitle i{
  font: 24px '微软雅黑';
  color: #45adeb;
  margin-top: 50px;
  float: left;
}
.topTitle p{
  float: right;
  font: 16px '微软雅黑';
  color: #333333;
  margin-top: 54px;
}
.topTitle p a{
  color: #45adeb;
}
.register_new .content{
  margin-top: 50px;
  margin-bottom: 172px;
}
.register_new .content .switch{
  width: 854px;
  margin: 0 auto;
  height:60px;
  background: #fff;
}
.register_new .content .switch li{
  float: left;
  width: 33.33%;
  height:100%;
  text-align: center;
  line-height: 60px;
}
.register_new .content .switch li a{
  font: 16px '微软雅黑';
  color: #999999;
}
.register_new .content .switch li a i{
  display: inline-block;
  width: 20px;
  height:20px;
  border-radius: 50%;
  text-align: center;
  background: #999999;
  font: 14px/20px '微软雅黑';
  color: #ffffff;
  margin-right: 8px;
}
.register_new .content .switch li.active a{
  color: #333333;
}
.register_new .content .switch li.active a i{
  background: #45adeb;
}
.register_new .content>div{
  width: 854px;
  margin: 0 auto;
  background: #fff;
  padding: 34px 0 40px;
  margin-top: 20px;
  text-align: center;
}
.register_new .content>div form h1{
  font: 30px '微软雅黑';
  color: #333333;
  margin-bottom: 27px;
}
.register_new .content>div form>div{
  width: 342px;
  margin: 0 auto;
  margin-bottom: 21px;
}
.register_new .content>div form>div p{
  font: 14px '微软雅黑';
  color: #333333;
  margin-bottom: 6px;
  text-align: left;
}
.register_new .content>div form>div p i{
  color: #ff5c04;
}
.register_new .content>div form>div>input{
  display: block;
  width: 100%;
  height:42px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  padding: 0 15px;
  font: 14px '微软雅黑';
  color: #333;
}
.register_new .content>div form>div>input::placeholder{
  color: #999999;
}
.register_new .content>div form>div>div{
  float: left;
  width: 110px;
  height:42px;
  margin-right: 6px;
  position: relative;
}
.register_new .content>div form>div>div:last-of-type{
  margin-right: 0;
}
.register_new .content>div form>div>div select{
  display: block;
  width: 100%;
  height:100%;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  font: 12px '微软雅黑';
  color: #999999;
  padding: 0 20px 0 14px;
}
.register_new .content>div form>div>div img{
  position: absolute;
  top:19px;
  right: 10px;
}
.register_new .content>div form>a{
  display: block;
  width: 342px;
  height:42px;
  margin: 0 auto;
  margin-top: 24px;
  text-align: center;
  background: #45adeb;
  font: 14px/42px '微软雅黑';
  color: #ffffff;
}




.standard_details .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.standard_details .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.standard_details .center .content {
  width: 1008px;
  float: right;
  padding-top: 40px;
  box-sizing: border-box;
  padding-left: 48px;
  background: #fff;
  min-height: 767px;
  padding-right: 48px;
  padding-bottom: 40px;
}
.standard_details .center .content>p{
  font: 30px '微软雅黑';
  color: #666666;
}
.standard_details .center .content>i{
  display: block;
  font: 14px '微软雅黑';
  color: #000000;
  margin: 26px 0 29px;
}
.standard_details .center .content>h3{
  font:bold 18px '微软雅黑';
  color: #000000;
  margin-bottom: 12px;
}
.standard_details .center .content>span{
  display: block;
  font: 14px '微软雅黑';
  color: #000000;
  margin-bottom: 4px;
}
.standard_details .center .content>hr{
  border: .5px solid #e6e6e6;
  margin: 37px 0 22px;
}
.standard_details .center .content>div>p{
  font: 20px '微软雅黑';
  color: #333333;
  margin-bottom: 19px;
}
.standard_details .center .content>div>div{
  height:146px;
  box-sizing: border-box;
  border: 1px solid #3eacee;
  background: #eff9ff;
  padding-left: 28px;
}
.standard_details .center .content>div>div>i{
  display: block;
  font: 18px '微软雅黑';
  color: #3eacee;
  margin: 26px 0 12px;
}
.standard_details .center .content>div>div>p{
  font: 14px '微软雅黑';
  color: #757575;
  margin-bottom: 10px;
}
.standard_details .center .content>div>div>p>i{
  color: #e0e0e0;
}
.standard_details .center .content>div>div>p>span{
  color: #3eacee;
}
.standard_details .center .content>div>div>h3{
  font: 14px '微软雅黑';
  color: #757575;
}
.standard_details .center .content>div>div>h3>i{
  font: 28px '微软雅黑';
  color: #ff5b00;
}
.standard_details .center .content>div>dt{
  box-sizing: border-box;
  width: 100%;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.standard_details .center .content>div>dt .title{
  width: 100%;
  height:40px;
  border-bottom: 1px solid #e0e0e0;
}
.standard_details .center .content>div>dt .title li{
  text-align: center;
  font: 12px '微软雅黑';
  color: #333333;
  line-height: 40px;
  float: left;
}
.standard_details .center .content>div>dt .title li:nth-of-type(1){
  width: 92px;
}
.standard_details .center .content>div>dt .title li:nth-of-type(2){
  width: 92px;
}
.standard_details .center .content>div>dt .title li:nth-of-type(3){
  width: 94px;
}
.standard_details .center .content>div>dt .title li:nth-of-type(4){
  width: 116px;
}
.standard_details .center .content>div>dt .title li:nth-of-type(5){
  width: 132px;
}
.standard_details .center .content>div>dt .title li:nth-of-type(6){
  width: 89px;
}
.standard_details .center .content>div>dt .title li:nth-of-type(7){
  width: 78px;
}
.standard_details .center .content>div>dt .title li:nth-of-type(8){
  width: 112px;
}
.standard_details .center .content>div>dt .title li:nth-of-type(9){
  width: 105px;
}
.standard_details .center .content>div>dt .item{
  width: 100%;
  height:36px;
  border-bottom: 1px solid #e0e0e0;
}
.standard_details .center .content>div>dt .item li{
  text-align: center;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 36px;
  float: left;
}
.standard_details .center .content>div>dt .item li i{
  color: #ff5c04;
}
.standard_details .center .content>div>dt .item li:nth-of-type(1){
  width: 92px;
}
.standard_details .center .content>div>dt .item li:nth-of-type(2){
  width: 92px;
}
.standard_details .center .content>div>dt .item li:nth-of-type(3){
  width: 94px;
}
.standard_details .center .content>div>dt .item li:nth-of-type(4){
  width: 116px;
}
.standard_details .center .content>div>dt .item li:nth-of-type(5){
  width: 132px;
}
.standard_details .center .content>div>dt .item li:nth-of-type(6){
  width: 89px;
}
.standard_details .center .content>div>dt .item li:nth-of-type(7){
  width: 78px;
}
.standard_details .center .content>div>dt .item li:nth-of-type(8){
  width: 112px;
}
.standard_details .center .content>div>dt .item li:nth-of-type(9){
  width: 105px;
}
.standard_details .center .content>div>ul{
  margin-top: 19px;
  height:201px;
  background: #f3f3f3;
  box-sizing: border-box;
  padding: 22px 40px 0 0;
}
.standard_details .center .content>div>ul li{
  margin-bottom: 15px;
  text-align: right;
}
.standard_details .center .content>div>ul li p{
  font: 14px '微软雅黑';
  color: #666666;
}
.standard_details .center .content>div>ul li p i{
  color: #ff5b00;
}
.standard_details .center .content>div>ul li span{
  display: inline-block;
  width: 123px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 26px;
}
.standard_details .center .content>div>ul li:nth-of-type(3) span{
  color: #ff5b00;
}
.standard_details .center .content>div>ul li:nth-of-type(3) p{
  color: #333333;
}
.standard_details .center .content>div>ul li:last-of-type{
  height:41px;
  margin-top: 19px;
}
.standard_details .center .content>div>ul li a{
  display: block;
  float: right;
  height:100%;
  width: 104px;
  text-align: center;
  box-sizing: border-box;
  margin-left: 11px;
  border: 1px solid #b8b8b8;
  font: 16px/39px '微软雅黑';
  color: #222222;
}
.standard_details .center .content>div>ul li a:first-of-type{
  border: none;
  background: #4db3f6;
  font: 16px/41px '微软雅黑';
  color: #fff;
}


.details_page .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.details_page .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.details_page .center .content {
  width: 1008px;
  float: right;
  padding-top: 55px;
  box-sizing: border-box;
  padding-left: 48px;
  background: #fff;
  min-height: 767px;
  padding-right: 48px;
  padding-bottom: 40px;
}
.details_page .center .content>p{
  font: 30px '微软雅黑';
  color: #333333;
  text-align: center;
}
.details_page .center .content>ul{
  text-align: center;
  margin: 20px 0 25px;
}
.details_page .center .content>ul li{
  display: inline-block;
  font: 14px '微软雅黑';
  color: #666666;
  margin-right: 51px;
}
.details_page .center .content>ul li:last-of-type{
  margin-right: 0;
}
.details_page .center .content .title{
  width: 100%;
  height:50px;
  background: #eeeeee;
  line-height: 50px;
  border-bottom: 1px solid #dcdcdc;
}
.details_page .center .content .title li{
  text-align: center;
  height:100%;
  float: left;
  font: 14px/50px '微软雅黑';
  color: #333333;
}
.details_page .center .content .title li:nth-of-type(1){
  width: 41px;
}
.details_page .center .content .title li:nth-of-type(2){
  width: 90px;
}
.details_page .center .content .title li:nth-of-type(3){
  width: 112px;
}
.details_page .center .content .title li:nth-of-type(4){
  width: 78px;
}
.details_page .center .content .title li:nth-of-type(5){
  width: 55px;
}
.details_page .center .content .title li:nth-of-type(6){
  width: 60px;
}
.details_page .center .content .title li:nth-of-type(7){
  width: 85px;
}
.details_page .center .content .title li:nth-of-type(8){
  width: 59px;
}
.details_page .center .content .title li:nth-of-type(9){
  width: 89px;
}
.details_page .center .content .title li:nth-of-type(10){
  width: 76px;
}
.details_page .center .content .title li:nth-of-type(11){
  width: 89px;
}
.details_page .center .content .title li:nth-of-type(12){
  width: 78px;
}

.details_page .center .content .item{
  width: 100%;
  height:39px;
  line-height: 50px;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
}
.details_page .center .content .item li{
  text-align: center;
  height:100%;
  float: left;
  font: 12px '微软雅黑';
  color: #333333;
  box-sizing: border-box;
  border-left: 1px solid #dcdcdc;
  word-wrap:break-word;
  position: relative;
}
.details_page .center .content .item li p{
  position: absolute;
  left: 50%;
  top:50%;
  display: block;
  width: 100%;
  word-wrap:break-word;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.details_page .center .content .item li:nth-of-type(1){
  width: 41px;
}
.details_page .center .content .item li:nth-of-type(2){
  width: 90px;
}
.details_page .center .content .item li:nth-of-type(3){
  width: 112px;
}
.details_page .center .content .item li:nth-of-type(4){
  width: 78px;
}
.details_page .center .content .item li:nth-of-type(4) p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.details_page .center .content .item li:nth-of-type(5){
  width: 55px;
}
.details_page .center .content .item li:nth-of-type(6){
  width: 60px;
}
.details_page .center .content .item li:nth-of-type(7){
  width: 85px;
}
.details_page .center .content .item li:nth-of-type(8){
  width: 59px;
}
.details_page .center .content .item li:nth-of-type(9){
  width: 89px;
}
.details_page .center .content .item li:nth-of-type(10){
  width: 76px;
}
.details_page .center .content .item li:nth-of-type(11){
  width: 89px;
}
.details_page .center .content .item li:nth-of-type(12){
  width: 78px;
  border-right: 1px solid #dcdcdc;
}



.check_management .site {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}
.check_management .site a {
  font: 12px '微软雅黑';
  color: #757575;
}
.check_management .center .content {
  width: 980px;
  float: right;
  padding-top: 57px;
  box-sizing: border-box;
  padding-left: 48px;
  background: #fff;
  min-height: 767px;
  padding-right: 48px;
  padding-bottom: 40px;
  text-align: center;
}
.check_management .center .content > p {
  font: 30px '微软雅黑';
  color: #757575;
  margin-bottom: 26px;
  text-align: left;
}
.check_management .center .content .msg {
  height: 42px;
  line-height: 42px;
}
.check_management .center .content .msg > a {
  display: block;
  float: left;
  font: 16px '微软雅黑';
  color: #757575;
  padding: 0 11px;
  position: relative;
  line-height: 42px;
}
/*.check_management .center .content .msg > a:after {
  display: block;
  content: '';
  background: #dbdbdb;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
}*/
.check_management .center .content .msg > a:first-of-type {
  padding-left: 0;
}
/*.check_management .center .content .msg > a:last-of-type:after {
  display: none;
}*/
.check_management .center .content .msg > a.active {
  color: #45adeb;
}
.check_management .center .content .msg .search {
  display: block;
  float: right;
  width: 338px;
  height:39px;
}
.check_management .center .content .msg .search input {
  display: block;
  width: 283px;
  height: 39px;;
  box-sizing: border-box;
  padding: 0 13px;
  border: 1px solid #e0e0e0;
  font: 12px '微软雅黑';
  color: #757575;
  float: left;
}
/*.check_management .center .content .msg .search span {
  font-size: 20px;
  color: #333333;
  float: left;
  line-height: 42px;
  margin: 0 8px;
}*/
.check_management .center .content .msg .search a {
  display: block;
  float: left;
  width: 55px;
  height: 39px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-left: none;
  text-align: center;
  line-height: 39px;
}
.check_management .center .content .msg .search a img {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  margin-top: 6px;
}
.check_management .center .content .time {
  display: block;
  margin-top: 18px;
}
.check_management .center .content .time > span {
  font: 14px/37px '微软雅黑';
  color: #757575;
  float: left;
}
.check_management .center .content .time > div {
  float: left;
  margin-left: 12px;
}
.check_management .center .content .time > div label {
  display: inline-block;
  width: 191px;
  height: 37px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding-left: 38px;
  position: relative;
}
.check_management .center .content .time > div label input{
  display: block;
  width: 100%;
  height:100%;
  font: 12px '微软雅黑';
  color: #757575;
}
.check_management .center .content .time > div label img{
  position: absolute;
  left:11px;
  top:10px;
}
.check_management .center .content .time > div span {
  font-size: 14px;
  color: #333333;
  line-height: 37px;
  vertical-align: middle;
  margin: 0 8px;
}
.check_management .center .content .time > div a {
  display: inline-block;
  width: 88px;
  height: 35px;
  background: #45adeb ;
  text-align: center;
  font: 12px/35px '微软雅黑';
  color: #ffffff;
  margin-left: 16px;
  border: 1px solid #dcdcdc;
}
.check_management .center .content .time > div select {
  display: block;
  width: 191px;
  height: 37px;
  border: 1px solid #e0e0e0;
  font: 12px '微软雅黑';
  color: #757575;
  box-sizing: border-box;
  padding-left: 9px;
  margin-top: 13px;
  appearance: menulist;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.check_management .center .content .all {
  display: block;
  margin-top: 30px;
}
.check_management .center .content .all > div {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  /*border: 1px solid #e0e0e0;*/
  line-height: 48px;
  background: #eeeeee ;
  padding-left: 14px;
  text-align: left;
}
.check_management .center .content .all > div label {
  display: inline-block;
}
.check_management .center .content .all > div label > input {
  display: inline-block;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid #a0a0a0;
  background: #fff;
  vertical-align: middle;
  margin-right: 5px;
}
.check_management .center .content .all > div label > input:checked {
  background: url("../img/icon05.png") center no-repeat;
  background-size: 12px 10px;
}
.check_management .center .content .all > div label span {
  font: 14px '微软雅黑';
  color: #333333;
  vertical-align: middle;
}
.check_management .center .content .all > div > p {
  float: right;
  font: 14px/50px '微软雅黑';
  color: #888888;
}
.check_management .center .content .all > div > p span {
  font-size: 24px;
  color: #e7640b;
}
.check_management .center .content .all > div > a {
  display: block;
  width: 67px;
  height: 26px;
  background: #e68828;
  text-align: center;
  font: 14px/26px '微软雅黑';
  color: #fff;
  float: right;
  margin-left: 14px;
  margin-top: 12px;
  margin-right: 19px;
}

.check_management .center .content .all > dt{
  margin-top: 12px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  padding: 17px 0 0 43px;
  position: relative;
  text-align: left;
}
.check_management .center .content .all > dt>div{
  margin-bottom: 20px;
  height:16px;
  line-height: 16px;
}
.check_management .center .content .all > dt>div:last-of-type{
  margin-bottom: 27px;
}
.check_management .center .content .all > dt>div>p{
  font: 12px '微软雅黑';
  color: #888888;
  float: left;
}
.check_management .center .content .all > dt>div>p:nth-of-type(1){
   width:220px;
}
.check_management .center .content .all > dt>div>p:nth-of-type(2){
  width:178px;
}
.check_management .center .content .all > dt>div>p:nth-of-type(3){
  width:223px;
}
.check_management .center .content .all > dt>div>p:nth-of-type(4){
  width:225px;
}
.check_management .center .content .all > dt>div>p em{
  display: inline-block;
  width: 62px;
}
.check_management .center .content .all > dt>div>p span{
  color: #3eabed;
}
.check_management .center .content .all > dt>div>p i{
  color: #666666;
}
.check_management .center .content .all > dt>div:last-of-type>p{
  width: 100%;
}
.check_management .center .content .all > dt>div:last-of-type>p>i{
  display: inline-block;
  width: 700px;
  text-align: center;
}
.check_management .center .content .all > dt>div>input{
  display: block;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid #a0a0a0;
  background: #fff;
  position: absolute;
  top:17px;
  left:13px;
}
.check_management .center .content .all > dt>div>input:checked {
  background: url("../img/icon05.png") center no-repeat;
  background-size: 12px 10px;
}
.check_management .center .content .all > dt> a{
  display: block;
  width: 82px;
  height:30px;
  text-align: center;
  font: 12px/30px '微软雅黑';
  color: #fff;
  background: #3eaced;
  position: absolute;
  right:17px;
  bottom:13px;
}


.check_management .center .content .all > ul {
  margin-top: 20px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}
.check_management .center .content .all > ul li:first-of-type {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}
.check_management .center .content .all > ul li:first-of-type > input {
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  background: #fff;
  float: left;
  margin-right: 37px;
  margin-left: 10px;
  margin-top: 25px;
}
.check_management .center .content .all > ul li:first-of-type > input:checked {
  background: url("../img/icon05.png") center no-repeat;
  background-size: 12px 10px;
}
.check_management .center .content .all > ul li:first-of-type > p {
  width: 250px;
  float: left;
  font: 14px/70px '微软雅黑';
  color: #333333;
}
.check_management .center .content .all > ul li:first-of-type > p:first-of-type span {
  color: #45adeb;
}
.check_management .center .content .all > ul li:first-of-type > p:nth-of-type(3) {
  width: auto;
}
.check_management .center .content .all > ul li:first-of-type > p:nth-of-type(3) span {
  color: #ff5c04;
}
.check_management .center .content .all > ul li:first-of-type > p:last-of-type {
  float: right;
  width: auto;
  margin-right: 23px;
}
.check_management .center .content .all > ul li:last-of-type {
  height: 118px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 67px;
  padding-top: 15px;
  text-align: left;
}
.check_management .center .content .all > ul li:last-of-type > div {
  width: 250px;
  float: left;
}
.check_management .center .content .all > ul li:last-of-type > div p {
  font: 14px '微软雅黑';
  color: #757575;
  margin-bottom: 15px;
}
.check_management .center .content .all > ul li:last-of-type > div p:last-of-type {
  margin-bottom: 0;
}
.check_management .center .content .all > ul li:last-of-type > div p span {
  color: #333333;
}


.check_management .center .content > .pageNum {
  display: inline-block;
  padding-top: 30px;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.check_management .center .content > .pageNum > a {
  display: block;
  padding: 0 12px;
  height: 36px;
  border: 1px solid #dddddd;
  font: 14px/36px '微软雅黑';
  color: #333333;
  text-align: center;
  background: #f4f4f4;
  float: left;
  margin-right: 4px;
}
.check_management .center .content > .pageNum > a.dq {
  color: #45adeb;
  background: transparent;
  border-color: transparent;
}
.check_management .center .content > .pageNum > a.next {
  margin-right: 20px;
}
.check_management .center .content > .pageNum > a.active {
  color: #cccccc;
}
.check_management .center .content > .pageNum > a.omit {
  background: transparent;
  border-color: transparent;
}
.check_management .center .content > .pageNum > a.prev,
.check_management .center .content > .pageNum > a.next {
  background: #fff;
}
.check_management .center .content > .pageNum > span {
  float: left;
  font: 14px '微软雅黑';
  color: #666666;
  line-height: 38px;
}
.check_management .center .content > .pageNum > input {
  width: 38px;
  height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  text-align: center;
  font: 14px '微软雅黑';
  color: #333333;
  margin: 0 5px;
  float: left;
}
.check_management .center .content > .pageNum > a:last-of-type {
  margin-left: 10px;
}

.topLogin{
  background: #eeeeee;
}
.topLogin > div > ul li:before{
  display: none;
}
.topLogin > div > ul li:last-of-type{
  background: transparent;
}
.newindex .container{
	width: 1306px;
}
.newindex .logo > div{
  text-align: left;
}
.newindex .logo > div > a img{
  max-width: 220px;
  height:auto;
  /*margin-top: 10px;*/
}
.newindex .logo>img{
  float: left;
  margin-top: 19px;
}
.newindex .content {
  width: 100%;
  background: #fff;
}
.newindex .content .nav {
  height: 54px;
  /*line-height: 54px;*/
  position: relative;
}
.newindex .content .nav .all {
  width: 236px;
  height: 100%;
  float: left;
  background: #45adeb;
  box-sizing: border-box;
  padding-left: 23px;
  font: 14px/54px '微软雅黑';
  color: #fff;
  margin-right: 30px;
  cursor: pointer;
}
.newindex .content .nav .all img {
  width: 16px;
  height: 12px;
  vertical-align: middle;
  margin-right: 3px;
}
.newindex .content .nav>a {
  float: left;
  font: 14px/54px '微软雅黑';
  color: #333333;
  margin-right: 61px;
}
.newindex .content .nav>a.active,.newindex .content .nav>a:hover{
  color: #45adeb;
}
.newindex .content .nav .classify {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 236px;
  height: 444px;
  padding: 19px 0;
  background: rgba(1, 40, 82, 0.5);
  position: absolute;
  z-index: 101;
  left: 0;
  top: 54px;
}
.newindex .content .nav .classify ul {
  width: 236px;
  height: 382px;
  /*overflow: hidden;*/
  overflow: auto;
}
.newindex .content .nav .classify ul::-webkit-scrollbar {
  display: none;
}
.newindex .content .nav .classify li {
  width: 100%;
  height: 38.2px;
}
.newindex .content .nav .classify li > a {
  display: block;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 23px;
  line-height: 38.2px;
}
.newindex .content .nav .classify li > a > span {
  display: inline-block;
  width: 175px;
  font: 14px/42px '微软雅黑';
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.newindex .content .nav .classify li > a i {
  font-size: 26px;
  color: #e0e0e0;
  vertical-align: middle;
}
.newindex .content .nav .classify li:hover {
  background: #fff ;
}
.newindex .content .nav .classify li:hover a span {
  color: #45adeb;
}
.newindex .content .nav .classify li:hover a i {
  color: #45adeb;
}
.newindex .content .nav .classify li > div {
  display: none;
  width: 1070px;
  height: 444px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 235px;
  box-sizing: border-box;
  padding: 45px 30px;
  padding-right: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.newindex .content .nav .classify li > div > div {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  line-height: 21px;
}
.newindex .content .nav .classify li > div > div:last-of-type {
  margin-bottom: 0;
}
.newindex .content .nav .classify li > div > div > a {
  /*display: block;*/
  /*float: left;*/
  /*width: 85px;*/
  width: auto!important;
  font:bold 13px 'pfm';
  color: #424242;
  /*height:100%;*/
}
.newindex .content .nav .classify li > div > div > dt {
  display: block;
  /*width: 823px ;*/
  /*float: left;*/
  margin-left: 15px;
  /*height:100%;*/
  overflow: hidden;
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
}
.newindex .content .nav .classify li > div > div > dt a {
  font: 13px '微软雅黑';
  color: #999999;
  margin-right: 20px;
  vertical-align: top;
}
.newindex .content .nav .classify li > div > div > dt a:hover {
  color: #000;
}
.newindex .content .swiper-container {
  width: 100%;
  height: 444px;
  margin-bottom: 35px;
  position: relative;
}
.newindex .content .swiper-container .container{
  height:100%;
  position: absolute;
  left:50%;
  top:0;
  transform: translateX(-50%);
  z-index: 10;
}
.newindex .content .swiper-container .container>div{
  width: 228px;
  float: right;
}
.newindex .content .swiper-container .container>div a{
  display: block;
  width: 100%;
  height:146px;
  margin-bottom: 3px;
  background: url("../img/img19.png") no-repeat;
  background-size: 100% 100%;
  padding: 43px 0 0 27px;
  box-sizing: border-box;
}
.newindex .content .swiper-container .container>div a img{
  display: block;
  float: left;
  margin-right: 9px;
}
.newindex .content .swiper-container .container>div a p{
  height:51px;
  float: left;
}
.newindex .content .swiper-container .container>div a p i{
  font: 24px '微软雅黑';
  color: #ffffff;
  display: block;
}
.newindex .content .swiper-container .container>div a p span{
  font: 12px 'Arial';
  color: #ffffff;
}
.newindex .content .swiper-container .container>div a:last-of-type{
  margin-bottom: 0;
}
.newindex .content .swiper-container .swiper-wrapper {
  width: 100%;
  height: 420px;
}
.newindex .content .swiper-container .swiper-wrapper img {
  display: block;
  width: 100%;
  height: 444px;
}
.newindex .content .list > ul {
  width: 100%;
  margin-bottom: 30px;
}
.newindex .content .list p {
  font:bold 16px '微软雅黑';
  color: #333333;
  margin-bottom: 30px;
  width: 100%;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  line-height: 21px;
}
.newindex .content .list p i{
  box-sizing: border-box;
  margin-left: 10px;
  margin-top: 10px;
  height:2px;
  background: #dedddd;
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
}
.newindex .content .list > ul li {
  height: 180px;
  width: 194px;
  float: left;
  text-align: center;

  margin-right: 28px;
  /*background: #FAFAFA;*/
}
.newindex .content .list > ul li:nth-of-type(6n) {
  margin-right: 0;
}
.newindex .content .list > ul li a {
  font: 14px '微软雅黑';
  color: #000;
}
.newindex .content .list > ul li a > div {
  width: 194px;
  height: 131px;
  box-sizing: border-box;
  text-align: center;
  line-height: 131px;
  margin: 0 auto;
  /*margin-top: 16px;*/
  border: 1px solid #d2d2d2;
  margin-bottom: 13px;
}
.newindex .content .list > ul li a > div > img {
  display: block;
  width: 106px;
  height: 106px;
  margin: 11.5px auto 0;
}
.newindex .content .list > .ad {
  display: block;
  width: 100%;
  height: 120px;
  margin-bottom: 30px;
}
.newindex .content .list > .ad img {
  display: block;
  width: 100%;
  height: 100%;
}
.suspension{
  width: 40px;
  position: fixed;
  right:21px;
  top:40%;
  z-index: 100;
}
.suspension li{
  width: 40px;
  height:40px;
  background: #1dbcf6;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
.suspension li div{
  width: 100%;
  height:100%;
  text-align: center;
  line-height: 40px;
  position: relative;
  background: #1dbcf6;
  z-index: 1;
}
.suspension li img{
  vertical-align: middle;
}
.suspension li i{
  display: block;
  width: 77px;
  height:100%;
  padding: 0 2px 0 17px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  background: #2d7bdd;
  position: absolute;
  top:0;
  right:0;
  transition: all .2s linear;
  font: 14px/40px '微软雅黑';
  color: #ffffff;
}
.suspension li:hover{
  background: #2d7bdd;
  overflow: visible;
}
.suspension li:hover div{
  background: #2d7bdd;
}
.suspension li:hover i{
  right:40px;
}


.logo > div{
	text-align: left;
}
.logo>img{
	margin-top: 19px;
}
.logo > div > a img{
	max-width: 220px;
}
.container{
	width: 1200px;
}
.newindex .srcollTop .srcollClassify li > div,.leftover .srcollTop .srcollClassify li > div{
	width: 1070px;
}
.logo{
	position: relative;
}
.logo>a{
	width: 110px;
	margin-left: 5px;
	margin-right: 0;
  float: left;
}
.logo>dt{
	position: absolute;
	display: block;
	width: 104px;
	right:56px;
	top: 25px;
	text-align: center;
}
.logo>dt img{
	display: block;
	width: 100%;
	height: 104px;
}
.logo>dt p{
	display: block;
	font: 12px '微软雅黑';
	color: #45adeb;
	margin-top: 5px;
}
.leftover .new_nav > div .classify li > div{
	width: 1070px;
}

.logo > form{
  float: left;
   margin-right:0;
  margin-left: 10px;
}