<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ***************************************************************************** 璐墿杞� ********* */
.blk_buyHeader {
  height: 80px;
  margin-top: 50px;
}
.blk_buyHeader .logo {
  width: 208px;
  height: 90px;
  overflow: hidden;
  float: left;
}
.blk_buyHeader .name {
  float: left;
  line-height: 38px;
  border-left: 1px solid #CCC;
  margin-top: 15px;
  padding-left: 10px;
  font-size: 18px;
}
.blk_buyHeader .buyflow {
  width: 480px;
  margin: 30px auto 0;
  height: 50px;
}
.blk_buyHeader .buyflow li {
  width: 160px;
  float: left;
  text-align: center;
  color: #dcdcdc;
  border-top: 5px solid #dcdcdc;
  position: relative;
}
.blk_buyHeader .buyflow li .num {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #dcdcdc;
  color: #FFF;
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -10px;
}
.blk_buyHeader .buyflow li .tit {
  line-height: 40px;
}
.blk_buyHeader .buyflow li.current {
  border-top-color: #7abd54;
  color: #7abd54;
}
.blk_buyHeader .buyflow li.current .num {
  background-color: #7abd54;
}
.blk_buyHeader .buyflow li.finish {
  border-top-color: #c0e6aa;
  color: #c0e6aa;
}
.blk_buyHeader .buyflow li.finish .num {
  background-color: #c0e6aa;
}
.blk_goodsList {
  border-bottom: 1px solid #dddddd;
  padding: 0 0 20px;
}
.blk_goodsList .goodsSt {
  text-align: right;
  line-height: 30px;
}
.blk_goodsList .goodsList {
  border-top: 2px solid #c7c7c7;
  background-color: #f8f8f8;
}
.blk_goodsList .goodsList table {
  width: 100%;
}
.blk_goodsList .goodsList th,
.blk_goodsList .goodsList td {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 5px;
  text-align: center;
}
.blk_goodsList .goodsList td.t1 {
  width: 80px;
}
.blk_goodsList .goodsList td.t2 {
  text-align: right;
  width: 62px;
}
.blk_goodsList .goodsList td.t3 {
  text-align: left;
}
.blk_goodsList .goodsList td.t4 {
  width: 90px;
}
.blk_goodsList .goodsList td.t5 {
  width: 90px;
}
.blk_goodsList .goodsList td.t6 {
  width: 80px;
}
.blk_goodsList .goodsList td.t7 {
  width: 90px;
  color: #cf7102;
}
.blk_goodsList .goodsList td.t8 {
  width: 60px;
}
.blk_goodsList .goodsList td.t8 a {
  text-decoration: underline;
}
.blk_goodsList .goodsList td .del,
.blk_goodsList .goodsList td .add {
  background-color: #fff;
  border: 1px solid #dddddd;
  display: inline-block;
  width: 16px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
.blk_goodsList .goodsList td .num {
  width: 30px;
  border: 1px solid #dddddd;
  height: 20px;
  text-align: center;
  font-size: 12px;
}
.blk_goodsList .goodsList .pic {
  border: 1px solid #dddddd;
  background-color: #fff;
  text-align: center;
  padding: 5px;
}
.blk_goodsList .goodsTotal {
  text-align: right;
  padding: 20px 0 15px;
  font-size: 16px;
}
.blk_goodsList .goodsTotal .pr {
  font-size: 18px;
  font-weight: bold;
  color: #cf7102;
}
.blk_goodsList .goodsBtn {
  text-align: right;
}
.blk_goodsList .goodsBtn button {
  width: 150px;
  height: 40px;
  color: #FFF;
  border: 0;
  font-size: 16px;
  border-radius: 5px;
  border-bottom: 1px solid #6a3a01;
  background-color: #cf7102;
}
.blk_aboutGoods .tab {
  height: 28px;
}
.blk_aboutGoods .tab li {
  float: left;
  margin: 3px 5px 0 0;
  padding: 0 20px;
  border: 1px solid #dddddd;
  height: 24px;
  line-height: 24px;
  margin-bottom: -1px;
  cursor: pointer;
}
.blk_aboutGoods .tab li.current {
  border-bottom-color: #FFF;
  margin-top: 0;
  height: 27px;
  line-height: 27px;
  color: #cf7102;
}
.blk_aboutGoods .con {
  border: 1px solid #dddddd;
}
.blk_aboutGoods .box {
  padding: 15px 0;
  position: relative;
  display: none;
}
.blk_aboutGoods .box.current {
  display: block;
}
.blk_aboutGoods .box .arr {
  position: absolute;
  top: 100px;
  width: 40px;
  height: 30px;
  cursor: pointer;
  background: url(../img/slideArrow.png) no-repeat 0 -30px;
}
.blk_aboutGoods .box .arr.slidePrev {
  left: 5px;
}
.blk_aboutGoods .box .arr.slideNext {
  right: 5px;
  background-position: 0 -60px;
}
.goodsSlide {
  width: 880px;
  height: 240px;
  margin: 0 auto;
  overflow: hidden;
}
.goodsSlide .items {
  width: 99999px;
}
.goodsSlide li {
  text-align: center;
  float: left;
  width: 140px;
  margin: 0 20px;
}
.goodsSlide .t {
  margin: 15px 0 0;
  line-height: 18px;
  max-height: 38px;
  overflow: hidden;
}
.goodsSlide .pr {
  line-height: 30px;
  color: #cf7102;
}
.goodsSlide .toCart {
  width: 80px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #f8f8f8;
  margin: 0 auto;
  cursor: pointer;
  padding: 3px 5px;
  display: block;
}
.goodsSlide .toCart:hover {
  text-decoration: none;
}
/* ***************************************************************************** 璁㈣喘 ********* */
.blk_buyDetail .tit {
  font-size: 16px;
  color: #666;
  height: 30px;
}
.blk_buyDetail .buyDetail {
  border: 1px solid #dddddd;
}
.blk_buyDetail .buyDetail .cover {
  width: 180px;
  text-align: center;
  border-right: 1px solid #dddddd;
}
.blk_buyDetail .buyDetail table {
  width: 100%;
}
.blk_buyDetail .buyDetail th {
  background-color: #EEE;
  line-height: 30px;
}
.blk_buyDetail .buyDetail .t2 {
  text-align: center;
}
.blk_buyDetail .buyDetail .t3,
.blk_buyDetail .buyDetail .t4,
.blk_buyDetail .buyDetail .t5 {
  width: 120px;
  text-align: center;
  padding: 10px 0;
}
.blk_buyDetail .buyDetail .num {
  width: 40px;
  border: 1px solid #dddddd;
  height: 20px;
  text-align: center;
  font-size: 12px;
}
.blk_buyDetail .buyDetail .info {
  border-top: 1px dashed #dddddd;
  padding: 10px 0;
}
.blk_buyDetail .buyDetail .info label {
  display: inline-block;
  margin-right: 10px;
}
.blk_buyDetail .buyDetail .row {
  margin: 0 20px 5px;
}
.blk_buyDetail .buyDetail .s {
  color: #F00;
}
.blk_buyDetail .buyDetail .useq {
  background-color: #cf7102;
  color: #FFF;
  border-radius: 3px;
  padding: 2px 8px;
}
.blk_buyForm {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blk_buyForm .alt {
  width: 80px;
  text-align: right;
  font-weight: bold;
}
.blk_buyForm td {
  padding: 5px 0;
}
.blk_buyForm .s {
  color: #F00;
  padding-left: 5px;
}
.blk_buyPrice {
  text-align: right;
  line-height: 26px;
}
.blk_buyPrice .total {
  font-size: 18px;
  color: #F00;
  padding: 5px 0 10px;
}
.blk_buyPrice .total .pr {
  font-size: 22px;
}
.blk_buyPrice button {
  width: 160px;
  height: 40px;
  color: #FFF;
  border: 0;
  font-size: 16px;
  border-radius: 5px;
  border-bottom: 1px solid #6a3a01;
  background-color: #cf7102;
}
.blk_address {
  background-color: #e7e7e7;
  text-align: right;
  margin-top: 20px;
  padding: 10px 10px 30px 0;
}
/* ***************************************************************************** 寮圭獥 ********* */
.pop_coupon {
  width: 500px;
  height: 260px;
  background-color: #fff;
  bottom: 1px solid #dddddd;
  box-shadow: 0 0 10px #ccc;
  position: absolute;
  display: none;
}
.pop_coupon .pop_close {
  position: absolute;
  height: 25px;
  overflow: hidden;
  right: 5px;
  top: 5px;
  font-size: 40px;
  line-height: 25px;
  cursor: pointer;
  color: #ccc;
}
.pop_coupon .pop_close:hover {
  color: #cf7102;
}
.pop_coupon .couponBox {
  margin: 30px 80px;
}
.pop_coupon .couponBox li {
  padding-left: 100px;
  margin-bottom: 20px;
}
.pop_coupon .couponBox li .alt {
  float: left;
  margin-left: -100px;
  width: 100px;
  text-align: right;
  line-height: 25px;
}
.pop_coupon .couponBox li .inp {
  width: 200px;
  border: 1px solid #dddddd;
  height: 25px;
  line-height: 25px;
}
.pop_coupon .couponBox .submitBtn {
  height: 35px;
  width: 130px;
  color: #FFF;
  border: none;
  background-color: #cf7102;
  border-bottom: 1px solid #6a3a01;
}
.pop_coupon .couponBox .closeBtn {
  height: 35px;
  width: 68px;
  background-color: #fff;
  border: 1px solid #dddddd;
}
.pop_coupon .couponBox .tip {
  text-align: center;
  padding-top: 20px;
}
/* ***************************************************************************** 鍥句功璇︽儏 ********* */
.blk_bookView .preview {
  width: 430px;
}
.blk_bookView .preview .bigPic {
  height: 300px;
  padding: 5px 0;
  border: 1px solid #dddddd;
  overflow: hidden;
  text-align: center;
}
.blk_bookView .preview .bigPic img {
  display: none;
  margin: 0 auto;
}
.blk_bookView .preview .bigPic img.current {
  display: block;
}
.blk_bookView .preview .smallPic {
  padding-top: 7px;
  margin: 0 -1px;
}
.blk_bookView .preview .smallPic img {
  float: left;
  border: 1px solid #dddddd;
  margin: 0 0 0 16px;
  padding: 0 20px;
}
.blk_bookView .preview .smallPic img:first-child {
  margin-left: 0;
}
.blk_bookView .preview .smallPic img.current {
  border: 2px solid #F60;
}
.blk_bookView .bookInfo {
  width: 550px;
}
.blk_bookView .bookInfo h1 {
  font-size: 20px;
  color: #cf7102;
  line-height: 35px;
}
.blk_bookView .txt {
  border-bottom: 1px dashed #dddddd;
  padding: 0 0 10px;
  margin: 8px 0;
}
.blk_bookView .item {
  margin-bottom: 10px;
}
.blk_bookView .price {
  line-height: 26px;
}
.blk_bookView .price .pr {
  font-size: 20px;
  color: #cf7102;
}
.blk_bookView .number {
  line-height: 32px;
}
.blk_bookView .at {
  float: left;
  width: 80px;
  color: #999;
}
.blk_bookView .bx {
  float: left;
  width: 470px;
}
.blk_bookView .city {
  position: relative;
  padding-right: 16px;
  display: inline-block;
  cursor: pointer;
}
.blk_bookView .city:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 15px;
  right: 0;
  top: 3px;
  background: url(../img/ico_arr.png) no-repeat 50% 0;
}
.blk_bookView .num {
  width: 40px;
  height: 28px;
  float: left;
  border: 1px solid #dddddd;
  text-align: center;
  padding: 0;
  margin-right: 3px;
}
.blk_bookView .numAc {
  float: left;
  margin-right: 5px;
  width: 20px;
}
.blk_bookView .numAc i {
  border: 1px solid #dddddd;
  width: 18px;
  height: 12px;
  line-height: 12px;
  margin-bottom: 2px;
  display: block;
  cursor: pointer;
  background: url(../img/ico_arr.png) no-repeat 50% -3px;
}
.blk_bookView .numAc i.x {
  background-position: 50% -18px;
}
.blk_bookView .ex {
  border-top: 1px dashed #dddddd;
  border-bottom: 1px dashed #dddddd;
  padding: 10px 0;
  margin-bottom: 15px;
  height: 18px;
  line-height: 18px;
}
.blk_bookView .ex span {
  color: #F60;
}
.blk_bookView .ex .r {
  width: 33%;
  float: left;
  text-align: center;
  border-left: 1px solid #dddddd;
  position: relative;
}
.blk_bookView .ex .r:first-child {
  border-left: 0;
}
.blk_bookView .ex .r.r2:before,
.blk_bookView .ex .r.r3:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  background: url(../img/ico_z.png) no-repeat;
}
.blk_bookView .ex .r.r2 {
  text-indent: 33px;
}
.blk_bookView .ex .r.r2:before {
  left: 60px;
}
.blk_bookView .ex .r.r3 {
  text-indent: 20px;
}
.blk_bookView .ex .r.r3:before {
  left: 36px;
  background-position: -16px 0;
}
.blk_bookView .btns {
  height: 35px;
  padding: 0 0 10px;
  text-align: center;
}
.blk_bookView .btns button {
  width: 135px;
  height: 35px;
  color: #FFF;
  font-size: 18px;
  border: 0;
}
.blk_bookView .btns button.buyBtn {
  background-color: #c00001;
}
.blk_bookView .btns button.addCart {
  background-color: #db9e4e;
}
.blk_bookView .btns button.buyblue {
  background-color: #009900;
}

