@charset "UTF-8";
.popmark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.3;
  background: black;
  z-index: 50;
}

.popwin, .popwinD, .popwinS {
  position: relative;
  width: 584px;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  box-shadow: 0 0 0 3px #f5f5f5;
  z-index: 70;
}

.popwin .pophead, .popwinD .pophead, .popwinS .pophead {
  position: relative;
  height: 40px;
  background-color: #fe3a3c;
}

.popwin .pophead h3, .popwinD .pophead h3, .popwinS .pophead h3 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.popwin .pophead .closeBtn, .popwinD .pophead .closeBtn, .popwinS .pophead .closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #df2a2c;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/kft/css/i/widget.png-__sprite.html) 0 0 no-repeat;background-position:0px -1359px;
  cursor: pointer;
}

.popwin .pobWrap, .popwinD .pobWrap, .popwinS .pobWrap {
  padding-top: 30px;
}

.popwin .pobWrap .popText, .popwinD .pobWrap .popText, .popwinS .pobWrap .popText {
  padding-top: 70px;
  height: 88px;
  padding-bottom: 0;
}

.popwin .pobLeft, .popwinD .pobLeft, .popwinS .pobLeft {
  float: left;
  width: 346px;
  border-right: 1px solid #e2e2e2;
}

.popwin .formBd, .popwin .formBdShort, .popwinD .formBd, .popwinD .formBdShort, .popwinS .formBd, .popwinS .formBdShort {
  height: 33px;
  border: 1px solid #ccc;
}

.popwin .formBd label, .popwin .formBdShort label, .popwinD .formBd label, .popwinD .formBdShort label, .popwinS .formBd label, .popwinS .formBdShort label {
  float: left;
  width: 70px;
  height: 33px;
  line-height: 33px;
  color: #666;
  text-align: center;
}

.popwin .formBd .xinput, .popwin .formBdShort .xinput, .popwinD .formBd .xinput, .popwinD .formBdShort .xinput, .popwinS .formBd .xinput, .popwinS .formBdShort .xinput {
  float: left;
  width: 206px;
  height: 19px;
  line-height: 19px;
  padding: 7px 3px;
  border: 0;
}

.popwin .formList, .popwinD .formList, .popwinS .formList {
  padding: 0 30px;
}

.popwin .formList li, .popwinD .formList li, .popwinS .formList li {
  margin-bottom: 20px;
}

.popwin .formList .formBdShort, .popwinD .formList .formBdShort, .popwinS .formList .formBdShort {
  float: left;
  width: 163px;
}

.popwin .formList .formBdShort .xinput, .popwinD .formList .formBdShort .xinput, .popwinS .formList .formBdShort .xinput {
  width: 86px;
}

.popwin .formList .btnVal, .popwinD .formList .btnVal, .popwinS .formList .btnVal {
  float: left;
  display: inline;
  width: 109px;
  height: 33px;
  line-height: 33px;
  margin-left: 10px;
  text-align: center;
  color: #fe3a3c;
  cursor: pointer;
  border: 1px solid #ccc;
}

.popwin .formList .tipstext, .popwinD .formList .tipstext, .popwinS .formList .tipstext {
  margin-top: 15px;
  font-size: 12px;
}

.popwin .formList .tipstext .xinputcheck, .popwinD .formList .tipstext .xinputcheck, .popwinS .formList .tipstext .xinputcheck {
  vertical-align: -2px;
  margin-right: 5px;
}

.popwin .formList .tipstext .cred, .popwinD .formList .tipstext .cred, .popwinS .formList .tipstext .cred {
  color: #f8203a;
}

.popwin .btnwrap, .popwin .btnwrapText, .popwinD .btnwrap, .popwinD .btnwrapText, .popwinS .btnwrap, .popwinS .btnwrapText {
  margin-top: 20px;
}

.popwin .btnwrapText, .popwinD .btnwrapText, .popwinS .btnwrapText {
  padding-bottom: 25px;
}

