@charset "utf-8";

/* CSS Document */


/*有限会员专区*/


/*banner*/

.swiper-container-horizontal .page {
    width: 100%;
    left: 0;
    bottom: 30px;
}

.page {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.page.swiper-pagination-hidden {
    opacity: 0
}

.page .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

.page .swiper-pagination-bullet {
    margin: 0 10px;
    cursor: pointer
}

.page .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.page .swiper-pagination-bullet-active {
    opacity: 1;
    background: #80807f;
}

.page .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.page .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}


/*购物流程*/

.process_wrap {
    width: 100%;
    padding-bottom: 80px;
    background: url(../images/bg.png);
}

.process_tit {
    width: 395px;
    height: 110px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 20px;
}

.process_video {
    width: 972px;
    height: 653px;
    margin: 0 auto;
    background: url(../images/video_bg.png) no-repeat;
}

.video_box {
    padding: 45px 36px;
    width: 900px;
    height: 560px;
    overflow: hidden;
}

.video_box .video {
    width: 100%;
    height: 100%;
}


/*超值礼包*/

.libao_wrap {
    width: 100%;
    background: url(../images/youxian_bg.png);
}

.libao_tit {
    width: 605px;
    height: 108px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 60px;
}

.ticket_box {
    padding: 0 60px;
}

.ticket_box span {
    display: block;
    float: left;
    margin-right: 40px;
    width: 358px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 24px;
    color: #363230;
    background: url(../images/ticket02.png) no-repeat;
}

.ticket_box span:last-child {
    margin-right: 0;
}

.ticket_box span.active {
    background: url(../images/ticket01.png) no-repeat;
    color: #fff;
}

.ticket {
    padding-top: 60px;
    padding-bottom: 140px;
    overflow: hidden;
}

#ticketCon1,
#ticketCon2,
#ticketCon3 {
    display: none;
}

.ticket_wrap {
    width: 1020px;
    height: 520px;
    margin: 0 auto;
    position: relative;
}

.focus_box {
    width: 1020px;
    height: 520px;
    overflow: hidden;
    position: relative;
}

.ticket_ul {
    margin: 10px;
    box-shadow: 0 0 8px #808080;
    -webkit-box-shadow: 0 0 8px #808080;
    -moz-box-shadow: 0 0 8px #808080;
    overflow: hidden;
}

.ticket_ul li {
    width: 980px;
    padding: 10px 10px;
    height: 480px;
    background-color: #fff;
    float: left;
    display: none;
}

.ticket_ul li:first-child {
    display: block;
}

.ticket_ul li img {
    width: 980px;
    height: 480px;
    display: block;
}

.ticket_wrap .prev_btn {
    display: block;
    position: absolute;
    left: -45px;
    top: 50%;
    margin-top: -72px;
    width: 55px;
    height: 155px;
    background: url(../images/prev_btn.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    cursor: pointer;
}

.ticket_wrap .next_btn {
    display: block;
    position: absolute;
    right: -45px;
    top: 50%;
    margin-top: -72px;
    width: 55px;
    height: 155px;
    background: url(../images/next_btn.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    cursor: pointer;
}


/*优惠活动*/

.yiG_tit {
    width: 400px;
    height: 126px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 46px;
}

.scroll_wrap {
    width: 1280px;
    padding-bottom: 65px;
}

.scroll_wrap .prev_btn {
    float: left;
    width: 42px;
    height: 68px;
    margin-top: 100px;
    background: url(../images/left_btn.png) no-repeat;
    cursor: pointer;
}

.scroll_wrap .next_btn {
    float: right;
    width: 42px;
    height: 68px;
    margin-top: 100px;
    background: url(../images/right_btn.png) no-repeat;
    cursor: pointer;
}

.scroll_box {
    float: left;
    width: 1056px;
    margin: 0 70px;
    overflow: hidden;
}

.scroll_ul li {
    float: left;
    width: 1056px;
    display: none;
}

.scroll_ul li:first-child {
    display: block;
}

.scroll_ul li div {
    width: 322px;
    padding: 5px;
    float: left;
    margin: 5px 10px;
    box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    background-color: #fff;
}

.scroll_ul li div img {
    display: block;
    width: 322px;
    height: 180px;
}

.scroll_ul li div h1 {
    font-weight: normal;
    font-size: 16px;
    color: #4c4c4c;
    padding: 10px 10px 0 10px;
    line-height: 30px;
}

.scroll_ul li div p {
    width: 302px;
    font-size: 14px;
    color: #808080;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
}

.page_icon {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    overflow: hidden;
}

.page_icon span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: url(../images/circle.png) no-repeat;
}

.page_icon span.active {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/circle2.png) no-repeat;
}

