@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
}

html, body {
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    width: 100%;
    min-height: 100%;
    background: #f7f7f7;
    font-weight: normal;
}

.register-page {
    width: 700px;
    max-width: 90%;
    margin: 20px auto 0;
}

.register-page .ticket-box {
    overflow: auto;
}

.register-page .message-box {
    margin-bottom: 20px;
}

.register-page .dialog {
    margin-bottom: 20px;
    padding: 0 15px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
}

.register-page .dialog.dialog-shadow {
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, .1);
}

.register-page .dialog .title {
    width: 100%;
    padding: 0;
    text-align: center;
    color: #666;
    border-bottom: 1px solid #eaeaea;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: #eaeaea solid 1px;
    font-size: 20px;
    height: 61px;
    line-height: 61px;
}

.register-page .dialog .form-box {
    padding-bottom: 50px;
}

.register-page .dialog .form-box .required {
    color: red;
}

.register-page .dialog .payment-box .items {
    margin-bottom: 15px;
}

.register-page .dialog .payment-box .items .item {
    border: 2px solid #ededed;
    padding: 0;
    margin-right: 15px;
}

.register-page .dialog .payment-box .items .item.active {
    border-color: #2ba339;
}

.register-page .dialog .payment-box .items .item img {
    width: 100%;
}

.register-page .dialog .payment-box .total {
    margin: 0 0 15px;
    text-align: right;
}

.radio-box {
    display: inline-block;
    margin: 5px 15px 0 0;
}

.ex--label {
    margin: 0;
    display: inline-block
}

.ex--radio {
    display: none
}

.ex--radioInput {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: inline-block;
    height: 18px;
    vertical-align: middle;
    width: 18px;
    padding: 2px;
    cursor: pointer;
}

.ex--radio:checked + .ex--radioInput:after {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #037bfc;
    content: "";
}

.ex--checkbox.ex--radioInput.radio,
.ex--radio:checked + .ex--checkbox.ex--radioInput.radio:after {
    border-radius: 100%;
}

.ex--radio:disabled + .ex--checkbox.ex--radioInput {
    background: #eee;
    cursor: not-allowed;
}

.ex--checkbox.ex--radioInput,
.ex--radio:checked + .ex--checkbox.ex--radioInput:after {
    border-radius: 0;
    vertical-align: text-top;
}

.radio-form-control {
    height: auto;
    line-height: normal;
    border: none;
}

@media screen and (max-device-width: 736px) and (max-width: 736px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 736px) {
    .register-page .dialog .payment-box .items .item {
        width: 47%;
        margin-right: 6%;
    }

    .register-page .dialog .payment-box .items .item:last-child {
        margin-right: 0;
    }
}

.invoice-box .tips {
    margin: 0 10px;
    padding-top: 10px;
}

.invoice-box .tips p {
    margin: 0;
    color: rgb(229, 28, 35);
    text-align: center;
}