.popwin .btnRed, .popwinD .btnRed, .popwinS .btnRed {
  display: block;
  width: 176px;
  height: 41px;
  line-height: 41px;
  color: #fff;
  background-color: #fe3a3c;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  border-radius: 2px;
}

.popwin .bgGray, .popwinD .bgGray, .popwinS .bgGray {
  margin-top: 30px;
  background: #f7f7f7 url() 0 0 no-repeat;
}

.popwin .bgGray .bookStep, .popwin .bgGray .bookStep1, .popwin .bgGray .bookStep2, .popwinD .bgGray .bookStep, .popwinD .bgGray .bookStep1, .popwinD .bgGray .bookStep2, .popwinS .bgGray .bookStep, .popwinS .bgGray .bookStep1, .popwinS .bgGray .bookStep2 {
  width: 100%;
  height: 159px;
  background: url(/kft/css/i/popstep01.png) center 0 no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.popwin .bgGray .bookStep1, .popwinD .bgGray .bookStep1, .popwinS .bgGray .bookStep1 {
  background: url(/kft/css/i/popstep02.png) center 0 no-repeat;
}

.popwin .bgGray .bookStep2, .popwinD .bgGray .bookStep2, .popwinS .bgGray .bookStep2 {
  background: url(/kft/css/i/popstep.png) center 0 no-repeat;
}

.popwin .pobRight, .popwinD .pobRight, .popwinS .pobRight {
  float: right;
  width: 187px;
  padding: 0 25px;
}

.popwin .pobRight .ewmHead, .popwinD .pobRight .ewmHead, .popwinS .pobRight .ewmHead {
  height: 22px;
  background-color: #f3f3f3;
  font-size: 16px;
  color: #333;
  text-align: center;
  border-radius: 18px;
  padding: 7px 0 7px 5px;
}

.popwin .pobRight .iconPhone, .popwinD .pobRight .iconPhone, .popwinS .pobRight .iconPhone {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 22px;
  height: 22px;
  background: url(/kft/css/i/widget.png-__sprite.html) 0 0 no-repeat;background-position:0px -1404px;
  vertical-align: -5px;
}

.popwin .pobRight .ewmWrap, .popwinD .pobRight .ewmWrap, .popwinS .pobRight .ewmWrap {
  height: 163px;
  margin-top: 25px;
  padding-top: 22px;
  text-align: center;
  background-color: #fbfafa;
  border-radius: 3px;
  box-shadow: 0 2px 0 0 #f5f5f5;
}

.popwin .pobRight .ewmWrap img, .popwinD .pobRight .ewmWrap img, .popwinS .pobRight .ewmWrap img {
  vertical-align: top;
  width: 140px;
  height: 140px;
}

.popwin .popText, .popwinD .popText, .popwinS .popText {
  padding: 35px 50px 25px;
  color: #666;
  line-height: 36px;
  font-size: 16px;
}

.popwin .popText .iconnotic, .popwin .popText .iconsuccess, .popwinD .popText .iconnotic, .popwinD .popText .iconsuccess, .popwinS .popText .iconnotic, .popwinS .popText .iconsuccess {
  float: left;
  margin-right: 10px;
}

.popwin .iconnotic, .popwin .iconsuccess, .popwinD .iconnotic, .popwinD .iconsuccess, .popwinS .iconnotic, .popwinS .iconsuccess {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 64px;
  height: 64px;
  background: url(/kft/css/i/widget.png-__sprite.html) 0 0 no-repeat;background-position:0px -1431px;
}

.popwin .iconsuccess, .popwinD .iconsuccess, .popwinS .iconsuccess {
  background: url(/kft/css/i/widget.png-__sprite.html) 0 0 no-repeat;background-position:0px -1500px;
}

.popwin {
  height: 505px;
}

.popwin .popText {
  padding-top: 150px;
}

.popwin .popText2 {
  padding-top: 70px;
}

.popwin .popText2 ul {
  padding-left: 150px;
  padding-top: 30px;
}

.popwin .pobche {
  height: 244px;
}

.popwin .pobche .prche {
  position: relative;
  width: 525px;
  height: 30px;
  padding: 0 0 20px 0;
}

.popwin .pobche .prtimelist, .popwin .pobche .prtimelist2 {
  position: absolute;
  left: 0;
  top: 30px;
  width: 96px;
  height: 196px;
  border: 1px solid #ccc;
  background-color: #fff;
  overflow-y: auto;
  padding: 0;
  z-index: 5;
}

.popwin .pobche .prtimelist li, .popwin .pobche .prtimelist2 li {
  text-indent: 8px;
  color: #666666;
  line-height: 26px;
  height: 26px;
  cursor: pointer;
}

.popwin .pobche .prtimelist li:hover, .popwin .pobche .prtimelist2 li:hover {
  background-color: #fee4e4;
  color: #fe3a3c;
}

.popwin .pobche .prtimelist2 {
  left: 102px;
  width: 60px;
}

.popwin .pobWrap {
  padding-top: 30px;
}

.popwin .pobWrap .popText {
  padding-top: 70px;
  height: 88px;
  padding-bottom: 0;
}

.popwin .pobWrap .l_showContent_m {
  width: 525px;
  position: relative;
  margin: 0 auto;
}

.popwin .pobWrap .l_showContent_m .l_inputW60 {
  width: 96px;
  text-indent: 8px;
  text-align: left;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #666666;
}

.popwin .pobWrap .l_showContent_m .l_inputW38 {
  width: 60px;
  text-indent: 8px;
  text-align: left;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #666666;
}

.popwin .pobWrap .l_showContent_m p {
  width: 525px;
  height: 30px;
  padding: 0 0 20px 0;
}

.popwin .pobWrap .l_showContent_m input {
  height: 25px;
  line-height: 25px;
  border: 1px solid #c4c6c7;
  background-color: #fff;
  text-align: center;
  font-family: "Arial";
  font-size: 16px;
  color: #7d7d7d;
}

.popwin .pobWrap .l_showContent_m i {
  font-style: normal;
  font-size: 12px;
  color: #da0101;
  font-family: "Sim Sun";
  margin-left: 8px;
}

.popwin .pobWrap .l_showContent_m table {
  width: 525px;
  height: 90px;
  text-align: center;
  background-color: #fbfafa;
  border-spacing: 0;
  border-collapse: collapse;
}

.popwin .pobWrap .l_showContent_m table a {
  width: 51px;
  height: 51px;
  display: inline-block;
  font-family: "Arial";
  font-size: 20px;
  color: #7d7d7d;
}

.popwin .pobWrap .l_showContent_m table a:hover {
  text-decoration: none;
}

.popwin .pobWrap .l_showContent_m table .l_af, .popwin .pobWrap .l_apds a {
  width: 51px;
  height: 51px;
  line-height: 51px;
  background-color: #fee4e4;
  color: #fe3a3c;
  text-decoration: none;
  font-size: 20px;
}

.popwin .pobWrap .l_apds a {
  background: none;
}

.popwin .pobWrap .l_showContent_m table th {
  text-align: center;
  font-weight: normal;
  padding: 2px 0;
}

.popwin .pobWrap .l_showContent_m table td {
  height: 51px;
}

.popwin .pobWrap .l_showContent_m em {
  font-style: normal;
  font-size: 12px;
  position: absolute;
  top: 130px;
}

.popwin .pobWrap .tr_Bg {
  height: 30px;
  background-color: #ebebeb;
  border-top: 2px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  color: #535252;
  font-size: 16px;
}

.popwin .pobWrap .l_apds {
  width: 51px;
  height: 51px;
  font-size: 12px;
  position: relative;
  top: 0px;
  right: 0px;
}

.popwin .pobWrap .l_apds span {
  position: absolute;
  top: 0px;
  right: 4px;
}

.popwin .pobWrap .l_m {
  color: #f77142;
}

.popwin .pobWrap .l_y {
  color: #65b81b;
}

.popwin .pobWrap .l_showContent_f {
  padding: 0 0 0 30px;
}

.popwin .pobWrap .l_showContent_f .cred {
  float: left;
  width: 12px;
  color: #fe3a3c;
  margin-left: -12px;
}

.popwin .pobWrap .l_showContent_f ul {
  padding: 20px 0 0;
}

.popwin .pobWrap .l_showContent_f li {
  float: left;
  display: inline;
  width: 238px;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  color: #797979;
  border: 1px solid #c4c6c7;
}

.popwin .pobWrap .l_showContent_f li.clearfix {
  margin-right: 46px;
}

.popwin .pobWrap .l_showContent_f li span {
  width: 80px;
  height: 30px;
  float: left;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  text-indent: 10px;
}

.popwin .pobWrap .l_showContent_f .l_Aselect {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/kft/css/i/selectimg.png) right no-repeat;
  color: #666666;
  font-family: "Arial";
}

