﻿body {
}

.banner img {
    width: 100%;
    /*    height:450px;*/
}

.banner-tab {
    width: 100%;
}

    .banner-tab img {
        width: 100%;
        height: 180px;
    }

.titles {
    margin-bottom: 80px;
}

.title {
    color: #fff;
    font-size: 27px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    height: 50px;
}

.tips {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0px;
    color: #FFFFFF;
    margin-top: 20px;
}

.pay-main {
    margin-top: -240px !important;
}

.mintitle span {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0px;
    color: #2E2E2E;
    opacity: 1;
}

.sec-title {
    margin-top: 65px;
}

.mar-t-30 {
    margin-top: 30px;
}

.color-b {
    color: #2680EB !important;
}

.min-tips {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    margin-top: 10px;
    color: #999999;
    opacity: 1;
}

.nomarginr {
    margin-right: 0 !important;
}

.product-list {
    margin-top: 28px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.product-list-bg {
    background: url('../Images/defalut/all-bg.png')no-repeat;
    background-size: 100%;
    min-height: 590px;
}

.each-product {
    width: 288px;
    height: 270px;
    background: linear-gradient(180deg, #F5F7FE 0%, #FFFFFF 100%);
    box-shadow: 0px 3px 14px rgba(171, 171, 171, 0.16);
    opacity: 1;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    margin-right: 16px;
}

.new-tip {
    position: absolute;
    top: -20px;
    right: 30px;
}

    .new-tip img {
        width: 99px;
        height: 33px;
    }

.product-name {
    height: 63px;
    padding: 0px 28px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0px;
    color: #1F2329;
    opacity: 1;
    border-bottom: 1px solid #EBEBEB;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product-msg {
    margin: 12px 28px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 14px;
    height: 30px;
    color: #666C74;
    opacity: 1;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*限制在一个块元素显示的文本的行数*/
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-btns {
    margin: 12px 28px;
    display: flex;
    height: 19px;
    justify-content: flex-start;
    align-items: center;
}

.each-btn {
    margin-right: 10px;
    background: #D4A058;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    color: #fff;
}

.price-box {
    margin: 20px 28px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .price-box div {
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 0px;
        color: #FF0000;
        opacity: 1;
        margin: 0 6px;
    }

        .price-box div p {
            font-size: 20px;
        }

.font-price {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0px;
    opacity: 1;
}

.color-r {
    color: #FF0000;
}

.color-h {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0px;
    color: #666C74;
    opacity: 1;
}

.go-next-step {
    width: 110px;
    height: 30px;
    background: linear-gradient(90deg, #FE6728 0%, #FD8E35 100%);
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 28px;
    color: #fff;
    cursor: pointer;
}

.go-next-step-default {
    width: 110px;
    height: 30px;
    border: 2px solid #FE6B2A;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 28px;
    color: #FE6B2A;
    cursor: pointer;
}

    .go-next-step img, .go-next-step-default img {
        width: 12px;
        height: 10px;
        margin-left: 10px;
    }

.product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-right{
    position:absolute;
    right:0px;
    bottom:0px;
}
.bottom-right img {
    width: 140px;
    /*    height:125px;*/
}
@media screen and (max-width: 768px) {
    .indexNewH5 {
        padding: 0px 18px;
    }
    .indexNewH5 .w1200 {
        width: 100%
    }
    .indexNewH5 .sec-title{
        margin-top:0px;
    }
    .indexNewH5 .pay-main {
        margin-top: 0px !important;
    }
    .indexNewH5 .each-product {
        width: 100%;
        margin-right: 0px;
    }
    .product-list-bg{
        background:none;
    }
    .indexNewH5 .banner-tab, .indexNewH5 .banner, .indexNewH5 .pay-main .titles {
        display: none;
    }
    #index_float_01, #topHeader, .footer-wrap, .topnavbox, .navandlogo, .zyxzx-right, .foot {
        display: none;
    }
}