/* 领券 css */
.yz-el-dialog.receTicket-wrapper .el-dialog {
    background: none;
    box-shadow: none;
    margin: 0 auto !important;
}

.yz-el-dialog.receTicket-wrapper .el-dialog__header {
    display: none;
}

.yz-el-dialog.receTicket-wrapper .dialog-content {
    width: 100%;
    height: 870px;
    background: url(https://www.henghost.com/images/C20220819_img02.png) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 115px 97px 0px;
}

.yz-el-dialog.receTicket-wrapper .dialog-content .dialog-content-inner {
    position: relative;
    width: 464px;
    height: 421px;
    margin-left: 93px;
    margin-top: 162px;
}


.yz-el-dialog.receTicket-wrapper .dialog-content .descImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -38%);
}

.yz-el-dialog.receTicket-wrapper .dialog-content .dialog-ticket-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 110px;
}


.yz-el-dialog.receTicket-wrapper .dialog-content .dialog-ticket-wrapper .receTicket-item {
    width: 130px;
    height: 104px;
    background: url(https://www.henghost.com/images/c20220819_img05.png) center no-repeat;
    background-size: cover;
    display: flex;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-top: 20px;
    align-items: center;
    flex-direction: column;
    margin-left: 10px;
}



.yz-el-dialog.receTicket-wrapper .dialog-content .dialog-ticket-wrapper .receTicket-item:nth-of-type(n + 4) {
    width: 200px;
    height: 104px;
    background: url(https://www.henghost.com/images/20220819_img06.png) center no-repeat;
    background-size: cover;
}

.yz-el-dialog.receTicket-wrapper .dialog-content .dialog-ticket-wrapper .receTicket-item .receTicket-item-top {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #B77F1A;
    line-height: 26px;
    background: linear-gradient(0deg, #FF0000 0%, #F06A01 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.yz-el-dialog.receTicket-wrapper .receTicket-item .receTicket-item-top .top-price-unit {
    font-size: 12px;
}

.yz-el-dialog.receTicket-wrapper .receTicket-item .receTicket-item-top .top-price-num {
    font-size: 30px;
    font-weight: 800;
}


.yz-el-dialog.receTicket-wrapper .receTicket-item .receTicket-item-bottom {
    color: #B77F1A;
    font-weight: 400;
    margin-top: 10px;
}


.yz-el-dialog.receTicket-wrapper .dialog-ticketResult {
    width: 465px;
    height: 161px;
    left: 50%;
    /* margin-left: -282px; */
    transform: translateX(-50%);
    position: absolute;
    bottom: 0px;
    display: flex;
    background: url(https://www.henghost.com/images/c20220819_img04.png) center no-repeat;
    background-size: cover;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #CCE7FF;
    justify-content: center;
    padding-top: 80px;
}


.yz-el-dialog.receTicket-wrapper .coupon-receive-button {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%,0px);
    background: linear-gradient(90deg, #FDE4BE 0%, #FCAE5C 100%);
    box-shadow: 0px 1px 6px 0px rgb(220 30 3 / 52%);
    border-radius: 30px;
    text-align: center;
    width: 140px;
    height: 40px;
    line-height: 35px;
    z-index: 10;
    border: 2px solid #CC6700;
    color: #CC6700;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.yz-el-dialog.receTicket-wrapper .coupon-receive-button:hover {
    color: rgba(204,103,0,0.8);
    background: #FDE4BE;
    border-color: #ffa74f;
}




@media screen and (min-width:0\0) {
    .yz-el-dialog.receTicket-wrapper .dialog-content .dialog-ticket-wrapper .receTicket-item .receTicket-item-top {
        background: none;
        color: #FF0000;
    }
}

.yz-el-dialog.receTicket-wrapper .closeButton {
    position: absolute;
    bottom: 90px;
    left: 50%;
    margin-left: -17px;
    cursor: pointer;
}

/* 老用户-券样式  end*/


/* 新用户-券样式 */
.yz-el-dialog.receTicket-wrapper.newUserReceTicket .dialog-content{
    background: url('https://www.henghost.com/images/coupon_img/coupon_img_new01.png?v=1.0.2') center no-repeat;
    background-size: cover;
} 

.yz-el-dialog.receTicket-wrapper.newUserReceTicket .dialog-content .dialog-content-inner  {
    border-radius: 20px;
    background: linear-gradient(0deg, #FFF3E0 0%, #fff 100%);
    margin: auto;
    width: 428px;
    height: auto;
    padding: 50px 20px 110px;
    box-sizing: border-box;
    top: 50px;
}

.yz-el-dialog.receTicket-wrapper.newUserReceTicket .dialogTitle-img__newUser {
    position: absolute;
    width: 260px;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
}

.yz-el-dialog.receTicket-wrapper.newUserReceTicket .dialog-content .coupon-desc {
    color:#293957; 
    font-size: 14px;
    line-height: 22px;
}

.yz-el-dialog.receTicket-wrapper.newUserReceTicket .dialog-content .dialog-ticket-wrapper {
    padding-top: 0px;
    margin-bottom: -16px;
}

.yz-el-dialog.receTicket-wrapper.newUserReceTicket .dialog-content .dialog-ticket-wrapper .receTicket-item {
    position: relative;
    width: 172px;
    height: 86px;
    background: url(https://www.henghost.com/images/coupon_img/coupon_img_new04.png?v=1.0.2) center no-repeat;
    background-size: cover;
    margin: auto;
    margin-bottom: 16px;
    align-items: flex-start;
    padding-left: 20px;
    padding-top: 14px;
}

.yz-el-dialog.receTicket-wrapper.newUserReceTicket  .dialog-content .dialog-ticket-wrapper .receTicket-item .receTicket-item-top {
    background: none;
    color: #fff;
    -webkit-text-fill-color: initial;
}

.yz-el-dialog.receTicket-wrapper.newUserReceTicket .receTicket-item .receTicket-item-bottom {
    color: #fff;
}

.yz-el-dialog.receTicket-wrapper.newUserReceTicket  .receTicket-item .top-price-count {
    position: absolute;
    top: 0px;
    right: 14px;
    font-size: 12px;
    font-weight: 400;
    color: #CC6700;
}

.yz-el-dialog.receTicket-wrapper.newUserReceTicket .dialog-ticketResult {
    padding-top: 70px;
}

/* 新用户-券样式  */


.yz-el-dialog.ticket_ruler .dialog-button-wrapper {
    position: absolute;
    bottom: 24px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.yz-el-dialog.ticket_ruler .dialog-content {
    padding: 15px 0px 56px 30px;
    box-sizing: border-box;
}

.yz-el-dialog.ticket_ruler .dialog-content .uno-rule-panel {
    padding-right: 30px;
    max-height: 400px;
    line-height: 20px;
    overflow-y: auto;
}

.uno-rule-panel {
font-size: 14px;
line-height: 22px;
}

.uno-rule-box-tit, .uno-rule-panel-tit-text {
    color: #191919;
}

.uno-rule-box-tit {
    font-size: 16px;
    line-height: 24px;
}

.uno-rule-box-con {
    padding-top: 8px;
}

.uno-rule-text {
    font-size: 14px;
    line-height: 26px;
    color: #495770;
    word-break: break-all;
}

.uno-rule-box+.uno-rule-box {
    margin-top: 16px;
}


.yz-el-dialog.receTicket-wrapper_new .dialog-content {
    background: linear-gradient(135deg, #DCE7F3 0%, #E2E7F1 100%);
    border-radius: 8px;
}

.yz-el-dialog.receTicket-wrapper_new .dialog-content-header {
    width: 100%;
    height: 93px;
    padding: 16px;
    background:  url(/images/ticket/newUser_img01.png) no-repeat  center;
    background-size: 100% auto;
}

.yz-el-dialog.receTicket-wrapper_new .content-header-title {
    font-size: 24px;
    font-family: 'AlimamaShuHeiTi-Bold';
    font-weight: bold;
    color: #FFE9C2;
    line-height: 29px;
}

.yz-el-dialog.receTicket-wrapper_new .content-header-desc {
    font-size: 14px;
    font-weight: 400;
    color: #FFF4E0;
    line-height: 20px;
}

.yz-el-dialog.receTicket-wrapper_new  .dialog-content-inner {
    padding: 16px;
}

.yz-el-dialog.receTicket-wrapper_new .tp-grid__col  {
    margin-bottom: 8px;
}

.yz-el-dialog.receTicket-wrapper_new .tp-grid__layout {
    margin-bottom: -8px;
}


.yz-el-dialog.receTicket-wrapper_new .ticketItem-wrapper {
    position: relative;
    padding: 9px 16px;
    background:  url(/images/ticket/newUser_img02.png) no-repeat  center;
    background-size: contain                                                                                                                                                                                                                                                                                                                                         ;
    border-radius: 4px;
    box-sizing: border-box;
}

.yz-el-dialog.receTicket-wrapper_new .tp-grid__col:nth-child(n + 5) .ticketItem-wrapper {
    background:  url(/images/ticket/newUser_img03.png) no-repeat  center;
    background-size: cover;
}

.yz-el-dialog.receTicket-wrapper_new .tp-grid__col:first-child .ticketItem-wrapper {
    background: linear-gradient(135deg, rgba(103,169,255,0.8) 0%, #006EFF 100%);
    border: 1px solid #FFFFFF;
}


.yz-el-dialog.receTicket-wrapper_new .ticketItem-price {
    font-size: 14px;
    font-weight: 500;
    color: #3D485D;
    line-height: 20px;
}

.yz-el-dialog.receTicket-wrapper_new .tp-grid__col:first-child .ticketItem-price {
    color: #FFFFFF;
}

.yz-el-dialog.receTicket-wrapper_new .ticketItem-price .ticketItem-price-num {
    font-size: 24px;
    line-height: 35px;
    margin-left: 2px;
}

.yz-el-dialog.receTicket-wrapper_new .ticketItem-desc {
    font-size: 12px;
    color: #5B6786;
    line-height: 17px;
}

.yz-el-dialog.receTicket-wrapper_new .tp-grid__col:first-child .ticketItem-desc {
    color: #FFFFFF;
}


.yz-el-dialog.receTicket-wrapper_new .dialog-content-inner .tpm-btn {
    min-width: 287px;
}

.yz-el-dialog.receTicket-wrapper_new .el-dialog__headerbtn  {
    right: -36px;
    top: -20px;
    font-size: 20px;
    font-weight: bold;
}

.yz-el-dialog.receTicket-wrapper_new .el-dialog__headerbtn .el-dialog__close {
    color: #fff;
}

.yz-el-dialog.receTicket-wrapper_new .tp-link_ruler {
    color: #FFF4E0;
}

.yz-el-dialog.receTicket-wrapper_new .tp-link_ruler > .el-icon {
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
    margin-left: 2px;
}

.yz-el-dialog.receTicket-wrapper_new .tp-link_ruler:hover .el-icon {
    transform: translateX(4px);
}

.yz-el-dialog.receTicket-wrapper_new .ticketItem-flag {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 25px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
}

.yz-el-dialog.receTicket-wrapper_old  .dialog-content {
    height: 225px;
    position: relative;
    border-radius: 0px;
    background:  url(/images/ticket/newUser_img04.png) no-repeat  center;
    background-size: cover;
    padding: 24px;
}

.yz-el-dialog.receTicket-wrapper_old .dialog-content-header {
    padding: 0px;
    background: none;
}

.yz-el-dialog.receTicket-wrapper_old .content-header-title {
    font-size: 24px;
    color: #3D485D;
    line-height: 33px;
    margin-bottom: 16px;
}

.yz-el-dialog.receTicket-wrapper_old .dialog-content-inner {
    padding: 0px;
    color: #3D485D;
    font-size: 16px;
    line-height: 22px;
}

.yz-el-dialog.receTicket-wrapper_old .tpm-btn {
    position: absolute;
    width: 120px;
    left: 24px;
    bottom: 26px;
}

/* 领券 css end */