@charset "UTF-8";
body {
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
}
/* pad20 */
.pad20 {
  padding: 0 0.2rem;
}
.wrap1200 {
  width: 1200px;
  margin: 0 auto;
}
.min1200 {
  width: 100%;
  min-width: 1200px;
}
/* 通用顶部 */
.common-head {
  width: 100%;
  background-image: url("../images/bjt.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.common-head .logo {
  height: 160px;
  line-height: 160px;
}
.common-head .logo img {
  vertical-align: middle;
}
.common-head .search-wrapper {
  position: relative;
  height: 160px;
}
.common-head .search-wrapper input {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  width: 330px;
  height: 36px;
  border: 1px solid #ddd;
  background-color: #fff;
  text-indent: 1em;
}
.common-head .search-wrapper button {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
  width: 60px;
  height: 36px;
  background-color: #0f843e;
  background-image: url("../images/search-btn.png");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.common-head .nav {
  z-index: 50;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  background-color: #0f843e;
}
.common-head .nav .link-item {
  position: relative;
  display: inline-block;
  min-width: 120px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../images/link-line.png") no-repeat right;
}
.common-head .nav .link-item>a {
  display: inline-block;
  color: #fff;
  width: 100%;
  font-size: 14px;
}
.common-head .nav .link-item>a.on {
  background: url("../images/link-bg.jpg") no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.common-head .nav .link-item ul {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  background: #0f843e;
  color: #333;
}
.common-head .nav .link-item ul li {
  height: 40px;
  line-height: 40px;
}
.common-head .nav .link-item ul li a {
  display: block;
  color: #fff;
  background: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
/* 首页 */
.page-index .banner {
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.page-index .banner .hd {
  z-index: 20;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.page-index .banner .hd li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  background-color: #fff;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  border-radius: 50%;
  text-indent: -9999px;
  cursor: pointer;
}
.page-index .banner .hd li:last-child {
  margin-right: 0;
}
.page-index .banner .hd li.on {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.page-index .slidertop-txt {
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 40px;
  background-color: #f5f5f5;
  font-size: 14px;
}
.page-index .slidertop-txt .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 14px;
  height: 12px;
  margin-top: -6px;
  background: url("../images/laba.png");
}
.page-index .news-wrapper {
  margin-top: 14px;
}
.page-index .news-wrapper .left-hot-news {
  width: 250px;
  height: 330px;
  border: 1px solid #0f843e;
}
.page-index .news-wrapper .left-hot-news .img {
  width: 100%;
  height: 196px;
  padding: 7px 7px 0;
}
.page-index .news-wrapper .left-hot-news .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.page-index .news-wrapper .left-hot-news .hot-con {
  margin-top: 7px;
  padding: 9px 14px;
  border-top: 1px dashed #ccc;
  line-height: 1.5;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  overflow: hidden;
}
.page-index .news-wrapper .left-hot-news .hot-tit {
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-top: 8px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #019d40;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.page-index .news-wrapper .centent-news-list {
  width: 660px;
  height: 330px;
  margin: 0 6px;
  padding: 10px;
  border: 1px solid #dfdfdf;
}
.page-index .news-wrapper .centent-news-list .important-txt .imgbox {
  width: 137px;
  height: 115px;
  padding: 4px;
  border: 1px solid #dfdfdf;
}
.page-index .news-wrapper .centent-news-list .important-txt .imgbox img {
  width: 100%;
  height: 100%;
}
.page-index .news-wrapper .centent-news-list .important-txt .conbox {
  width: 494px;
  height: 115px;
  padding: 18px;
  border: 1px solid #dfdfdf;
}
.page-index .news-wrapper .centent-news-list .important-txt .conbox .title-bar {
  text-align: center;
  color: #019e40;
  font-size: 16px;
}
.page-index .news-wrapper .centent-news-list .important-txt .conbox .content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  overflow: hidden;
}
.page-index .news-wrapper .centent-news-list .important-txt .conbox .content a {
  color: #fe9208;
}
.page-index .news-wrapper .centent-news-list .list-box {
  margin-top: 12px;
  font-size: 14px;
}
.page-index .news-wrapper .centent-news-list .list-box li {
  height: 30px;
  line-height: 30px;
  padding: 0 5px 0 20px;
  border-bottom: 1px dashed #dfdfdf;
  background-image: url("../images/list-icon.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.page-index .news-wrapper .centent-news-list .list-box li .fl {
  width: 450px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.page-index .news-wrapper .centent-news-list .list-box li .fr {
  color: #999;
}
.page-index .news-wrapper .right-wrapper {
  width: 278px;
  height: 330px;
}
.page-index .news-wrapper .right-wrapper .right-title {
  display: block;
  width: 100%;
  padding-left: 28px;
  height: 44px;
  line-height: 44px;
  background: url("../images/right-title-bg.png") no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-index .news-wrapper .right-wrapper .server-item {
  display: block;
  width: 100%;
  height: 84px;
  margin-top: 11px;
  border: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
.page-index .news-wrapper .right-wrapper .server-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.page-index .news-wrapper .down-load-lsit {
  width: 250px;
  height: 265px;
  border: 1px solid #0f843e;
  border-radius: 5px 5px 0 0;
}
.page-index .news-wrapper .down-load-lsit .title-bar {
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  background: url("../images/download-bg.png");
}
.page-index .news-wrapper .down-load-lsit ul {
  padding: 19px 13px;
}
.page-index .news-wrapper .down-load-lsit ul li {
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: url("../images/triangular-icon.png") no-repeat left center;
  -webkit-background-size: 6px 10px;
  -moz-background-size: 6px 10px;
  background-size: 6px 10px;
}
.page-index .news-wrapper .two-new-list {
  width: 660px;
  margin: 0 6px;
}
.page-index .news-wrapper .two-new-list .news-list-item {
  width: 326px;
  height: 265px;
  border: 1px solid #eee;
}
.page-index .news-wrapper .two-new-list .news-list-item .title-bar {
  padding: 7px;
  border-bottom: 1px solid #eee;
  background-color: #f9f9f9;
}
.page-index .news-wrapper .two-new-list .news-list-item .title-bar .title {
  width: 123px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: url("../images/news-title.png");
  font-size: 16px;
}
.page-index .news-wrapper .two-new-list .news-list-item .title-bar a {
  line-height: 30px;
  color: #0f863f;
}
.page-index .news-wrapper .two-new-list .news-list-item .list-box {
  padding: 0 13px;
}
.page-index .news-wrapper .two-new-list .news-list-item .list-box li {
  position: relative;
  margin-top: 13px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.page-index .news-wrapper .two-new-list .news-list-item .list-box li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #666;
}
.page-index .news-wrapper .two-new-list .news-list-item .list-box li .fr {
  color: #999;
}
.page-index .news-wrapper .two-new-list .news-list-item .list-box li .fl {
  width: 67%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.page-index .news-wrapper .convenient-wrapper {
  height: 265px;
}
.page-index .news-wrapper .convenient-wrapper .convenient-list .convenient-item {
  display: block;
  width: 100%;
  margin-top: 11px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  color: #0f863f;
  background: url("../images/convenient-item-icon.png") no-repeat 30px;
  background: url("../images/convenient-item-icon.png") no-repeat 30px center,url("../images/a_bg.jpg") repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/bg-image-2.gif', sizingMethod='crop');

}
.page-index .hot-banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 13px;
}
.page-index .hot-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.page-index .hot-banner .hd {
  z-index: 20;
  position: absolute;
  right: 7px;
  bottom: 8px;
  text-align: right;
}
.page-index .hot-banner .hd li {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #e8ebee;
  margin-left: 5px;
  cursor: pointer;
}
.page-index .hot-banner .hd li.on {
  color: #fff;
  background-color: #0f843e;
}
.page-index .news-list-wrapper {
  margin-top: 10px;
}
.page-index .news-list-wrapper .nlw-title-wrapper {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 2px;
  border: 1px solid #0f843e;
  border-radius: 3px;
}
.page-index .news-list-wrapper .nlw-title-wrapper .nlw-title-bg {
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, #14bc58, #0f853e);
  background-image: -moz-linear-gradient(top, #14bc58, #0f853e);
  background-image: -o-linear-gradient(top, #14bc58, #0f853e);
  background-image: -ms-linear-gradient(top, #14bc58, #0f853e);
  background-image: linear-gradient(to bottom, #14bc58, #0f853e);
  border-radius: 3px;
}
.page-index .news-list-wrapper .nlw-title-wrapper .nlw-title-txt {
  position: absolute;
  left: 27px;
  top: -1px;
  width: 137px;
  height: 40px;
  background: url("../images/nlw-title-txt-bg.png") no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 26px;
}
.page-index .news-list-wrapper .new-list-box {
  margin-top: 10px;
  padding: 15px;
  border: 1px solid #ddd;
}
.page-index .news-list-wrapper .new-list-box .news-picture-info {
  position: relative;
  width: 400px;
  height: 270px;
}

.page-index .news-list-wrapper .new-list-box .news-picture-info img, .page-index .news-list-wrapper .new-list-box .news-picture-info .imgbox {
  display: block;
  width: 100%;
  height: 100%;
}
.page-index .news-list-wrapper .new-list-box .news-picture-info .text-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: rgba(0,0,0,0.3);
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.page-index .news-list-wrapper .new-list-box .news-list-info {
  width: 750px;
}
.page-index .news-list-wrapper .new-list-box .news-list-info .news-list-item {
  width: 377px;
  padding-right: 25px;
  border-right: 1px solid #dedfde;
}
.page-index .news-list-wrapper .new-list-box .news-list-info .news-list-item ul {
  padding-top: 10px;
}
.page-index .news-list-wrapper .new-list-box .news-list-info .news-list-item ul li {
  position: relative;
  margin-bottom: 13px;
  line-height: 1.5;
  font-size: 14px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-index .news-list-wrapper .new-list-box .news-list-info .news-list-item ul li .fr {
  color: #999;
}
.page-index .news-list-wrapper .new-list-box .news-list-info .news-list-item ul li .fl {
  width: 68%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.page-index .news-list-wrapper .new-list-box .news-list-info .news-list-item ul li:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #fe9208;
  border-radius: 50%;
}
.page-index .news-list-wrapper .new-list-box .news-list-info .news-list-item.fr {
  width: 350px;
  padding-right: 0;
  border-right: 0;
}
.page-index .cooperation-slider {
  margin-top: 10px;
  border: 1px solid #eee;
}
.page-index .cooperation-slider .title-bar {
  width: 100%;
  padding: 7px 7px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}
.page-index .cooperation-slider .title-bar span {
  display: inline-block;
  width: 123px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: url("../images/news-title.png");
  color: #fff;
  font-size: 16px;
}
.page-index .cooperation-slider .cs-box {
  padding: 15px 7px;
  width: 100%;
  overflow: hidden;
}
.page-index .cooperation-slider .cs-box li {
  width: 162px;
  height: 55px;
  margin-right: 10px;
}
.page-index .cooperation-slider .cs-box li img {
  display: block;
  width: 100%;
  height: 100%;
}
/* 通用底部 */
.common-foot {
  margin-top: 60px;
  padding: 20px 0;
  border-top: 3px solid #0f843e;
  text-align: center;
  line-height: 1.5;
}
/* 子页面 */
.child-page .child-banner {
  margin-top: 10px;
}
.child-page .child-page-wrapper {
  margin-top: 10px;
}
.child-page .child-page-wrapper .left-wrapper {
  width: 245px;
}
.child-page .child-page-wrapper .left-wrapper .nav-bar {
  width: 100%;
}
.child-page .child-page-wrapper .left-wrapper .nav-bar .prent-nav {
  height: 90px;
  padding: 37px 0 0 50px;
  color: #fff;
  font-size: 18px;
  background-color: #239b53;
}
.child-page .child-page-wrapper .left-wrapper .nav-bar .prent-nav span {
  border-left: 4px solid #fff;
  padding-left: 15px;
}
.child-page .child-page-wrapper .left-wrapper .nav-bar ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
  font-size: 14px;
  color: #fff;
  background-color: #239b53;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #1c904a;
}
.child-page .child-page-wrapper .left-wrapper .nav-bar ul li.on a {
  color: #239b53;
  background-color: #d3ebdd;
}
.child-page .child-page-wrapper .left-wrapper .contact-box {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #e4e4e4;
  border-bottom: 2px solid #239b53;
}
.child-page .child-page-wrapper .left-wrapper .contact-box .title-bar {
  width: 100%;
  height: 70px;
  padding: 18px 0 0 16px;
  border-bottom: 1px solid #e4e4e4;
  background-image: url("../images/contact-bg.jpg");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  line-height: 1.5;
}
.child-page .child-page-wrapper .left-wrapper .contact-box .title-bar p {
  font-size: 16px;
  color: #fe9208;
}
.child-page .child-page-wrapper .left-wrapper .contact-box .title-bar span {
  color: #999;
}
.child-page .child-page-wrapper .left-wrapper .contact-box .address-box {
  padding: 13px 15px 22px;
  line-height: 2;
  font-size: 13px;
}
.child-page .child-page-wrapper .left-wrapper .hot-img-box {
  width: 100%;
  margin-top: 10px;
}
.child-page .child-page-wrapper .left-wrapper .hot-img-box img {
  width: 100%;
  height: auto;
}
.child-page .child-page-wrapper .left-wrapper .answer-catalog {
  border: 1px solid #e4e4e4;
  padding: 0 15px;
}
.child-page .child-page-wrapper .left-wrapper .answer-catalog .catalog-title {
  height: 45px;
  line-height: 45px;
  color: #0f843e;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}
.child-page .child-page-wrapper .left-wrapper .answer-catalog .catalog-title span {
  padding-left: 10px;
  border-left: 2px solid #0f843e;
}
.child-page .child-page-wrapper .left-wrapper .answer-catalog ul li {
  margin: 15px 0;
  font-size: 14px;
}
.child-page .child-page-wrapper .left-wrapper .answer-catalog ul li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-left: 22px;
  background: url("../images/icon.png") no-repeat;
  background-position: 1px -450px;
}
.child-page .child-page-wrapper .left-wrapper .answer-catalog ul li a:hover {
  color: #0f843e;
  text-decoration: underline;
  background-position: 1px -480px;
}
.child-page .content-box {
  width: 930px;
}
.child-page .content-box .child-router {
  height: 42px;
  line-height: 42px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #e4e4e4;
}
.child-page .content-box .child-router span {
  padding-left: 20px;
  background: url("../images/icon.png") no-repeat 0 -320px;
}
.child-page .content-box .child-router a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #121212;
}
.child-page .content-box .child-router a:after {
  position: absolute;
  right: 4px;
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #b4b4b4;
  top: 50%;
  margin-top: -5px;
}
.child-page .content-box .child-router a:last-child {
  color: #239b53;
}
.child-page .content-box .child-router a:last-child:after {
  display: none;
}
.child-page .user-join-wrapper {
  width: 100%;
}
.child-page .user-join-wrapper .ujw-item .ujw-title {
  margin-top: 20px;
  padding-bottom: 12px;
  font-size: 13px;
  color: #239b53;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper {
  padding: 0 53px 15px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper .left-wrapper {
  width: 635px;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper .left-wrapper .item-wrapper input,
.child-page .user-join-wrapper .ujw-item .info-wrapper .left-wrapper .item-wrapper select {
  width: 482px;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper .item-wrapper {
  width: 100%;
  margin-top: 18px;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper .item-wrapper label {
  float: left;
  width: 145px;
  height: 33px;
  line-height: 33px;
  text-align: right;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper .item-wrapper label i {
  color: #ff3736;
  vertical-align: middle;
  font-style: normal;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper .item-wrapper input {
  float: right;
  width: 670px;
  height: 33px;
  border: 1px solid #cdcdcd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 1em;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper .item-wrapper input::-webkit-input-placeholder {
  color: #aaa;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper .item-wrapper select {
  float: right;
  width: 670px;
  height: 33px;
  border: 1px solid #cdcdcd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 1em;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper .item-wrapper textarea {
  float: right;
  width: 670px;
  height: 85px;
  padding-top: 10px;
  border: 1px solid #cdcdcd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 1em;
  resize: none;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper .item-wrapper textarea::-webkit-input-placeholder {
  color: #aaa;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper .item-wrapper.error-status input,
.child-page .user-join-wrapper .ujw-item .info-wrapper .item-wrapper.error-status select {
  border-color: #e94443;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper .error-txt {
  margin-top: 10px;
  padding-left: 156px;
  color: #ff3736;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper .right-wrapper {
  width: 140px;
  margin-top: 18px;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper .right-wrapper .upload-img {
  width: 140px;
  height: 166px;
  text-align: center;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper .right-wrapper .upload-img img {
  width: 100%;
  height: 100%;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper .right-wrapper .upload-btn {
  margin-top: 17px;
  text-align: center;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper .right-wrapper .upload-btn button {
  width: 95px;
  height: 28px;
  border: 1px solid #ddd;
  background-color: none;
  background-image: -webkit-linear-gradient(top, #fff, #efefef);
  background-image: -moz-linear-gradient(top, #fff, #efefef);
  background-image: -o-linear-gradient(top, #fff, #efefef);
  background-image: -ms-linear-gradient(top, #fff, #efefef);
  background-image: linear-gradient(to bottom, #fff, #efefef);
  color: #379a5f;
  cursor: pointer;
}
.child-page .user-join-wrapper .ujw-item .info-wrapper .right-wrapper .tips-txt {
  margin-top: 13px;
  color: #666;
  line-height: 1.5;
}
.child-page .user-join-wrapper .ckecked-item {
  position: relative;
  width: 100%;
  padding: 10px 17px;
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #cdcdcd;
}
.child-page .user-join-wrapper .ckecked-item .upload-btn {
  display: none;
  position: absolute;
  right: 6px;
  top: 7px;
  width: 68px;
  height: 25px;
}
.child-page .user-join-wrapper .ckecked-item .upload-btn button {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #239b53;
  cursor: pointer;
}
.child-page .user-join-wrapper .ckecked-item .upload-btn.show {
  display: block;
}
.child-page .user-join-wrapper .ckecked-item .upload-info {
  display: none;
  margin-top: 10px;
  color: #666;
  padding-left: 20px;
  background: url("../images/biezhen.png") no-repeat left center;
}
.child-page .user-join-wrapper .ckecked-item .upload-info.show {
  display: block;
}
.child-page .user-join-wrapper .ckecked-item .upload-info .annex-item {
  float: left;
  margin-right: 10px;
}
.child-page .user-join-wrapper .ckecked-item .upload-info .annex-item .delete-btn {
  cursor: pointer;
  color: #f29e00;
}
.child-page .user-join-wrapper .checked-wrapper {
  padding-top: 10px !important;
}
.child-page .user-join-wrapper .statement {
  margin-top: 12px;
  color: #ff3736;
}
.child-page .user-join-wrapper .submit-btn {
  text-align: center;
}
.child-page .user-join-wrapper .submit-btn button {
  width: 180px;
  height: 35px;
  line-height: 35px;
  margin-top: 30px;
  background-color: #158f46;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.child-page .about-content {
  width: 100%;
  padding-top: 25px;
}
.child-page .about-content .title-bar {
  font-size: 16;
  line-height: 1.5;
}
.child-page .about-content .content-box {
  min-height: 480px;
  padding-top: 20px;
  line-height: 1.5;
  font-size: 13px;
  color: #666;
}
.child-page .about-content .content-box img {
  max-width: 100%;
}
.child-page .contanct-content {
  padding-top: 30px;
}
.child-page .contanct-content .title-bar {
  height: 30px;
  line-height: 30px;
  padding-left: 26px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-image: url("../images/contact-title-bg.png");
  background-repeat: no-repeat;
  -webkit-background-size: 319px 100%;
  -moz-background-size: 319px 100%;
  background-size: 319px 100%;
}
.child-page .contanct-content .company-infos {
  width: 100%;
  margin-top: 15px;
  padding: 23px;
  border: 1px solid #cdcdcd;
}
.child-page .contanct-content .company-infos .picture-box {
  width: 250px;
  height: 160px;
  padding: 0 6px 6px 0;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.child-page .contanct-content .company-infos .picture-box img {
  width: 245px;
  height: 155px;
}
.child-page .contanct-content .company-infos .infos-txt {
  width: 610px;
}
.child-page .contanct-content .company-infos .infos-txt p {
  margin-bottom: 10px;
  height: 28px;
  line-height: 28px;
  padding-left: 30px;
  color: #666;
  background: url("../images/icon.png") no-repeat;
}
.child-page .contanct-content .company-infos .infos-txt .title {
  height: 30px;
  line-height: 30px;
  background: #eee;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
}
.child-page .contanct-content .company-infos .infos-txt .address {
  background-position: 8px -65px;
}
.child-page .contanct-content .company-infos .infos-txt .mail {
  background-position: 8px -131px;
}
.child-page .contanct-content .company-infos .infos-txt .tel {
  background-position: 8px -100px;
}
.child-page .contanct-content .company-infos .infos-txt .phone {
  background-position: 8px -167px;
}
.child-page .contanct-content .company-infos .infos-txt .qq {
  background-position: 8px -205px;
  margin-bottom: 0;
}
.child-page .contanct-content .map-wrapper {
  margin-top: 35px;
}
.child-page .contanct-content .map-wrapper .map-box {
  margin-top: 18px;
  border: 1px solid #cdcdcd;
}
.child-page .contanct-content .map-wrapper .map-box .map {
  width: 100%;
  height: 250px;
  padding: 23px;
}
.child-page .contanct-content .map-wrapper .map-box .map iframe {
  width: 100%;
  height: 100%;
}
.child-page .contanct-content .map-wrapper .navigation {
  padding: 23px;
  border-top: 1px solid #cdcdcd;
  line-height: 1.5;
}
.child-page .contanct-content .map-wrapper .navigation .title {
  padding-left: 20px;
  font-size: 14px;
  background: url("../images/icon.png") no-repeat;
  background-position: 2px -260px;
  margin-bottom: 10px;
}
.child-page .news-list ul {
  padding-top: 18px;
}
.child-page .news-list ul li {
  height: 38px;
  line-height: 38px;
  border-bottom: 1px dashed #dedede;
  font-size: 14px;
}
.child-page .news-list ul li .fl {
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.child-page .news-list ul li .fr {
  color: #999;
}
.child-page .news-list .paging {
  margin-top: 33px;
  text-align: center;
}
.child-page .news-list .paging a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  color: #999;
  background-color: #eee;
}
.child-page .news-list .paging a.current {
  color: #fff;
  background-color: #239b53;
}
/* 答题页面 */
.online-answer .head {
  position: relative;
  width: 100%;
  height: 92px;
  background: url("../images/answer-header-bg.jpg");
}
.online-answer .head .logo {
  height: 100%;
  line-height: 92px;
}
.online-answer .head .logo img {
  max-height: 60px;
  vertical-align: middle;
}
.online-answer .head .back {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.online-answer .head .back a {
  margin-left: 24px;
  padding-left: 25px;
  background: url("../images/icon.png") no-repeat;
}
.online-answer .head .back a.drop-out {
  background-position: 0 -366px;
}
.online-answer .head .back a.go-home {
  background-position: 0 -410px;
  padding-left: 22px;
}
.online-answer .answer-wrapper {
  border: 1px solid #e4e4e4;
}
.online-answer .answer-wrapper .title {
  height: 46px;
  line-height: 46px;
  padding-left: 15px;
  background-image: -webkit-linear-gradient(top, #fff, #efeeee);
  background-image: -moz-linear-gradient(top, #fff, #efeeee);
  background-image: -o-linear-gradient(top, #fff, #efeeee);
  background-image: -ms-linear-gradient(top, #fff, #efeeee);
  background-image: linear-gradient(to bottom, #fff, #efeeee);
  font-size: 16px;
}
.online-answer .answer-wrapper .title span {
  display: inline-block;
  padding-left: 27px;
  height: 100%;
  background: url("../images/edit.png") no-repeat left center;
}
.online-answer .answer-wrapper .title.money span {
  background: url("../images/coins.png") no-repeat left center;
}
.online-answer .answer-wrapper .result-statistics-wrapper {
  margin: 50px auto 30px;
  line-height: 45px;
  text-align: center;
  border-radius: 3px;
}
.online-answer .answer-wrapper .result-statistics-wrapper .fraction {
  font-size: 26px;
  color: #0f843e;
}
.online-answer .answer-wrapper .result-statistics-wrapper .result-statistics {
  display: inline-block;
  min-width: 260px;
  height: 38px;
  line-height: 38px;
  margin-top: 20px;
  text-align: center;
  border: 1px dashed #ccc;
  font-size: 16px;
}
.online-answer .answer-wrapper .result-statistics-wrapper .result-statistics .success {
  color: #0f843e;
}
.online-answer .answer-wrapper .result-statistics-wrapper .result-statistics .error {
  color: #fe9208;
}
.online-answer .answer-wrapper .answer-box {
  padding: 5px 18px 35px;
}
.online-answer .answer-wrapper .answer-box .answer-item {
  margin-top: 30px;
}
.online-answer .answer-wrapper .answer-box .answer-title {
  font-size: 14px;
  line-height: 1.5;
}
.online-answer .answer-wrapper .answer-box .answer-title .fr em {
  color: #fe9208;
}
.online-answer .answer-wrapper .answer-box .answer-content li {
  float: left;
  width: 50%;
  padding-right: 32px;
  margin-top: 28px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.online-answer .answer-wrapper .answer-box .answer-btn {
  text-align: center;
  margin-top: 58px;
}
.online-answer .answer-wrapper .answer-box .answer-btn div {
  display: inline-block;
  width: 70px;
  height: 35px;
  border: 1px solid #ddd;
  background-image: -webkit-linear-gradient(top, #fff, #efeeee);
  background-image: -moz-linear-gradient(top, #fff, #efeeee);
  background-image: -o-linear-gradient(top, #fff, #efeeee);
  background-image: -ms-linear-gradient(top, #fff, #efeeee);
  background-image: linear-gradient(to bottom, #fff, #efeeee);
}
.online-answer .answer-wrapper .answer-box .answer-btn div button {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.online-answer .answer-wrapper .answer-box .correct-answer {
  margin-top: 23px;
  font-size: 14px;
  color: #0f843e;
}
.online-answer .answer-wrapper .money-wrapper {
  padding: 26px 15px 0;
}
.online-answer .answer-wrapper .money-wrapper .count-money .price {
  font-size: 14px;
}
.online-answer .answer-wrapper .money-wrapper .count-money .price span {
  font-size: 24px;
  color: #fe9208;
}
.online-answer .answer-wrapper .money-wrapper .count-money .price em {
  color: #fe9208;
}
.online-answer .answer-wrapper .money-wrapper .select-pay-title {
  margin-top: 30px;
  font-size: 14px;
}
.online-answer .answer-wrapper .money-wrapper .pay-box {
  width: 100%;
  border: 1px dashed #ddd;
  text-align: center;
  margin-top: 20px;
  padding: 57px 0;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .pay-item {
  display: inline-block;
  width: 120px;
  vertical-align: top;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .pay-item .img-box {
  width: 100%;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border: 1px solid transparent;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .pay-item .img-box img {
  vertical-align: middle;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .pay-item p {
  height: 24px;
  line-height: 24px;
  margin-top: 10px;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .pay-item.wechat .img-box {
  border-color: #54ac2d;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .pay-item.wechat p .wechat-icon {
  display: inline-block;
  width: 20px;
  height: 100%;
  background: url("../images/wechat-icon.png") no-repeat left center;
  vertical-align: middle;
  margin-right: 10px;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .pay-item.alipay {
  margin-left: 130px;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .pay-item.alipay .img-box {
  border-color: #02aaef;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .pay-item.alipay p {
  color: #fff;
  background-color: #02aaef;
  border-radius: 3px;
}
.online-answer .answer-wrapper .money-wrapper .tips-txt {
  padding: 10px 0 15px;
  color: #999;
  line-height: 1.5;
}
.online-answer .answer-wrapper .answer-list {
  padding-top: 50px;
  height: 800px;
}
.online-answer .answer-wrapper .answer-list a {
  display: block;
  width: 470px;
  height: 42px;
  line-height: 42px;
  margin: 18px auto 0;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  text-align: center;
  background-image: url("../images/convenient-item-icon.png");
  background-repeat: no-repeat;
  background-position: 28px center;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.online-answer .answer-wrapper .answer-list a:hover {
  background-color: #0f843e;
  color: #fff;
  background-image: url("../images/convenient-item-icon1.png");
}
/* 单选复选框 */
.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none;
}
.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed;
}
.magic-radio+label,
.magic-checkbox+label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
}
.magic-radio+label:hover:before,
.magic-checkbox+label:hover:before {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: hover-color;
  -moz-animation-name: hover-color;
  -o-animation-name: hover-color;
  -ms-animation-name: hover-color;
  animation-name: hover-color;
}
.magic-radio+label:before,
.magic-checkbox+label:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: '';
  border: 1px solid #c0c0c0;
}
.magic-radio+label:after,
.magic-checkbox+label:after {
  position: absolute;
  display: none;
  content: '';
}
.magic-radio[disabled]+label,
.magic-checkbox[disabled]+label {
  cursor: not-allowed;
}
.magic-radio[disabled]+label:hover,
.magic-radio[disabled]+label:before,
.magic-radio[disabled]+label:after,
.magic-checkbox[disabled]+label:hover,
.magic-checkbox[disabled]+label:before,
.magic-checkbox[disabled]+label:after {
  cursor: not-allowed;
}
.magic-radio[disabled]+label:hover:before,
.magic-checkbox[disabled]+label:hover:before {
  border: 1px solid #e4e4e4;
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -o-animation-name: none;
  -ms-animation-name: none;
  animation-name: none;
}
.magic-radio[disabled]+label:before,
.magic-checkbox[disabled]+label:before {
  border-color: #e4e4e4;
}
.magic-radio:checked+label:before,
.magic-checkbox:checked+label:before {
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -o-animation-name: none;
  -ms-animation-name: none;
  animation-name: none;
}
.magic-radio:checked+label:after,
.magic-checkbox:checked+label:after {
  display: block;
}
.magic-radio+label:before {
  border-radius: 50%;
}
.magic-radio+label:after {
  top: 7px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #239b53;
}
.magic-radio:checked+label:before {
  border: 1px solid #239b53;
}
.magic-checkbox+label:before {
  border-radius: 3px;
}
.magic-checkbox+label:after {
  top: 7px;
  left: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 4px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}
.magic-checkbox:checked+label:before {
  border: 1px solid #239b53;
  background: #239b53;
}
.magic-checkbox+label:before {
  top: 3px;
}
.magic-radio+label:before {
  top: 1px;
}
.checked-box {
  line-height: 24px;
}
@-moz-keyframes hover-color {
  from {
    border-color: #c0c0c0;
  }
  to {
    border-color: #239b53;
  }
}
@-webkit-keyframes hover-color {
  from {
    border-color: #c0c0c0;
  }
  to {
    border-color: #239b53;
  }
}
@-o-keyframes hover-color {
  from {
    border-color: #c0c0c0;
  }
  to {
    border-color: #239b53;
  }
}
@keyframes hover-color {
  from {
    border-color: #c0c0c0;
  }
  to {
    border-color: #239b53;
  }
}
/* 答题登陆 */
.page-login {
  position: relative;
  width: 100%;
}
.page-login .bg {
  width: 100%;
}
.page-login .bg img {
  width: 100%;
  height: auto;
}
.page-login .header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 92px;
  line-height: 92px;
  border-bottom: 1px solid #fff;
}
.page-login .header img {
  height: 58px;
  vertical-align: middle;
}
.page-login .header .go-back {
  position: relative;
  top: 50px;
  height: 28px;
  line-height: 28px;
  padding-left: 23px;
  background: url("../images/icon.png") no-repeat;
  background-position: 0 -403px;
}
.page-login .bg {
  width: 100%;
  height: 738px;
  background-image: url("../images/bj.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.page-login .login-form {
  position: absolute;
  left: 50%;
  top: 233px;
  width: 420px;
  height: 300px;
  padding: 0 34px;
  margin-left: -210px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.page-login .login-form .title {
  font-family: "宋体";
  padding-top: 50px;
  font-size: 28px;
  text-align: center;
}
.page-login .login-form .card-id {
  margin-top: 50px;
}
.page-login .login-form .card-id input {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  text-indent: 1em;
  border-radius: 3px;
}
.page-login .login-form .go-start {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 28px;
  border: 1px solid #ccc;
  background: #0f843e;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
}
/* 支付状态 */
.online-answer .answer-wrapper .money-wrapper .pay-box .payment-error-status {
  padding: 50px 0 150px;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .payment-error-status .status-title {
  font-size: 24px;
  color: #fe9208;
  height: 40px;
  line-height: 40px;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .payment-error-status .status-title .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("../images/error-txt.png");
  vertical-align: middle;
  margin-right: 20px;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .payment-error-status .status-tips {
  margin-top: 15px;
  font-size: 14px;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .payment-error-status .status-tips a {
  color: #fe9208;
  text-decoration: underline;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .payment-error-status.success .status-title {
  color: #6dab5b;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .payment-error-status.success .icon {
  background: url("../images/success-txt.png");
}
.online-answer .answer-wrapper .money-wrapper .pay-box .payment-error-status.success .status-tips a {
  color: #0f843e;
}
.webuploader-container {
  position: relative;
}
.webuploader-element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: #00b7ee;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.webuploader-pick-hover {
  background: #00a2d4;
}

.webuploader-pick-disable {
  opacity: 0.6;
  pointer-events:none;
}

/* 答题登陆 */
.page-login {
  position: relative;
  width: 100%;
}
.page-login .bg {
  width: 100%;
}
.page-login .bg img {
  width: 100%;
  height: auto;
}
.page-login .header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 92px;
  line-height: 92px;
  border-bottom: 1px solid #fff;
}
.page-login .header img {
  height: 58px;
  vertical-align: middle;
}
.page-login .header .go-back {
  position: relative;
  top: 50px;
  height: 28px;
  line-height: 28px;
  padding-left: 23px;
  background: url("../images/icon.png") no-repeat;
  background-position: 0 -403px;
}
.page-login .bg {
  width: 100%;
  height: 738px;
  background-image: url("../images/bj.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.page-login .login-form {
  position: absolute;
  left: 50%;
  top: 233px;
  width: 420px;
  height: 300px;
  padding: 0 34px;
  margin-left: -210px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.page-login .login-form .title {
  padding-top: 50px;
  font-size: 28px;
  text-align: center;
}
.page-login .login-form .card-id {
  margin-top: 50px;
}
.page-login .login-form .card-id input {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  text-indent: 1em;
  border-radius: 3px;
}
.page-login .login-form .go-start {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 28px;
  border: 1px solid #ccc;
  background: #0f843e;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
}
/* 支付状态 */
.online-answer .answer-wrapper .money-wrapper .pay-box .payment-error-status {
  padding: 50px 0 150px;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .payment-error-status .status-title {
  font-size: 24px;
  color: #fe9208;
  height: 40px;
  line-height: 40px;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .payment-error-status .status-title .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("../images/error-txt.png");
  vertical-align: middle;
  margin-right: 20px;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .payment-error-status .status-tips {
  margin-top: 15px;
  font-size: 14px;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .payment-error-status .status-tips a {
  color: #fe9208;
  text-decoration: underline;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .payment-error-status.success .status-title {
  color: #6dab5b;
}
.online-answer .answer-wrapper .money-wrapper .pay-box .payment-error-status.success .icon {
  background: url("../images/success-txt.png");
}
.online-answer .answer-wrapper .money-wrapper .pay-box .payment-error-status.success .status-tips a {
  color: #0f843e;
}

#service{width:161px;height:290px;position:fixed;top:350px;right:0px; z-index:100;}
*html #service{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}
#service li{width:161px;height:60px;}
#service li img{float:right;}
#service li a{height:49px;float:right;display:block;min-width:47px;max-width:161px;}
#service li a .shows{display:block;}
#service li a .hides{margin-right:-143px;cursor:pointer;}
#service li a.weixin_area .hides{display:none;position:absolute;right:143px;}
#service li a.weixin_area .weixin{display:none;position:absolute;right:0;top:48px}
#p2{width:112px;background-color:#A7D2A9;height:47px;margin-left:47px;border:1px solid #8BC48D;text-align:center;line-height:47px}
#p3{width:112px;background-color:#EC9890;height:47px;margin-left:47px;border:1px solid #E6776C;text-align:center;line-height:47px}
#p1{width:47px;height:49px;float:left}