.event-container {
    --form-input-height: 36px;
    --sm-flabel-width-zh: 135px;
    --sm-flabel-width-en: 168px;
    --sm-vercode-width: 165px;
    --xs-vercode-width: 155px;
}
.event-container {
    padding-bottom: 30px;
}
.required:after {
    content: "*";
    font-weight: bold;
    color: #f00;
}
.text-info {
    font-size: 15px;
    line-height: 20px;
}
div.checkbox label {
    color: #666;
}
a[data-toggle="modal"] {
    color: #4c80f0;
}
input[type="checkbox"], input[type=checkbox]:checked {
    width: 15px;
    height: 15px;
}
#AcceptPrivacy {
    margin-left: 0;
}
#privacyModal {
    padding-top: 6%;
    padding-right: 0!important;
}
.modal-content {
    position: relative;
    margin: 0 auto;
    padding: 40px;
    border-radius: 8px;
}
.modal-content button.close {
    position: absolute;
    top: -38px;
    right: 0;
    opacity: 1;
}
.modal-content button.close:hover {
    opacity: .7;
}
.modal-body {
    padding: 4%;
    background-color: #f8f8f8;
    border-radius: 8px;
}
.modal-body h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
.modal-body p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.event-card-regform-container {
    background: url('/imgs/bg-evtdetail.png') no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}
