/*
 *  通用css(less版)效率工具
 *  作者：浙小孩
 *  联系：xm94630@126.com
 *  时间：2014-01-17
 *  更新：2014-02-19
 */
/*.myb {
  border: solid 1px orangered;
}
.myb2 {
  border: dotted 1px deepskyblue;
}
.myb3 {
  border: solid 2px gold;
}
.myb4 {
  border: solid 3px plum;
}
.myb5 {
  border: solid 5px mediumpurple;
}*/
* {
  margin: 0px;
  padding: 0px;
}
body {
  font-size: 14px;
  font-family: "微软雅黑";
  color: #666;
  background: #fff;
}
body ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
body a {
  text-decoration: none;
  color: #666;
}
.blankBox {
  clear: both;
}
.myHide {
  display: none;
}
.FS12 {
  font-size: 12px;
}
.FS14 {
  font-size: 14px;
}
.FS16 {
  font-size: 16px;
}
.FS18 {
  font-size: 16px;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.MT10 {
  margin-top: 10px;
}
.MB10 {
  margin-bottom: 10px;
}
.ML10 {
  margin-left: 10px;
}
.MR10 {
  margin-right: 10px;
}
.MT20 {
  margin-top: 20px;
}
.MB20 {
  margin-bottom: 20px;
}
.ML20 {
  margin-left: 20px;
}
.MR20 {
  margin-right: 20px;
}
@font-face {
  font-family: "方正正中黑";
  src: url("../font/方正正中黑.TTF");
}
/*
 *  项目css部分
 */
.bar {
  width: 100%;
  height: 55px;
  background: #fff;
}
.bar .cen {
  width: 1000px;
  height: 55px;
  margin: 0 auto;
}
.bar .cen .logo {
  width: 109px;
  height: 55px;
  background: url("http://www.xdf.cn/zhuanti/rss/public/img/logo.jpg") no-repeat;
  float: left;
}
.bar .cen .logo2 {
  width: 130px;
  height: 55px;
  background: url("http://www.xdf.cn/zhuanti/rss/public/img/logo2.jpg") no-repeat;
  float: left;
}
.bg {
  width: 100%;
  height: 944px;
  background: url("http://www.xdf.cn/zhuanti/rss/public/img/bg.png") 50% 50%;
}
.con {
  width: 1000px;
  margin: 0 auto;
}
.con .title {
  width: 1000px;
  height: 123px;
  background: url("http://www.xdf.cn/zhuanti/rss/public/img/title.png") no-repeat;
}
.con .title2 {
  width: 1000px;
  height: 123px;
  background: url("http://www.xdf.cn/zhuanti/rss/public/img/title2.png") no-repeat;
}
.con .bigBox {
  width: 1030px;
}
.con .bigBox .box {
  width: 295px;
  height: 85px;
  border: solid 1px #cddbe9;
  background: #fff;
  margin-right: 17px;
  margin-bottom: 17px;
  padding: 13px;
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.con .bigBox .box .miniT {
  width: 100%;
  height: 26px;
}
.con .bigBox .box .miniT span {
  font-size: 24px;
  line-height: 26px;
}
.con .bigBox .box .miniT div {
  height: 23px;
  width: 53px;
  display: block;
  float: right;
  background: #fc6131;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.con .bigBox .box .miniT div:hover {
  background: #fc985c;
}
.con .bigBox .box .miniT div.select {
  background: rosybrown;
}
.con .bigBox .box .pingF {
  width: 100%;
  height: 28px;
  line-height: 28px;
}
.con .bigBox .box .pingF .xing {
  width: 80px;
  float: left;
}
.con .bigBox .box .pingF span {
  color: #aaa;
  font-size: 12px;
  position: relative;
  top: -2px;
}
.con .bigBox .box .text {
  width: 100%;
  height: 36px;
  line-height: 18px;
  font-size: 13px;
  font-family: "宋体";
  overflow: hidden;
}
.con .bigBox .box.mod {
  width: 295px;
  height: 85px;
  border: none;
  background: none;
  margin-right: 17px;
  margin-bottom: 17px;
  padding: 13px;
  float: left;
}
.con .bigBox .box.mod .btn {
  width: 100px;
  margin: 0 auto;
  display: inline-block;
  width: 90px;
  height: 35px;
  line-height: 35px;
  background: #006960;
  color: #fff;
  text-align: center;
  font-size: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.con .bigBox .box.mod .btn:hover {
  background: #1c9f94;
}
.con .bigBox .l {
  width: 320px;
  float: left;
}
.con .bigBox .l .t {
  height: 45px;
  width: 100%;
}
.con .bigBox .l .t .btn {
  width: 90px;
  height: 45px;
  background: #fff;
  float: left;
  margin-right: 15px;
  line-height: 45px;
  text-align: center;
  font-size: 24px;
  border: solid 1px #cddbe9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.con .bigBox .l .c {
  width: 291px;
  padding: 15px;
  background: url("http://www.xdf.cn/zhuanti/rss/public/img/bg2.png");
}
.con .bigBox .l .c .t2 {
  font-size: 20px;
  line-height: 20px;
}
.con .bigBox .l .c ul {
  margin-top: 5px;
}
.con .bigBox .l .c ul li {
  line-height: 30px;
  font-family: "宋体";
  font-size: 14px;
}
.con .bigBox .l .c ul li:hover {
  text-decoration: underline;
}
.con .bigBox .l .b {
  width: 321px;
  height: 41px;
  background: url("http://www.xdf.cn/zhuanti/rss/public/img/goto.png");
  cursor: pointer;
}
.con .bigBox .r {
  width: 637px;
  float: left;
  margin-left: 40px;
}
.con .bigBox .r .order {
  width: 350px;
  float: left;
}
.con .bigBox .r .order .box001 {
  width: 350px;
  height: 50px;
  background: url("http://www.xdf.cn/zhuanti/rss/public/img/1.png") no-repeat;
  margin-bottom: 30px;
  position: relative;
}
.con .bigBox .r .order .box001 .shareBox {
  width: 61px;
  position: absolute;
  top: 20px;
  left: 257px;
  border: solid 1px #ccc;
  border-bottom: none;
  z-index: 100;
}
.con .bigBox .r .order .box001 .shareBox ul li {
  border-bottom: solid 1px #ccc;
  background: #fff;
  line-height: 28px;
}
.con .bigBox .r .order .box001 .shareBox ul li a {
  color: #666;
}
.con .bigBox .r .order .box001 .bbb {
  width: 300px;
  height: 50px;
  float: right;
}
.con .bigBox .r .order .box001 .bbb input {
  width: 200px;
  height: 28px;
  border: solid 1px #cddbe9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #999;
  display: block;
  float: left;
}
.con .bigBox .r .order .box002 {
  width: 350px;
  height: 50px;
  background: url("http://www.xdf.cn/zhuanti/rss/public/img/2.png") no-repeat;
  margin-bottom: 30px;
}
.con .bigBox .r .order .box002 .bbb {
  width: 300px;
  height: 50px;
  float: right;
}
.con .bigBox .r .order .box002 .bbb input {
  width: 200px;
  height: 28px;
  border: solid 1px #cddbe9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #999;
}
.con .bigBox .r .order .box003 {
  width: 350px;
  height: 50px;
  background: url("http://www.xdf.cn/zhuanti/rss/public/img/3.png") no-repeat;
  margin-bottom: 30px;
}
.con .bigBox .r .order .box003 .bbb {
  width: 300px;
  height: 50px;
  float: right;
}
.con .bigBox .r .order .box003 .bbb input {
  width: 200px;
  height: 28px;
  border: solid 1px #cddbe9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #999;
  display: block;
  float: left;
}
.con .bigBox .r .order .box004 {
  width: 350px;
  height: 50px;
  background: url("http://www.xdf.cn/zhuanti/rss/public/img/4.png") no-repeat;
  margin-bottom: 30px;
}
.con .bigBox .r .order .box004 .bbb {
  width: 300px;
  height: 50px;
  float: right;
}
.con .bigBox .r .order .box004 .bbb input {
  width: 200px;
  height: 28px;
  border: solid 1px #cddbe9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #999;
}
.con .bigBox .r .other {
  width: 240px;
  float: right;
  background: url("http://www.xdf.cn/zhuanti/rss/public/img/bg3.png");
  width: 211px;
  height: 271px;
  padding: 15px;
}
.con .bigBox .r .other .other_t {
  font-size: 24px;
}
.con .bigBox .r .other span {
  font-family: "宋体";
  display: block;
  line-height: 28px;
  margin-top: 10px;
}
.con .bigBox .r .ewm {
	width: 112px;
	height: 112px;
	position: relative;
	top: 20px;
	left: 50px;
}
.con .bottom {
  float: right;
}
.xing1 {
  width: 14px;
  height: 27px;
  display: block;
  background: url("http://www.xdf.cn/zhuanti/rss/public/img/xing.png");
  float: left;
}
.xing2 {
  width: 14px;
  height: 27px;
  display: block;
  background: url("http://www.xdf.cn/zhuanti/rss/public/img/xing2.png");
  float: left;
}
.gBtn {
  width: 180px;
  margin: 0 auto;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background: #006960;
  color: #fff;
  text-align: center;
  font-size: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  top: 20px;
  left: 90px;
  cursor: pointer;
  margin-left: 20px;
  position: relative;
  left: -20px;
}
.gBtn:hover {
  background: #1c9f94;
}
.btnW {
  width: 90px;
  height: 45px;
  background: #fff;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  line-height: 45px;
  text-align: center;
  font-size: 24px;
  border: solid 1px #cddbe9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.btnW.select {
  background: #71b7b0;
  color: #fff;
}
.line {
  width: 100%;
  margin-bottom: 20px;
}
.f13 {
  width: 100%;
  font-size: 13px;
  font-family: "宋体";
  height: 20px;
  color: #575757;
}
.btnR {
  font-family: "宋体";
  font-size: 13px;
  width: 55px;
  height: 22px;
  line-height: 24px;
  background: #fc6131;
  color: #fff;
  text-align: center;
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-right: 20px;
  cursor: pointer;
}
.btnR:hover {
  background: #f8ad4b;
}
.btnR.mod {
  font-family: "宋体";
  font-size: 13px;
  width: 55px;
  height: 22px;
  line-height: 24px;
  background: #fc6131;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  top: 2px;
  margin-left: 15px;
}
.btnR.mod:hover {
  background: #f8ad4b;
}
.btnR.xiu {
  position: relative;
  left: 52px;
  top: 80px;
}
.btnR.mod2 {
  position: relative;
  left: 10px;
  top: 3px;
  z-index: 101;
}
.regBox {
  display: none;
  width: 100px;
  height: 100px;
  width: 261px;
  height: 137px;
  background: url("http://www.xdf.cn/zhuanti/rss/public/img/regBox.png");
  position: relative;
  top: -30px;
  left: 49px;
}
.regBox .input001 {
  position: relative;
  top: 28px;
  left: 60px;
  border: none;
  outline: none;
  color: #999;
}
.regBox .input002 {
  position: relative;
  top: 45px;
  left: -15px;
  border: none;
  outline: none;
  color: #999;
}
.btnZ {
  width: 250px;
  margin: 0 auto;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background: #006960;
  color: #fff;
  text-align: center;
  font-size: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  top: 20px;
  left: 90px;
  cursor: pointer;
  margin-left: 20px;
  position: relative;
  left: 25px;
}
.btnZ:hover {
  background: #1c9f94;
}
