body, th, td, button, input, select, textarea {
    font: 12px / 1.5 PingFang SC, Arial, "Microsoft YaHei", Tahoma, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    resize: none;
}

.text-normal {
    color: #3464ff;
}

.text-danger {
    color: #E8001C;
}

.text-info {
    color: #8187A1;
}

.text-warning {
    color: #E49A00;
}

.text-normal-hover:hover {
    color: #3464ff;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

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

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.bg-grey {
    background: #F7F9FF;
}

/* head */
.yhq-header {
    padding-top: 70px;
    height: 334px;
    background: url('../imgs/yhq/hzyhq_bg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.yhq-header h5 {
    font-size: 36px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    margin: 80px 0 30px;
}

.yhq-header p {
    line-height: 18px;
    text-align: center;
    color: rgba(255,255,255,0.6);
}
/* head ---end */
/* 内容页顶部 */
.yhq-content-head {
    background: #fff;
    position: sticky;
    box-shadow: 0px 2px 4px 0px rgba(55,99,170,0.1);
    z-index: 999;
    display: flex;
    align-items: center;
}

.yhq-content-box {
    display: flex;
    align-items: center;
}

.yhq-content-head .content-head-item {
    width: 300px;
    height: 60px;
    text-align: center;
    color: #040F43;
    line-height: 60px;
    float: left;
    cursor: pointer;
    flex: 1;
}

.yhq-content-head .content-head-item.on {
    color: #3464ff;
    position: relative;
}

.yhq-content-head .content-head-item.on::after {
    content: '';
    width: 40px;
    height: 3px;
    background: #3464FF;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.yhq-content-main {
    padding: 60px 0;
}

.yhq-main-title {
    font-size: 32px;
    color: #040F43;
    line-height: 32px;
    text-align: center;
    margin-bottom: 50px;
}
/* 精选促销域名 */
#YHQMAIN1 {
    background: url('../imgs/yhq/jxcxym.jpg') no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}

#YHQMAIN1 .yhq-main-title {
    margin-bottom: 30px;
}

.yhq-swiper .swiper-slide {
    padding-top: 10px;
}

