@charset "UTF-8";
/*app下载*/

.cfx {
    zoom: 1;
}

.cfx:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.';
}

.app-download-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    padding: 10px;
    background: #eeeeff;
}

.app-download-cont .close-app-down-btn i {
    display: inline-block;
    font-size: 24px;
    color: #764efc;
}

.app-download-cont .middle-cont {
    display: flex;
}

.app-download-cont .middle-cont .logo {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 8px;
}

.app-download-cont .middle-cont .text-cont .title {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
}

.app-download-cont .middle-cont .text-cont .text {
    font-size: 12px;
    color: #999
}

.app-download-cont .btn-down {
    width: 70px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    background: url(../image/btn-down.png) no-repeat center top;
    background-size: 100px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.mark-cont {
    display: none;
    position: absolute;
    left: 5%;
    width: 90%;
    height: 165px;
    margin: 0 auto;
    border-radius: 5px;
    background: url(../image/m-bg.png) no-repeat center top;
    background-size: 100% 100%;
    z-index: 999;
    transition: all 1s;

}

.mark-cont.active {
    display: none;
    bottom: 0;
    -webkit-animation: bounceInDown 1s;
    animation: bounceInDown 1s;

}

.mark-cont .fast-close-btn {
    position: absolute;
    top: -35px;
    right: 45%;
    width: 30px;
    height: 30px;
    background: url(../image/close-btn.png) no-repeat center top;
    background-size: 100% 100%;
    cursor: pointer;
}

.mark-cont .mark-title {
    text-align: center;
    font-size: 14px;
    padding: 15px 0 5px;
}

.mark-cont .flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mark-cont .mark-list {
    color: #EA4C89;
}

.mark-cont .mark-list .mark-item {
    text-align: center;
}

.mark-cont .mark-list .mark-item img {
    width: 60%;
    margin-bottom: 3px;
}

.color1 {
    color: #FFF500;
}

.guide-cont .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #EA4C89;
}

.save {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

/* 弹出页 */
/*.first-page {*/
/*position: fixed;*/
/*top: 0;*/
/*left: 0;*/
/*z-index: 999;*/
/*display: inline-block;*/
/*width: 100%;*/
/*height: 100%;*/
/*overflow: hidden;*/
/*background: #f5f3e7;*/
/*opacity: 1;*/
/*transition: all 0.3s ease-in-out;*/
/*-webkit-transition: all 0.3s ease-in-out;*/
/*-moz-transition: all 0.3s ease-in-out;*/
/*-o-transition: all 0.3s ease-in-out;*/
/*-ms-transition: all 0.3s ease-in-out;*/
/*}*/

/*.first-page > .buttons {*/
/*position: relative;*/
/*z-index: 2;*/
/*text-align: center;*/
/*width: 85%;*/
/*margin: 0 auto;*/
/*}*/

/*.first-page > .buttons img {*/
/*max-width: 75%;*/
/*width: 100%;*/
/*height: auto;*/
/*}*/

/*.first-page > .footer {*/
/*position: absolute;*/
/*bottom: 0;*/
/*z-index: 2;*/
/*width: 100%;*/
/*color: #333;*/
/*text-align: center;*/
/*font-size: 10px;*/
/*line-height: 20px;*/
/*background-color: #fff;*/
/*}*/

/* 公告 */
.message-layer .layui-m-layercont {
    padding: 0 8%;
    position: relative;
}

.message-main-cont {
    color: #333;
    font-size: 12px;
}

.message-main-cont .message-title {
    font-size: 14px;
    height: 55px;
    line-height: 55px;
    color: #fff;
}

.message-main-cont .message-text {
    height: 267px;
    text-align: left;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 10px 0;
    -webkit-overflow-scrolling: touch;
    color: #333;
    font-size: 12px;
    line-height: 2.5;
    padding-right: 25px;
}

.message-main-cont .message-text i {
    width: 2px;
    height: 12px;
    display: inline-block;
    background: #5A56E7;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.message-main-cont .message-text .m-title {
    display: inline-block;
}

.message-main-cont .message-text .m-text {
    color: #999;
    line-height: 1.5;
}

.message-main-cont .message-text li {
    position: relative;
}

.message-main-cont .message-text li .m-text {
    display: none;
    opacity: 0;
}

.message-main-cont .message-text li.display .m-text {
    display: block;
}

.message-main-cont .message-text li .m-arrow {
    background: url(../image/m-arrow.png) no-repeat center;
    background-size: 55%;
    width: 24px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: -24px;
    top: 7px;
}

.message-main-cont .message-text li.display .m-arrow {
    transform: rotate(180deg);
    transition: all .5s;
}

.message-main-cont .message-tips {
    font-size: 12px;
    /*padding: 5% 21% 0 15%;*/
    padding: 10% 0;
    color: #fff;
    line-height: 1.2;
    text-align: center;
}

.m-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
}

