body {
    background-color: #60b1de;
}


/*********************************************
banner
*********************************************/

.banner {
    position: relative;
}

.banner .dialog-rule {
    position: absolute;
    left: 50%;
    margin-left: 360px;
    top: 13px;
    width: 110px;
    height: 31px;
    cursor: pointer;
}

.banner .bga,
.banner .bgb {
    height: 280px;
    background: url('../images/banner1.jpg') no-repeat center center;
}

.banner .bgb {
    background-image: url('../images/banner2.jpg');
}


/*********************************************
内容
*********************************************/

.t-box {
    margin: 10px 0;
    margin-bottom: 30px;
}

.t-box .t-tit {
    text-align: center;
    margin-bottom: 20px;
}

.box-b .t-txt,
.t-box .tab-box,
.t-box .js-product {
    /* width: 1000px;
    margin: 0 auto; */
    background-color: #fce672;
    border: 4px solid #fc7c22;
    border-radius: 10px;
}

.box-b .t-txt {
    width: 1000px;
    margin: 0 auto;
}

.box-b .js-product {
    background: transparent;
    border: none;
}

.t-box .img-more {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}


/*一大*/

.product-large .t-item {
    float: initial;
    width: 920px;
    padding: 20px;
}

.product-large .t-item .t-hd,
.product-large .t-item .t-bd {
    float: left;
    height: 260px;
}

.product-large .t-item .t-hd {
    width: 400px;
}

.product-large .t-item .t-bd {
    width: 500px;
    padding: 0;
    margin: 0 0 0 20px;
    position: relative;
}

.product-large .t-item .t-h2 {
    font-size: 25px;
    line-height: 35px;
    height: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 20px 0;
}

.product-large .t-item .t-ft {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.product-large .t-item .t-money {
    font-size: 25px;
}

.product-large .t-item .t-money em {
    font-size: 35px;
}

.product-large .t-item .t-btn {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}


/**/

.box-a {
    padding: 20px 0 30px 0
}


/**/

.menu-ul {
    text-align: center;
    padding: 10px 0 20px 0;
}

.menu-ul li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background-color: #fff88c;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    padding: 0 20px;
    margin: 0 30px;
    cursor: pointer;
    font-size: 22px;
    color: #ff544e;
}

.menu-ul li.on {
    background-color: #ff544e;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #fff88c;
}


/*********************************************
导航
*********************************************/

.nav-box {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -200px;
    border: 3px solid #ff544e;
    background: #407593;
    border-radius: 5px;
    text-align: center;
}

.nav-box .nav-logo {
    margin-top: -50px;
}

.nav-box a {
    display: block;
    line-height: 35px;
    border-radius: 5px;
    margin: 5px 0;
    font-size: 16px;
    color: #fff;
}

.nav-box a.on {
    background-color: #fce672;
    color: #ff544e;
}

.nav-box a.scroll {
    background-color: transparent;
}

.rwm,
.mask {
    position: fixed;
    z-index: 100;
}

.mask {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

.rwm {
    top: 50%;
    left: 50%;
    padding: 10px;
    background-color: #fff;
    font-size: 20px;
    margin: -140px 0 0 -130px;
    text-align: center;
}

.rwm p.js-rwm {
    cursor: pointer;
}

.dialog,
.mask {
    position: fixed;
    z-index: 20;
}

.mask {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8)
}

.dialog {
    top: 50%;
    left: 50%;
    width: 660px;
    height: 260px;
    padding: 20px;
    margin: -150px 0 0 -350px;
    background-color: #fff;
    color: #333;
    border: 5px solid #ff4e4e;
    border-radius: 10px;
    overflow: hidden;
}

.dialog p {
    font-size: 19px;
    margin-bottom: 20px;
}

.dialog div {
    text-align: right;
}

.dialog .close {
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url('../images/close.jpg') no-repeat center center;
    cursor: pointer;
}