body {
  font-family: '微软雅黑';
    overflow: scroll;
}
h1 {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 15px;
  position: relative;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: '微软雅黑';
}
h3,h4 {
  color: #d2d2d2;
  font-family: '微软雅黑',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 .view_github {
  display: block;
  font-size:  14px;
  line-height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #d2d2d2;
  border-bottom: none;
  border-radius:0;

}
h1 .view_github:hover,h1 .view_code:hover {
  background-color: #f5f5f5;
}

h1 .view_code {
    display: block;
    font-size:  14px;
    line-height: 30px;
    position: absolute;
    right: 225px;
    bottom: 0;
    border: 1px solid #d2d2d2;
    border-bottom: none;
    border-radius:0;
    height: 45px;
}
.col-md-12.no-padding {
    padding-left:0;
    padding-right:0;
}
.info {
  position: relative;
    height: 100%;
}
tr .progress{
  width: 96%;
  display: inline-block;
}
tr .progress-bar {
    min-height: 20px;
    float: none;
}
tr .progress, tr .progress div {
  height: 20px;
}

tr .progress .chunk-status {
    position: absolute;
    left: 24px;
    top: 0;
}
tr .progressCancel{
  display: inline-block;
  float: right;
  position: relative;
  z-index: 100;
  color: #333;
  text-decoration: none;
}
.status {

}
.tip {
  padding-left: 30px;
}
.tip p {
  line-height: 1;
}
#container {
  margin-top: 8px;
  border-width: 2px;
  border-radius: 3px;
  border-color: #dcdcdc;
  cursor: default;
}
#container:hover,#container:active  {
  background-color:#fff;
  border-color: #dcdcdc;
  -webkit-box-shadow:none;
  box-shadow:none;
}
#container.draging {
  background-color:#fff;
  border-color:#999999;
}
#success {
  line-height: 30px;
  height: 30px;
  margin:20px 0 0 0;
}
#success div {
    padding-left: 24px;
}
#container a {
  width: 15%;
  min-width: 145px;


}

button {
    border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(243, 243, 243, 0.75);
  box-shadow: 0 1px 0 rgba(243, 243, 243, 0.75);
  color: #646464;
  border: 1px solid #d2d2d2;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  -webkit-user-select: none;
  outline: none;
}
td .Wrapper {
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
}
td .Wrapper .infoWrapper{
  width:50%;
  height:100px;
  margin-left: 10px;
  text-align: left;
  line-height: 25px;
}
td .Wrapper .infoWrapper a:first-child{
  margin-right: 10px;
}
td .Wrapper.default {
  margin-top: 20px;
  text-align: left;
}
td .Wrapper.default img{
  width:100px;
  height:100px;
}
td .imgWrapper {
  position: relative;
  width:100px;
  height: 100px;
}
td .imgWrapper .linkWrapper {
    position: absolute;
    left: 15px;
    top: 0;
    width:100px;
    height: 100px;
    cursor: pointer;
}
td .imgWrapper .linkWrapper a{
    line-height: 50px;

}
table td .hash {
    margin-bottom: 20px;
}
pre  {
    margin-top: 20px;
}

.container .modal-dialog {
    width: 45%;
}
.container .modal-dialog .modal-content {
     max-height: 90%;
}
.container .modal-dialog  .modal-body img{
    max-width: 95%;
    max-height: 70%;
}
.container .modal-body-footer , .container .modal-body-footer div{
    margin-top: 10px;
    margin-bottom: 10px;
}
.container .modal-dialog .modal-body-footer  {
  margin-top: 0px;
}
.container .modal-dialog .modal-body-footer span {
  margin-right: 20px;
}
.container .modal-dialog .modal-body-footer .text-warning,.container .modal-dialog .modal-footer span ,.container .modal-dialog .modal-footer a{
  font-size: 12px;
}
.body .btn-default {
    border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(243, 243, 243, 0.75);
  box-shadow: 0 1px 0 rgba(243, 243, 243, 0.75);
  color: #646464;
  border: 1px solid #d2d2d2;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  -webkit-user-select: none;
  outline: none;
}
.body .btn-default:hover,.body .btn-default:active,.body .btn-default:focus ,.no-padding button:hover,.no-padding button:active,.no-padding button:focus{
  border-color: #bebebe;
  text-decoration: none;
  background-color: #fff;
  color: #262626;
  outline: none;
    -webkit-box-shadow: 0 1px 0 rgba(230, 230, 230, 0.8);
  box-shadow: 0 1px 0 rgba(230, 230, 230, 0.8);
}

a {
    cursor: pointer;
}