/*.system-message {*/
/*position: fixed;*/
/*top: 0;*/
/*left: 0;*/
/*z-index: 5;*/
/*width: 100%;*/
/*height: 100%;*/
/*overflow-y: auto;*/
/*background-color: rgba(0, 0, 0, 0.79);*/
/*}*/

/*.system-message.top > .box {*/
/*top: 2em;*/
/*transform: translate(0, 0);*/
/*-ms-transform: translate(0, 0);*/
/*-moz-transform: translate(0, 0);*/
/*-webkit-transform: translate(0, 0);*/
/*-o-transform: translate(0, 0);*/
/*}*/

/*.system-message > .box {*/
/*position: relative;*/
/*top: 6em;*/
/*transition: all 0.3s ease-in-out;*/
/*-webkit-transition: all 0.3s ease-in-out;*/
/*-moz-transition: all 0.3s ease-in-out;*/
/*-o-transition: all 0.3s ease-in-out;*/
/*-ms-transition: all 0.3s ease-in-out;*/
/*}*/

/*.system-message > .box > .close {*/
/*position: absolute;*/
/*top: -7px;*/
/*right: -4px;*/
/*z-index: 3;*/
/*display: inline-block;*/
/*width: 5.5em;*/
/*height: 5.5em;*/
/*!*-webkit-border-radius: 50%;*/
/*-moz-border-radius: 50%;*/
/*border-radius: 50%;*!*/
/*text-align: center;*/
/*cursor: pointer;*/
/*background: url("/mobile/images/close.png") no-repeat no-repeat;*/
/*background-size: 60%;*/
/*}*/

/*.system-message > .box img {*/
/*position: relative;*/
/*z-index: 2;*/
/*display: block;*/
/*width: 90%;*/
/*margin: 0 auto;*/
/*}*/

/*.system-message > .box .content {*/
/*position: relative;*/
/*top: 0px;*/
/*z-index: 3;*/
/*width: 90%;*/
/*min-height: 5em;*/
/*margin: 0 auto;*/
/*padding: 1em;*/
/*border-radius: 0;*/
/*background-color: #fff;*/
/*}*/

/*.system-message > .box .content .title1 {*/
/*text-align: center;*/
/*font-weight: 700;*/
/*font-size: 120%;*/
/*color: #7D6549;*/
/*}*/

/*.system-message > .box .content .text1 {*/
/*font-size: 90%;*/
/*text-indent: 2em;*/
/*color: #7D6549;*/
/*}*/

/*.system-message > .box .content .title2 {*/
/*font-weight: 700;*/
/*font-size: 120%;*/
/*color: #FFA34C;*/
/*}*/

/*.system-message > .box .content .text2 {*/
/*font-size: 90%;*/
/*text-indent: 2em;*/
/*color: #ff5555;*/
/*}*/

/*.system-message > .box .background {*/
/*position: relative;*/
/*z-index: 1;*/
/*padding: 1em;*/
/*margin: 0 auto;*/
/*border-radius: 2px;*/
/*background-color: #ea6257;*/
/*}*/

/*.system-message > .box .message-tip-1 {*/
/*background: #9e7f3f;*/
/*width: 90%;*/
/*margin: 0 auto;*/
/*color: #fff;*/
/*padding: 0.5em 1em;*/
/*}*/

/*.system-message > .box .message-tip-2 {*/
/*background: #9e7f3f;*/
/*width: 90%;*/
/*margin: 0 auto;*/
/*color: #fff;*/
/*padding: 0.5em 1em;*/
/*}*/

/*主体内容*/
.main-wrap .container .content {
    background-color: #fff;
}

.main-wrap .container .index-content {
    padding: 0;
}

.main-wrap .container .content .swiper-wrapper {
    height: auto;
}

.main-wrap .container .content .swiper-wrapper .swiper-slide {
    display: block;
    height: auto;
    width: 100%;
}

section {
    display: inline-block;
    width: 100%;
    background: #fff;
}