.blk_bookView .link a {
  margin-right: 15px;
}
.blk_bookView .link a.b {
  color: #cf7102;
}
/* ***************************************************************************** 璇剧▼璇︽儏 ********* */
.blk_courseView .preview {
  width: 450px;
}
.blk_courseView .preview .bigPic {
  height: 330px;
  overflow: hidden;
}
.blk_courseView .preview .bigPic img {
  display: none;
}
.blk_courseView .preview .bigPic img.current {
  display: block;
}
.blk_courseView .preview .smallPic {
  padding-top: 7px;
  margin: 0 -1px;
  height: 79px;
}
.blk_courseView .preview .smallPic img {
  float: left;
  border: 2px solid #FFF;
  margin-left: 12px;
}
.blk_courseView .preview .smallPic img:first-child {
  margin-left: 0;
}
.blk_courseView .preview .smallPic img.current {
  border: 2px solid #F60;
}
.blk_courseView .courseInfo {
  width: 530px;
}
.blk_courseView .courseInfo h1 {
  font-size: 20px;
  color: #cf7102;
  line-height: 35px;
}
.blk_courseView .price .pr {
  font-size: 20px;
  color: #f60;
}
.blk_courseView .txt {
  border-top: 1px dashed #dddddd;
  border-bottom: 1px dashed #dddddd;
  padding: 8px 0;
  margin: 8px 0;
}
.blk_courseView .type .ty {
  padding-top: 5px;
}
.blk_courseView .type label {
  display: inline-block;
  overflow: hidden;
  padding: 3px 15px;
  margin-right: 5px;
  border: 1px solid #dddddd;
  position: relative;
  cursor: pointer;
}
.blk_courseView .type label:hover,
.blk_courseView .type label.current {
  border-color: #F60;
}
.blk_courseView .type label.current {
  color: #F60;
}
.blk_courseView .type input {
  position: absolute;
  left: -100px;
}
.blk_courseView .btns {
  height: 35px;
  padding-top: 9px;
}
.blk_courseView .btns button {
  width: 135px;
  height: 35px;
  color: #FFF;
  font-size: 18px;
  border: 0;
}
.blk_courseView .btns button.buyBtn {
  background-color: #c00001;
}
.blk_courseView .btns button.addCart {
  background-color: #db9e4e;
}
.blk_courseView .btns button.buyblue {
  background-color: #009900;
}
.blk_courseView .support {
  border: 1px solid #dddddd;
  height: 60px;
  margin-top: 22px;
}
.blk_courseView .support strong {
  width: 60px;
  height: 50px;
  text-align: center;
  border-right: 1px solid #dddddd;
  background-color: #EEE;
  display: block;
  float: left;
  padding-top: 10px;
}
.blk_courseView .support span {
  float: left;
  margin-left: 25px;
  padding-left: 40px;
  line-height: 60px;
  position: relative;
}
.blk_courseView .support span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 50px;
  width: 32px;
  background: url(../img/ico_support.png) no-repeat;
}
.blk_courseView .support span.borwer:before {
  background-position: 0 0;
}
.blk_courseView .support span.win:before {
  background-position: -105px 0;
}
.blk_courseView .support span.ios:before {
  background-position: -207px 0;
}
.blk_courseView .support span.android:before {
  background-position: -290px 0;
}
.blk_courseDetail .courseTab {
  height: 31px;
}
.blk_courseDetail .courseTab span {
  float: left;
  font-weight: bold;
  border: 1px solid #dddddd;
  border-bottom: 0;
  background-color: #F7F7F7;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  padding: 0 15px;
  cursor: pointer;
}
.blk_courseDetail .courseTab span.current {
  background-color: #cf7102;
  border-color: #cf7102;
  color: #FFF;
}
.blk_courseDetail .courseCon {
  border: 1px solid #dddddd;
  border-top: 2px solid #cf7102;
}
.blk_cReview {
  padding: 30px;
}
.blk_cReview .row {
  padding-left: 80px;
  margin-bottom: 20px;
}
.blk_cReview .row .author {
  width: 60px;
  text-align: center;
  margin-left: -80px;
  overflow: hidden;
  float: left;
}
.blk_cReview .row .author img {
  border: 1px #dddddd;
  margin-bottom: 5px;
}
.blk_cReview .row .con {
  border: 1px solid #dddddd;
  background-color: #fafafa;
  min-height: 70px;
  padding: 5px 20px;
  position: relative;
}
.blk_cReview .row .con:before,
.blk_cReview .row .con:after {
  content: "鈼�";
  position: absolute;
  font-size: 30px;
  line-height: 20px;
  left: -10px;
  top: 8px;
  z-index: 1;
  color: #dddddd;
}
.blk_cReview .row .con:after {
  z-index: 2;
  color: #FaFaFa;
  left: -9px;
}
.blk_cReview .row .info {
  height: 35px;
  line-height: 30px;
  font-size: 12px;
}
.blk_cReview .row .info .right {
  color: #999;
}
.blk_cReview .row .star {
  color: #F60;
  font-size: 16px;
}
.blk_cReview .row .txt {
  border-top: 1px solid #dddddd;
  padding: 5px 0;
}
/* ***************************************************************************** 棰戦亾鎺ㄨ崘 ********* */
.blk_channelCommend .tit {
  width: 100px;
  height: 104px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/img_commend.png) no-repeat;
}
.blk_channelCommend .tit.t1 {
  background-position: 0 0;
}
.blk_channelCommend .tit.t2 {
  background-position: -100px 0;
}
.blk_channelCommend .tit.t3 {
  background-position: -200px 0;
  margin-top: 10px;
}
.blk_channelCommend .con {
  width: 896px;
  height: 102px;
  border: 1px solid #f1d4d3;
  position: relative;
}
.blk_channelCommend .commendSlide1,
.blk_channelCommend .commendSlide2 {
  width: 745px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
}
.blk_channelCommend .commendSlide1 ul {
  width: 9999em;
  padding-top: 6px;
}
.blk_channelCommend .commendSlide1 li {
  float: left;
  margin-right: 40px;
}
.blk_channelCommend .commendSlide2 ul {
  width: 9999em;
  padding-top: 5px;
}
.blk_channelCommend .commendSlide2 li {
  float: left;
  width: 235px;
  margin-right: 20px;
}
.blk_channelCommend .commendSlide2 .left {
  padding-left: 10px;
}
.blk_channelCommend .commendSlide2 .right {
  width: 150px;
  padding-top: 6px;
}
.blk_channelCommend .commendSlide2 .t {
  display: block;
  margin-bottom: 10px;
}
.blk_channelCommend .commendSlide2 .b {
  float: left;
  font-size: 18px;
  line-height: 20px;
  color: #F00;
}
.blk_channelCommend .commendSlide2 .bt {
  float: right;
  border-radius: 3px;
  padding: 0 10px;
  margin-right: 5px;
  background-color: #cf7102;
}
.blk_channelCommend .commendSlide2 .bt a {
  color: #FFF;
}
.blk_channelCommend .commendSlide3 {
  width: 745px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
}
.blk_channelCommend .commendSlide3 ul {
  width: 9999em;
  padding-top: 6px;
}
.blk_channelCommend .commendSlide3 li {
  float: left;
  margin-right: 20px;
  text-align: center;
}
.blk_channelCommend .arr {
  position: absolute;
  top: 40px;
  width: 40px;
  height: 30px;
  cursor: pointer;
  background: url(../img/slideArrow.png) no-repeat 0 -30px;
}
.blk_channelCommend .arr.slidePrev {
  left: 20px;
}
.blk_channelCommend .arr.slideNext {
  right: 20px;
  background-position: 0 -60px;
}
/* ***************************************************************************** 璇勮 ********* */
.blk_comment {
  padding: 0 0 20px;
  border-top: 1px solid #dddddd;
}
.blk_comment .message {
  padding: 5px 10px;
  border: 1px dashed #EEE;
  margin: 10px 30px;
}
.blk_comment .noLogin {
  color: #1E50A2;
  line-height: 40px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  margin: 0 30px;
}
.blk_comment .noLogin a {
  color: #1E50A2;
}
.blk_comment .noLogin a.goLogin {
  font-weight: bold;
}
.blk_comment .commentForm {
  margin: 12px 30px;
  position: relative;
}
.blk_comment .commentForm .pro_rating span {
  float: left;
  margin-right: 10px;
  font-weight: bold;
}
.blk_comment .commentForm .pro_rating b {
  float: left;
  padding-left: 10px;
}
.blk_comment .rating {
  width: 80px;
  height: 16px;
  margin: 3px 0 0;
  float: left;
  background: url(../img/star-matrix.png) no-repeat;
  position: relative;
}
.blk_comment .nostar {
  background-position: 0 0;
}
.blk_comment .onestar {
  background-position: 0 -16px;
}
.blk_comment .twostar {
  background-position: 0 -32px;
}
.blk_comment .threestar {
  background-position: 0 -48px;
}
.blk_comment .fourstar {
  background-position: 0 -64px;
}
.blk_comment .fivestar {
  background-position: 0 -80px;
}
.blk_comment ul.rating li {
  cursor: pointer;
  float: left;
  text-indent: -999em;
}
.blk_comment ul.rating li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  text-decoration: none;
  z-index: 200;
}
.blk_comment ul.rating li.one a {
  left: 0;
}
.blk_comment ul.rating li.two a {
  left: 16px;
}
.blk_comment ul.rating li.three a {
  left: 32px;
}
.blk_comment ul.rating li.four a {
  left: 48px;
}
.blk_comment ul.rating li.five a {
  left: 64px;
}
.blk_comment ul.rating li a:hover {
  z-index: 2;
  width: 80px;
  height: 16px;
  overflow: hidden;
  left: 0;
  background: url(../img/star-matrix.png) no-repeat 0 0;
}
.blk_comment ul.rating li.one a:hover {
  background-position: 0 -96px;
}
.blk_comment ul.rating li.two a:hover {
  background-position: 0 -112px;
}
.blk_comment ul.rating li.three a:hover {
  background-position: 0 -128px;
}
.blk_comment ul.rating li.four a:hover {
  background-position: 0 -144px;
}
.blk_comment ul.rating li.five a:hover {
  background-position: 0 -160px;
}
.blk_comment .commentForm p {
  clear: both;
  padding: 10px 0 0;
}
.blk_comment .commentForm p label {
  float: left;
  margin-right: 10px;
  font-weight: bold;
}
#comment_content {
  width: 550px;
  height: 80px;
  padding: 3px;
  border: 1px solid #E2E3EA;
  border-right-color: #EEE;
  border-bottom-color: #EEE;
}
.blk_comment .commentForm .text {
  padding: 3px;
  border: 1px solid #E2E3EA;
  border-right-color: #EEE;
  border-bottom-color: #EEE;
}
.blk_comment .commentForm .padleft {
  padding-left: 50px;
}
.blk_comment .commentForm .padleft button {
  background-color: #cf7102;
  border-radius: 3px;
  width: 52px;
  height: 24px;
  border: 0;
  color: #FFF;
}
.blk_comment .commentForm .commentsuc {
  background-color: #F0FFE5;
  border: 1px solid #4DBF00;
  bottom: 100px;
  display: none;
  font-size: 16px;
  height: 46px;
  left: 200px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  width: 280px;
  z-index: 9999;
}
</pre></body></html>