.container {
    width: 100%;
    height: 1962px;
    overflow: hidden;
    margin: 0 auto;
    background: url('../img/pro1/bg.jpg') no-repeat;
}

.hdgz {
    width: 855px;
    height: 120px;
    margin: 0 auto;
    margin-top: 25px;
}

.hdgz span {
    width: 855px;
    height: 70px;
    display: block;
    color: #9a2d0e;
    font-size: 16px;
    line-height: 33px;
    margin-top: 57px;
    margin-left: 0;
    text-align: left;
    font-family: "Source Han Serif SC", serif;
    font-weight: bold;
}

.hd {
    width: 100%;
    height: 660px;
    text-align: center;
}

.hd .giftDiv {
    width: 434px;
    height: 330px;
    display: inline-table;
    background: url('../img/pro6/li-bg.png') no-repeat top center;
    position: relative;
    margin: 0 45px;
}

.hd .giftDiv p {
    width: 100%;
    height: 55px;
    margin-top: 22px;
    text-align: center;
    color: #9a4205;
    font-size: 18px;
    font-weight: bold;
}

.hd .giftDiv p em {
    font-size: 20px;
    color: #cd0a0a;
}

.hd .giftDiv ul {
    width: 100%;
    text-align: center;
}

.hd .giftDiv ul li {
    width: 95px;
    height: 80px;
    display: inline-table;
}

.hd .giftDiv ul li img {
    display: block;
    margin: 0 auto;
}

.hd .giftDiv ul li span {
    width: 100%;
    line-height: 20px;
    color: #b02900;
    font-size: 14px;
}

.hd .giftDiv .buy {
    width: 181px;
    height: 44px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    bottom: 30px;
    background: url('../img/pro6/buy.png') no-repeat;
}

.hd .gift1 ul li {
    margin: 0 10px;
}

.hd .gift2 ul li {
    margin: 0 30px;
}

.hd .gift3 ul li {
    width: 74px;
}






.tc1 {
    width: 100%;
    height: 100%;
    z-index: 266;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    display:none;
}

    .tc1 .form1 {
        width: 493px;
        height: 275px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -137px;
        margin-left: -247px;
        z-index: 966;
        background-color: #ffebb8;
        border: 1px solid #ec4c2a;
        border-radius:25px;
    }

        .tc1 .form1 .closed1 {
            width: 24px;
            height: 25px;
            cursor: pointer;
            position: absolute;
            right: 5px;
            top: 5px;
            z-index: 5;
            font-size: 24px;
            color: #ec4c2a;
            font-weight: 600;
            line-height: 25px;
        }
        .tc1 .form1 .selBox {
            width: 100%;
            height:275px;
            overflow-y:auto;
        }
            .tc1 .form1 .selBox::-webkit-scrollbar {
                width: 0px;
                border-radius: 5px;
                box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
                background: rgba(109, 143, 227, 0.8);
            }

            .tc1 .form1 .selBox::-webkit-scrollbar-track {
                border-radius: 5px;
                box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
                background: rgba(109, 143, 227, 0.8);
            }

            .tc1 .form1 .selBox::-webkit-scrollbar-thumb {
                border-radius: 5px;
                box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
                background: rgba(109, 143, 227, 0.8);
            }
        .tc1 .form1 .selBox .box{
            width:100%;
            min-height:50px;
        }
            .tc1 .form1 .selBox .box p {
                width: 100%;
                height: 60px;
                text-align: center;
                color: #ec4c2a;
                line-height: 60px;
                font-size: 20px;
            }
            .tc1 .form1 .selBox .box ul{
                width:100%;
                text-align:center;
            }
            .tc1 .form1 .selBox .box ul li{
                width:100px;
                height:70px;
                display:inline-table;
                position:relative;
                cursor:pointer;
            }
                .tc1 .form1 .selBox .box ul li span {
                    width: 100%;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 0;
                    color: #ec4c2a;
                    font-size: 15px;
                    font-family: "Source Han Serif SC", serif;
                    font-weight:bold;
                }
                .tc1 .form1 .selBox .box ul li em {
                    width: 11px;
                    height: 11px;
                    position: absolute;
                    left: 50%;
                    margin-left: -6px;
                    bottom: 14px;
                    background: url('../img/pro8/circle.png') no-repeat;
                }
                .tc1 .form1 .selBox .box ul li i {
                    width: 14px;
                    height: 14px;
                    position: absolute;
                    left: 50%;
                    margin-left: -6px;
                    bottom: 15px;
                    background: url('../img/pro8/right.png') no-repeat;
                    display:none;
                }
                .tc1 .form1 .selBox .box ul li.on i{
                    display:block
                }
        .tc1 .form1 .sel_sure {
            width: 181px;
            height: 44px;
            display: block;
            background: url('../img/pro6/sel_sure.png') no-repeat;
            margin:20px auto;
        }