.nav-section {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.section-title {
    font-size: 1.2em;
    line-height: 200%;
    letter-spacing: 1px;
    color: #333;
    display: inline-block;
    position: relative;
    top: -13px;
    left: 2px;
}

.section-info {
    margin: 0.5em;
    font-size: 70%;
    text-indent: 1em;
    color: #262d38;
}

/*轮播*/
.banner-section {
    position: relative;
    text-align: center;
}

/*跑马灯*/
.common-marquee {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 94%;
    z-index: 3;
    margin: 0 auto;
    color: #666;
    font-size: 12px;
}

.marquee-wrapper {
    position: relative;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    width: 94%;
    font-size: 14px;
}

.common-marquee .marquee-content {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.common-marquee .marquee-text {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    color: #333;
}

.marquee-content p {
    display: inline;
}

.marquee-content pre {
    display: inline;
}

.common-title {
    padding: .8rem;
    font-size: 16px;
}

body > .main-wrap .content .swiper-wrapper .swiper-slide {
    width: auto;
}

#banner-section_demo {
    height: auto;
}

#banner-section_demo .swiper-slide {
    max-height: 170px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    transition: all .2s;
    border-radius: 10px;
    transform: scale(.9);
}

#banner-section_demo .swiper-slide a {
    display: block;
    width: 100%;
}

#banner-section_demo .swiper-slide img {
    width: 100%;
}

#banner-section_demo .swiper-slide-active {
    transform: scale(1);
    /*z-index: 9;*/
}

#banner-section_demo .swiper-slide img {
    display: block;
    border-radius: 10px;
}

#banner-section_demo {
    position: relative;
    padding: 0;
    text-align: center;
}

#banner-section_demo .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    line-height: 4px;
    border-radius: 3px;
    background: #fff;
    opacity: 1;
    margin: 0 5px;
}

#banner-section_demo .swiper-pagination-bullet-active {
    background: #979fff;
}

#banner-section_demo .swiper-pager {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 999999;
}

.hot-nav {
    text-align: center;
    padding: 4%;
    background: url(../image/hot-nav-bg.png) no-repeat center;
    background-size: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 4rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.nav-list img {
    width: 2rem;
    vertical-align: sub;
    margin-top: 5%;
    margin-right: 5px;
}

.nav-list .text {
    color: #333333;
    font-size: 12px;
}

.nav-list a, .nav-list a:hover, .nav-list a:active {
    color: #333;
    text-decoration: none;
}

/*快捷入口*/
.top-list {

}

.top-list .top-item {
    position: relative;
    flex: 1;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    transition: all .1s;
}

.top-list .top-item:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background: -webkit-linear-gradient(0deg, rgba(232, 236, 238, .2), rgba(153, 153, 153, .2));
    background: linear-gradient(0deg, rgba(232, 236, 238, .2), rgba(153, 153, 153, .2));
    /*opacity: .2;*/
}

.top-list .top-item.active {
    flex: 100px 0 0;
    height: 30px;
    color: #fff;
    background: url(../image/fast-nav-btn1.png) no-repeat center top;
    transition: all .3s;

}

.top-list .top-item.active:before {
    background: transparent;
}

.top-list .top-item .top-item-title {
    height: 30px;
    width: 40px;
    margin: 0 auto;
    overflow: hidden;
}

.top-list .top-item .top-item-title.slot-title {
    width: 45px;
}

.top-list .top-item.active .top-item-title {
    line-height: 32px;
    width: 100%;
}

.scroll-container {
    position: relative;
}

.game-scroll-cont {
    position: relative;
    height: 100%;
    overflow: scroll;
}

.game-list-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #fff;
}

.game-list-cont .game-item {
    margin-bottom: 10px;
}

.game-item {
        height: 100px;
    padding-top: 5px;
}

.qy-item {
    background: url(../image/sport-qy.png) no-repeat center;
    background-size: 100% 100%;
}

.qya-item {
    background: url(../image/sport-qy1.png) no-repeat center;
    background-size: 100% 100%;
}

.xj-item {
    background: url(../image/sport-sb.png) no-repeat center;
    background-size: 100% 100%;
}

.live-aga-item {
    background: url(../image/live-aga.png) no-repeat center;
    background-size: 100% 100%;
}

.live-ag-item {
    background: url(../image/live-ag.png) no-repeat center;
    background-size: 100% 100%;
}

.live-mg-item {
    background: url(../image/live-mg.png) no-repeat center;
    background-size: 100% 100%;
}

.live-ea-item {
    background: url(../image/live-ea.png) no-repeat center;
    background-size: 100% 100%;
}

