﻿@charset "UTF-8";

.dtfw_rightbot{
	position: relative;
    text-align: center;
  	zoom: 1;
    width:900px;
    margin-top:20px;
    float:right;
    margin-bottom:30px;
}
.dtfw_rightbot:before,.dtfw_rightbot:after{
    content:"";
    display:table;
}
.dtfw_rightbot:after{
	clear:both;
	overflow:hidden;
}
.dtfw_rightbot span{
	float: left;
	margin:0 5px;
	width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
}
.dtfw_rightbot .current{
	float: left;
	margin:0 5px;
	width: 38px;
    height: 38px;
    line-height: 38px;
    background: #e91e63;
    color: #fff;
    font-size: 14px;
    border: 1px solid #e91e63;
}
.dtfw_rightbot  a{
	float: left;
	margin:0 5px;
	width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}
.dtfw_rightbot a:hover{
	color:#fff;
    background: #e91e63;
}

input2222{
    float: left;
    margin:0 5px;
    width: 38px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    border: 1px solid #dbdbdb;
    outline: none;
    color: #000;
    font-size: 14px;
}