<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*registration*/

.wrap1 {
    min-height: 960px;
}

.wrap1:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: url(../img/8.jpg) no-repeat center;
    background-size: cover; */
    overflow: hidden;
}

.reg1 {
    width: 860px;
    margin: 0 auto;
    font-weight: normal;
}

.reg1 h2 {
    color: #333;
    font-size: 50px;
    font-family: font143;
    font-weight: normal;
    text-align: center;
}

.formPage {
    max-width: 646px;
    margin: 0 auto;
    border-radius: 5px;
    padding-top: 5vh;
    padding-bottom: 10vh;
    position: relative;
}

.ChangNone {
    display: none;
}

.changci .title-text {
    font-size: 16px;
    display: inline-block;
    word-break: break-all;
    word-break: break-word;
    line-height: 1em;
    vertical-align: baseline;
    position: relative;
    padding: 0 0 0 10px
}

.changci .title-text p {
    font-size: 12px;
    line-height: 2;
    color: #888;
    margin: 0;
}

.changci .title-text:before {
    content: "*";
    position: absolute;
    left: 0;
    color: #888;
    top: 22%;
    font-size: 15px;
}

.changbox {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.changbox .select {
    display: inline-block;
    margin: 0;
    min-width: 100%;
    position: relative;
}

.changbox .select .option-label {
    font-size: 14px;
    float: left;
    box-sizing: border-box;
    margin-left: 25px;
}

.changbox .select .option-label p {
    font-size: 13px;
    line-height: 2;
    color: #333;
    margin: 0;
}

.changbox .select .checkbox {
    display: none;
    width: 0;
}

.changbox .select .checkboxInput {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    display: inline-block;
    height: 1em;
    width: 1em;
    box-sizing: border-box;
    position: absolute;
    left: 2px;
    top: 5px;
    bottom: 0;
    margin: 0;
    cursor: pointer;
}

.select .checkbox:checked+.checkboxInput:before {
    content: "";
    background: #0077cc;
    width: 14px;
    height: 14px;
    position: absolute;
}

.select .checkbox:checked+.checkboxInput:after {
    content: "";
    width: 5px;
    height: 8px;
    position: absolute;
    border: 2px solid #ffffff;
    transform: rotate(45deg);
    border-top-color: transparent;
    border-left-color: transparent;
    margin-top: -3px;
    margin-left: 2px;
}

.linktip {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.linktip p {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin: 0;
}

.tips {
    background: #43beab;
    box-shadow: 0 0 3px #43beab;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 1.5px;
    border-radius: 10px;
}

.tips p {
    line-height: 1.8;
}

.formtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3a3a3a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.formtitle h1 {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 15px 5%;
    text-align: center;
    color: #fff;
}

.formtitle span {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.formbody {
    width: 100%;
    background: rgba(255, 255, 255, .8);
    padding: 10px 3% 20px 3%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.formbodyNone {
    display: none;
}


/* Ã©â€”Â¨Ã§Â¥Â¨ */

.ticket h6 {
    font-size: 15px;
    font-weight: normal;
    line-height: 2;
    color: #333;
    margin-top: 15px;
}

.ticket p {
    font-size: 14px;
    color: #333;
    line-height: 2;
}

.ticketList {
    width: 100%;
}

.ticketList li {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    display: flex;
    align-items: flex-end;
    line-height: 1.7;
    letter-spacing: 0.5px;
    justify-content: space-between;
}

.ticketInfo .explain {
    font-size: 12px;
    color: #333;
    line-height: 2;
}

.ticketInfo .money {
    font-size: 16px;
    color: #fb3838;
    line-height: 2;
}

.ticketNum {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ticketNum input {
    width: 40px !important;
    padding: 0 5px !important;
    text-align: center;
    height: 35px !important;
    min-height: 35px !important;
}

.allList {
    width: 100%;
}

.allList li {
    width: 100%;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.ticketBye {
    border: solid 1px #fff;
    border-collapse: collapse;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.ticketBye tr th {
    font-size: 15px;
    padding: 5px;
    color: #333;
    font-weight: normal;
}

.ticketBye tr td {
    padding: 5px;
    font-size: 14px;
    border: dashed 1px #fff;
    text-align: center;
}

.ticketBye tr td.prizetd span {
    font-size: 14px;
    color: #fb3838;
}

.ticketBye tr td.prizetd span:nth-child(4) {
    font-size: 12px;
    color: #888;
    text-decoration: line-through;
}

.ticketBye tr td.allPrize {
    text-align: center;
}

.ticketBye tr td.allPrize #ALLgold1 {
    font-size: 18px;
    color: #fb3838;
    font-weight: bold;
}

.ticketBye tr td.allPrize #ALLgold2 {
    font-size: 14px;
    color: #333;
    margin-left: 10px;
    text-decoration: line-through;
}


/* */

.wan {
    background: #fff;
    padding: 20px;
    text-align: center;
    display: none;
}

.wan p {
    font-size: 15px;
    color: #555;
    margin: 0;
}

.wan a {
    display: block;
    width: 120px;
    margin: 0 auto;
    background: #0077cc;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    margin-top: 20px;
    font-weight: bold;
}

.otherbox {
    background: #fff;
    box-shadow: 0 0 10px 0 #ccc;
    margin-bottom: 2%;
    border-radius: 5px;
    padding: 15px;
    position: relative;
}

.otherbox div b {
    color: red;
}

.allinput {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.allinput input:hover {
    border: 1px solid #ccc;
}

.allinput .min {
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    color: #5d5e5e;
}


/*Ã¥Ââ€¢Ã©â‚¬â€°*/

.first {
    margin-bottom: 10px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    line-height: 3;
}

.allinput .danx {
    margin-right: 10px;
}

.allinput .danx input {
    width: 14px;
    height: 14px;
    min-height: 0;
    position: relative;
    top: 2px;
}

.allinput .danx input:hover {
    box-shadow: none;
    border: solid 1px #485bd7;
}

.allinput .danx span {
    font-size: 14px;
    color: #5d5e5e;
    cursor: pointer;
}

.allinput label b {
    color: red;
}

.allinput input {
    width: 100%;
    border: none;
    padding: 20px 15px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .8);
    outline: none;
    color: #5d5e5e;
    font-size: 16px;
    min-height: 40px;
    height: 40px;
    padding: 0 19px;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #E0E0E0;
}

.allinput input::-webkit-input-placeholder {
    font-size: 14px;
}

.allinput .selbox {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 118%;
    left: 0;
    z-index: 9;
    padding: 0;
    list-style: none;
    border: 1px solid #E0E0E0;
    display: none;
    margin: 0;
    max-height: 260px;
    overflow: scroll;
}

.selbox li {
    cursor: pointer;
    padding: 10px 0 10px 15px;
    font-size: 14px;
    color: #5d5e5e;
}

.othernone {
    display: none;
}

.btn {
    padding: 10px 0 0 0;
    text-align: center;
}

.btn input {
    border: none;
    width: 100%;
    color: #fff;
    box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
    padding: 2%;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background-image: linear-gradient(to right, #294da8, #485bd7);
}

.submit input {
    border: none;
    width: 100%;
    color: #fff;
    box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
    padding: 2%;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background: #c4602c;
}

.getcode {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0 2px 0 0;
    text-align: right;
    white-space: nowrap;
    border-left: solid 1px #E0E0E0;
}

.getcodeborder {
    border: none;
}

.getcode a {
    padding: 4px 10px;
    color: #c4602c;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
}

.getcode span {
    font-size: 24px;
    color: #1a489d;
    position: relative;
    top: 0;
    right: 15px;
}

.getcode a.eight {
    color: #e3e3e3;
}

.getcode a.codenone {
    display: none;
}

.getcode .duinone {
    display: none;
}

span.xiaselect {
    position: absolute;
    right: 8px;
    top: 0;
    font-size: 40px;
    color: #666;
}

.read {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.read label {
    font-size: 12px;
    color: #333;
    font-weight: normal;
    padding-left: 5px;
}

.read label a {
    color: #485bd7;
    display: initial;
}

.errormsg {
    margin: 10px 0;
    font-size: 12px;
    color: #fb3838;
    text-align: right;
}

.readnone {
    display: none;
}


/*Ã§Â¦ÂÃ©â‚¬â€°*/

.flex div.wan {
    pointer-events: none;
}

.flex div.wan span {
    color: #c1c1c1;
    pointer-events: none;
}


/*Ã¦ÂÂÃ¤ÂºÂ¤Ã¦Ë†ÂÃ¥Å&nbsp;Å¸*/

.success {
    width: 100%;
    background: #fff;
    padding: 30px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    display: none;
}

.successShow {
    display: block;
}

.success span.iconfont {
    font-size: 28px;
    color: #2D61B3;
}

.success h6 {
    font-size: 18px;
    color: #2D61B3;
    margin: 0;
    padding: 15px 0 0 0;
}

.success p {
    font-size: 14px;
    text-align: left;
    line-height: 2;
    color: #888;
}

.flaglogo {
    float: left;
}

.hrflag .flaglogo img {
    width: 90px;
    height: 52px;
    margin-right: 15px;
}

.flag_icp {
    float: left;
}

.hrflag .flag_icp a {
    font-size: 12px;
    line-height: 52px;
    color: #fff;
}


/*Ã¦Â´Â»Ã¥Å&nbsp;Â¨Ã§Â»â€œÃ¦ÂÅ¸*/

.over {
    width: 100%;
    background: #fff;
    padding: 30px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    display: none;
}

.over img {
    width: 40px;
    height: 40px;
}

.over p {
    font-size: 14px;
}

.overShow {
    display: block;
}

.checkbox {
    margin: 2px !important;
    cursor: pointer;
}

.submit {
    width: 100%;
    margin: 0 auto;
}

.allorg {
    font-size: 12px;
    color: #333;
    margin-left: 10px;
    margin-top: 10px;
    word-break: break-word;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.policy {
    display: flex;
    word-break: break-word;
    align-items: center;
    flex-wrap: wrap;
}

.policy&gt;span {
    display: flex;
}

.policy a {
    font-size: 12px;
    color: #333;
    line-height: 20px;
    text-decoration: underline;
}

.hrflag {
    width: 100%;
    overflow: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    padding: 0;
}

.account {
    width: 860px;
    margin: 0 auto;
    padding-top: 40px;
}

.account .imgtotal {
    width: 700px;
    margin: 40px auto;
}

.account .imgtotal img {
    width: 100%;
}

@media screen and (max-width:768px) {
    .wrap1:before {
        /* background: url(../img/m8.jpg) no-repeat center; */
        background-size: cover;
    }
    .reg1 {
        width: 100%;
    }
    .reg1 h2 {
        font-size: 30px;
    }
    .formPage {
        width: 100%;
        margin: 0 auto;
        padding: 3vh 0;
    }
    .formbody {
        width: auto;
        margin: 0 auto;
        padding: 15px;
        display: none;
    }
    .allinput {
        width: 100%;
        padding: 0;
        box-shadow: none;
    }
    .allinput label {
        width: auto;
        text-align: left;
        font-size: 12px;
        position: absolute;
        left: 15px;
    }
    .allinput input:hover {
        transition: all 0.5s;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
        border: solid 1px #485bd7;
    }
    .allinput input:focus {
        transition: all 0.5s;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
        border: solid 1px #485bd7;
    }
    .getcode a {
        padding: 4px 10px;
        font-size: 12px;
    }
    .read {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .read label {
        font-size: 12px;
        color: #666;
    }
    span.xiaselect {
        position: absolute;
        right: 15px;
        top: 0;
        font-size: 40px;
    }
    .submit {
        width: 100%;
        margin: 0 auto;
    }
    .submit input {
        padding: 3% 5%;
    }
    .success {
        width: auto;
        padding: 30px 8.2%;
    }
    .success h6 {
        font-size: 16px;
    }
    .selbox li {
        font-size: 14px;
    }
    .over {
        width: auto;
        padding: 30px 8.2%;
        display: none;
    }
    .errormsg {
        font-size: 12px;
        color: red;
        text-align: right;
        width: 93%;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .hrflag {
        width: 100%;
        overflow: auto;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 0;
        padding: 0;
    }
    .hrflag .flaglogo img {
        width: 75px;
        height: 52px;
        margin-right: 5px;
    }
    /* .linktip {
        left: 5%;
        width: 85%;
    } */
    /* Ã©â€”Â¨Ã§Â¥Â¨ */
    .ticketList li {
        display: block;
    }
    .ticket p {
        line-height: 1.8;
        font-size: 12px;
    }
    .ticketInfo .explain {
        line-height: 1.8;
    }
    .account {
        width: 100%;
        padding: 15px;
    }
    .account .imgtotal {
        width: 100%;
    }
}</pre></body></html>