.yiG_step {
    width: 100%;
    height: 455px;
    overflow: hidden;
}

.yiG_step .yiG_app {
    width: 1280px;
    height: 455px;
    margin: 0 auto;
    position: relative;
    display: none;
}

.yiG_step .yiG_app img {
    position: absolute;
    bottom: 150px;
    right: 100px;
    width: 184px;
    height: 181px;
}

.yiG_step:hover .yiG_app {
    display: block;
}

.youH_tit {
    width: 512px;
    height: 128px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 70px;
}

.youH_con {
    width: 100%;
    padding-bottom: 132px;
    overflow: hidden;
}

.youH_con .youH_con_ul {
    width: 100%;
    overflow: hidden;
}

.youH_con .youH_con_ul li {
    width: 1262px;
    height: 336px;
    padding: 5px;
    margin: 4px 4px 40px 4px;
    background-color: #fff;
    box-shadow: 0 0 4px #ccc;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    overflow: hidden;
}

.youH_img {
    float: left;
    width: 760px;
    height: 336px;
    overflow: hidden;
}

.youH_img img {
    display: block;
    width: 760px;
    height: 336px;
}

.youH_inf {
    float: left;
    width: 425px;
    height: 276px;
    padding: 10px;
    margin-left: 30px;
    margin-top: 20px;
    background-color: #999999;
}

.youH_inf .inf_box {
    width: 365px;
    height: 236px;
    padding: 20px 30px;
    background-color: #fff;
}

