﻿.rightADAction,.leftADAction { /* Safari 5.1 - 6.0 */ /* Opera 11.1 - 12.0 */ /* Firefox 3.6 - 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e6e6e6));
    background: linear-gradient(#fefefe, #e6e6e6); /* 标准的语法（必须放在最后） */

    font-size: 27px;
    line-height: 40px;color: #959595;


}
.rightADAction,.leftADAction,.startmakecss a {

    background-color: #e6e6e6;
    width: 170px;
    height: 40px;
    border-radius: 5px;
    border: 0;
    border-bottom: 3px solid #fdfeff;
    top: 80%;
}.jquicss .startmakecss{

     top: 80%;
     margin-top: -35px;
}.rightADAction>span,.leftADAction>span{
    display: none;
}.rightADAction:hover,.leftADAction:hover{
       color: #545454;
       background: #d0d0d0!important;
       border-color: #bfbfbf;
}.rightADAction:before{
       font-family: 'Glyphicons Halflings';
       content: "\e075";
}.leftADAction:before{
       font-family: 'Glyphicons Halflings';
       content: "\e071";
}.leftADAction{
      /*background-image: url(../images/prev1.png);*/
      background-repeat: no-repeat;
      background-position: center;
       left: 41%;
       margin-left: -170px;

          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
}.rightADAction{
      /*background-image: url(../images/next1.png);*/
      background-repeat: no-repeat;
      background-position: center;
        left: 41%;
        margin-left: 2px;
           border-top-left-radius: 0;
           border-bottom-left-radius: 0;
  }.startmakecss a span{
    font-size: 18px;
  }.startmakecss a{
    background-color: #e6e6e6;
    border-color: #fefefe;
    font-size: 18px;
    padding: 0px;
    line-height: 38px;
    margin-left: 0px;

                 color: #959595; /* Safari 5.1 - 6.0 */ /* Opera 11.1 - 12.0 */ /* Firefox 3.6 - 15 */
                 background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e6e6e6));
                 background: linear-gradient(#fefefe, #e6e6e6); /* 标准的语法（必须放在最后） */

             }.startmakecss a:hover{
    background: #d0d0d0!important;
    border-color: #bfbfbf;
                               color: #545454;

  }
  .hbsize input{
      width: 40px;

  }
.hbsize input::-webkit-outer-spin-button , .hbsize input::-webkit-inner-spin-button {
    -webkit-appearance: none;
            appearance: none;
}
.hbsize input[type="number"]{
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
    text-align: center;
}