* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}
@keyframes fade-ins {
    0% {
        opacity: 0;
    }

    /*初始状态 透明度为0*/
    100% {
        opacity: 1;
    }

    /*结束状态 透明度为1*/
}

@-webkit-keyframes fade-ins {
    0% {
        opacity: 0;
        header > div .logo: after
    }

    /*初始状态 透明度为0*/
    100% {
        opacity: 1;
    }

    /*结束状态 透明度为1*/
}

.layui-layer-border {
    border: 0!important;
    box-shadow: 0px 0px 13px #dcdcdc!important;
    min-width: 185px!important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 0px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 0px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(100, 100, 100, 0.5) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

img {
    border: 0;
    animation: fade-ins;
    /*动画名称*/
    animation-duration: 0.6s;
    /*动画持续时间*/
    -webkit-animation: fade-ins 0.6s;
    /*针对webkit内核*/
}

input {
    -webkit-appearance: none;
    border: 0;
}

body {
    background: #F9F9F9;
    min-width: 1250px;
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}
.layui-flex {
    display: flex
;
}
header {
    background: #FFF;
    border-bottom: 1px solid #F6F6F6;
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 71px;
    z-index: 99;
}

header > div {
    width: 1400px;
    max-width: calc(100% - 50px);
    margin: 0px auto;
    height: 70px;
    position: relative;
}

header > div .logo {
    display: block;
    float: left;
    height: 70px;
    width: 200px;
    position: relative;
}

header > div .logo:after {
    content: "简约版";
    position: absolute;
    right: -1px;
    top: 2px;
    background: #f94c30;
    color: #FFF;
    padding: 0px 5px;
    height: 15px;
    line-height: 15px;
    border-radius: 5px;
    font-size: 12px;
}

header > div .logo img {
    display: block;
    height: 65px;
    margin-top: 2.5px;
}

header > div nav {
    float: left;
    margin-left: 50px;
    height: 70px;
    width: 558px;
    position: relative;
}

header > div nav>div {
    float: left;
    position: relative;
}

header > div nav a {
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    color: #666;
    padding: 0px 19px;
    transition: 0s all;
    display: block;
}

header > div nav .hover>a {
    color: var(--color-primary);
}

header > div nav .border-bottom:after {
    content: " ";
    background: var(--color-primary);
    height: 100%;
    width: 100%;
    display: block;
}

header > div nav .border-bottom {
    transition: 0.4s all;
    height: 2px;
    width: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0px 19px;
}

header > div .time-winter {
    max-width: calc(100% - 200px - 50px - 558px - 50px);
    float: right;
    margin-left: 50px;
    height: 70px;
    overflow: hidden;
}

header > div .time-winter .time {
    float: left;
    color: #666;
}

header > div .time-winter .time span {
    /*font-size: 28px; font-weight: bold;*/
    font-size: 21px;
    height: 70px;
    line-height: 70px;
    float: left;
    margin-left: 9px;
}

header > div .time-winter .time small {
    height: 70px;
    line-height: 70px;
    font-size: 13px;
    float: left;
    margin-left: 9px;
}

header > div .time-winter .winter {
    height: 70px;
    line-height: 70px;
    float: left;
    margin-left: 35px;
    color: #666;
}

header > div .time-winter .winter img {
    vertical-align: middle;
    margin: 0px 10px;
    height: 30px;
    margin-top: -4px;
}
.layer-container {
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
}
footer {
    background: #FFF;
    padding: 45px 0px;
    margin-top: 13px;
}

footer > div {
    width: 1400px;
    max-width: calc(100% - 50px);
    margin: 0px auto;
}

footer > div ul {
    width: 900px;
    margin: 0px auto;
}

footer > div ul li {
    float: left;
    width: 180px;
}

footer > div ul li a {
    color: #5e5e5e;
    text-align: center;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

footer > div .copart {
    margin-top: 30px;
    font-size: 13px;
    color: #919191;
    text-align: center;
}

footer > div .copart img {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 6px;
    margin-left: 5px;
}
/* 广告样式 */
.index-ad1 {
    overflow: hidden;
    margin: 12px auto 10px;
    padding: 10px 10px 6px;
    background: #fff;
    position: relative;
}
.index-ad1 li {
    position: relative;
}
.adTag {
    z-index: 10;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 45px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    color: #ebebeb;
    background-color: #000;
    opacity: .5;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
}
.index-ad1 a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 70px;
}

.container {
    width: 1400px;
    max-width: calc(100% - 50px);
    margin: 0px auto;
}

.title {
    height: 40px;
    overflow: hidden;
    position: relative;
}

.title h3 {
    line-height: 40px;
    color: #333;
    font-size: 17px;
    position: relative;
    padding-left: 20px;
}

.title h3:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 11px;
    height: 18px;
    width: 3px;
    background: var(--color-primary);
}

.title a {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #dcdcdc;
}

