.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background-color: #EB454F;
  border-color: #EB454F;
}
.modal{
	top: -100%;
	display: block;
	bottom: auto;
	text-align: center;
}
#specialListBox .content{
  min-height: 0;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
}
#specialListBox .content th{
	text-align: center;
}
.myadmin .myadmin-content .content-right.bill .content .select-box ul li input{
	padding: 10px;
}
.modal .title{
    text-align: left;
    line-height: 30px;
    padding-left: 10px;
    border-top: 2px solid #D73240;
    border-bottom: 1px solid #E4E4E4;
}
.modal-backdrop{
	display: none;
}
.modal .btn-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px 0;
}
#payment table {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;

}
#payment table tr {
    width: 100%;
    display: inline-block;
}
#payment table tr td:first-child {
    width: 100px;
    text-align: right;
}

#payment table td {
    vertical-align: top;
    border: 0;
    height: 40px;
}
#payment table td span.click {
    border: 1px solid #D73240;
    background: url(../img/jb.png) right bottom no-repeat;
    background-size: 10px auto;
    background-color: #fff;
}
#payment table td span {
    float: left;
    cursor: pointer;
    margin: 3px;
    padding: 4px 15px;
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    width: 164px;
}
#payment table td input{
  	font-size: 14px;
    padding: 0 0.5rem;
    border: 1px solid #f2f2f2;
    line-height: 25px;
}
#payment .btn-box span {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 1rem;
}
#gotop {
    position: fixed;
    top: 22%;
    right: 10px;
    width: 30px;
    text-align: center;
    z-index: 101;
}
#gotop span {
    padding: 10px 2px;
    background-color: #D73240;
    margin-bottom: 3px;
    float: left;
}
#gotop a {
    color: #fff;
}

.weixin_href{
    position: absolute;
    top: 0;
    width: 360px;
    height: 420px;
    background: #FFF;
    z-index: 10000;
    margin: auto;
    -moz-box-shadow:0px 0px 10px #999;
    -webkit-box-shadow:0px 0px 10px #999;
    box-shadow:0px 0px 10px #999;
    margin-left: 50%;
    left: -180px;  
    margin-top: 200px;
    display: none;
}

.weixin_href>iframe{
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    left: 0;
}

.weixin_href>img{
    width: 18px;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 10;
    padding: 5px;
}

.payment_ {
    display: none;
    padding-bottom: 20px;
}

#payment .title {
    line-height: 40px;
    font-size: 16px;
}

#payment .title .back {
    float: right;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}