.popwin .pobWrap .l_showContent_f .l_Aselect:hover {
  text-decoration: none;
}

.popwin .pobWrap .l_showContent_f .l_input {
  width: 140px;
  height: 26px;
  border: 0;
  padding-left: 10px;
  line-height: 26px;
}

.popwin .pobWrap .l_showPos {
  overflow: visible;
}

.popwin .pobWrap .w_select {
  width: 156px;
  height: 26px;
  line-height: 26px;
  display: inline;
  position: relative;
}

.popwin .pobWrap .w_select a.w_sedBtn {
  font-family: "Arial";
  color: #999;
  line-height: 30px;
  text-decoration: none;
  display: block;
  padding-left: 10px;
  background: url(/kft/css/i/selectimg.png) right no-repeat;
  font-size: 14px;
}

.popwin .pobWrap .w_select a.w_sedBtn:hover {
  color: #666;
  text-decoration: none;
}

.popwin .pobWrap .w_Item {
  width: 238px;
  border: 1px solid #c4c6c7;
  position: absolute;
  left: -81px;
  top: 30px;
  padding: 36px 0;
  background: #fbfafa;
}

.popwin .pobWrap .w_Item input {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: "Arial";
  color: #666;
  border: 1px solid #d2d2d2;
}

.popwin .pobWrap .w_upBtn {
  background: url(/kft/css/i/widget.png-__sprite.html) 0 0 no-repeat;background-position:0px -1569px;
  width: 17px;
  height: 9px;
  position: absolute;
  left: 8px;
  top: -17px;
}

