/*左边下载栏*/

div.download-bg {
    display: block;
    width: 575px;
    height: 242px;
    background: url("../img/homePage/download-bg.png") no-repeat;
    position: absolute;
    bottom: 12px;
    left: -20px;
    transform: scale(0.9);
}

div.download-bg a:first-child {
    display: block;
    width: 169px;
    height: 56px;
    background: url("../img/homePage/ios-public.png") no-repeat;
    position: absolute;
    top: 45px;
    right: 148px;
}

div.download-bg a:last-child {
    display: block;
    width: 179px;
    height: 57px;
    background: url("../img/homePage/android-public.png") no-repeat;
    position: absolute;
    top: 120px;
    right: 138px;
}

div.download-bg a:first-child:hover {
    background: url("../img/homePage/ios-hover.png") no-repeat;
}

div.download-bg a:last-child:hover {
    background: url("../img/homePage/android-hover.png") no-repeat;
}


/*右边联系栏*/

div.contact {
    width: 140px;
    position: absolute;
    bottom: 60px;
    right: 18px;
}

div.contact .wechat {
    width: 100%;
    height: 155px;
    padding-top: 37px;
    box-sizing: border-box;
    background: url("../img/homePage/wechat-bg.png");
}

.wechat img {
    display: block;
    width: 106px;
    margin: 0 auto;
}

div.contact a:first-of-type,
div.contact a:last-of-type {
    width: 100%;
    height: 44px;
    background: url("../img/homePage/contact-btn.png") no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #572600;
}

div.contact a:first-of-type {
    margin: 3px 0;
}

div.contact a:first-of-type i {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/homePage/kefu.png") center center/cover no-repeat;
}

div.contact a:last-of-type i {
    display: block;
    width: 28px;
    height: 28px;
    background: url("../img/homePage/qq.png") center center/cover no-repeat;
}


/*section*/

body {
    position: relative;
    background: #201b1e;
}

header {
    margin-bottom: 800px !important;
}

.hider {
    display: none !important;
}

section {
    position: absolute;
    top: 671px;
    left: 50%;
    width: 1200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    transform: translateX(-50%);
}

section .gift-wrap {
    float: right;
    width: 880px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #EEE1AD;
    background: url('../img/icon/news-bg.png') no-repeat center/100% 100%;
}

.public-title p a:hover {
    color: #ff780f;
}


/*新闻资讯标题*/

.gift-wrap .public-title {
    height: 70px;
    padding: 0 28px;
    margin: 1px;
    line-height: 70px;
    box-sizing: border-box;
    background-color: #000;
}

.gift-wrap .public-title .notice {
    position: relative;
    padding-left: 12px;
    font-size: 27px;
    font-weight: 500;
    color: #F2AB00;
}

.gift-wrap .public-title .notice::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 5px;
    height: 26px;
    background-color: #eee1ad;
}

.gift-wrap .public-title .crumbs {
    float: right;
    font-size: 16px;
    font-weight: 500;
}

div.public-title a {
    color: #EEE1AD;
}

.gift-wrap .public-list-wrap {
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 30px;
    height: 957px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
}

.gift-wrap .public-list-wrap ul {
    height: 850px;
}

.gift-wrap .public-list-wrap ul li {
    position: relative;
    display: inline-block;
    width: 48%;
    padding: 20px 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #333;
}

.gift-wrap .public-list-wrap ul li:nth-of-type(2n) {
    margin-left: 4%;
}

span.gift-box {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../img/sonPage/giftBox.png") center center/cover no-repeat;
}

div.gift-ctn {
    display: inline-block;
    width: 57%;
    vertical-align: top;
    margin-left: 10px;
    overflow: hidden;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p.gift-name {
    font-size: 14px;
    font-weight: 600;
}

div.gift-item-nav {
    width: 138px;
    height: 24px;
    display: flex;
    margin-top: 10px;
}

div.gift-item-nav span {
    display: flex;
    width: 66px;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

div.gift-item-nav span.on {
    background: #f9c770;
    color: #960e0e;
}

div.gift-item-nav span:first-of-type {
    border-right: none;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

div.gift-item-nav span:last-of-type {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

p.gift-desc {
    font-size: 12px;
    margin-top: 10px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
}

p.gift-desc.on {
    display: block;
}

span.req-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 83px;
    height: 28px;
    margin-left: 6px;
    background: url("../img/sonPage/req.png") center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    transform: translateY(-50%);
    cursor: pointer;
}

.page {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    color: #d66b6b;
    text-align: center;
}

.page {
    margin-top: 22px;
    margin-bottom: 15px;
}


/*弹框begin*/

._dialog {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    display: none;
    z-index: 9999999999999999999999999999999999;
}

._dialog-ctn {
    width: 340px;
    height: 200px;
    position: absolute;
    border-radius: 4px;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ffffff;
}

.top {
    height: 46px;
    line-height: 46px;
    color: #ffffff;
    background: #58b3ea;
    text-align: center;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.d_ctn {
    height: 96px;
    padding: 10px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    overflow: hidden;
}

.s_btn {
    border-radius: 2px;
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    background: #58b3ea;
    color: #ffffff;
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}


/*弹框end*/