body{
	margin: 0 auto;
	font-size: 14px;
}
.clear {
    clear: both;
}
.hourrankitem {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f3f4f3;
    padding-top: 12px;
}
.hourranknum {
    display: block;
    float: left;
    margin-right: 25px;
    margin-left: 20px;
}
.hourrankimgdiv {
    display: block;
    float: left;
    margin-bottom: 15px;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #5db95b;
    outline: none;
}
.hourrankimg {
    display: block;
    float: left;
}
.hourrankinfo {
    display: block;
    float: left;
    width: 235px;
    margin-left: 10px;
}
.hourrankinfo1 {
    display: block;
    float: left;
    width: 380px;
    margin-left: 10px;
}
.hourrankmallandtitle {
    display: block;
    float: left;
}
.hourranktitle {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    word-break: break-all;
    overflow: hidden;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #5db95b;
    outline: none;
}
.hourrankfromsite {
    display: block;
    float: left;
    font-size: 15px;
    color: #999;
    margin-bottom: 1px;
    margin-top: 0px;
}
.clickmask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    float: left;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #5db95b;
    outline: none;
}
.emphricepart {
    color: #49b347;
    word-break: keep-all;
}
.hourranknumtext {
    display: block;
    float: left;
    font-size: 22px;
    color: #5db95b;
    margin: 10px 14px 24px 14px;
}

/*搜索框*/
input[type=text],
input[type=password] {
        font-size: 14px;
        min-height: 24px;
        margin: 0 2px;
        padding: 7px 8px;
        outline: none;
        color: #333;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: right center;
        border: 1px solid #ccc;
        border-radius: 3px;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: all 0.15s ease-in;
        -webkit-transition: all 0.15s ease-in 0;
        vertical-align: middle;
      }
/*下拉框样式*/

      .select{
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 8px 15px;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        text-shadow: 0 1px 0 rgba(255,255,255,0.9);
        white-space: nowrap;
        background-color: #eaeaea;
        background-image: -moz-linear-gradient(#ff6600, #eaeaea);
        background-image: -webkit-linear-gradient(#ff6600, #eaeaea);
        background-image: linear-gradient(#ff6600, #eaeaea);
        background-repeat: repeat-x;
        border-radius: 3px;
        border: 1px solid #ddd;
        border-bottom-color: #c5c5c5;
        box-shadow: 0 1px 3px rgba(0,0,0,.05);
        vertical-align: middle;
        cursor: pointer;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-appearance: none;
      }
/*按钮*/	  
	  .button {
        position: relative;
        display: inline-block;
        margin: 5px;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        text-shadow: 0 1px 0 rgba(255,255,255,0.9);
        white-space: nowrap;
        background-color: #eaeaea;
        background-image: -moz-linear-gradient(#fafafa, #eaeaea);
        background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
        background-image: linear-gradient(#fafafa, #eaeaea);
        background-repeat: repeat-x;
        border-radius: 3px;
        border: 1px solid #ddd;
        border-bottom-color: #c5c5c5;
        box-shadow: 0 1px 3px rgba(0,0,0,.05);
        vertical-align: middle;
        cursor: pointer;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-appearance: none;
      }
      .button:hover,
      .button:active {
        background-position: 0 -15px;
        border-color: #ccc #ccc #b5b5b5;
      }
      .button:active {
        background-color: #dadada;
        border-color: #b5b5b5;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.15);
      }
      .button:focus,
      input[type=text]:focus,
      input[type=password]:focus {
        outline: none;
        border-color: #51a7e8;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(81,167,232,.5);
      }
     
      label[for=search] {
        display: block;
        text-align: left;
      }
      #search label {
        font-weight: 200;
        padding: 5px 0;
      }
      #search input[type=text] {
        font-size: 16px;
        width: 180px;
      }
      #search .button {
        padding: 8px;
        width: 50px;
      }


.promo {
    background-color: #09C878;
    font-size: 14px;
    border-radius: 1px;
    color: #fff;
    height: 16px;
    line-height: 16px;
    margin: 0 1px 1px 2px;
    padding: 0;
    position: relative;
}

.buy2_url a{
background-color: #09C878;
color: #FFF;
display: block;
font-size: 15px;
height: 16px;
line-height: 16px;
font-weight: bold;
margin-left: 58px;
text-align: center;
vertical-align: middle;
text-decoration:none;
width: 80px;
margin-top: -18px;
border: 1px solid #09C878;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.buy2_url a:hover{
color:#E53F42;
background:#FFF;
}

.buy3_url a{
background-color: #E53F42;
color: #FFF;
display: block;
font-size: 15px;
height: 25px;
line-height: 25px;
font-weight: bold;
margin-left: 130px;
text-align: center;
vertical-align: middle;
text-decoration:none;
width: 100px;
margin-top: 5px;
border: 1px solid #E53F42;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}
.buy3_url a:hover{
color:#E53F42;
background:#FFF;
}

.buy4_url a{
background-color: #E53F42;
color: #FFF;
display: block;
font-size: 15px;
height: 18px;
line-height: 18px;
font-weight: bold;
margin-left: 220px;
text-align: center;
vertical-align: middle;
text-decoration:none;
width: 100px;
margin-top: 2px;
border: 1px solid #E53F42;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.buy4_url a:hover{
color:#E53F42;
background:#FFF;
}

.warn {
    display: block;
	float:left;
    padding: 2px 6px;
    margin: 5px 2px 3px 2px;
    border-radius: 4px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
}

.bar{width:100%; margin-left:1px;}
.bar ul{list-style:none; float:left; padding:0 0 0 0; margin:0}
.bar li{float:left;width:120px;background:#CCC;margin-left:0px;line-height:30px;}
.bar a{display:block;text-align:center;height:30px;}
.bar a:link{color:#666;background: #ADD69D ;text-decoration:none;}
.bar a:visited{color:#666;text-decoration:underline;}
.bar a:hover{color:#FFF; font-weight:bold;text-decoration:none;background:#F00 ;}

/*.logo{background:url(https://zhesong.com/images/logo.png) no-repeat left; width:130px;height:40px; margin:5px 0px -58px 5px}*/

/*右侧红包位*/
.a_fl {
    left: 0;
}
/*右侧红包位*/
.a_fr {
    right: 0;
    text-align: right;
}
.a_fl, .a_fr {
    float: right;
    position: fixed;
    top: 300px;
    z-index: 100;
}

.a_fr1 {
    right: 0;
    text-align: right;
}
.a_fr1 {
    float: right;
    position: fixed;
    top: 450px;
    z-index: 100;
}