.loadding {
    width: 57px;
    position: absolute;
    z-index: 98;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.loadding span {
    display: inline-block;
    width: 8px;
    height: 100%;
    border-radius: 4px;
    background: #ff7438;
    -webkit-animation: load 1.04s ease infinite;
}

.loadding span:nth-child(2) {
    -webkit-animation-delay: 0.13s;
}

.loadding span:nth-child(3) {
    -webkit-animation-delay: 0.26s;
}

.loadding span:nth-child(4) {
    -webkit-animation-delay: 0.39s;
}

.loadding span:nth-child(5) {
    -webkit-animation-delay: 0.52s;
}

@-webkit-keyframes load {
    0%, 100% {
        height: 10px;
        background: #33d4bb;
    }

    50% {
        height: 30px;
        margin-top: -20px;
        background: var(--color-primary);
    }
}

.backtop {
    position: fixed;
    bottom: 5%;
    right: 5%;
    font-size: 41px;
    z-index: 99;
    width: 58px;
    height: 58px;
    display: none;
    text-align: center;
    line-height: 58px;
    background: #FFF;
    color: #c3c3c3!important;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 0px 2px 10px #dedede;
}

/* 兼容1920屏幕 */
@media screen and (max-width: 1920px) {
    header > div,.indexgg,.container,footer > div,.recommendMain {
        width:1300px!important;
    }
}

/* 兼容1440屏幕 */
@media screen and (max-width: 1600px) {
    header > div, .indexgg, .container, footer > div, .recommendMain {
        width:1250px!important;
    }
}

.list_all:hover .list_li {
    display: block;
}

.list_li {
    display: none;
    position: absolute;
	top: 68px;
    left: 10px;
    width: 457px;
    background: #ffffff;
    padding: 12px 7px;
    z-index: 9999999;
    box-shadow: 0 -1px 9px rgba(117, 117, 117, 0.12);
    border-radius: 0px;
}

.list_li li {
    float: left;
    width: 20%;
    text-align: center;
}

.list_li li a {
    display: block;
    height: 44px;
    line-height: 43px;
    float: none;
    font-size: 15px;
    color: #5f5f5f;
    padding: 0;
}

.colorChange {
    color: #333!important;
    background: -webkit-linear-gradient(left,#147B96,#E6D205 25%,#147B96 50%,#E6D205 75%,#147B96);
    color: transparent!important;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    animation: masked-animation 1s infinite linear;
}

@-webkit-keyframes masked-animation {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -100% 0;
    }
}

.softGroup {
    background: #FFF;
    margin-top: 13px;
    padding: 20px 30px;
    padding-bottom: 30px;
}

.softGroup ul {
    margin-top: 15px;
}

.softGroup ul li {
    float: left;
    margin-right: 20px;
    width: calc((100% - 20px * 5) / 6);
}

.softGroup ul li:nth-last-child(1) {
    margin-right: 0;
}

.softGroup ul li a {
    display: block;
}

.softGroup ul li a>img {
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 5px;
    float: left;
}

.softGroup ul li a>div {
    float: left;
    margin-left: 15px;
    width: calc((100% - 62px - 15px));
    padding-top: 8px;
}

.softGroup ul li a>div h3 {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
}

.softGroup ul li a>div p {
    font-size: 14px;
    color: #909090;
    line-height: 20px;
    margin-top: 4px;
}

.add_r font {
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    font-size: 13px;
    display: inline-block;
    padding: 0px 4px;
    line-height: 20px;
    text-align: center;
    text-indent: 0;
    margin-right: 11px;
    vertical-align: middle;
    border-radius: 6px;
}


/* 自定义支付弹窗样式 */
.layui-pay-container {
    padding: 20px;
    display: flex;
    justify-content: space-around;
}

.layui-pay-item {
    width: 120px;
    height: 140px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    padding: 15px;
}

.layui-pay-item.hover {
    border-color: #5FB878;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.layui-pay-item i {
    font-size: 48px;
    margin: 20px 0;
    display: block;
}

.layui-pay-item.wechat-pay i {
    color: #09BB07;
}

.layui-pay-item.alipay i {
    color: #00A0E9;
}

.pay-title {
    font-size: 16px;
    color: #333;
}

/* 快审 */
.info .left .img i {
    height: 22px;
    line-height: 22px;
    width: 80px;
    background-color: var(--color-primary);
    box-shadow: -1.204px 1.597px 4px 0 rgba(0, 0, 0, .22);
    position: absolute;
    top: 3%;
    right: -21px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 1;
}
/* 广告代码 */
.text-tip {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.text-tip .tips {
    color: #999;
    font-size: 12px;
    font-style: italic;
}
.text-tip .sale-btn {
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    color: var(--color-primary);
    cursor: pointer;
    font-size: 12px;
    padding: 5px 10px;
}
.text-ad .container .ad-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.text-ad .container .ad-list li {
    margin-bottom: 5px;
}
.text-ad .container .ad-list li a img {
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: 20px;
}
.text-ad .container .ad-list li a .info {
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-ad .container .ad-list li a .info .title {
    color: #333;
	height: auto;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-ad .container .ad-list li a .desc {
    color: #999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#laypage-data {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}