/* 积分充值 */
.recharge .MyPoints {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.MyPoints image {
  width: 17px;
  display: block;
}
.MyPoints p {
  font-size: 32px;
  font-weight: 700;
  color: #3d95e5;
  margin: 0 10px;
}
.MyPoints span {
  font-size: 12px;
  color: #3d95e5;
  border-bottom: solid #3d95e5 1px;
}
.rechargePointList {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.rechargePointList li {
  position: relative;
  margin-right: 20px;
  height: 175px;
  border-radius: 20px;
  overflow: hidden;
  border: solid #e2e2e2 1px;
  flex: 1;
  box-sizing: border-box;
  padding: 20px 0;
}
.rechargePointList .ico {
  margin-bottom: 10px;
}
.rechargePointList .ico img {
  width: 45px;
  display: block;
  margin: 0 auto;
}
.rechargePointList p {
  text-align: center;
}
.rechargePointList p b {
  font-size: 32px;
  font-weight: 700;
}
.rechargePointList p span {
  font-size: 12px;
}
.rechargePointList .price {
  text-align: center;
  font-size: 12px;
}
.rechargePointList .recommend {
  transform: rotate(-45deg);
  position: absolute;
  left: -33px;
  top: 0;
  background-color: #eb6c66;
  color: #fff;
  text-align: center;
  width: 100px;
  line-height: 30px;
  display: none;
}
.rechargePointList .give {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 20px;
  padding: 0 30px;
  border-radius: 20px 0 20px 0;
  background-color: #3982f7;
  color: #fff;
  font-size: 14px;
}
.rechargePointList .itemChoice {
  border: solid #3b99e7 3px;
}
.rechargePointList .itemChoice .give {
  background-color: #eb6c66;
}
.rechargePointList .itemChoice .recommend {
  display: block;
}
.rechargePointList .priceChoice span {
  color: #f09742;
}
.rechargePointList .choice {
  color: #3982f7;
}

.rechargeMethod li {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  border-radius: 20px;
  border: solid #66b14b 3px;
  font-size: 16px;
}
.rechargeMethod li img {
  margin-right: 15px;
}

/* 注 */
.rechargePour {
  margin: 10px 0 40px;
  font-size: 12px;
  color: #999999;
}
.rechargeBUtton {
  margin: 0 auto;
  text-align: center;
  width: 130px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #3982f7;
  color: #fff;
}
.rechargeBUtton input{
  border: none;
  cursor: pointer;
}

/* 积分充值 - 支付 */
.payment .text {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}
.payment .text b {
  font-size: 32px;
  font-weight: 700;
  color: #3982f7;
}
.payment .text span {
  color: #3982f7;
}
.payment .pour {
  font-size: 12px;
  color: #999999;
  margin-bottom: 30px;
}
.payment .qrCode {
  border: solid #e2e2e2 3px;
  padding: 20px;
  width: 200px;
  margin: 0 auto 20px;
  border-radius: 20px;
}
.payment .qrCode > img {
  display: block;
  margin: 0 auto 10px;
  width: 160px;
}
.payment .qrCode div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.payment .qrCode div img {
  width: 32px;
  margin-right: 10px;
}
.paymentButton {
  margin-top: 20px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  border-radius: 10px;
  width: 100px;
  background-color: #3982f7;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}


/* 充值记录 */
.rechargeRecord .search {
  background-color: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333;
}
.rechargeRecord .search input {
  display: inline-block;
  margin: 0 10px;
  border: solid #bbbbbb 1px;
  width: 130px;
  line-height: 25px;
  padding: 0;
}
.rechargeRecord .search div {
  display: inline-block;
  text-align: center;
  background-color: #f7f7f7;
  border: solid #d7d7d7 1px;
  margin-right: 10px;
  color: #333;
  width: 65px;
  line-height: 25px;
}
.rechargeRecord th {
  background-color: #f2f2f2;
  font-size: 14px;
  font-size: 700;
}
.rechargeRecord td {
  background-color: #fff;
  text-align: center;
}
.rechargeRecord td .num {
  font-size: 22px;
  font-weight: 700;
  color: #3982f7;
}
.rechargeRecord td .unpaid {
  font-size: 14px;
  color: #f09742;
}
.rechargeRecord td .paid {
  font-size: 14px;
  color: #66b14b;
}
.rechargeRecord td .canceled {
  font-size: 14px;
  color: #666;
}
.rechargeRecord td a {
  background-color: #3982f7;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  padding: 0 10px;
  text-align: center;
  border-radius: 5px;
}


/* 订单详情 */
.crumbsBread {
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px;
}
.crumbsBread .current {
  color: #333;
}
.orderDetails td {
  font-size: 14px;
}
.orderDetails .unpaid {
  font-size: 22px;
  font-weight: 700;
  color: #f09742;
}
.orderDetails .paid {
  font-size: 22px;
  font-weight: 700;
  color: #66b14b;
}
.orderDetails .canceled {
  font-size: 22px;
  font-weight: 700;
  color: #666;
}
.orderDetails .num {
  font-weight: 700;
}
.orderDetailsBg {
  background-color: #fff;
  padding: 20px;
}
.orderDetailsBg p {
  font-size: 12px;
}
.orderDetailsBg b {
  font-size: 14px;
  font-weight: 700;
}

/* 积分记录 */
.pointsRecord .numAdd {
  font-size: 14px;
  font-weight: 700;
  color: #3982f7;
}
.pointsRecord  .numSubtract {
  font-size: 14px;
  font-weight: 700;
}

/* 已兑换课程 */
.coursesRedeemed img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
.coursesRedeemed b {
  display: block;
  max-width: 200px;
  font-weight: 700;
}
.coursesRedeemed p {
  max-width: 200px;
}
.coursesRedeemed a {
  display: inline-block;
  background-color: #fb8428;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding: 4px 10px;
  white-space:nowrap;
}