article.page.content-item {
    display: none;
}

.hdimg {
    width: 100%;
    height: 240px;
    min-width: 1200px;
}

.navitems {
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background-color: #f4f4f4;
    text-align: center;
}

    .navitems div {
        display: inline-block;
        font-size: 16px;
        line-height: 60px;
    }

    .navitems .margin {
        margin-right: 154px;
    }


.content {
    width: 1200px;
    margin: auto;
    padding: 36px 0 0;
}

    .content .header {
        font-size: 24px;
        height: 36px;
        color: #333;
        text-align: center;
        background: url("../../../Content/Images/line.png") repeat-x center center;
        margin-bottom: 28px;
    }

        .content .header .title {
            display: inline;
            padding: 0 27px;
            background-color: #fff;
        }


.trainregis {
    width: 1000px;
    min-height: 500px;
    margin: 0 auto 80px;
    border: 1px solid #ccc;
}

    .trainregis .regbtm {
        height: 850px;
        padding-top: 70px;
        background-color: #fafafa;
    }

.regisform .item {
    min-height: 40px;
    margin-bottom: 30px;
    position: relative;
}

.item .itemlt, .item .itemgt {
    float: left;
    line-height: 40px;
    font-size: 18px;
    color: #333;
}

.regisform .item .itemlt {
    width: 364px;
    text-align: right;
    margin-right: 16px;
}

.item .itemlt .bitian {
    color: #e63b16;
}

.regisform .item .itemgt {
    display: block;
    width: 340px;
    height: 40px;
    border: 1px solid #ccc;
    padding-left: 10px;
}

.regisform .item .smsyzm {
    width: 210px;
}

.regisform .item .smsbtn {
    cursor: pointer;
    margin-left: 10px;
    font-size: 18px;
    color: #fff;
    width: 120px;
    height: 40px;
    background: url(../img/onlinepay.png) no-repeat -150px -240px;
}

.regisform .submit {
    cursor: pointer;
    width: 340px;
    height: 50px;
    margin-left: 380px;
    margin-top: 30px;
    font-size: 20px;
    color: #fff;
    background: url(../img/onlinepay.png) no-repeat -10px -170px;
}

.regisform .item label.error {
    color: #e63b16;
    padding: 6px 0 0 382px;
    position: absolute;
    bottom: -22px;
    left: 0;
}

/*支付*/
.payment {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=60);
    background-color: rgba(0,0,0,0.6);
    display: none;
    z-index: 10000;
}

    .payment .paybox {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 500px;
        height: 540px;
        padding: 0 20px;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 8px;
        behavior: url(./js/pie.htc);
    }

.paybox .title {
    height: 106px;
    border-bottom: 3px solid #999;
    text-align: center;
    font-size: 24px;
    color: #014da3;
    padding-top: 60px;
    margin-bottom: 10px;
}

.paybox .prepay .item {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 18px;
    color: #333;
    text-indent: 28px;
}

    .paybox .prepay .item span {
        color: #666;
    }

.paybox .prepay .paynum {
    height: 108px;
    line-height: 95px;
    font-size: 24px;
    color: #000;
    text-align: center;
}

    .paybox .prepay .paynum span {
        font-size: 30px;
        color: #e83510;
    }

.paybox .prepay .pbtn {
    width: 460px;
    height: 60px;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

.paybox .prepay .wxpay {
    margin: 0 auto 30px;
    background: url(../img/onlinepay.png) no-repeat -10px -90px;
}

.paybox .prepay .alipay {
    margin: 0 auto;
    background: url(../img/onlinepay.png) no-repeat -10px -10px;
}

.paybox .prepay .wxpay span {
    display: inline-block;
    vertical-align: middle;
    width: 37px;
    height: 32px;
    background: url(../img/onlinepay.png) no-repeat -430px -240px;
    margin-right: 15px;
}

.paybox .prepay .alipay span {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 29px;
    background: url(../img/onlinepay.png) no-repeat -150px -300px;
    margin-right: 15px;
}

.paybox .postpay {
    display: none;
}

.paybox .paycode {
    display: none;
}

.paybox .postpay .icon {
    width: 120px;
    height: 120px;
    background: url(../img/onlinepay.png) no-repeat -10px -240px;
    margin: 80px auto 30px;
}

.paybox .postpay .icon.fail {
  background: url(../img/ico_pay_failed.png) no-repeat 0 0;
}

.paybox .postpay .congword {
    font-size: 36px;
    color: #333;
    text-align: center;
    margin-bottom: 12px;
}

.paybox .postpay .paynum {
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-bottom: 18px;
}

.paybox .postpay .toqcode {
    font-size: 22px;
    color: #666;
    text-align: center;
    letter-spacing: 2px;
}

    .paybox .postpay .toqcode span {
        color: #de3a07;
    }

.paybox .postpay .paynum span {
    color: #e63b16;
}

.paybox .wxqcode {
    display: none;
}

    .paybox .wxqcode .qcode {
        width: 215px;
        height: 215px;
        display: block;
        margin: 0 auto 60px;
    }

    .paybox .wxqcode .qtxt {
        color: #e14602;
        font-size: 20px;
        text-align: center;
    }

.paybox .cancel {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}

    .paybox .cancel span {
        width: 18px;
        height: 18px;
        display: inline-block;
        margin-left: 8px;
        vertical-align: middle;
        background: url(../img/onlinepay.png) no-repeat -208px -300px;
    }

/*补充样式*/
.regisform .item .itemgt option {
    height: 40px;
    border-bottom: 1px solid #ccc;
}

.regisform .item .fenji {
    height: 40px;
    line-height: 40px;
}

    .regisform .item .fenji .no {
        margin-right: 28px;
    }

#showfenji {
    display: none;
}