.live-sunbet-item {
    background: url(../image/live-sb.png) no-repeat center;
    background-size: 100% 100%;
}

.live-ebet-item {
    background: url(../image/live-ebet.png) no-repeat center;
    background-size: 100% 100%;
}

.live-bbin-item {
    background: url(../image/live-bbin.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-dt-item {
    background: url(../image/slot-dt.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-pta-item {
    background: url(../image/slot-pta.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-pt-item {
    background: url(../image/slot-pt.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-sw-item {
    background: url(../image/slot-sw.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-pp-item {
    background: url(../image/slot-pp.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-mg-item {
    background: url(../image/slot-mg.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-ae-item {
    background: url(../image/slot-ae.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-qt-item {
    background: url(../image/slot-qt.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-cq9-item {
    background: url(../image/slot-cq9.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-ag-item {
    background: url(../image/slot-ag.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-png-item {
    background: url(../image/slot-png.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-nt-item {
    background: url(../image/slot-nt.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-pg-item {
    background: url(../image/slot-pg.png) no-repeat center;
    background-size: 100% 100%;
}

.chess-dt-item {
    background: url(../image/chess-dt.png) no-repeat center;
    background-size: 100% 100%;
}

.chess-ky-item {
    background: url(../image/chess-ky.png) no-repeat center;
    background-size: 100% 100%;
}

.chess-hl-item {
    background: url(../image/chess-hl.png) no-repeat center;
    background-size: 100% 100%;
}

.chess-bl-item {
    background: url(../image/chess-bl.png) no-repeat center;
    background-size: 100% 100%;
}

.chess-as-item {
    background: url(../image/chess-as.png) no-repeat center;
    background-size: 100% 100%;
}

.fish-sw-item {
    background: url(../image/fish-sw.png) no-repeat center;
    background-size: 100% 100%;
}

.fish-ag-item {
    background: url(../image/fish-ag.png) no-repeat center;
    background-size: 100% 100%;
}

.d-item {
    background: url(../image/d-item.png) no-repeat center;
    background-size: 100% 100%;
}

.live, .sport, .chess, .slot, .dgame {
    padding-top: 10px;
}

.game-title {
    padding: 0 5px;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1;
    font-weight: normal;
    color: #333;
    border-left: 2px solid #764efc;
}

.game-item .game-img {
    height: 100%;
}

.game-item .game-info {
    float: right;
    width: 53%;
    height: 100%;
}

.game-name-cont {
    flex: 1.5;
    height: 100%;
    padding: 30px 0;
    color: #fff;
}

.game-name-cont .g-t1 {
    font-size: 20px;

}

.game-name-cont .g-t2 {
    font-size: 14px;
}

.game-name-cont .g-t2 span {
    font-size: 18px;
    font-weight: bold;
}

.game-platform-cont {
    flex: 1;
    height: 100%;
    padding: 28px 5px;
}

.game-platform-cont1 {
    padding: 12px 0;
}

.game-platform-cont .game-btn {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: 3px 0;
    width: 60px;
    text-align: center;
    font-size: 14px;
    border-radius: 13px;
    border: none;
    outline: none;
    color: #7684fd;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    background: linear-gradient(180deg, rgb(255, 255, 255), rgb(210, 237, 255));
}

/*新手任务弹窗*/
#task-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 999;
    width: 100%;
    height: 100%;
}

#task-modal .task-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -221px;
    width: 300px;
    height: 442px;
    border-radius: 6px;
    background: #eeeeff;

}

#task-modal .task-header {
    position: relative;
    top: -35px;
}

#task-modal .task-list {
    margin-top: -33px;
    padding: 10px;
}

#task-modal .task-item {
    padding: 5px 20px;
    background: #fff;
    border-radius: 6px;
}

#task-modal .task-item:nth-of-type(2) {
    margin: 10px 0;
}

#task-modal .task-item img {
    max-height: 96px;
}

#task-modal .right-task-context {
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

#task-modal .right-task-context a {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    background: #764EFC;

}

#task-modal .task-close-btn {
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    background: url(../image/task-close.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.fast-entry {
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -53px;
    height: 141px;
    width: 107px;
    z-index: 999;
}

.fast-entry .entry-close-btn {
    position: absolute;
    right: 10px;
    top: -10px;
    height: 16px;
    width: 16px;
    border-radius: 8px;

    background: url(../image/bottom-nav-after5.png) no-repeat -5px -180px;
    cursor: pointer;
}

.entry-img {
    width: 112px;
}

.task-header-img {
    width: 300px;
}

#comm-other-button {
    display: block;
}

.fast-login-cont {
    justify-content: flex-start;
    margin-bottom: 10px;
}

.fast-login-cont input {
    flex: 2;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding-left: 10px;
}

.yidun_popup.yidun_popup--light {
    z-index: 9999999999;
}

/*@keyframes Occ0QSd3 {*/
/*0% {*/
/*-webkit-transform: scale(0);*/
/*transform: scale(0)*/
/*}*/

/*100%{*/
/*-webkit-transform: scale(1);*/
/*transform: scale(1)*/
/*}*/
/*}*/

.layui-m-layer0 .layui-m-layerchild.message-layer {
    width: 80%;
    height: 400px;
    background: url(../image/modal-bg3.png) no-repeat center top;
    background-size: 100% 100%;
}

.mar-space {
    margin-bottom: 60%;
}

pre {
    background: #fff !important;
}

@media (max-width: 320px) {
    .nav-list img {
        width: 1.3rem;
    }

    .game-name-cont {
        flex: 1;
    }

    .game-name-cont .g-t1 {
        font-size: 16px;
    }
}

/*.layui-m-layer-no-safari-layer .m-box {*/
/*padding: 40px;*/
/*}*/

.layui-m-layer-no-safari-layer .m-logo {
    margin-bottom: 32px;
}

.layui-m-layer-no-safari-layer .m-logo img {
    width: 80px;
    height: 80px;
}

.layui-m-layer-no-safari-layer .m-text {
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
    position: relative;
}

.layui-m-layer-no-safari-layer .m-desc {
    font-size: 18px;
    color: #333333;
}

.i-safari {
    background: url(../image/icon-safari.png) no-repeat center;
    background-size: 50%;
    width: 48px;
    height: 48px;
    display: inline-block;
    position: absolute;
    top: -13px;
    left: -5px;
}

.safari-box {
    position: fixed;
    bottom: 80px;
    left: 5%;
    width: 90%;
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
    background: #EEEEFF;
    box-shadow: 0 2px 4px 0 #B265C6;
    border-radius: 10px;
}

.safari-box .m-close,
.safari-box .m-logo,
.safari-box .m-text {
    float: left;
}

.safari-box .m-button {
    float: right;
}

.safari-box .m-close {
    padding: 19px 10px 19px 20px;
}

.safari-box .m-close img {
    width: 20px;
    height: 20px;
}

.safari-box .m-logo {
    padding: 10px 8px 10px 0;
}

.safari-box .m-logo img {
    width: 40px;
    height: 40px;
}

.safari-box .m-text {
    padding-top: 12px;
    line-height: 1.6;
}

.safari-box .m-text p {
    font-size: 12px;
    color: #333333;
}

.safari-box .m-text span {
    font-size: 12px;
    color: #666666;
}



.safari-box .m-button {
    background: url(../image/m-button.png) no-repeat center;
    background-size: 100%;
    width: 100px;
    height: 35px;
    display: inline-block;
    text-align: center;
    margin-top: 12px;
    margin-right: 10px;
}

.safari-box .m-button .btnn {
    color: #fff;
    line-height: 35px;
    background: none;
    border: none;
    font-size: 12px;
}

.safari-teach-box {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
    overflow: scroll;
}

.safari-teach-box .m-nav {

    font-size: 18px;
    color: #333333;
    text-align: center;
    margin: 10px 0;
}

.safari-teach-box .m-nav i {
    font-style: normal;
    position: absolute;
    left: 10px;
    color: #d9d9d9;
    font-size: 24px;
    top: 4px;
}

.safari-teach-box .m-text {
    position: relative;
    background: #EEEEFF;
    border-radius: 20px;
    text-align: center;
    margin: 10px auto;
    padding: 5px;
}

.safari-teach-box .m-desc {
    position: relative;
    color: #FF0000;
    text-align: center;
    margin: 0px auto;
    margin-top: 20px;
}

.safari-teach-box .content {
    width: 80%;
    margin: 0 auto;
}

.safari-teach-box .m-logo {
    width: 80px;
    height: 80px;
    margin: 20px auto;
}

.safari-teach-box .m-section {
    padding: 10px 0;
}

.safari-teach-box .m-section p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;

}

.safari-teach-box .m-section img {
    width: 100%;

}

.safari-teach-box .i-safari {
    left: 10px;
}