.popwin .pobWrap .w_upBtn:hover {
  background: url(/kft/css/i/widget.png-__sprite.html) 0 0 no-repeat;background-position:0px -1583px;
}

.popwin .pobWrap .w_DownBtn {
  background: url(/kft/css/i/widget.png-__sprite.html) 0 0 no-repeat;background-position:0px -1597px;
  width: 17px;
  height: 9px;
  position: absolute;
  left: 8px;
  bottom: -17px;
}

.popwin .pobWrap .w_DownBtn:hover {
  background: url(/kft/css/i/widget.png-__sprite.html) 0 0 no-repeat;background-position:0px -1611px;
}

.popwin .pobWrap .w_ItemL, .popwin .pobWrap .w_ItemR {
  position: relative;
}

.popwin .pobWrap .w_ItemL {
  margin-left: 60px;
}

.popwin .pobWrap .w_ItemM {
  font-family: "Arial";
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin: 0 15px;
}

.popwinD, .popwinS {
  width: 600px;
}

.popwinD .popbody, .popwinS .popbody {
  padding-top: 20px;
}

.popwinD .popDCon, .popwinS .popDCon {
  padding-bottom: 20px;
}

.popwinD .popDLeft, .popwinS .popDLeft {
  float: left;
  width: 278px;
  padding-left: 20px;
}