.yhq-swiper-item {
    float: left;
    width: 278px;
    height: 201px;
    background: linear-gradient( 180deg, #E9F2FF 0%, #FFFFFF 100%);
    border-radius: 8px;
    border: 1px solid #E1E6F0;
    margin: 0 29px 30px 0;
    transition: all 0.3s;
}

.yhq-swiper-item:nth-child(4n) {
    margin-right: 0;
}

.yhq-swiper-item:hover {
    height: 211px;
    margin-top: -10px;
    box-shadow: 2px 10px 20px 5px rgba(5, 17, 71, 0.07);
}

.yhq-swiper-item-main {
    padding: 0 30px;
}

.yhq-swiper-item-title {
    padding: 4px 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E1E6F0;
    height: 69px;
}

.yhq-swiper-item-title i {
    font-size: 30px;
    color: #040F43;
    line-height: 60px;
    font-weight: 500;
}

.yhq-swiper-item-sysj span {
    margin-right: 10px;
    padding: 0 10px;
    height: 28px;
    background: linear-gradient( 180deg, #FF8795 0%, #FF5E72 58%, #FF0F2C 100%);
    border-radius: 2px;
    color: #fff;
    line-height: 28px;
}

.yhq-swiper-item-sysj b {
    padding: 0 10px;
    border-radius: 2px;
    background: #FFFFFF;
    height: 28px;
    line-height: 28px;
    color: #8187A1;
}

.yhq-swiper-item-sysj b font {
    color: #040F43;
}

.yhq-swiper-item-qian {
    margin-top: 24px;
}

.yhq-swiper-item-qian span {
    font-family: DINProM;
    font-size: 30px;
    color: #E8001C;
    line-height: 30px;
    height: 30px;
    margin-right: 8px;
}

.yhq-swiper-item-qian b {
    line-height: 16px;
    margin-top: 11px;
}

.yhq-swiper-item:hover .yhq-swiper-item-qian {
    display: none;
}

.yhq-swiper-item-btn {
    display: none;
    height: 44px;
    background: linear-gradient( 180deg, #3D7FFF 0%, #0053FC 64%, #003BFC 100%);
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    margin-top: 26px;
}

.yhq-swiper-item-btn:hover {
    color: #fff;
    opacity: 0.85;
}

.yhq-swiper-item:hover .yhq-swiper-item-btn {
    display: block;
}

.yhq-swiper .swiper-pagination-bullet {
    background: #fff !important;
    border-radius: 2px !important;
}

.yhq-swiper .swiper-pagination-bullet-active {
    background: #003BFC !important;
}

.yhq-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.yhq-swiper .swiper-pagination {
    bottom: 0 !important;
}

.yhq-swiper .arrows {
    position: absolute;
    top: 50%;
    color: #3464ff;
    opacity: .4;
    margin-top: -55px;
    z-index: 10;
    left: -48px;
    cursor: pointer;
    background: none;
    transition: all .3s;
}

.yhq-swiper .swiper-next {
    right: -48px;
    left: auto;
}

.yhq-swiper .arrows i {
    font-size: 60px;
}

.yhq-swiper:hover .swiper-prev {
    left: -8px;
}

.yhq-swiper:hover .swiper-next {
    right: -8px;
}

/* 超值优惠券 */
#YHQMAIN2 {
    padding-bottom: 40px;
}

#YHQMAIN2 .yhq-main-title {
    margin-bottom: 40px;
}

.yhq-lx {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: center;
}

.yhq-lx-item {
    padding: 0 42px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E1E6F0;
    color: #040F43;
    line-height: 40px;
    margin-right: 20px;
    cursor: pointer;
}

.yhq-lx-item:last-child {
    margin-right: 0;
}

.yhq-lx-item:hover,
.yhq-lx-item.on {
    color: #fff;
    padding: 0 43px;
    line-height: 42px;
    border: 0;
    background: linear-gradient( 180deg, #3D7FFF 0%, #0053FC 64%, #003BFC 100%);
}

.yhq-list-box {
    display: none;
    width: 1220px;
    margin: 0 auto;
}

.yhq-list-box.on {
    display: block;
}

.yhq-list {
    height: 241px;
    overflow: hidden;
}

.yhq-list.on {
    height: auto;
}

.yhq-list-item {
    width: 298px;
    height: 231px;
    background: url('../imgs/yhq/czyhq.png') no-repeat;
    background-size: cover;
    float: left;
    margin-right: 9px;
    margin-bottom: 9px;
    transition: all .3s;
    padding-top: 30px;
    text-align: center;
}

.yhq-list-item:nth-child(4n) {
    margin-right: 0;
}

.yhq-list-item:hover {
    background: url('../imgs/yhq/czyhq_xz.png') no-repeat;
    background-size: cover;
    height: 241px;
    margin-top: -10px;
}

.yhq-list-item-title {
    font-weight: 500;
    font-size: 18px;
    color: #040F43;
    line-height: 18px;
    margin-bottom: 31px;
    padding: 0 10px;
}

.yhq-list-item-hz {
    width: 160px;
    height: 60px;
    margin: 31px auto 12px;
    font-size: 30px;
    font-weight: 500;
}

.yhq-list-item-sm {
    font-size: 16px;
    color: #040F43;
    line-height: 24px;
    text-align: center;
    padding: 0 10px;
}

.yhq-list-item-sm.sm-top {
    margin-top: 16px;
}

.yhq-list-item-sm.sm-bottom {
    margin-bottom: 18px;
}

.yhq-list-item-qian {
    font-size: 0;
}

.yhq-list-item-qian span {
    font-family: DINProM;
    font-size: 30px;
    color: #E8001C;
    line-height: 30px;
    margin-right: 8px;
}

.yhq-list-item-qian b {
    line-height: 16px;
    margin-top: 11px;
}

.yhq-list-item:hover .yhq-list-item-qian {
    display: none;
}

.yhq-list-item-btn {
    width: 218px;
    height: 44px;
    background: linear-gradient( 180deg, #FFC958 0%, #FFBF3B 64%, #FFAC00 100%);
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    display: none;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
}

.yhq-list-item-btn:hover {
    opacity: 0.85;
    color: #FFFFFF;
}

.yhq-list-item:hover .yhq-list-item-btn {
    display: block;
}

.yhq-list-more {
    width: 104px;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #E1E6F0;
    margin: 0 auto;
    line-height: 32px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    color: #040F43;
    text-align: center;
}

.yhq-list-more::before {
    content: '查看更多';
}

.yhq-list-more i {
    margin-left: 4px;
}

.yhq-list-more:hover {
    background: #3644ff;
    border-color: #3464ff;
    color: #fff;
}

.yhq-list-more.on::before {
    content: '收起';
}

.yhq-list-more.on i {
    transform: translateY(-2px) rotate(180deg);
}

/* 促销后缀总览 */
.gn_table_nodata {
    height: 240px;
    background: url("../u/style/res/noData.png") no-repeat center 50px;
    background-size: 252px 82px;
    text-align: center;
    line-height: 12px;
    padding-top: 152px;
    color: #8187A1;
}

.table_reset_btn {
    width: 105px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #3464FF;
    font-size: 12px;
    color: #3464FF;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    display: block;
    margin: 16px auto 0;
}

.table_reset_btn:hover {
    background: #3464FF;
    color: #fff;
}

.yhq-table .layui-table-header {
    border-width: 1px 0;
}

.yhq-table-head {
    padding: 0 30px;
    height: 77px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px 12px 0 0;
}

.yhq-table-head-p {
    color: #121212;
    position: relative;
}

.yhq-table-head-p::after {
    content: '';
    width: 4px;
    height: 14px;
    background: #3464FF;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -7px;
}

.yhq-table-head-right {
    display: flex;
    align-items: center;
}

.yhq-table-head-input {
    position: relative;
}

.yhq-table-head-input input {
    width: 320px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E1E6F0;
    padding: 0 40px 0 12px;
}

.yhq-table-head-input i {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    cursor: pointer;
    line-height: 40px;
}

.yhq-table-head-input i:hover {
    color: #3464FF;
}

.layui-table {
    color: #040F43;
}

.layui-table-init .layui-icon-loading {
    position: static;
    margin: 0;
}

.yhq-table-qian {
    line-height: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 11px 0;
}

.yhq-table-qian p {
    width: 100%;
}

.yhq-table-qian span {
    line-height: 12px;
    margin-top: 4px;
}

.layui-table-view,
.layui-table td {
    border: 0;
}

.layui-table-view .layui-table td {
    padding: 0;
    cursor: pointer;
    border-bottom: 1px solid #e1e6f0;
}

.layui-table-view .layui-table td .layui-table-cell {
    min-height: 59px;
    line-height: 59px;
    height: 100%;
}

.layui-table-view,
.layui-table-body {
    margin: 0;
}

.layui-table-tool {
    padding: 0;
    min-height: auto;
}

.layui-table-tool .layui-btn-container {
    margin-bottom: 0;
}

.layui-table-grid-down .layui-icon {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.layui-table-box {
    background-color: rgb(255, 255, 255);
}

.layui-border-box {
    width: 100%;
}

.layui-table-view .layui-table th {
    height: 54px;
    line-height: 54px;
    border: 0;
    color: #121212;
    font-weight: 600;
    font-size: 12px;
}

.layui-table tr {
    transition: none;
}

.layui-table-page {
    background-color: #fff;
    border: 0;
    margin: 0;
    overflow: visible;
    height: 70px;
    padding: 20px 30px 0;
    border-radius: 0 0 12px 12px;
}

.layui-table-page .layui-laypage {
    float: right;
}

.layui-table-page .layui-laypage-btn:hover {
    border: 1px solid #3464FF !important;
    color: #3464FF;
}

.layui-table-page select {
    background: #fff;
    border-radius: 0;
    color: #8187A1;
    border-color: #E1E6F0;
    height: 30px;
    box-sizing: border-box;
    border-radius: 2px;
    color: #121212;
}

.layui-table-page .layui-laypage input {
    width: 42px;
    color: #333;
    border-radius: 2px;
}

.layui-table-page .layui-laypage button {
    padding: 0 13px;
    color: #8187a1;
}

.layui-table-page .layui-laypage button,
.layui-table-page .layui-laypage input {
    height: 30px;
    line-height: 28px;
    background: #FFFFFF;
    border: 1px solid #E1E6F0;
    box-sizing: border-box;
}

.layui-laypage a.layui-disabled i, .layui-laypage a.layui-disabled:hover i {
    color: #E1E6F0 !important;
}

.layui-laypage a i {
    color: #3464ff;
}

.layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span {
    height: 30px;
    line-height: 30px;
}

.layui-table-page .layui-icon {
    font-size: 12px;
}

.layui-table-page .layui-laypage span.layui-laypage-curr {
    min-width: 30px;
    padding: 0 6px;
    text-align: center;
    margin: 0 4px 10px;
    box-sizing: border-box;
}

.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage .layui-laypage-spr {
    min-width: 30px;
    padding: 0 6px;
    text-align: center;
    margin: 0 4px 10px;
    border-radius: 2px;
    border: 1px solid #E1E6F0;
    box-sizing: border-box;
}

.layui-table-page .layui-laypage .layui-laypage-prev,
.layui-table-page .layui-laypage .layui-laypage-next,
.layui-table-page .layui-laypage .layui-laypage-spr {
    border: 0;
}

.layui-laypage input:focus, .layui-laypage select:focus {
    border-color: #3464ff !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #3464FF;
}

.layui-input:hover,
.layui-textarea:hover,
.layui-input:focus,
.layui-textarea:focus,
.layui-laypage input:focus,
.layui-layer.layui-layer-prompt .layui-layer-input:hover,
.layui-layer.layui-layer-prompt .layui-layer-input:focus {
    border-color: #3464FF !important;
}

.layui-laypage .layui-laypage-curr {
    height: 30px;
    width: auto;
    line-height: 30px;
    box-sizing: border-box;
}

.layui-table-sort .layui-table-sort-desc {
    border-top-color: #8187a1;
}

.layui-table-sort .layui-table-sort-asc {
    border-bottom-color: #8187a1;
}

.layui-table-sort .layui-table-sort-asc:hover {
    border-bottom-color: #3464ff;
}

.layui-table-sort[lay-sort=asc] .layui-table-sort-asc,
.layui-table-sort[lay-sort=asc] .layui-table-sort-asc,
.layui-table-sort[lay-sort=desc] .layui-table-sort-desc,
.layui-table-sort .layui-table-sort-desc:hover {
    border-top-color: #3464FF;
    border-bottom-color: #3464FF;
}
.layui-table-sort .layui-edge {
    border-width: 4px;
    left: 6px;
    bottom: 7px;
}

.layui-table-sort {
    margin-left: 0;
    top: 1px;
}

.layui-table tbody tr:hover,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table-total,
.layui-table-total tr,
.layui-table[lay-even] tr:nth-child(even) {
    background-color: #f2f5ff;
    border-color: #E1E6F0;
}

.layui-table thead tr {
    background-color: #F1F3FB;
}

.layui-table tr {
    display: block;
    padding: 0 30px;
    box-sizing: border-box;
}

.layui-table-cell {
    padding: 0;
    font-size: 14px;
}

.layui-table-cell span {
    font-size: 14px;
}

.yhq-table .layui-input {
    border-color: #E1E6F0;
    border-radius: 4px;
    height: 40px;
    font-size: 14px;
}

.yhq-table .layui-form-select {
    color: #121212;
    margin-right: 16px;
}

.yhq-table .layui-form-select .layui-edge {
    border-width: 5px;
    border-top-color: #8187A1;
    right: 12px;
}

.yhq-table .layui-form-select .layui-input {
    padding-left: 12px;
}

.yhq-table .layui-form-select dl {
    border-radius: 4px;
    padding: 0;
    top: 48px;
    box-shadow: 0px 4px 8px 0px rgba(5,17,71,0.2);
    border: 0;
}

.yhq-table .layui-form-select dl dd {
    height: 38px;
    padding-left: 12px;
    font-size: 14px;
    color: #121212;
}

.yhq-table .layui-form-select dl dd.layui-this,
.yhq-table .layui-form-select dl dd:hover {
    background: #f2f5ff;
    color: #3464ff;
}

/* 常见问题 */
.yhq-cjwt {
    background: #fff;
    padding: 0 30px 30px;
    margin-bottom: 20px;
}

.yhq-questions li {
    padding: 30px 0 24px;
    cursor: pointer;
    border-bottom: 1px solid #E1E6F0;
}

.yhq-questions li .yhq-question {
    color: #121212;
    line-height: 18px;
}
.yhq-questions li .yhq-question-icon {
    line-height: 18px;
    transition: all .3s ease-in-out;
}

.yhq-questions li:hover .yhq-question,
.yhq-questions li:hover .yhq-question-icon {
    color: #3464FF;
}

.yhq-questions li .yhq-answer {
    display: none;
}

.yhq-questions li .yhq-answer p {
    line-height: 22px;
    margin-top: 16px;
    white-space: pre-wrap;
    word-break: break-word;
}

.yhq-questions li.on .yhq-question-icon {
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
}

.qhjebl {
    font-size: 12px;
    position: absolute;
    margin-left: 20px;
    margin-top: 1px;
    transform: scale(0.84);
    color: #8187A1;
}

.qhjebl:hover {
    color: #3464ff;
}

img.hzimg {
    height: 100%;
}

.img_txt {
    display: none;
    font-size: inherit;
    font-weight: inherit;
}

.yhq-table .layadmin-loading {
    display: block;
}
.layadmin-loading {
    display: none;
}