html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

.wrap {
    width: 1200px;
    margin: 0px auto;
}

.container {
    /*margin-right: -40px;*/
    /*margin-top: 20px;*/
}

.box {
    display: inline-block;
    width: 274px;
    height: 376px;
    border: 1px solid #ddd;
    position: relative;
    vertical-align: bottom;
    margin-right: 28px;
    margin-bottom: 40px;
}

.box .equip {
    height: 230px;
    width: 100%;
    display: block;
}

.box .inner {
    padding: 8px;
}

.box .inner span {
    display: inline-block;
}

.box-disabled {
    text-decoration: line-through;
}

.s-money {
    font-size: 18px;
    color: #d81c28;
    margin-top: 10px;
    margin-bottom: 10px;
}

.s-money em {
    font-size: 28px;
    font-style: normal;
    margin-right: 5px;
}

.font1 {
    width: 17px;
    height: 17px;
    color: #d81c28;
    line-height: 17px;
    border: 1px solid #d81c28;
    text-align: center;
    float: right;
}

.font2 {
    width: 17px;
    height: 17px;
    color: #086fb7;
    line-height: 17px;
    text-align: center;
    border: 1px solid #086fb7;
    float: right;
    margin-right: 5px;
}

.box .num {
    color: #242424;
    float: left;
    margin-top: -6px;
}

.box .num em {
    color: #d90b19;
    font-style: normal;
    margin: 0px 20px;
    font-size: 24px;
}

.day {
    background: url(../images/r.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 34px;
    height: 46px;
    color: #fff;
    padding: 12px 8px;
    font-size: 15.6px;
    text-align: center;
    z-index: 5;
    line-height: 19px;
}

.day span {
    font-weight: bold;
}

.box-title {
    font-size: 16px;
    color: #000;
}

.box-tip {
    font-size: 13px;
    color: #595959;
}

.img-bottom {
    position: absolute;
    top: 190px;
    width: 264px;
    background: #5a5c5e;
    opacity: 0.8;
    padding-left: 10px;
    height: 41px;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
}

.l-nav {
    position: fixed;
    top: 20vh;
    left: 15px;
    z-index: 20;
}

.jump {

    background: #fff;
     border: 1px solid #fa3833;
    margin-top: 5px;
}
/*.jump .active{*/
    /*background-color: #fa3833;*/
    /*color: #ffffff;*/
/*}*/

.l-nav li {
    height: 40px;
    width: 98px;
    line-height: 40px;
    text-align: center;
}

.img-box {
    width: 118px;
    height: 90px;
    position: absolute;
    margin: -90px 0px 0px -9px;
}

.img-box img {
    width: 100%;
    height: 100%;
}

.l-nav li.top {
    border: none;
    background: #ffcac9;
    margin: 0 auto;
    width: 120px;
}

.l-nav li.top a {
    color: #eb4b47;
}

.l-nav li:hover {
    background: #fa3833;
}

.l-nav li:hover a {
    color: #fff;
}

.l-nav li a {
    color: #fa3833;
}

.z .day {
    background: url(../images/b.png);
    background-size: cover;
}

.z.box {
    height: 350px;
    overflow: hidden;
}

.z .img-bottom {
    background: #ce4848;
}

.z .inner span {
    display: inline-block;
    color: #323232;
    text-align: center;
}

.z-btn:hover {
    color: #fff;
}

.right {
    float: right;
    background: none;
}

.z .inner span.location {
    font-size: 13px;
    color: #696969;
    margin-top: 3px;
}

.z-time {
    color: #0873bb;
    margin-top: 10px;
}

.z-money {
    color: #d90b19;
    font-size: 18px;
}

.z-mes {
    margin: 10px 0px;
}

.z .font2 {
    margin-right: 5px;
    color: #086fb7!important;
    border-color: #086fb7;
}

.z .font1 {
    color: #086fb7!important;
    border-color: #086fb7;
}

.z-btn {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    padding: 0 3px;
    line-height: 25px;
    float: right;
    margin-right: 20px;
    margin-top: 6px;
}

.z .img-bottom {
    font-size: 14px;
}

.img-bottom span {
    display: inline-block;
    font-size: 18px;
    margin-left: 5px;
}

.z .z-bottom {
    top: auto;
    bottom: -41px;
    background: #858585;
    transition: bottom .3s;
    width: 264px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.z:hover .z-bottom {
    bottom: 0px;
}

.box .img {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.img>a>img {
    transition: transform .3s;
    width: 100%;
    height: 100%;
}

.box:hover .img>a>img {
    transform: scale(1.1, 1.1);
    cursor: pointer;
}

.top-banner {
    text-align: center;
    background: #345280;
}

.z-say-con {
    width: 1087px;
    margin: auto;
    overflow: hidden;
    height: 250px;
}

.z-say .wrap {
    position: relative;
}

.say {
    display: flex;
    transition: transform .2s;
}

.z-say {
    background: #3f628e;
    height: 250px;
}

.say-box {
    flex: 1;
    color: #86cdd4;
    font-size: 16px;
    margin-top: 30px;
    line-height: 30px;
    padding: 0px 25px;
    border-right: 1px solid #86cdd4;
    height: 190px;
}

.say-box:last-child {
    border: none;
}

.z-left,
.z-right {
    position: absolute;
    width: 30px;
    height: 80px;
    background: #5679a6;
    opacity: 0.6;
    top: 85px;
    cursor: pointer;
}

.z-left {
    left: 0px;
}

.z-right {
    right: 0px;
}

.name {
    margin-top: 30px;
}

.name img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.name span {
    display: inline-block;
    line-height: 60px;
    vertical-align: bottom;
    margin-left: 30px;
}

li .box {
    width: 271px;
    margin: 0px;
}

li .box {
    height: 342px!important;
}

li .z-time {
    margin-top: 7px;
}

li .z-mes {
    margin: 6px 0px;
}
li .img img{
    width: 100%;
    height: 100%;
}
