html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
span,
p,
img {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    text-align: center;
}

body,
html {
    margin: 0;
    height: 100%;
    background-color: #e8e7e5;
}

td,
th,
p,
div,
li,
input,
textarea {
    font-family: 'DFLiYuanHK6';
    /*font-family: 'helvetica','Microsoft YaHei';*/
    font-size: 1rem;
}

ul {
    list-style-type: none;
    text-align: left;
}

a {
    text-decoration: none;
    outline: none;
    hide-focus: expression(this.hideFocus=true);
    /*font-family: 'DFLiYuanHK';*/
    font-family: inherit;
    font-size: 12px;
    color: #ffffff;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    text-decoration: none;
    color: #ffffff;
}

a:active {
    text-decoration: none;
    color: #ffffff;
}

select,
input {
    vertical-align: middle;
}

/* PAGE */
.layui-container {
    padding: 0px;
    text-align: center;
    width: 750px;
    margin: 0 auto;
    min-height: 1625px;
    height: 100vh;
}

.jiayan_bg {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/jiayan/bg2.jpg?ver=1);
}

.jiayan_main {
    position: relative;
    z-index: 2;
}

.jiayan_logo {
    padding-top: 89px;
    padding-bottom: 55px;
    width: 255px;
    margin: 0 auto;
}

.jiayan_theme {
    width: 573px;
    margin: 0 auto;
}

.jiayan_Date {
    width: 490px;
    margin: 30px auto;
}

.jiayan_mess {
    font-size: 30px;
    text-shadow: 0px 0px 20px #ffffff;
    font-family: 'inherit';
    font-weight: bold;
}

.jiayan_notice {
    font-size: 39px;
    text-shadow: 0px 0px 20px #ffffff;
    font-family: 'inherit';
    font-weight: bold;
    color: #f35a5a;
    margin-top: 85px;
}

.jiayan_box {
    width: 70%;
    margin: 0 auto;
    padding-top: 180px;
    box-sizing: border-box;
}

.jiayan_title {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    color: #ff9c00;
    text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;
    margin-bottom: 70px;
}

.jiayan_page6 .jiayan_title {
    margin-bottom: 30px;
}

.jiayan_list {
    text-align: left;
    margin-bottom: 32px;
}

.jiayan_list_title {
    padding: 0 8px;
    font-size: 32px;
    color: #007572;
    font-weight: bold;
    margin-bottom: 14px;
}

.jiayan_list_inputBox {
    display: flex;
    background-color: #ffffff;
    border: 2px solid #007572;
    border-radius: 12px;
    height: 76px;
    box-sizing: border-box;
    overflow: hidden;
}

.jiayan_list_inputBox input[type=text] {
    width: 100%;
    border: none;
    font-size: 25px;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
}

.jiayan_ACode {
    width: 120px;
    border: none;
    margin-right: 15px;
    font-size: 25px;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    flex-shrink: 0;
}

.jiayan_getVCode {
    width: 174px;
    font-size: 25px;
    color: #ffffff;
    background-color: #ff9c00;
    border: none;
    border-left: 1px solid #007572;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    flex-shrink: 0;
    cursor: pointer;
}

.jiayan_datelist {
    width: 100%;
    font-size: 32px;
    line-height: 46px;
    padding: 15px 0;
    text-align: center;
    border-radius: 12px;
    color: #007572;
    background-color: #ffffff;
    margin-bottom: 51px;
    font-weight: bold;
    cursor: pointer;
}

.jiayan_datelist.checked,
.jiayan_datelist:hover {
    color: #ffffff;
    background-color: #ff9c00;
}

.jiayan_datelist.outtime {
    color: #cfcfcf;
    background-color: #9f9f9f;
}

.jiayan_checkBox,
.jiayan_showBox {
    background-color: #ffffff;
    border: 2px solid #007572;
    border-radius: 12px;
    box-sizing: border-box;
}

.jiayan_checkBox {
    padding: 30px;
    min-height: 430px;
}

.jiayan_showBox {
    padding: 24px 0;
}

.jiayan_checkBox p,
.jiayan_showBox p {
    text-align: center;
    color: #007572;
    font-weight: bold;
}

.jiayan_checkBox p {
    font-size: 32px;
    line-height: 50px;
}

.jiayan_showBox p {
    font-size: 29px;
    line-height: 39px;
}

.jiayan_showBox p.jiayan_show_dateBox {
    color: #f44e4e
}

.jiayan_show_qrcode {
    width: 310px;
    aspect-ratio: 1/1;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 5px;
    position: relative;
}

.ticket_number_str_show {
    width: 100%;
    margin: 0 auto;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.jiayan_show_qrcodeStatus,
.jiayan_show_qrcodeStatus_bg,
.jiayan_show_qrcodeStatus_text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.jiayan_show_qrcodeStatus {
    display: none;
}

.jiayan_show_qrcodeStatus_bg {
    z-index: 1;
    background-color: #ffffff;
    opacity: 0.95;
}

.jiayan_show_qrcodeStatus_text {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jiayan_show_qrcodeStatus_text span {
    font-size: 70px;
    font-weight: bold;
    color: #ff4e4e;
}

.jiayan_showBox p.jiayan_show_keypoint {
    display: inline-block;
    font-size: 25px;
    line-height: 36px;
    background-color: #007572;
    color: #ffffff;
    padding: 2px 25px;
    margin-bottom: 10px;
}

.jiayan_showBox p.jiayan_show_tips {
    font-size: 23px;
    line-height: 35px;
    color: #007572
}

/* 按钮 */

/*.jiayan_page1 .jiayan_btnBox {
    width: 70%;
    margin: 0 auto;
}
*/
.jiayan_page1 .jiayan_btnBox {
    margin-top: 85px;
}

.jiayan_page2 .jiayan_btnBox {
    margin-top: 293px;
}

.jiayan_page3 .jiayan_btnBox {
    margin-top: 140px;
}

.jiayan_page4 .jiayan_btnBox {
    margin-top: 191px;
}

.jiayan_page5 .jiayan_btnBox {
    margin-top: 93px;
}

.jiayan_page6 .jiayan_btnBox {
    margin-top: 28px;
}

.jiayan_page1 .jiayan_btnBox,
.jiayan_page2 .jiayan_btnBox,
.jiayan_page3 .jiayan_btnBox,
.jiayan_page4 .jiayan_btnBox,
.jiayan_page5 .jiayan_btnBox {
    display: flex;
    justify-content: space-between;
}

.jiayan_btn_dl,
.jiayan_btn_gat,
.jiayan_btn_join,
.jiayan_btn_prev,
.jiayan_btn_next,
.jiayan_btn_cancel {
    width: 239px;
    aspect-ratio: 239/76;
    margin: 0 auto;
    background-size: cover;
    cursor: pointer;
}

.jiayan_btn_join {
    background-image: url('../images/jiayan/btn_join.png');
}

.jiayan_btn_dl {
    background-image: url('../images/jiayan/btn_dl.png');
}

.jiayan_btn_gat {
    background-image: url('../images/jiayan/btn_gat.png');
}

.jiayan_btn_prev {
    background-image: url('../images/jiayan/btn_prev.png');
}

.jiayan_btn_next {
    background-image: url('../images/jiayan/btn_next.png');
}

.jiayan_btn_cancel {
    background-image: url('../images/jiayan/btn_cancel.png');
}

.jiayan_btn_cancel.return {
    background-image: url('../images/jiayan/btn_return.png');
}


/* 图片100% */
.jiayan_logo img,
.jiayan_theme img,
.jiayan_Date img,
.jiayan_show_qrcode img {
    width: 100%;
    display: block;
}