﻿/* mask-go-pay begin */
.mask-go-pay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url(http://img.incake.net/UpImages/pc/mask_bg.png) repeat;
    z-index: 9999999;
    display: none;
}

    .mask-go-pay .go-pay {
        width: 380px;
        padding: 20px;
        position: absolute;
        left: 50%;
        margin-left: -210px;
        top: 50%;
        margin-top: -220px;
        z-index: 99999999;
        background: #fff;
    }

        .mask-go-pay .go-pay .btn-go-pay-close {
            width: 20px;
            height: 20px;
            display: block;
            position: absolute;
            right: 20px;
            top: 24px;
            cursor: pointer;
            background: url(http://img.incake.net/UpImages/pc/mask_btn_close.png) no-repeat;
        }

        .mask-go-pay .go-pay .go-pay-header {
            width: 100%;
            height: 76px;
            line-height: 30px;
            color: #bd3939;
            border-bottom: 1px solid #ff0000;
            font-size: 18px;
            font-weight: normal;
        }
.go-pay-qanguo {
    width: 100%;
    height: 76px;
    line-height: 30px;
    color: #bd3939;
    border-bottom: 1px solid #ff0000;
    font-size: 18px;
    font-weight: normal;
}
.mask-go-pay .go-pay .title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #e33325
}
.mask-go-pay .go-pay .go-pay-content {
    width: 100%;
    padding: 10px 0;
}

            .mask-go-pay .go-pay .go-pay-content > p {
                height: 38px;
                line-height: 38px;
                font-size: 16px;
                color: #da9494;
            }

            .mask-go-pay .go-pay .go-pay-content .city-list {
                width: 100%;
            }

            .mask-go-pay .go-pay .go-pay-content .city-item {
                width: 66px;
                height: 34px;
                line-height: 34px;
                text-align: center;
                float: left;
                margin-right: 10px;
                margin-top: 10px;
                cursor: pointer;
                border: 1px solid #dcdcdc;
            }

                .mask-go-pay .go-pay .go-pay-content .city-item.last {
                    margin-right: 0;
                }

                .mask-go-pay .go-pay .go-pay-content .city-item.checked {
                    color: #da1a1a;
                    background: #eaeaea;
                    border-color: #e07979;
                }

        .mask-go-pay .go-pay .go-pay-footer {
            width: 100%;
            padding-top: 5px;
            margin-top: 10px;
        }

            .mask-go-pay .go-pay .go-pay-footer .btn-city-ok {
                width: 138px;
                height: 48px;
                margin: 0 auto;
                background: #e33325;
                line-height: 48px;
                text-align: center;
                color: #fff;
                display: block;
                font-size: 16px;
            }
/* mask-go-pay end */
