﻿@charset "utf-8";
/* CSS Document */
/*******重置*********************************/
* {
    font-size: 14px;
    font-family: "宋体";
    color: #7c7c7c;
}

a {
    text-decoration: none;
}

h1 {
    padding: 0;
}

body, p, ul, li, dl, dt {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    display: block;
}

h1, h2, p {
    border: none;
    font-weight: normal;
}

input {
    margin: 0;
    padding: 0;
    border: none;
}

li {
    list-style: none;
}



/*确认支付页***********************************/
.payBox {
    width: 490px;
    height: 280px;
    overflow: hidden;
    background-color: #fff;
    margin: -31px auto -51px;
    margin-top: 30px;
    margin-bottom: 100px;
}

    .payBox span {
        color: #323232;
    }

.products .select h1 {
    border: 0;
}

.payBox h1 {
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}

.whiteBox {
    width: 590px;
    height: 195px;
    background-color: white;
    margin: 0 auto;
}

.anniu {
    margin-top: 25px;
    margin-left: 113px;
}

.anniu_2 {
    float: left;
    width: 120px;
    height: 40px;
    margin-right: 40px;
    background-image: url(/content/Order/images/anniu_2.png);
}

    .anniu_2:hover {
        background-image: url(/content/Order/images/anniu_2_1.png);
    }

.anniu_1 {
    float: left;
    width: 120px;
    height: 40px;
    background-image: url(/content/Order/images/anniu_1.png);
}

    .anniu_1:hover {
        background-image: url(/content/Order/images/anniu_1_1.png);
    }



.anniuseriesnew {
    margin-top: 25px;
    margin-left: 62px;
}

    .anniuseriesnew .anniu_2 {
        float: left;
        width: 120px;
        height: 40px;
        margin-right: 40px;
        background-image: url(/content/Order/images/anniu_2.png);
    }

        .anniuseriesnew .anniu_2:hover {
            background-image: url(/content/Order/images/anniu_2_1.png);
        }

    .anniuseriesnew .anniu_1 {
        float: left;
        width: 120px;
        height: 40px;
        background-image: url(/content/Order/images/anniu_1.png);
    }

        .anniuseriesnew .anniu_1:hover {
            background-image: url(/content/Order/images/anniu_1_1.png);
        }

.payBox ul {
    padding-top: 20px;
    margin-left: 120px;
}

.payBox li {
    line-height: 30px;
    color: #323232;
}

.payTypebtn a {
    width: 190px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    background: url(/content/order/images/payTypeBg.png) no-repeat;
    margin-bottom: 10px;
}

.paybtn a {
    width: 120px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    background: url(/content/order/images/btn_bg.png) no-repeat;
    margin-bottom: 10px;
    margin-left: 50px;
}


.bankTabletd {
    height: 55px;
    width: 170px;
    text-align: center;
}

    .bankTabletd span {
        overflow: hidden;
        text-align: center;
    }

        .bankTabletd span input {
            float: left;
            margin: 10px;
            padding: 0;
        }
