@charset "utf-8";
 
ul,
h1,
h2 {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
.box-shadow {
  -webkit-box-shadow: 3px 0 3px #ccc;
  -moz-box-shadow: 3px 0 3px #ccc;
  box-shadow: 3px 0 3px #ccc;
}
.btn {
  -moz-border-radius: 1px;
  /* Gecko browsers */
  -webkit-border-radius: 1px;
  /* Webkit browsers */
  border-radius: 1px;
  /* W3C syntax */
  border: none;
  width: 80px;
  line-height: 28px;
  height: 28px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  outline: none;
}
.btn-success {
  background-color: #71D398;
  color: #fff;
}
.btn-success:hover {
  text-shadow: 0 -1px 2px #333333;
  background-color: #52c981;
  color: #fff;
}
.btn-primary {
  background-color: #75B9E6;
  color: #fff;
}
.btn-primary:hover {
  text-shadow: 0 -1px 2px #333333;
  background-color: #52a7e0;
  color: #fff;
}
.btn-danger {
  background-color: #F68484;
  color: #fff;
}
.btn-danger:hover {
  text-shadow: 0 -1px 2px #333333;
  background-color: #f35e5e;
  color: #fff;
}
.alink {
  -moz-border-radius: 2px;
  /* Gecko browsers */
  -webkit-border-radius: 2px;
  /* Webkit browsers */
  border-radius: 2px;
  /* W3C syntax */
  border: none;
  width: 100px;
  line-height: 28px;
  font-size: 14px;
  color: #fff !important;
  cursor: pointer;
  font-weight: bold;
  outline: none;
  display: block;
  text-align: center;
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}
a {
  color: #555555;
}
.main {
  width: 100%;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  z-index: 10;
}
.header .headercontent {
  width: 1200px;
  margin: auto;
}
.header .headercontent .logo {
  width: 300px;
  height: 90px;
  float: left;
}
.header .headercontent .logo img {
  height: 90px;
  width: auto;
}
.header .headercontent .menu {
  float: right;
  height: 90px;
}
.header .headercontent .menu ul li {
  float: left;
  font-size: 15px;
  display: block;
  width: 100px;
  text-align: center;
  line-height: 90px;
  height: 90px;
}
.header .headercontent .menu ul li:hover {
  background-color: #F76570;
}
.header .headercontent .menu ul li:hover a {
  color: #FFF;
  display: block;
  width: 100px;
  height: 90px;
}
.mainadve {
  margin-top: 90px;
  width: 100%;
  min-width: 1200px;
  height: 550px;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.mainadvecontent {
  width: 1200px;
  height: 550px;
  margin: auto;
}
.mainadvecontent .matext {
  width: 927px;
  height: 270px;
  text-align: center;
  margin: auto;
  padding-top: 130px;
  color: #FFF;
}
.mainadvecontent .matext h1,
.mainadvecontent .matext h2 {
  font-weight: bold;
  text-shadow: 0.1em 0.1em 0.3em #333333;
}
.mainadvecontent .matext h1 a,
.mainadvecontent .matext h2 a {
  color: #FFF;
}
.mainadvecontent .matext h1 {
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 5px;
}
.mainadvecontent .matext h2 {
  font-size: 30px;
  line-height: 60px;
  letter-spacing: 5px;
}
.mainadvecontent .matext .mainfo {
  font-size: 14px;
  line-height: 26px;
}
.fgt {
  width: 100px;
  height: 5px;
  background-color: #F1F1F1;
  margin: auto;
  margin-top: 16px;
}
.fwxm {
  width: 1200px;
  height: 472px;
  margin: auto;
}
.fwtit {
  margin: auto;
  padding-top: 65px;
  text-align: center;
}
.fwtit h1 {
  color: #333333;
  font-size: 35px;
  letter-spacing: 5px;
  font-weight: normal;
}
.fwtit .fwinfo {
  font-size: 16px;
  color: #666666;
}
.bc1 {
  background-color: #14b9d5;
}
.bc2 {
  background-color: #1BBC9B;
}
.bc3 {
  background-color: #C377E4;
}
.bc4 {
  background-color: #FFD205;
}
.bc5 {
  background-color: #F3A46B;
}
.bc6 {
  background-color: #F76570;
}
.fwblock {
  margin-top: 50px;
  width: 400px;
  float: left;
}
.fwblock .fbleft {
  width: 80px;
  height: 80px;
  float: left;
  text-align: center;
}
.fwblock .fbleft img {
  width: 80px;
  height: 80px;
}
.fwblock .fbleft i {
  color: #fff;
  line-height: 80px;
}
.fwblock .fbright {
  width: 310px;
  height: 80px;
  float: right;
}
.fwblock .fbright .fbtit {
  color: #333;
  font-size: 20px;
  line-height: 30px;
}
.fwblock .fbright .fbinfo {
  font-size: 14px;
  color: #A4A4A4;
  line-height: 24px;
}
.pinglun {
  width: 100%;
  height: 390px;
  min-width: 1200px;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.pingluncontent {
  width: 1200px;
  height: 390px;
}
.ipro {
  width: 1200px;
  margin: auto;
  height: 800px;
}
.ipblock {
  margin-top: 20px;
  height: 250px;
}
.ipblock:first-child {
  margin-top: 0;
}
.ileft {
  width: 910px;
  height: 250px;
  float: left;
}
.ileft .illeft {
  float: left;
  width: 410px;
  height: 250px;
}
.ileft .illeft img {
  width: 410px;
  height: 250px;
  padding: 3px;
  border: 1px solid #F1F1F1;
}
.ileft .ilcenter {
  float: left;
  width: 500px;
  height: 250px;
  border-bottom: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
}
.ileft .ilcenter .itit {
  width: 500px;
  background-color: #F9F9F9;
  height: 55px;
  line-height: 55px;
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
  font-size: 18px;
  color: #555;
  text-indent: 2rem;
}
.ileft .ilcenter .iinfo {
  text-indent: 2rem;
  font-size: 14px;
  color: #A4A4A4;
  padding: 10px;
  min-height: 130px;
}
.ileft .ilcenter .pbtn {
  float: right;
  margin-right: 20px;
  letter-spacing: 2px;
}
.ileft .ilright {
  float: left;
  width: 180px;
  height: 250px;
  background-color: #FFD205;
  color: #fff;
  text-align: center;
  padding-top: 40px;
}
.ileft .ilright .ilrprice {
  font-size: 30px;
}
.ileft .ilright .ilrbtn {
  width: 70%;
  height: 40px;
  margin: auto;
  border: 1px solid #FFF;
  line-height: 40px;
  margin-top: 40px;
}
.ileft .ilright .ilrbtn a {
  color: #FFF;
}
.iright {
  width: 265px;
  float: right;
}
.iright .irtel {
  width: 265px;
  height: 95px;
  background-color: #434A54;
  text-align: center;
  color: #FFF;
}
.iright .irtel .irteltxt {
  display: block;
  font-size: 28px;
  line-height: 45px;
  padding-top: 10px;
  letter-spacing: 3px;
}
.iright .irtel .irtelnum {
  font-size: 20px;
}
.iright .irblock {
  margin-top: 25px;
  height: 82px;
}
.iright .irblock .irbimg {
  float: left;
  width: 130px;
}
.iright .irblock .irbimg img {
  width: 130px;
  height: 80px;
  padding: 3px;
  border: 1px solid #F1F1F1;
}
.iright .irblock .irbright {
  float: right;
  width: 135px;
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
}
.iright .irblock .irbright .irbtit {
  width: 100%;
  padding-left: 5px;
  background-color: #F9F9F9!important;
  line-height: 26px;
  font-size: 14px;
  min-height: 50px;
}
.iright .irblock .irbright .irbprice {
  font-size: 18px;
  text-align: right;
  color: #F60;
  padding-right: 10px;
}
.footer {
  width: 100%;
  height: 455px;
  min-width: 1200px;
  background-image: url(../images/footer_bg.gif);
  background-attachment: scroll;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #FFF;
}
.footer .ftop {
  width: 1200px;
  height: 370px;
  margin: auto;
  line-height: 40px;
  padding-top: 80px;
}
.footer .fcopy {
  width: 1200px;
  height: 85px;
  margin: auto;
  text-align: center;
  line-height: 85px;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: normal;
}
.footer .ftleft {
  float: left;
  width: 500px;
}
.footer .ftleft a {
  color: #FFF;
}
.footer .ftcenter {
  float: left;
  width: 400px;
}
.footer .ftright {
  float: right;
  text-align: center;
}
.footer .ftright img {
  width: 150px;
  height: 150px;
}
.footer .ftright .ftrinfo {
  font-size: 13px;
}
.banner {
  margin-top: 90px;
  width: 100%;
  min-width: 1200px;
  height: 270px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.banner .bannercontent {
  width: 1200px;
  height: 270px;
  margin: auto;
}
.banner .bannercontent .bannertext {
  width: 927px;
  height: 220px;
  text-align: center;
  margin: auto;
  padding-top: 50px;
  color: #FFF;
  text-shadow: 0.1em 0.1em 0.3em #333333;
}
.banner .bannercontent .bannertext a {
  color: #FFFFFF;
}
.banner .bannercontent .bannertext h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 5px;
}
.banner .bannercontent .bannertext h2 {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
}
.list-main {
  padding: 20px 0;
}
.clist {
  width: 1200px;
  min-height: 620px;
  background-color: #FFF;
  margin: auto;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.clist table {
  width: 100%;
}
.clist table th,
.clist table td {
  padding: 0 30px;
}
.clist table th {
  background-color: #A7C438;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
}
.clist table tbody tr:hover td {
  background-color: #f1f1f1;
}
.clist table td {
  border-bottom: 1px solid #f1f1f1;
  line-height: 50px;
  font-size: 13px;
}
.clist .photo-wrap {
  min-height: 700px;
  box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.15);
}
.clist .photo-item {
  width: 215px;
  height: 200px;
  margin-left: 21px;
  margin-top: 20px;
  float: left;
  padding: 3px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
}
.clist .photo-item:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2);
}
.article-wrap {
  padding: 20px 0;
  background-color: #F1F1F1;
}
.content-main {
  width: 1200px;
  min-height: 620px;
  background-color: #FFF;
  box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.15);
  margin: auto;
  padding: 20px 50px;
}
.content-main .contenttit {
  border-bottom: 1px solid #f1f1f1;
  font-weight: bold;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 2px;
}
.content-main .contentinfo {
  font-size: 13px;
  text-align: right;
  line-height: 35px;
  color: #CCC;
}
.content-main .contentintro {
  background-color: #F9F9F9;
  width: 90%;
  border: 1px solid #F1F1F1;
  padding: 10px 20px;
  margin: auto;
  font-size: 14px;
  margin-bottom: 20px;
}
.content-main .contentintro:before {
  content: "导语：";
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
}
.pagination {
  font-size: 13px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 1200px;
  margin: auto;
  background-color: #FFF;
  box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.15);
}
.pagination .num,
.pagination .current {
  padding: 1px 6px;
  margin: 0 5px;
  background-color: #F7F7F7;
}
.pagination .current {
  color: #333;
  background-color: #CCC;
}
.lodaingTip {
  position: fixed;
  width: 300px;
  height: 30px;
  line-height: 30px;
  margin: auto;
  left: 0;
  right: 0;
  top: 40%;
  z-index: 200;
  text-align: center;
  background: #fff;
  /* for IE8- */
  background: rgba(0, 0, 0, 0.2);
  font-family: "微软雅黑", "Microsoft Yahei";
  font-size: 13px;
}
.product-wrap {
  width: 100%;
  padding: 20px 0;
  background-color: #F1F1F1;
}
.product-wrap .prosearchbox {
  width: 1200px;
  height: 65px;
  line-height: 60px;
  margin: auto;
  border: 1px solid #F1F1F1;
  background-color: #F9F9F9;
}
.product-wrap .prosearchbox .searchboxcontent {
  width: 820px;
  margin: auto;
}
.product-wrap .prosearchbox input {
  width: 600px;
  height: 40px;
  border: 1px solid #F1F1F1;
  padding: 0 10px;
}
.product-wrap .product-container {
  width: 1200px;
  margin: auto;
  min-height: 850px;
  background-color: #FFF;
  box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
}
.product-wrap .product-container .productblock {
  float: left;
  width: 280px;
  height: 240px;
  border: 1px solid #F0F0F0;
  background-color: #F7F7F7;
  margin-left: 20px;
  margin-top: 20px;
}
.product-wrap .product-container .productblock:nth-child(4n+1) {
  margin-left: 10px;
}
.product-wrap .product-container .productblock .proimg img {
  width: 100%;
  height: 170px;
}
.product-wrap .product-container .productblock .protit {
  font-size: 15px;
  padding: 0 10px;
  line-height: 30px;
}
.product-wrap .product-container .productblock .promarketprice {
  color: #CCC;
  padding: 0 10px;
  font-size: 22px;
  text-decoration: line-through;
  float: left;
  line-height: 30px;
}
.product-wrap .product-container .productblock .promarketprice:before {
  content: '市场价￥';
  font-size: 14px;
  text-decoration: none;
}
.product-wrap .product-container .productblock .proprice {
  float: right;
  color: #F60;
  padding: 0 10px;
  font-size: 25px;
  line-height: 30px;
}
.product-wrap .product-container .productblock .proprice:before {
  content: '￥';
  font-size: 16px;
}
.proshow-wrap {
  width: 100%;
  padding: 20px 0;
  background-color: #F1F1F1;
}
.proshow-wrap .proshowcon {
  width: 1200px;
  margin: auto;
  background-color: #FFF;
  box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.15);
}
.proshow-wrap .proshowcon .pheader {
  padding: 30px 20px;
}
.proshow-wrap .proshowcon .pheader .pimg {
  float: left;
}
.proshow-wrap .proshowcon .pheader .pimg img {
  padding: 5px;
  border: 2px solid #F1F1F1;
  width: 600px;
  height: 365px;
}
.proshow-wrap .proshowcon .pheader .pinfo {
  padding: 0 10px;
  width: 560px;
  float: right;
}
.proshow-wrap .proshowcon .pheader .pinfo .ptit {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 1px solid #F1F1F1;
  line-height: 36px;
}
.proshow-wrap .proshowcon .pheader .pinfo .pintro {
  font-size: 14px;
  min-height: 120px;
  line-height: 28px;
}
.proshow-wrap .proshowcon .pheader .pinfo .pprice {
  margin-top: 30px;
  border: 1px solid #F1F1F1;
  background-color: #F9F9F9;
  height: 50px;
  line-height: 50px;
}
.proshow-wrap .proshowcon .pheader .pinfo .pprice .ppmarket {
  color: #CCC;
  padding: 0 10px;
  font-size: 24px;
  text-decoration: line-through;
  float: left;
}
.proshow-wrap .proshowcon .pheader .pinfo .pprice .ppmarket:before {
  content: '市场价￥';
  font-size: 14px;
  text-decoration: none;
}
.proshow-wrap .proshowcon .pheader .pinfo .pprice .ppprice {
  float: right;
  color: #F60;
  padding: 0 10px;
  font-size: 28px;
}
.proshow-wrap .proshowcon .pheader .pinfo .pprice .ppprice:before {
  content: '优惠价￥';
  font-size: 16px;
}
.proshow-wrap .proshowcon .pheader .pinfo .pbtn {
  line-height: 50px;
  text-align: right;
  letter-spacing: 2px;
}
.proshow-wrap .proshowcon .pheader .pinfo .pqrcode {
  float: left;
  margin-left: 20px;
  margin-top: 15px;
  letter-spacing: 2px;
  color: #04b00f;
  font-size: 14px;
}
.proshow-wrap .proshowcon .pheader .pinfo .lqrshow {
  display: none;
  position: absolute;
}
.proshow-wrap .proshowcon .pheader .pinfo .lqrshow img {
  border: 1px solid #CCC;
  padding: 1px;
}
.proshow-wrap .proshowcon .pheader .pinfo .pqrcode:hover .lqrshow {
  display: block;
  z-index: 3;
}
.proshow-wrap .proshowcon .pheader .pinfo .pshare {
  margin-top: 30px;
}
.proshow-wrap .proshowcon .prwmain {
  margin-top: 20px;
  border-top: 15px solid #F1F1F1;
}
.proshow-wrap .proshowcon .prwmain .areatool {
  line-height: 40px;
  border-bottom: 1px dotted #F1F1F1;
  color: #F60;
  margin-top: 30px;
}
.proshow-wrap .proshowcon .prwmain .areatool:first-child {
  margin-top: 0;
}
.proshow-wrap .proshowcon .prwmain .pmleft {
  float: left;
  width: 800px;
  padding: 20px;
  border-right: 5px solid #F1F1F1;
  min-height: 1550px;
}
.proshow-wrap .proshowcon .prwmain .pmleft table,
.proshow-wrap .proshowcon .prwmain .pmleft img {
  width: 100% !important;
  height: auto !important;
}
.proshow-wrap .proshowcon .prwmain .pmright {
  float: right;
  width: 400px;
}
.proshow-wrap .proshowcon .prwmain .pmright .irtel {
  width: 100%;
  height: 95px;
  background-color: #434A54;
  text-align: center;
  color: #FFF;
}
.proshow-wrap .proshowcon .prwmain .pmright .irtel .irteltxt {
  display: block;
  font-size: 28px;
  line-height: 45px;
  padding-top: 10px;
  letter-spacing: 3px;
}
.proshow-wrap .proshowcon .prwmain .pmright .irtel .irtelnum {
  font-size: 20px;
}
.proshow-wrap .proshowcon .prwmain .pmright .slidepro {
  border-top: 10px solid #F1F1F1;
  padding: 0 10px;
}
.proshow-wrap .proshowcon .prwmain .pmright .slidepro .tjcps .tpblock {
  height: 100px;
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px dotted #F1F1F1;
}
.proshow-wrap .proshowcon .prwmain .pmright .slidepro .tjcps .tpblock .tjimg {
  float: left;
}
.proshow-wrap .proshowcon .prwmain .pmright .slidepro .tjcps .tpblock .tjimg img {
  width: 150px;
  height: 90px;
  padding: 3px;
  border: 1px solid #F1F1F1;
}
.proshow-wrap .proshowcon .prwmain .pmright .slidepro .tjcps .tpblock .tjinfo {
  margin-left: 150px;
  padding: 5px;
}
.proshow-wrap .proshowcon .prwmain .pmright .slidepro .tjcps .tpblock .tjinfo .tjitit {
  font-size: 15px;
  line-height: 30px;
  height: 60px;
}
.proshow-wrap .proshowcon .prwmain .pmright .slidepro .tjcps .tpblock .tjinfo .tjiprice {
  float: left;
  color: #F60;
  font-size: 16px;
}
.proshow-wrap .proshowcon .prwmain .pmright .slidepro .tjcps .tpblock .tjinfo .tjiprice:before {
  content: '优惠价￥';
  font-size: 13px;
}
.proshow-wrap .proshowcon .prwmain .pmright .slidepro .tjcps .tpblock .tjinfo .tjibtn {
  float: right;
}
.proshow-wrap .proshowcon .prwmain .pmright .pmrtit {
  font-size: 15px;
  border-bottom: 1px dotted #F1F1F1;
  line-height: 50px;
  color: #555;
}
.proshow-wrap .proshowcon .prwmain .pmright .slidear {
  border-top: 10px solid #F1F1F1;
  padding: 0 10px;
}
.proshow-wrap .proshowcon .prwmain .pmright .slidear ul li {
  line-height: 40px;
  font-size: 13px;
  border-bottom: 1px dotted #F1F1F1;
}
.proshow-wrap .proshowcon .prwmain .pmright .slidear ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.proshow-wrap .proshowcon .prwmain .pmright .slidear ul li a:hover {
  color: #00a7e1;
  background: #f6f9fb;
}
.proshow-wrap .proshowcon .prwmain .pmright .slidetool {
  border-top: 10px solid #F1F1F1;
  padding: 0 10px;
}
.guestbook-main {
  border-top: 10px solid #F1F1F1;
  width: 1200px;
  background-color: #FFF;
  box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.15);
  margin: auto;
  padding: 20px 50px;
}
.text-desc {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  height: 100%;
  opacity: 0;
  width: 100%;
  padding: 10px 10px;
  color: #FFF;
}
.text-desc a {
  color: #FFF;
}
.text-desc .tdtit {
  line-height: 23px;
  font-size: 14px;
  font-weight: normal;
}
.text-desc .tddesc {
  margin-top: 10px;
  line-height: 20px;
  font-size: 12px;
}
.media-wrap {
  padding: 20px 0;
  background-color: #F1F1F1;
}
.media-wrap .mediacon {
  width: 1200px;
  margin: auto;
  padding-top: 50px;
  background-color: #FFF;
  box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.15);
  min-height: 600px;
}
.mask-1 {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.mask-1 .text-desc {
  opacity: 0.6;
  top: -100%;
  transition: 0.5s;
}
.mask-1 img {
  transition: 0.5s;
}
.mask-1:hover img {
  transform: scale(1.2);
}
.mask-1:hover .text-desc {
  top: 0;
}
.side {
  position: fixed;
  width: 54px;
  height: 275px;
  right: 0;
  top: 214px;
  z-index: 100;
}
.side ul li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  border-bottom: 1px solid #444;
}
.side ul li .sidebox {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  font: 14px/54px "微软雅黑";
  overflow: hidden;
}
.side ul li .sidetop {
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.3s;
}
.side ul li .sidetop:hover {
  background: #ae1c1c;
  opacity: 1;
  filter: alpha(opacity=100);
}
.side ul li img {
  float: left;
}
.side ul li i {
  width: 54px;
  height: 54px;
  display: block;
  text-align: center;
  float: left;
}
.orderTab {
  width: 90%;
  font-size: 16px;
  margin: 30px auto;
}
.orderTab th {
  width: 90px;
  text-align: right;
  border-bottom: 1px solid #f1f1f1;
  line-height: 50px;
}
.orderTab td {
  line-height: 45px;
  padding-left: 1rem;
  border-bottom: 1px solid #f1f1f1;
}
.orderTab .ottit {
  font-weight: bold;
  line-height: 55px;
  text-align: center;
  padding: 0;
}
.orderTab .otipt {
  width: 90%;
  float: left;
  border-color: #F1F1F1;
}
.orderTab .otipswrap {
  padding: 0;
}
.orderTab .otips {
  color: #f60;
  font-size: 15px;
  text-align: center;
  padding: 0;
  width: 33%;
}
.add-order-wrap {
  width: 100%;
  padding: 100px 0;
  padding-top: 120px;
  background-color: #F1F1F1;
}
.add-order-wrap .proshowcon {
  width: 1200px;
  margin: auto;
  background-color: #FFF;
  box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.15);
}
.add-order-wrap .userForm {
  width: 600px;
  margin: auto;
}
.add-order-wrap .userForm .usertool {
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #F1F1F1;
  line-height: 50px;
}
.add-order-wrap .userForm table td {
  line-height: 40px;
}
.add-order-wrap .userFormTitle {
  width: 100%;
  line-height: 50px;
  border-bottom: 1px solid #D1D1D1;
  text-align: center;
  margin-bottom: 50px;
  background-color: #434A54;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 5px;
}
.am-datepicker-table {
  background-color: #FFF;
}
.bprice {
  width: 100%;
  text-align: right;
  font-weight: bold;
  font-size: 22px;
  color: #f60;
  margin-right: 20px;
}
.qrbtn {
  color: #04b00f;
  font-size: 14px;
  cursor: pointer;
}
.zdy-tip a {
  font-size: 14px;
}
.mask {
  background: #000;
  filter: alpha(opacity=50);
  /* IE的透明度 */
  opacity: 0.5;
  /* 透明度 */
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  /* 此处的图层要大于页面 */
  display: none;
}
.orderForm {
  width: 80%;
  margin: auto;
}
.orderForm table {
  width: 90%;
  margin: auto;
  font-size: 13px;
  border: 1px solid #F1F1F1;
  margin-top: 25px;
  background-color: #FFF;
  box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.15);
}
.orderForm table th,
.orderForm table td {
  line-height: 35px;
  border-bottom: 1px dotted #F1F1F1;
}
.orderForm table th {
  font-weight: bold;
  text-align: right;
}
