body * {
    margin:0;
    padding:0;
}
body li {
    list-style:none;
}
button{
    border: none;
    outline: medium;
}
input{
    border: none;
    outline: medium;
}
.rentfilm-w {
    width:1256px;
    margin:auto;
}
.box-show-rentfilm {
    background-color: #fff;
    overflow : hidden;
}
.box-show-rentfilm-child {
    background-color:  #fff;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}
/*
.box-show-rentfilm-child:hover {
    border: 1px solid #fd3f31;
    transform: translate(-1px,-1px);
}
*/
.box-show-rentfilm-child dl {
    width: 310px;
    height: 176px;
    overflow : hidden;
}
.box-show-rentfilm-child dl dd, .box-show-rentfilm-child dl dt {
    float: left;
}
.box-show-rentfilm-child-left {
    width: 110px;
    height: 176px;
    background: gold;
}
.box-show-rentfilm-child-left img {
    width: 100%;
    height: 100%;
}
.box-show-rentfilm-child-right {
    position: relative;
}
.box-show-rentfilm-child-right b, .box-show-rentfilm-child-right span {
    display:block;
    width:194px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 6px;
}
.box-show-rentfilm-child-right p {
    display: block;
    width:200px;
    word-wrap:break-word;
    word-break:break-all;
    overflow: hidden;
    padding-left: 6px;
    font-weight: 500;
    font-size: 13px;
}
.box-show-rentfilm-child-right b {
    height: 22px;
    font-size: 16px;
}
.box-show-rentfilm-child-right span {
    height: 20px;
    font-weight: 500;
    font-size: 13px;
}
.right-span1 {
    color: blue;
}
.right-span2 {}
.right-span3 {}
.right-span4 {
    color: purple;
}
.right-span5 {
    color: blue;
}
.right-input {
    position: absolute;
    left: 2px;
    top: 130px;
}
.box-show-rentfilm-child-right input {
    bottom: 40px;
    border: none;
    color: white;
    padding: 4px 14px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 3px;
    cursor:pointer;
}
.box-show-rentfilm-child-right .btn1 {
    background-color: #FFE4D0;
    color: red;
}
.box-show-rentfilm-child-right .btn2 {
    background-color: #FF4400;
    color: white;
}
.box-show-rentfilm-child-right .btn1:hover {
    background-color: #FFCBA4;
    color: red;
}
.box-show-rentfilm-child-right .btn2:hover {
    background-color: #FF0900;
    color: white;
}
.price {
    width: 100%;
    height: 30px;
    border-radius:5px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #e3e197;
    background-color: #ffffdd;
    font-size: 14px;

}
/* header 搜索模块开始*/
.rentfilm-header {
    /*height: 76px;
    margin: 30px auto;*/
    height: 100px;
    padding-top: 20px;
    padding-bottom: 15px;
    background: #fff;
}
.logo {
    float: left;
    width: 267px;
    height: 76px;
}
.search {
    float: left;
    width: 412px;
    height: 76px;
    margin-left: 50px;
}
.search input {
    float: left;
    width: 345px;
    height: 40px;
    border: 1px solid #00a4ff;
    border-right: 0;
    margin-top: 18px;
    /*color: #bfbfbf;*/
    font-size: 14px;
    padding-left: 15px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.search input:focus {
    color: #0b0b0b;
    font-size: 14px;
}
.search button {
    float: left;
    width: 42px;
    height: 42px;
    border: 0;
    margin-top: 18px;
    background: url(/film/rentfilm/images/btn.png);
}
.search button:hover {
    cursor:pointer;
}
/* header 搜索模块结束*/
/* nav 导航栏模块开始*/
.rentfilm-nav {
    height: 42px;
    background-color: #fff;
    box-shadow: 0 2px 3px 3px rgba(0,0,0,0.1);
    margin-top: 1px;
    margin-bottom: 8px;
}
/*.rentfilm-nav ul {
    margin-left: 30px;
}*/
.rentfilm-nav ul li {
    float: left;
    padding: 0 15px;
    /*margin: 0 15px;*/
}
.rentfilm-nav ul li a {
    display: block;
    height: 42px;
    padding: 0 10px;
    line-height: 42px;
    font-size: 18px;
    color: #050505;
    text-decoration: none;
}
.rentfilm-nav ul li a:hover {
    border-bottom: 2px solid #00a4ff;
    color: #00a4ff;
}
.rentfilm-nav .current {
    background-color: #00a4ff;
    color: #fff;
}
.rentfilm-nav .current a {
    color: #fff;
}
/* nav 导航栏模块结束*/
.login{
    background-image: url(../images/Registerlogin.png); !important;
}
.hireallogo{
    background-image: url(/images/logo/hireal/hireallogo_16.png) !important;
}
.close {
    background-image: url(/images/close.png); !important;
}
.userRegister{
    background-image: url(/images/userAuthedit.png); !important;
}