.popwinD .popDLeft .alinkk, .popwinS .popDLeft .alinkk {
  display: block;
  width: 278px;
  height: 208px;
  overflow: hidden;
}

.popwinD .popDLeft .alinkk img, .popwinS .popDLeft .alinkk img {
  vertical-align: top;
  width: 278px;
  height: 208px;
}

.popwinD .popDRight, .popwinS .popDRight {
  float: right;
  width: 283px;
}

.popwinD .popDRight .popDformlist, .popwinS .popDRight .popDformlist {
  height: 208px;
}

.popwinD .popDRight .popDformlist label, .popwinS .popDRight .popDformlist label {
  float: left;
  width: 60px;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #666;
}

.popwinD .popDRight li.clearfix, .popwinS .popDRight li.clearfix {
  *float: left;
  width: 100%;
  height: 32px;
  margin-bottom: 12px;
}

.popwinD .popDRight .xselcet, .popwinD .popDRight .xselceted, .popwinS .popDRight .xselcet, .popwinS .popDRight .xselceted {
  float: left;
  position: relative;
  width: 186px;
  height: 30px;
  border: 1px solid #ccc;
  text-indent: 10px;
  cursor: pointer;
}

.popwinD .popDRight .xselcet .cur, .popwinD .popDRight .xselceted .cur, .popwinS .popDRight .xselcet .cur, .popwinS .popDRight .xselceted .cur {
  display: block;
  padding-right: 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.popwinD .popDRight .xselcet .icondown, .popwinD .popDRight .xselceted .icondown, .popwinS .popDRight .xselcet .icondown, .popwinS .popDRight .xselceted .icondown {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(/kft/css/i/widget.png-__sprite.html) 0 0 no-repeat;background-position:0px -1625px;
  top: 0;
  right: 0;
}

.popwinD .popDRight .xselcet ul, .popwinD .popDRight .xselceted ul, .popwinS .popDRight .xselcet ul, .popwinS .popDRight .xselceted ul {
  display: none;
  position: absolute;
  width: 186px;
  border: 1px solid #ccc;
  top: 30px;
  left: -1px;
  background-color: #fff;
}

.popwinD .popDRight .xselcet ul li, .popwinD .popDRight .xselceted ul li, .popwinS .popDRight .xselcet ul li, .popwinS .popDRight .xselceted ul li {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  color: #666;
  padding: 2px 0;
  cursor: pointer;
}

.popwinD .popDRight .xselcet ul li:hover, .popwinD .popDRight .xselceted ul li:hover, .popwinS .popDRight .xselcet ul li:hover, .popwinS .popDRight .xselceted ul li:hover {
  background-color: #eee;
}

.popwinD .popDRight .xselceted, .popwinS .popDRight .xselceted {
  z-index: 5;
}

.popwinD .popDRight .xselceted ul, .popwinS .popDRight .xselceted ul {
  display: block;
}

.popwinD .popDRight .iconerror, .popwinS .popDRight .iconerror {
  float: left;
  width: 30px;
  height: 30px;
  background: url(/kft/css/i/widget.png-__sprite.html) 0 0 no-repeat;background-position:0px -1660px;
  text-indent: -9999px;
  overflow: hidden;
}

.popwinD .popDRight .xinput, .popwinD .popDRight .xinputShort, .popwinS .popDRight .xinput, .popwinS .popDRight .xinputShort {
  float: left;
  width: 180px;
  height: 20px;
  border: 1px solid #ccc;
  text-indent: 10px;
  padding: 5px 3px;
}

.popwinD .popDRight .xinputShort, .popwinS .popDRight .xinputShort {
  width: 81px;
}

.popwinD .popDRight .btnVal, .popwinD .popDRight .btnValFail, .popwinS .popDRight .btnVal, .popwinS .popDRight .btnValFail {
  float: left;
  display: inline;
  width: 87px;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  color: #fe3a3c;
  cursor: pointer;
  border: 1px solid #fe3a3c;
  border-radius: 2px;
}

.popwinD .popDRight .btnValFail, .popwinS .popDRight .btnValFail {
  color: #666;
  border: 1px solid #e0e0e0;
  background-color: #f7f7f7;
  cursor: default;
}

.popwinD .linebdt, .popwinS .linebdt {
  background: url(/kft/css/i/popline.png) 0 top repeat-x;
  margin: 0 20px;
}

.popwinD .buildFav, .popwinS .buildFav {
  padding: 15px 0 5px;
}

.popwinD .buildFav label, .popwinS .buildFav label {
  float: left;
  width: 66px;
  color: #333;
}

.popwinD .buildFav ul, .popwinS .buildFav ul {
  float: right;
  width: 494px;
}

.popwinD .buildFav li, .popwinS .buildFav li {
  float: left;
  color: #666;
  margin-bottom: 10px;
}

.popwinD .buildFav .xinputcheck, .popwinS .buildFav .xinputcheck {
  margin-left: 18px;
  vertical-align: -1px;
}

.popwinD .btnwrapText, .popwinS .btnwrapText {
  padding-top: 25px;
}

.popwinD .btnText, .popwinS .btnText {
  font-size: 16px;
  color: #555;
  text-align: center;
  padding-top: 8px;
}

.popwinD .btnText .iconuser, .popwinS .btnText .iconuser {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 21px;
  height: 21px;
  background: url(/kft/css/i/widget.png-__sprite.html) 0 0 no-repeat;background-position:0px -1695px;
  vertical-align: middle;
}

.popwinD .btnText .cred, .popwinS .btnText .cred {
  color: #fe3a3c;
}

.popwinD .TextBottom, .popwinS .TextBottom {
  padding: 10px 20px 10px 30px;
  background-color: #f7f7f7;
  line-height: 26px;
}

.popwinD .TextBottom p, .popwinS .TextBottom p {
  font-size: 14px;
  color: #666;
}

.popwinD .TextBottom p em, .popwinS .TextBottom p em {
  color: #fe3a3c;
  margin-left: -10px;
}

.popwinS {
  width: 318px;
}

.popwinS .popDRight {
  float: none;
  padding-left: 20px;
}

.popwinS .popDRight .popDformlist {
  height: auto;
}

.popwinS .btnwrapText {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 30px;
}

.popDetail {
  position: absolute;
  left: -10px;
  bottom: 40px;
  width: 434px;
  background-color: #f5f5f5;
  padding: 3px;
  border-radius: 3px;
  z-index: 70;
}

.popDetail .popdetailin {
  border: 1px solid #d5d5d5;
  background-color: #fff;
}

.popDetail .popdetailin .bdline {
  margin: 10px 10px 0 10px;
  *margin: 0;
  *padding: 10px 10px 0 10px;
  padding-bottom: 20px;
  background: url(/kft/css/i/popline.png) 0 bottom repeat-x;
}

.popDetail .popflimg {
  float: left;
  width: 175px;
  height: 130px;
}

.popDetail .popflimg img {
  vertical-align: top;
  width: 175px;
  height: 130px;
}

.popDetail .poptext {
  float: right;
  width: 226px;
}

.popDetail .poptext h5 {
  font-size: 18px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  font-weight: bold;
}

.popDetail .poptext h5 a {
  color: #333;
}

.popDetail .poptext li {
  overflow: hidden;
  line-height: 23px;
  color: #777;
}

.popDetail .poptext span {
  width: 180px;
  line-height: 23px;
  color: #777;
  margin-right: 0;
}

.popDetail .poptext .pultitle {
  width: auto;
  color: #444;
}

.popDetail .poptext .cred {
  color: #f8203a;
}

.popDetail .poptext .shortspan {
  width: 150px;
}

.popDetail .popDbottom {
  background-color: #f8f8f8;
  padding: 15px 10px 20px;
}

.popDetail .popDbottom .iconhui {
  float: left;
  width: 29px;
  height: 29px;
  background: url(/kft/css/i/widget.png-__sprite.html) 0 0 no-repeat;background-position:0px -1721px;
  margin-right: 6px;
  margin-top: 3px;
}

.popDetail .popDbottom .huitext {
  float: left;
  width: 232px;
  line-height: 20px;
  font-size: 14px;
  color: #555;
  margin-right: 0;
}

.popDetail .popDbottom .btnRedW {
  float: right;
  width: 120px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #f8203a;
  border-radius: 2px;
  color: #f8203a;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 0 0 #f7d8db;
}

.popDetail .popdesan {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -9px;
  display: block;
  width: 20px;
  height: 13px;
  background: url(/kft/css/i/widget.png-__sprite.html) 0 0 no-repeat;background-position:0px -1755px;
}

body .l_Abtn, body .l_aBtnC {
  background-color: #fe3a3c;
}

body .l_titleBg {
  height: 40px;
  background-color: #fe3a3c;
}

body .l_titleBg a {
  width: 40px;
  height: 40px;
  background: url(/kft/css/i/widget.png-__sprite.html) 0 0 no-repeat;background-position:0px -1359px;
}

.popwinD .totalLine {
  position: relative;
  background: #fefceb;
  border: 1px solid #ffe9c2;
  border-radius: 2px;
  box-shadow: 0 5px #fff2db;
  z-index: 9;
  width: 543px;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.popwinD .totalLine .arrow02 {
  width: 14px;
  height: 12px;
  display: inline-block;
  background: url(/kft/css/i/widget.png-__sprite.html) 0 0 no-repeat;background-position:0px -249px;
  position: absolute;
  left: 40px;
  top: -10px;
}

.popwinD .totalLine .rightIco {
  position: absolute;
  right: 46px;
  top: 53px;
  width: 4px;
  height: 42px;
  background: #fdefe0;
}

.popwinD .totalLine .leftIco {
  position: absolute;
  left: 54px;
  top: 99px;
  width: 4px;
  height: 42px;
  background: #fdefe0;
}

.popwinD .totalLine .hengIco {
  position: absolute;
  right: 46px;
  top: 95px;
  width: 463px;
  height: 4px;
  background: #fdefe0;
}

.popwinD .totalLine .totalList li {
  position: relative;
  width: 71px;
  text-align: center;
  font-size: 12px;
  color: #666;
  float: left;
  margin-top: 50px;
  margin-bottom: 5px;
}

.popwinD .totalLine .totalList li .div_line2 {
  width: 71px;
  height: 5px;
  margin-bottom: 10px;
}

.popwinD .totalLine .totalList li .w_line2 {
  width: 71px;
  height: 3px;
  font-size: 0;
  line-height: 0;
  background: #ffcda8;
  border-bottom: 1px solid #feecd0;
  border-top: 1px solid #feecd0;
  display: block;
}

.popwinD .totalLine .totalList li .circle {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/kft/css/i/circleico.png) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -6px;
}

.popwinD .totalLine .totalList li .startIco {
  display: inline-block;
  width: 40px;
  height: 24px;
  background: url(/kft/css/i/widget.png-__sprite.html) 0 0 no-repeat;background-position:0px -264px;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -20px;
}

.popwinD .totalLine .totalList li .endIco {
  display: inline-block;
  width: 40px;
  height: 24px;
  background: url(/kft/css/i/widget.png-__sprite.html) 0 0 no-repeat;background-position:0px -293px;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -20px;
}

.popwinD .totalLine .totalList li .wenzi2 {
  display: inline-block;
  width: 71px;
  height: 18px;
  overflow: hidden;
}

.popwinD .totalLine .totalList .startLine .w_line2 {
  width: 35px;
  float: right;
}

.popwinD .totalLine .totalList .endLine .w_line2 {
  width: 35px;
  float: left;
}