.event-card-box {
    width: 100%;
    padding-top: 19%;
    padding-left: 12%;
}
.event-card {
    width: 80%;
    min-width: 370px;
    padding: 32px 10px 32px 40px;
    background-color: #fff;
    border: none;
    border-radius: 30px;
}
.event-card-foreimg {
    display: block;
    width: 58%;
    margin-top: -4%;
    margin-left: 34%;
}
.card-title {
    font-size: 24px;
    color: #4c80f0;
    font-weight: 700;
    line-height: 46px;
}
.card-item {
    margin-top: 3.5%;
}
.card-item-name {
    display: inline-flex;
    align-items: center;
    width: 144px;
    padding-right: 0;
}
.card-item-name svg {
    width: 20px;
    height: 20px;
}
.card-item-name-text {
    margin-left: 10px;
    font-size: 18px;
    line-height: 32px;
    color: #666;
    font-weight: 400;
}
.hline {
    display: inline-block;
    width: 48px;
    margin-left: 10px;
    border: none;
    border-top: 1px solid #666;
    box-sizing: border-box;
}
.card-item-content {
    width: calc(100% - 170px);
    margin-left: 10px;
    padding: 0;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 32px;
}
.event-regform-box {
    width: 76%;
    margin: 6% auto 0;
}
.regform-title {
    padding-top: 5.6%;
    padding-bottom: 3%;
    padding-left: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    color: #000;
}
.form-horizontal .form-group {
    margin-bottom: 8px;
}
.form-horizontal .form-group:last-child {
    margin-bottom: 0;
}
.form-horizontal .frgroup {
    margin-bottom: 8px;
}
.form-horizontal .checkbox {
    padding-top: 0;
}
.control-label, .form-control {
    height: var(--form-input-height);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.form-horizontal .control-label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: var(--sm-flabel-width-zh);
    padding-top: 0;
    padding-right: 0;
}
.event-regform-input-width {
    width: calc(100% - var(--sm-flabel-width-zh));
}
.form-control {
    border: 1px solid #d2d6de;
    border-radius: 4px;
}
#getcode {
    width: var(--sm-vercode-width);
    margin-left: 3.5%;
    padding: 6px;
}
.VerifyCodeInput {
    width: calc(96.5% - var(--sm-vercode-width));
    padding: 0;
}
.btn-getcode, .btn-register {
    background-color: #287eff;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}
.btn-getcode:hover, .btn-register:hover {
    background-color: #2896ff;
    color: #fff;
}
.btn-register {
    width: 90px;
}
.frgroup div[class*="col-"] {
    margin-left: var(--sm-flabel-width-zh);
}
@media screen and (max-width: 992px) {
    .event-card-regform-container {
        background: none;
    }
    .event-card-container {
        background: url('/imgs/bg-evtdetail.png') no-repeat;
        background-size: 200% 100%;
        background-position: left center;
        box-sizing: border-box;
    }
    .event-card-box {
        padding-top: 14%;
    }
    .event-card-foreimg {
        margin-bottom: 5%;
    }
    .regform-title {
        padding-top: 0;
    }
    .form-horizontal .form-group {
        margin-bottom: 12px;
    }
    #privacyModal {
        padding-top: 15%;
    }
    .modal-body {
        max-height: 60vh;
        overflow-y: auto;
    }
}
.select2-container .select2-selection--single {
    height: var(--form-input-height);
    border: 1px solid #d2d6de;
    border-radius: 4px;
}
span.select2 {
    width: 100%!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16%;
}
.event-excontent-container {
    width: calc(88% + 15px);
    margin: 96px auto 0;
}
.excontent-card {
    padding: 0 4% 40px;
    border: 1px solid #c4cbdd;
    border-radius: 8px;
}
.excontent-card-caption {
    position: relative;
    top: -28px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 10px;
    border: none;
    border-radius: 8px;
    background-color: #287eff;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
}
.excontent-card-item {
    margin-bottom: 1%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #333;
}
.excontent-card-item a {
    color: #287eff;
    text-decoration: underline;
}
.excontent-card-item-order {
    margin-right: 5px;
}
.fontblue {
    color: #287eff;
}
.excontent-card-inner-box {
    padding: 24px 30px;
    background-color: #f4f6fa;
    overflow: auto;
}
.excontent-card-table {
    margin: 0;
    background-color: #fff;
    border-radius: 18px;
}
.excontent-card-table>tbody>tr>td {
    vertical-align: middle;
    padding: 20px;
    font-size: 16px;
    color: #666;
    text-align: left;
    border: 1px solid #f3f3f3;
}
.excontent-card-table>tbody>tr>td>a {
    display: inline-block;
    padding: 3px 10px;
    background-color: #ddeefe;
    border-radius: 150px;
    color: #1c75ff;
    border: none;
    text-decoration: none;
    box-sizing: border-box;
}
.excontent-card-table>tbody>tr>td>a:hover {
    color: #1ca4ff;
}
@media screen and (max-width: 767px) {
    #privacyModal {
        padding-top: 22%;
    }
    .modal-content {
        width: 88%;
        padding: 20px;
    }
    .modal-content button.close {
        top: -30px;
    }
    button.close svg {
        width: 24px;
        height: 24px;
    }
    .modal-body {
        max-height: 75vh;
        padding: 6%;
    }
    .modal-body h4 {
        font-size: 18px;
    }
    .modal-body p {
        font-size: 14px;
        line-height: 20px;
    }
    .event-container {
        padding-bottom: 0;
    }
    .event-card-box {
        width: 100%;
        padding-top: 22%;
    }
    .event-card {
        min-width: 280px;
        padding: 28px 15px 32px 15px;
        border-radius: 12px;
    }
    .event-card-foreimg {
        width: 75%;
        margin: -4% auto 10%;
    }
    .card-title {
        font-size: 20px;
        line-height: 29px;
    }
    .card-item {
        margin-top: 12px;
    }
    .card-item-name {
        width: 120px;
    }
    .card-item-name svg {
        width: 17px;
        height: 17px;
    }
    .card-item-name-text {
        font-size: 16px;
        line-height: 26px;
    }
    .hline {
        width: 24px;
    }
    .card-item-content {
        width: calc(100% - 140px);
        margin-left: 0;
        font-size: 16px;
        line-height: 26px;
    }
    .event-regform-box {
        width: 90%;
    }
    .event-excontent-container {
        width: 90%;
        margin: 40px auto 0;
    }
    .regform-title {
        font-size: 26px;
        line-height: 38px;
    }
    .form-horizontal .control-label {
        width: 100%;
        height: 22px;
        justify-content: flex-start;
    }
    .event-regform-input-width {
        width: 100%;
    }
    #getcode {
        width: var(--xs-vercode-width);
    }
    .VerifyCodeInput {
        width: calc(96% - var(--xs-vercode-width));
    }
    .frgroup div[class*="col-"] {
        margin-left: calc(2% - 8px);
    }
    label[for="VerifyCode"] {
        width: 100%;
    }
    .text-info, .btn-getcode {
        font-size: 15px;
    }
    .btn-register {
        width: 90px;
        height: 38px;
    }
    .excontent-card {
        padding-bottom: 30px;
    }
    .excontent-card-caption {
        top: -20px;
        min-width: 160px;
        height: auto;
        font-size: 20px;
        line-height: 24px;
    }
    .excontent-card-item {
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 26px;
    }
    .excontent-card-table>tbody>tr>td {
        padding: 16px;
        font-size: 15px;
    }
    .modal-body p>a:hover {
        text-decoration: underline;
    }
}