.youH_inf .inf_box h1 {
    font-weight: normal;
    color: #181818;
    font-size: 22px;
    line-height: 35px;
    height: 70px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

.youH_inf .inf_box .icon_bot {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ababab;
}

.youH_inf .inf_box p {
    line-height: 32px;
    height: 96px;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 15px;
}

.inf_box a {
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #666666;
}

.youH_con .more_box {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 152px;
    overflow: hidden
}

.youH_con .more_box .more {
    display: block;
    margin: 0 auto;
    width: 352px;
    height: 56px;
    line-height: 56px;
    border: 4px solid #4a3e38;
    color: #333333;
    font-size: 24px;
    text-align: center;
}


/*企业新闻列表页*/

.news_int {
    width: 1280px;
    margin: 0 auto;
    padding: 120px 0;
    overflow: hidden;
}

.news_int01 {
    width: 100%;
    height: 280px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.news_int01 img {
    float: left;
    display: block;
    width: 720px;
    height: 280px;
}

.news_intP {
    float: left;
    width: 535px;
    padding-left: 25px;
    overflow: hidden;
}

.news_intP h2 {
    font-weight: normal;
    font-size: 24px;
    color: #333;
    padding-bottom: 20px;
}

.news_intP p {
    text-indent: 2em;
    text-align: justify;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.news_int02 {
    width: 100%;
    height: 280px;
    padding-top: 40px;
    overflow: hidden;
}

.news_int02 img {
    float: left;
    display: block;
    width: 720px;
    height: 280px;
}

.news_wrap {
    width: 1280px;
    margin: 0 auto;
    padding-bottom: 120px;
}

.news_tit {
    width: 350px;
    height: 140px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 25px;
}

.news_cont {
    width: 100%;
}

.news_cont ul {
    width: 100%;
    overflow: hidden;
}

.news_cont ul li {
    padding: 56px 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.news_img {
    float: left;
    width: 754px;
    height: 280px;
}

.news_img img {
    display: block;
    width: 754px;
    height: 280px;
}

.news_con {
    float: right;
    width: 496px;
    height: 280px;
    padding-left: 30px;
    position: relative;
}

.news_con h1 {
    font-size: 20px;
    color: #4c4c4c;
    font-weight: normal;
    line-height: 30px;
}

.news_con .time {
    font-size: 14px;
    color: #808080;
    padding-top: 10px;
    padding-bottom: 20px;
}

.news_con .news_c {
    font-size: 16px;
    color: #808080;
    line-height: 32px;
}

.news_con .news_a {
    display: block;
    width: 242px;
    padding: 10px 0;
    font-size: 16px;
    border: 2px solid #808080;
    color: #333;
    text-align: center;
    position: absolute;
    left: 30px;
    bottom: 0;
}


/*分页*/

.page_wrap {
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 15px;
}

.page_wrap .page_box {
    width: 100%;
    height: 40px;
    text-align: center;
}

.page_box a {
    display: inline-block;
    border: 1px solid #2e2e2e;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
    color: #2e2e2e;
    font-weight: bold;
    box-shadow: 1px 1px 3px rgba(204, 204, 204, 0.7);
    margin-left: 10px;
    text-align: center;
}

.page_box a.current {
    background-color: #fdd419;
}

.page_box .pg_prev {
    width: 60px;
    color: #2e2e2e;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(204, 204, 204, 0.7);
    border: 1px solid #2e2e2e;
    text-align: center;
}

.page_box .pg_next {
    width: 60px;
    color: #2e2e2e;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(204, 204, 204, 0.7);
    border: 1px solid #2e2e2e;
    text-align: center;
}


/*帮助中心*/

.pd210 {
    padding-bottom: 210px;
}

.video_tit {
    width: 402px;
    height: 126px;
    padding-top: 100px;
    padding-bottom: 40px;
    margin: 0 auto;
}

.help_box {
    width: 1280px;
    padding-top: 90px;
    padding-bottom: 50px;
    margin: 0 auto;
    text-align: center;
}

.help_box span {
    display: inline-block;
    width: 354px;
    height: 58px;
    line-height: 58px;
    margin: 0 20px;
    font-size: 24px;
    text-align: center;
    border: 4px solid #666;
    color: #333;
    cursor: pointer;
}

.help_box span.active {
    color: #fff;
    background-color: #93826c;
}

.help_art {
    width: 1230px;
    padding: 25px;
    height: 440px;
    background-color: #cfcfcf;
    overflow: hidden;
    display: none;
}

.help_art .help_cont {
    width: 100%;
    height: 440px;
    overflow: auto;
}

.help_art .help_cont p {
    line-height: 34px;
    font-size: 18px;
    color: #6e6e6e;
}

.qq_box {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -76px;
    width: 95px;
    height: 153px;
    display: block;
}


/*联系我们*/

.hr1 {
    width: 100%;
    height: 1px;
    background-color: #b6b6b6;
    margin: 0 auto;
    overflow: hidden;
}

.join_tit {
    width: 554px;
    height: 154px;
    padding-top: 100px;
    padding-bottom: 40px;
    margin: 0 auto;
    overflow: hidden;
}

.zhaos_tit {
    width: 1440px;
    height: 276px;
    padding-bottom: 85px;
    margin: 0 auto;
    overflow: hidden;
}

.join_bot {
    width: 830px;
    height: 1px;
    background-color: #b6b6b6;
    margin: 0 auto;
    overflow: hidden;
}

.join_wrap {
    width: 1280px;
    padding-bottom: 120px;
    margin: 0 auto;
    overflow: hidden;
}

.join_tag {
    width: 1280px;
    padding-top: 90px;
    padding-bottom: 50px;
    margin: 0 auto;
    text-align: center;
}

.join_tag span {
    display: inline-block;
    width: 354px;
    height: 58px;
    line-height: 58px;
    margin: 0 20px;
    font-size: 24px;
    text-align: center;
    border: 4px solid #666;
    color: #333;
    cursor: pointer;
}

.join_tag span.active {
    color: #fff;
    background-color: #93826c;
}

.join_art {
    width: 1230px;
    padding: 25px;
    height: 440px;
    background-color: #cfcfcf;
    overflow: hidden;
    display: none;
}

.join_art .join_cont {
    width: 100%;
    height: 440px;
    overflow: auto;
}

.join_art .join_cont p {
    line-height: 34px;
    font-size: 18px;
    color: #6e6e6e;
}

.join_art .join_cont p img {
    margin-right: 10px;
}

.adv_tit {
    width: 554px;
    height: 154px;
    padding-top: 100px;
    padding-bottom: 85px;
    margin: 0 auto;
    overflow: hidden;
}

.zhaop_tit {
    width: 100%;
    height: 372px;
    margin-bottom: 85px;
    overflow: hidden;
}

.zhaop_wrap {
    width: 1280px;
    padding-bottom: 120px;
    margin: 0 auto;
    overflow: hidden;
}

.zhaop_tag {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    overflow: hidden;
}

.zhaop_tag li {
    float: left;
    width: 286px;
    height: 58px;
    line-height: 58px;
    margin: 30px 34px 30px 0;
    font-size: 24px;
    text-align: center;
    border: 4px solid #666;
    color: #333;
    cursor: pointer;
}

.zhaop_tag li:nth-child(4n) {
    margin-right: 0;
}

.zhaop_tag li.active {
    color: #fff;
    background-color: #93826c;
}

.zhaop_art {
    width: 1230px;
    padding: 25px;
    height: 440px;
    background-color: #cfcfcf;
    overflow: hidden;
    display: none;
}

.zhaop_art .zhaop_cont {
    width: 100%;
    height: 440px;
    overflow: auto;
}

.zhaop_art .zhaop_cont p {
    line-height: 34px;
    font-size: 18px;
    color: #6e6e6e;
}


/*文章详情页*/

.main {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 150px;
    overflow: hidden;
}

.article_wrap {
    width: 1000px;
    margin: 0 auto;
}

.article_cont h1 {
    font-size: 30px;
    color: #313131;
    font-weight: normal;
    line-height: 30px;
}

.article_cont .time_box {
    font-size: 14px;
    color: #808080;
    padding-top: 10px;
    line-height: 26px;
}

.article_cont .time_box .time {
    padding-right: 25px;
}

.cont_box {
    width: 100%;
    min-height: 620px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #666666;
    font-size: 16px;
    overflow: hidden;
}

.cont_box p {
    text-indent: 2em;
    line-height: 34px;
    color: #666666;
    font-size: 16px;
    text-align: justify;
}

.cont_box img {
    display: inline-block;
}

.other_article {
    width: 100%;
    overflow: hidden;
}

.other_article p {
    line-height: 40px;
    overflow: hidden;
}

.other_article p span {
    float: left;
    display: block;
    line-height: 40px;
    color: #999;
    font-size: 18px;
    padding-right: 10px;
}

.other_article p a {
    float: left;
    display: block;
    font-size: 18px;
    color: #333;
    padding-right: 10px;
}

.other_article p i {
    float: left;
    display: block;
    width: 1px;
    height: 15px;
    background-color: #333;
    margin: 12px 20px 0 10px;
}

.other_article .dianz {
    width: 45px;
    height: 72px;
    color: #333;
    background: url(../images/no_zan.png) no-repeat;
    text-align: center;
    margin: 20px auto auto;
    cursor: pointer;
}

.dianz span {
    font: normal 16px/22px Arial;
    display: inline-block;
    line-height: 22px;
    padding-top: 45px;
}


/*下载*/

.downLoad_wrap {
    width: 100%;
    background: url(../images/download_bg.png) no-repeat top center;
    overflow: hidden;
    min-height: 900px;
}

.down_box {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.down_pic {
    float: left;
    overflow: hidden;
    padding: 300px 0 0px 230px;
}

.down_pic img {
    width: 180px;
}

.wx_wrap {
    float: right;
    padding-top: 400px;
    padding-right: 20px;
    overflow: hidden;
}

.wx_wrap .down_hr {
    float: left;
    display: block;
    width: 1px;
    height: 150px;
    margin: 35px 30px 0px 30px;
    background-color: #bbb8b6;
    overflow: hidden;
}

.wx_wrap .down_tgo {
    float: left;
    width: 210px;
    text-align: center;
}

.wx_wrap .down_tgo p {
    padding-top: 20px;
    color: #f6f5f5;
    letter-spacing: 12px;
}

.wx_wrap .down_tgo span {
    font-size: 14px;
    color: #f6f5f5;
    padding-top: 15px;
}

.wx_wrap .down_tgo img {
    display: block;
    width: 180px;
    height: 180px;
    margin: auto;
}

.wx_wrap .down_wx {
    float: right;
    width: 210px;
    text-align: center;
}

.wx_wrap .down_wx img {
    display: block;
    width: 180px;
    height: 180px;
    margin: auto;
}

.wx_wrap .down_wx p {
    color: #f6f5f5;
    letter-spacing: 3px;
    padding-top: 20px;
    width: 100%;
}

.wx_wrap .down_wx span {
    font-size: 14px;
    color: #f6f5f5;
    padding-top: 15px;
    letter-spacing: 1.4px;
}


/*登录/注册*/

.login-box {
    width: 1230px;
    margin: auto;
    padding: 120px 0 60px 0;
}

.login-box>p {
    color: #777;
    padding: 6px 0;
}

.login-main {
    border: 1px solid #ddd;
    padding: 24px;
}

.login-main {
    display: flex;
    min-height: 380px;
}

.login-left {
    flex: 6;
}

.login-right {
    flex: 4;
}

.login-left ul li {
    padding: 12px 0;
    display: flex;
    align-items: center;
    width: 320px;
}

.login-left ul li>div {
    flex: 1;
}

.login-left ul li>div>input {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
}

.login-left ul li>span {
    width: 90px;
    text-align: right;
}

.login-forget>div {
    text-align: right;
    width: 100%;
}

.login-forget>div>span {
    cursor: pointer;
}

.login-btn {
    width: 140px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    margin: auto;
    border-radius: 3px;
    border: 1px solid #e2cc43;
    color: #4d4d4d;
    background-color: #ffe751;
}

.login-right>p {
    padding: 6px 0;
}

.login-register {
    width: 120px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    border: 1px solid #6da1ef;
    color: #fff;
    background-color: #6da1ef;
    display: block;
}

.rst-label {
    height: 12px;
    line-height: 12px;
    color: #C81118;
}

#rst-check {
    -webkit-appearance: checkbox;
    float: left;
    margin-right: 4px;
}

.rst-send {
    padding-left: 12px;
}

.rst-send>span {
    height: 37px;
    line-height: 37px;
    color: #fff;
    background-color: #C81118;
    padding: 0 6px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.app-list {
    display: flex;
    width: 1230px;
    margin: auto;
}

.app-list li {
    flex: 1;
}

.app-list li>img {
    width: 100%;
    width: 160px;
}

.down_pic_list li {
    float: left;
}

.bc-main {
    width: 1230px;
    margin: auto;
    min-height: 400px;
    padding: 200px 0 100px 0;
}

.bc-main>ul {
    width: 300px;
    margin: auto;
}

.bc-main>ul>li {
    padding-bottom: 18px;
}

.bc-main>ul>li>input {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
}

.bc-btn {
    height: 37px;
    line-height: 37px;
    text-align: center;
    display: block;
    border-radius: 3px;
}

.bc-login {
    border: 1px solid #e2cc43;
    color: #4d4d4d;
    background-color: #ffe751;
}

.bc-business {
    border: 1px solid #6da1ef;
    color: #fff;
    background-color: #6da1ef;
}