@import url("//at.alicdn.com/t/font_1557486_s6dg3lmbye.css");
.fs {
    font-family: "iconfont" !important;
    display: inline-block;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
}
*{
    font-family: "PingFangSC-Regular","Arial","Microsoft Yahei","Helvetica Neue","Helvetica",sans-serif;
}
ol, ul,li {
    list-style: none;
    text-decoration: none;
}
html{
    margin:0!important;
    overflow-y: auto;
}
html>body{
    min-width: 1200px;
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6,
body{
    padding: 0 !important;
}
a:hover{
    text-decoration:none;
}
a:focus{
    text-decoration:none;
    color:#0f97ff
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    display: none;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

/*动画旋转*/
@keyframes loading-roll {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*提交中*/
.submit-running{
    background-color: #999 !important;
    border-color: #999 !important;
    pointer-events: none !important;
}
.submit-running .fs{
    display: inline-block !important;
    -webkit-animation:loading-roll .8s infinite;
    -o-animation:loading-roll .8s infinite;
    animation:loading-roll .8s infinite;

    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;

    -webkit-transform-origin:center;
    -moz-transform-origin:center;
    -ms-transform-origin:center;
    -o-transform-origin:center;
    transform-origin:center;
}

.y-row {
    min-width: 1000px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
    display: flex;
    flex-wrap: wrap;
}
.y-row:after {
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.text-center {
    text-align: center!important;
}
.col-md-4{
    flex: 0 0 33.33333%;
}
.justify-content-center{
    justify-content: center!important;
}
.col-md-5 {
    width: 50%;
}
.req-symbol{
    color: #e80000;
}
.one-warp{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.modal{
    top: 150px !important;
}
.modal .modal-header{
    border-bottom: none !important;
}
.modal .modal-body{
    padding: 15px 35px;
}
.modal .modal-title,
.modal .modal-footer{
    text-align: center !important;
}
.modal .modal-footer{
    padding: 20px !important;
    border-top: none !important;
}
.modal .modal-footer .btn-confirm{
    background-color: #0f97ff;
    border-color: #0f97ff;
}.modal .modal-footer .btn-confirm:hover{
     background-color: #0b96ef;
     border-color: #0b96ef;
 }
.modal .modal-body .content{
    line-height: 24px;
    font-size: 16px;
}
/************************
*
*   main header
*
************************/
div.header-wrapper {
    padding-left: 0;
    z-index: 10;
    position: relative;
    border: none;
    /* background-color: #fff; */
    transform: scale3d(1, 1, 1);
    height: 61px;
}
header{
    margin-right: auto;
    margin-left: auto;
    min-width: 1200px;
    line-height: 54px;
}
.header_area{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: transparent;
}
header .logo{
    float: left;
}

header .navbar-collapse{
    margin-top: 0px;
    flex-grow: 1;
}
header.show-coupon-ad{
    height: 104px;
}
header .navbar-collapse .has-hot{
    position:relative;
}
header .navbar-collapse .has-hot span{
    position: absolute;
    display: inline-block;
    width:20px;
    height:20px;
    top: 13px;
    right: -1px;
    background:url('../images/home/home_hot_dot.gif') no-repeat;
}
header nav.navbar-box{
    margin-left: 60px;
    float: left;
}
header:lang(jp) nav.navbar-box{
    margin-left: 20px;
}

header .header_area {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: transparent;
}
header .header_area {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: transparent;
}
header .header_area .main_header_area {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}
header .main_header_area {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 1px solid #f5f5ff;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    background-color: #070a57;

}
header .bg-community{
    background-color:#F8F8F8;
    color:black;
}
header .bg-park {
    width:100%;
    background-color:rgba(8,16,27);
}
header .bg-solution {
    width:100%;
    background-color:#050D19;
}

header .classynav ul li {
    display: inline-block;
    clear: both;
    position: inherit;
    z-index: 10;
}
header .classy-nav-container {
    position: relative;
    background-color: transparent;
    width: 100%;
}
header .classy-nav-container .classy-navbar {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

header .classy-navbar {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    justify-content: space-between;
}
header .classynav ul{
    margin:0 ;
}
header .breakpoint-off .classynav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    /* align-items: center; */
}
header .classy-menu{
    height: 54px;
}
header .classy-menu #corenav{
    display: flex;
    align-items: flex-start;
}
header .classynav .first-menu {
    position: relative;
}

/*  隐藏的下拉  */
header .classynav .first-menu .second-menu-ul{   
    position: absolute;
    top:50px;
    height: 0px;
    overflow:hidden;
    transition:.15s;
}
/*  下拉子元素 */
header .classynav .first-menu .second-menu-ul .second-menu-li{
    background-color: white;
    display: block;
    text-align: left;
    position: initial;
    padding: 0;
    padding-left: 20px;
    width: 200px;
    height: 40px;
}

header .classynav .first-menu .second-menu-ul .second-menu-li a:hover{
    opacity: 1;
    color: #429fff;
}

header .classynav .first-menu .second-menu-ul .second-menu-li a{
    opacity: 0.7;
    color: black;
    padding: 0;
    line-height: 40px;
}
header .classy-nav-container .classy-navbar .classynav ul li a:hover{
    opacity: 1;
    color:#ffffff;
}
header .classynav .first-menu .second-menu-ul .second-menu-li .solution-style a {
    opacity: 0.7;
    color: #ffffff;
}
header .classy-nav-container .classynav .current a{
    opacity: 1;
    color: #429fff;
}
/* 解决方案单独样式 */
header .classynav .first-menu .second-menu-ul .second-menu-li .solution-style{
    background-color: #202f46;
}
header .classynav .first-menu .second-menu-ul .second-menu-li .solution-style a{
    color:#ecf6ff;
}
header .classynav .first-menu .second-menu-ul .second-menu-li .solution-agriculture-style{
    background-color: #fff;
}
header .classynav .first-menu .second-menu-ul .second-menu-li .solution-agriculture-style a{
    color:black;
}
header .classynav .first-menu .second-menu-ul .solution-community-style{
    background-color: #fff;
}
header .classynav .first-menu .second-menu-ul .solution-community-style a{
    color:black;
}
/* 上下箭头 */
header .classynav .first-menu:hover .jiantou{
    display: inline-block;
    transform: rotate(-90deg);
    transition:.1s;
}
header .classynav .first-menu .jiantou{
    display: inline-block;
    transform: rotate(90deg);
    transition:.1s;
}
/* 控制下拉菜单的出现 */
header .first-menu:hover .second-menu-ul{
    display: block;
    height: 360px;
    transition:.15s;
}
header .second-menu-ul .second-menu-li:last-child{
    border-radius: 0px 0px 4px 4px;
}
header nav.navbar-box .level-first{
    font-family: "PingFangSC-Regular","Arial","Microsoft Yahei","Helvetica Neue","Helvetica",sans-serif;
    font-size: 16px;
    position: relative;
    z-index: 10;
    display: inline-block;
    clear: both;
    cursor: pointer;
}
header nav.navbar-box .level-first.current{
    color: #f1c40f;
}
header .classy-nav-container .classynav ul li a {
    opacity: 0.6;
    padding: 18px;
    height: auto;
    line-height: 1;
    font-weight: 500;
}
header .classynav ul li a {
    padding: 0 15px;
    display: block;
    height: 40px;
    font-size: 15px;
    line-height: 39px;
}
header .classy-nav-container a {
    color: #ffffff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

header .classy-nav-container .current .first-menu-title,
header .classy-nav-container .current .download-menu-title{
    color: #429fff!important;
    opacity: 1!important;
}

header .apland-btn{
    background: linear-gradient(to right,#2b98f2 0%, #5a2cff 100%); 
    color: #ffffff;
    box-shadow: 0 2px 15px 3px rgba(7, 10, 87, 0.1);
    margin-left: 3.3rem;
    /* margin-top: 10px; */
    position: relative;
    z-index: 1;
    /* border: 2px solid transparent; */
    display: inline-block;
    font-size: 14px;
    padding: 9px 15px;
    border-radius: 4px;
    line-height: 1;
}
header .apland-btn i{
    margin-right:10px;
}
#bingo-solution-community header .apland-btn-bg .community-button-color{
    color:white;
}
header a.apland-btn:hover,header a.apland-btn:focus {
    background: #fff;
    color: #3f43fd;
}
header nav.navbar-box .level-first.support-list{
    justify-content: center;
    align-items: center;
}
header nav.navbar-box .level-first .type{
    text-transform: capitalize;
    padding: 0px 18px;
    color: #736cf5;
}
header:lang(jp) nav.navbar-box .level-first .type{
    padding: 0px 10px;
}
header nav.navbar-box li .support-nav{
    position: absolute;
    width: 620px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    top: 100%;
    border: solid 1px #ccc;
    border-radius: 6px;
    flex-wrap: wrap;
    cursor:auto;
    display: none;
}
header nav.navbar-box .level-first.support-list:hover .support-nav{
    display: block;
}
header nav.navbar-box li .support-nav:before{
    content: ' ';
    position: absolute;
    border: solid 10px transparent;
    border-bottom-color: #ccc;
    top: -20px;
    left: 50%;
    transform: translateX(-10px);
}
header nav.navbar-box li .support-nav:after{
    content: ' ';
    position: absolute;
    border: solid 10px transparent;
    border-bottom-color: #fff;
    top: -19px;
    left: 50%;
    transform: translateX(-10px);
}
header nav.navbar-box li .level-second{
    float: left;
    width: 50%;
    padding: 16px;
}
header nav.navbar-box li .level-second a{
    font-size: 18px;
    color: #337ab7; ;
    text-decoration: none;
}
header nav.navbar-box li .level-second a:hover{
    color: #23527c;
}
header nav.navbar-box li .level-second .mg-t{
    margin-top: 20px;
}
/*登陆*/
header .navbar-login {
    position: relative;
    margin-left: 10px;
    vertical-align: top;
    line-height: 55px;
    padding: 0;
    width: 155px;
    text-align: center;
}
header:lang(jp) .navbar-login:not(.signed) {
    width: 190px;
}
header .navbar-login.signed:hover{
    background-color: #f5f6f7;
}
header .navbar-login .link {
    display: inline-block;
    color: #333;
    font-size: 16px;
    line-height: 1;
    padding: 6px 10px;
    text-decoration: none;
}
header .navbar-login .btn-signin {
    color:#666;
}
header .navbar-login .btn-signin:hover {
    color:#333;
}
header .navbar-login .btn-signup {
    border: 2px solid #0f97ff;
    color: #fff;
    background: #0f97ff;
    border-radius: 3px;
    transition: box-shadow .2s;
    border: 2px solid #0f97ff;
    background: #0f97ff;
}
header .navbar-login .btn-signup:hover {
    box-shadow: 0 4px 8px 0 rgba(98,98,98,.25);
}

header .navbar-login .dropdown{
    padding: 0px 10px;
    margin-right: 0px;
    border:none;
}
header .navbar-login .dropdown-toggle{
    position: relative;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    width: auto;
    min-width: 50px;
    height: 54px;
    line-height: 54px;
    padding: 0px;
}
header .navbar-login .dropdown-toggle .fs-account{
    margin-right: 3px;
    font-size: 16px;
    font-weight: bolder;
}
header .navbar-login .dropdown-toggle span{
    max-width: 90px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
header .navbar-login .dropdown-toggle .caret{
    margin-left: 5px;
}
header .navbar-login .open>.dropdown-menu{
    left: 0px;
    right: 0px;
    min-width: 0;
    margin-top: -1px;
    text-indent: 13px;
}
header:lang(jp) .navbar-login .open>.dropdown-menu{
    text-indent: 5px;
}

/*切换语言*/
header .change-lang{
    position: relative;
    line-height: 54px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    width: 110px;
}
header .change-lang:hover{
    background-color: #f5f6f7;
}
header .change-lang .fs-world{
    position: relative;
    line-height: 54px;
    cursor: pointer;
    font-size: 25px;
    vertical-align: bottom;
}
header .change-lang .candidate-list{
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    height: 40px;
    width: 110px;
    line-height: 40px;
    border: solid 1px #ccc;
    font-size: 16px;
    text-align: center;
}
.pic-header.breadcrumb-area {
    background-image: url('../images/banner.png');
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
}

#bingo-tutorial .pic-header.breadcrumb-area,
#bingo-list .pic-header.breadcrumb-area,
#bingo-privacy-policy .pic-header.breadcrumb-area,
#bingo-terms-conditions .pic-header.breadcrumb-area,
#bingo-vip-service .pic-header.breadcrumb-area,
#bingo-submission-policy .pic-header.breadcrumb-area,
#bingo-submission .pic-header.breadcrumb-area,
#bingo-search .pic-header.breadcrumb-area{
    background-image: url('../images/tutorial_bg.png');
}
#bingo-pricing .pic-header.breadcrumb-area {
    background-image: none;
    background-color: transparent;
}
#bingo-market .pic-header.breadcrumb-area, #bingo-themelist .pic-header.breadcrumb-area {
    background-image: url('../images/store_bg.png');
}
.pic-header.breadcrumb-area{
    background-image: url('../images/download_bg.png');
}
#bingo-data-manager .pic-header.breadcrumb-area {
    background-image: url('../images/dataonfly-bg.png');
}
.pic-header .justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pic-header .justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.pic-header .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.pic-header.breadcrumb-area .breadcrumb-content {
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;
}
.pic-header .text-center {
    text-align: center!important;
}
.pic-header.breadcrumb-area .breadcrumb-content h2 {
    font-size: 2em;
    color: #ffffff;
    margin-bottom: 32px;
    font-weight: 600;
    margin-top: 28px;
}
.pic-header.breadcrumb-area .breadcrumb-content span{
    font-size: 2em;
    color: #ffffff;
    margin-bottom: 32px;
    font-weight: 600;
    margin-top: 28px;
}
.pic-header.breadcrumb-area .breadcrumb-content img{
    width: 48px;
    position: relative;
}
.pic-header.breadcrumb-area .breadcrumb-content p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}
.pic-header.bg-black-overlay::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: #070a57;
    opacity: 0.7;
    z-index: -1;
}

#bingo-data-manager .pic-header.bg-black-overlay::after {
    opacity: 0.3;
}
#top-coupon{
    display: none;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
}
.show-coupon-ad #top-coupon{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
#top-coupon >a{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;

    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: bolder;
}
#top-coupon >a .left-banner{
    flex-grow:1;
    text-align: right;
    padding-right: 25px;
    position: relative;
    color: #fff;
    padding-left: 50px;
    background-color: #0baeff;
}
#top-coupon >a .left-banner:after{
    content: " ";
    position: absolute;
    top: 0;
    right: -50px;
    width: 0;
    height: 0;
    border-top: 50px solid #fff;
    border-right: 50px solid transparent;
    border-top-color: #0baeff;
}

#top-coupon >a .right-banner{
    flex-grow:1;
    text-align: left;
    background-color: #BECC25;
    padding-left: 65px;
}
#top-coupon >a .fs{
    font-size: 22px;
    margin-left: 5px;
    font-weight: normal;
}
#top-coupon >a .fs-wrapper{
    display: inline-block;
    height: 50px;
    width:23px;
    line-height: 50px;
}
#top-coupon .btn-hide{
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    width: 20px;
    height: 20px;
    transform: translate(0,-50%);
    display: block;
    cursor: pointer;
}
#top-coupon .btn-hide .fs{
    display: inline-block ;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 17px;
    color: #fff;
}
/************************
*
*   main footer
*
************************/
footer {
    padding-top: 80px;
    padding-bottom: 20px;
    background-image: url(../images/footer.jpg);
    border-top: 1px solid #f5f5f5;
}
footer a{
    color: inherit;
    text-decoration: none;
}
footer .guide {
    display: -ms-flexbox;
    display: flex;
}
footer .guide .navigation {
    width: 800px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .guide .navigation>div {
    width: 25%;
}
footer .guide .navigation .guide-title {
    font-size: 16px;
    color: rgb(34, 34, 34);
    margin-bottom: 24px;
    font-weight: 400;
    margin-top: 0px;
}
footer .guide .navigation a.guide-content {
    display: block;
    font-size: 12px;
    color: rgb(136, 136, 136);
    position: relative;
    margin: 12px 0px;
}
footer .guide .navigation:after {
    content: "";
    width: 1px;
    height: 149px;
    right: 0;
    position: absolute;
    border-radius: 1px;
    background: #e2e8ef;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
footer .guide .message {
    -ms-flex: 1;
    flex: 1;
    padding-left: 99px;
    padding-top: 0;
}
footer .guide .message .icon {
    width: 151px;
    height: 30px;
    background-image: url(../images/home_icon_gray.png);
    background-size: 100% 100%;
    margin-bottom: 13px;
}
footer .guide .message .telephone {
    font-size: 20px;
    color: rgb(34, 34, 34);
    line-height: 32px;
}
footer .guide .message .telephone span {
    font-size: 14px;
}
footer .guide .message p, footer .partner {
    font-size: 12px;
    color: rgb(136, 136, 136);
}
footer .partner
{
    margin-top: 30px;
    line-height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
footer .partner .divide {
    height: 12px;
    width: 1px;
    background: #888;
    margin: 0 5px;
}
footer .certificate {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
footer .certificate .left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 400px;
    height: 66px;
    margin-top: -13px;
    border-radius: 6px;
}
footer .certificate .mid {
    font-size: 12px;
    color: rgb(136, 136, 136);
    line-height: 20px;
    text-align: center;
}
footer .certificate .mid p {
    margin: 0;
}
footer .certificate .right {
    margin-left: 50px;
    margin-top: 8px;
}
#content{
    padding: 0;
}

/*淡入淡出动画*/
@keyframes fade_in_right{from{ right:-15%;opacity:0;} to{ right:0;}}
@-webkit-keyframes fade_in_right{from{ right:-15%;opacity:0;} to{ right:0;}}
@-moz-keyframes fade_in_right{from{ right:-15%;opacity:0;} to{  right:0;}}
@-ms-keyframes fade_in_right{from{ right:-15%;opacity:0;} to{ right:0;}}
@-o-keyframes fade_in_right{from{ right:-15%;opacity:0;} to{ right:0;}}

@keyframes fade_in_left{from{ left:-15%;opacity:0;} to{ left:0;}}
@-webkit-keyframes fade_in_left{from{ left:-15%;opacity:0;} to{ left:0;}}
@-moz-keyframes fade_in_left{from{ left:-15%;opacity:0;} to{  left:0;}}
@-ms-keyframes fade_in_left{from{ left:-15%;opacity:0;} to{ left:0;}}
@-o-keyframes fade_in_left{from{ left:-15%;opacity:0;} to{ left:0;}}
.fade_left{
    animation:fade_in_left 2s;
    -webkit-animation:fade_in_left 2s;
    -moz-animation:fade_in_left 2s;
    -o-animation:fade_in_left 2s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}
.fade_right{
    animation:fade_in_right 2s;
    -webkit-animation:fade_in_right 2s;
    -moz-animation:fade_in_right 2s;
    -o-animation:fade_in_right 2s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}


#gdpr-footer{
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 5;
    width: 100%;
    background: rgba(18, 38, 63, 0.9);
}
#gdpr-footer .flex-container{
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
}
#gdpr-footer .flex-container .flex-item {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin: 0 .5rem;
    padding: 0;
    justify-content: center;

}
#gdpr-footer .flex-container .left {
    flex: 2 2 66.66%;
}
#gdpr-footer .flex-container .right {
    flex: 1 1 33.33%;
    align-items: center;
}
#gdpr-footer .flex-container p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin: 20px auto;
}
#gdpr-footer .flex-container a {
    color: #fff;
    text-decoration: none;
}
#gdpr-footer #gdpr-accept-button {
    text-decoration: none;
}
#gdpr-footer .flex-container .gdpr-cta {
    display: table;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    padding: 10px 40px;
    border-radius: 25px;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
#gdpr-footer .flex-container .gdpr-cta:hover {
    background: #01182B;
    box-shadow: none;
    text-decoration: none;
}
/*pager*/
.pager-info {
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
    text-align: left;
}
.page-count {
    display: inline-block;
    color: #666666;
}
.pagination{
    margin: 0;
}
.pagination>li{
    display: inline;
}
.pagination>li>a{
    font-size: 14px;
    color: #666666;
    height: 30px;
    border-radius: 0;
    border: 1px solid #dddddd;
    padding: 5px 10px;
    background: #fff;
    text-align: center;
}
.pagination>li>a:hover{
    color: #333;
    border: 1px solid #b2b2b2;
    background-color: #fff;
    cursor: pointer;
}
.pagination>li>a:active{
    background-color: #f7f7f7;
}
.pagination>li.active>a{
    border: none;
}
.pagination>li.active>a,
.pagination>li.active>a:hover,
.pagination>li.active>a:active
{
    border-radius: 0px;
    background: #0f97ff ;
    border-color: #0f97ff ;
    font-family: "PingFangSC-Regular","Arial","Microsoft Yahei","Helvetica Neue","Helvetica",sans-serif;
    color:#ffffff;
}

.pagination>li>.page-left,
.pagination>li>.page-right{
    padding: 0;
    width: 30px;
}
.pagination>li>.page-left i,
.pagination>li>.page-right i{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    float: left;
    line-height: 30.5px;
    font-size: 10px;
    font-weight: bold;
}

.pagination>li>.page-left-more{
    background: url("../images/pager_first.png") no-repeat center;
    background-size: 15px;
    padding: 0;
    width: 30px;
}
.pagination>li>.page-right-more{
    background: url("../images/pager_last.png") no-repeat center;
    background-size: 15px;
    padding: 0;
    width: 30px;
}
.pagination-free.input-group{
    height: 30px;
    float:right;
}
.pagination-free.input-group span{
    display: inline-block;
    float: left;
    margin: 8px 6px;
    line-height: 1.2;
}
.pagination-free.input-group input{
    height: 30px;
    float: left;
    width: 45px;
    padding: 0 10px;
}
.pagination-free.input-group .btn-goto{
    height: 30px;
    width: auto;
    min-width: 45px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #0f97ff;
    color: #0f97ff;
    padding: 0 5px;
}
/************************
* 视频弹出
************************/
#popVideo.modal-container{
    width: 970px;
    box-sizing:content-box;
    display: none;
    position: fixed;
    z-index: 10002;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -305.5px;
    font-size: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
}
#popVideo.modal-container .modalCloseBtn {
    position: absolute;
    left: 1000px;
    top: -8px;
    font-size: 26px;
    color: #eee;
}
#popVideo.modal-container .platform-info{
    text-align:center;
    margin-top:9px
}
#popVideo.modal-container .loading{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.lean-overlay{
    display: none;
    position: fixed;
    z-index: 10001;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgb(29, 41, 51) none repeat scroll 0% 0%;
    opacity: 0.8;
    overflow: auto;
}
.ipsicon {
    font-family: iconfont!important;
    font-style: normal;
    font-weight: 400;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.ipsicon-play::before {
    content: "\e78e";
}
.ipsicon-close:before {
    content: "\e642";
}

.sidebar-widget{
    width: 64px;
    position: fixed;
    bottom: 100px;
    right: 5px;
    z-index: 10;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
}
.sidebar-widget .sidebar-box{
    position:relative;
    width:64px;
    height:79px;
    text-align: center;
    border-bottom:1px solid #ddd;
    cursor:pointer;
    background:#fff;
    padding-top: 5px;
}
.sidebar-widget .sidebar-box:hover{
    background:#3f43fd;
}
.sidebar-widget .sidebar-box .out-box-bg{
    display: none;
    position:absolute;
    right:64px;
    top:0px;
}
.sidebar-widget .sidebar-box:hover .out-box-bg{
    display: block;
}
.sidebar-widget .sidebar-box .sidebar-tip i{
    color: #3f43fd;
    font-size: 30px;
    display: block;
}
.sidebar-widget .sidebar-box:hover .sidebar-tip i,
.sidebar-widget .sidebar-box:hover .sidebar-tip span{
    color:#fff;
}

.sidebar-widget .out-box{
    width:245px;
    background:#fff;
    border-radius:5px;
    border-top: 3px solid #3f43fd;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

.sidebar-widget .service-box:hover .sidebar-tip i{
    font-size: 31px;
}
.sidebar-widget .service-box .out-box .out-box-tip{
    height:130px;
    border-bottom:1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar-widget .service-box .out-box .out-box-tip .kefu-presale,
.sidebar-widget .service-box .out-box .out-box-tip .wx-qrcode{
    display: inline-block;
    width: 90px;
    margin: 0 9px;
}
.sidebar-widget .service-box .out-box .out-box-tip .hot-line{
    display: inline-block;
    margin: 0 9px;
}
.sidebar-widget .service-box .out-box .out-box-tip .wx-qrcode img{
    height: 80px;
    width: 80px;
    margin: auto;
    margin-bottom: 5px;
}
.sidebar-widget .service-box .out-box .out-box-tip .kefu-custom{
    float: right;
    margin-right: 25px;
    display: inline-block;
}
.sidebar-widget .service-box .out-box-bg{
    height:185px;
    width: 257px;
}
.sidebar-widget .service-box .out-box .out-box-tip .icon-out{
    height:80px;
    width:80px;
    margin:auto;
    color:#202020;
    margin-bottom:5px;
    padding-top:6px;
    border: 2px solid #202020;
    border-radius: 50%;
}
.sidebar-widget .service-box .out-box .icon-out.qq-kefu:hover{
    color: #3f43fd;
    border: 2px solid #3f43fd;
}
.sidebar-widget .service-box .out-box{
    height:230px;
    padding-top:0px;
}
.sidebar-widget .service-box .out-box .work-time p{
    font-size:12px;
}
.sidebar-widget .service-box .out-box-bg.consult_custom .work-time p:nth-of-type(1),
.sidebar-widget .service-box .out-box-bg.consult_custom .work-time p:nth-of-type(2){
    color:#3f43fd;
}
.sidebar-widget .service-box .out-box-bg.consult_custom .work-time p:nth-of-type(3){
    color:#3f43fd;
}
.sidebar-widget .service-box .out-box-bg.consult_custom .work-time p:nth-of-type(5){
    margin-top:-10px;
}
.sidebar-widget .service-box .out-box-bg.consult_custom .work-time p span.tel-number {
    color: #333;
}
.sidebar-widget .service-box .sidebar-tip a{
    color: #333;
}

.sidebar-widget .qq-box .out-box{
    width:245px;
}
.sidebar-widget .weixin-box .sidebar-tip i{
    font-size: 38px;
}
.sidebar-widget .weixin-box .out-box-bg{
    height:185px;
    width:257px;
}
.sidebar-widget .weixin-box .out-box{
    right:64px;
    padding: 10px;
}
.sidebar-widget .weixin-box .out-box .wx-qrcode img{
    height: 150px;
}

.sidebar-widget .phone-box .sidebar-tip i{
    font-size: 35px;
}
.sidebar-widget .phone-box .phone-title{
    margin-top: 15px;
}
.sidebar-widget .phone-box .phone-number
{
    color: #3f43fd;
    margin-bottom: 10px;
}
.sidebar-widget .phone-group > p{
    margin: 0;
}
.sidebar-widget .phone-box .out-box{
    height: 140px;
}
.sidebar-widget .phone-box .out-box .border-top {
    line-height: 9px;
    border-top: 1px solid #ccc;
}

.sidebar-widget .qq-box .out-box-bg {
    top: -152px;
    height: 310px;
    width: 257px;
    cursor: default;
}
.sidebar-widget .qq-box .out-box{
    height: 100%;
}
.sidebar-widget .qq-box .qq-group{
    padding-top:5px;
}
.sidebar-widget .qq-box .qq-group .qq-img-block{
    width: 60px;
    padding: 7px 0;
    margin: 9px auto 0;
    background: #ccc;
}
.sidebar-widget .qq-box .qq-group .qq-img-block:hover{
    background: #3f43fd;
}
.sidebar-widget .qq-box .qq-group i.fs-qq{
    font-size: 30px;
    color: white;
}
.sidebar-widget .qq-box .qq-group p.qq-number a{
    color: black;
    text-decoration: underline;
}
.sidebar-widget .qq-box .out-box .qq-group span{
    display: block;
    height:35px;
    line-height: 35px;
    text-align: left;
    padding-left: 10px;
}
.sidebar-widget .qq-box .out-box .qq-group span a{
    color:#333;
    text-decoration: underline;
}
.sidebar-widget .qq-box .out-box .qq-group .border-top{
    line-height: 9px;
    border-top: 1px solid #ccc;
}
.sidebar-widget .qq-box .out-box .qq-group .border-top:last-child{
    padding-top: 14px;
}
.sidebar-widget .qq-box .out-box .qq-group .qq-group-info{
    color: #3f43fd;
    font-size: 13px;
    line-height: 13px;
}
.sidebar-widget .qq-box .out-box .qq-group .work-time{
    color: black;
}
.sidebar-widget .back-top{
    position:absolute;
    width:64px;
    height:79px;
    line-height:79px;
    background:#fdfdfd;
    text-align: center;
    border-bottom:1px solid #ddd;
    cursor:pointer;
    box-shadow:0px 0px 20px 1px rgba(0, 0, 0, 0.1);
}
.sidebar-widget .back-top i{
    font-size:30px;
    color: #3f43fd;
}
div[id=tawk_5fce09d1920fc91564ce30a2]{
    z-index: 20;
    position: fixed;
    bottom: 0;
    right: 80px;
    box-shadow: 0px 0px 10px #666;
}

.chat-button {
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 999995;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    width: 0;
    overflow: visible;
}
.live-agent-chat--in .chat-button {
    bottom: 70px !important;
    display: block;
}
.chat-button__message {
    z-index: 999995;
    position: relative;
    bottom: -60px;
    right: -258px;
    width: 268px;
    background-color: #fefefe;
    min-height: 180px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.3),0 4px 32px rgba(0,0,0,0.4);
    box-shadow: 0 1px 6px rgba(0,0,0,0.3),0 4px 32px rgba(0,0,0,0.4);
    padding-bottom: 15px;
}
.chat-button__minimize {
    z-index: 1;
    position: absolute;
    color: #fefefe;
    text-align: center;
    right: 6px;
    top: 6px;
    height: 26px;
}
.cursor-pointer {
    cursor: pointer;
}
.chat-button__bubble {
    position: relative;
}
.chat-button__message-avatar {
    position: absolute;
    text-align: center;
    bottom: 0;
    top: -25px;
    left: 105px;
}
.chat-button__message-avatar img {
    background: #ededed;
    -webkit-box-shadow: 0 2px 8px 0 rgba(35,47,53,0.09);
    box-shadow: 0 2px 8px 0 rgba(35,47,53,0.09);
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.chat-button__message-body {
    font-size: 14px;
    padding: 0;
    border-radius: 4px;
    background: #fefefe;
    line-height: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.chat-button__message-body__title-html {
    line-height: 1.2;
    color: #fefefe;
    text-align: center;
    height: 45px;
    width: 100%;
    background-color: rgba(18, 38, 63, 0.9);
    font-size: 11px;
    padding-top: 28px;
    padding-bottom: .75rem;
}
.chat-button__message-body__title-html strong {
    font-weight: 500;
    color: #fefefe;
}
.chat-button__message-body__text-html p{
    margin:0px;
}
.chat-button__message-body__text-html {
    color: #0a0a0a;
    margin: 10px 13px;
    padding: 10px;
    font-size: 13.5px;
    font-weight: 300;
    background-color: #f0f3f5;
}
.chat-button__reply {
    font-size: 12.5px;
    padding: 7.5px;
    border-radius: 1px;
    background: #fefefe;
    border: 1px solid rgba(85,85,85,0.7);
    cursor: text;
    margin: 15px 15px 0;
    color: #555;
}
.chat-button__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    position: relative;
    -webkit-box-shadow: 0 2px 8px 0 rgba(35,47,53,0.09);
    box-shadow: 0 2px 8px 0 rgba(35,47,53,0.09);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(18, 38, 63, 0.9);
    text-align: center;
    width: 50px;
    height: 50px;
    float: right;
    color: #fefefe;
    z-index: 2;
    right: 12px;
}
.chat-button svg[class^="icon-"],.chat-button svg[class*=" icon-"]{
    height: 1rem;
    width: 1rem;
    display: inline-block;
    fill: currentColor;
    overflow: visible;
}
.chat-button .chat-button__icon > svg {
    width: 25px;
    height: 25px;
}


.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-column{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.justify-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.align-start{
    -webkit-box-align:start;
    -ms-flex-align: start;
    align-items: start;
}
.align-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-bg{
    background-color: #f5f5ff;
    background-size: 400px;
}
.p-btn:hover {
    cursor: pointer;
}
.p-btn-try:hover {
    color: #07f;
    background: #fff;
}

.alt-downloads .download {
    margin: 40px 0 40px;
    padding: 0 25px;
    display: inline-block;
    vertical-align: top;
}
.alt-downloads .download.disabled {
    pointer-events: none;
    opacity: .7;
}

.section-getstart{
    background-color: #f5f5f5;
    padding: 60px 0;
    text-align: center;
}

.section-getstart .start-title{
    font-size: 30px;
    color:#020710;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

.section-getstart .start-info{
    color:#444444;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    margin-top: 10px;
}
.section-getstart .btn-try{
    border-radius: 2px;
    background-color: #0f97ff;
    color: white;
    margin: 50px 0 0 0;
    font-size: 20px;
    padding: 15px 35px;
    display: inline-block;
    cursor: pointer;
}
.section-getstart .btn-try:hover{
    background-color: #40acff;
}
/************************
*
*   bingo  main
*
************************/

#bingo-main {
    margin-top: 0;
    overflow-x: hidden;
}
#bingo-main .welcome_area {
    /* overflow: hidden; */
    width: 100%;
    position: relative;
    z-index: 1;
    height: 518px;
    background-color: #070a57;
}
#bingo-main .myscroll {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    line-height: 26px;
    font-size: 12px;
    overflow: hidden;
}
#bingo-main .myscroll li {
    height: 3435px;
    width: 1920px;
    overflow: hidden;
}
#bingo-main .myscroll img {
    border: 0 none;
    width: 100%;
    height:100%
}
#bingo-main .justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#bingo-main .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#bingo-main .welcome_area .welcome_content_area h2 {
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    margin-top: 0;
    font-size: 44px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: bold;
}
#bingo-main .welcome_area .welcome_content_area_bg h2{
    font-size: 85px;
}
#bingo-main .welcome_content_area h2 {
    font-size: 3rem;
    margin-bottom: 40px;
}
#bingo-main .welcome_area .welcome_content_area h2 span {
    /* color: #f1c40f; */
    font-weight: 300;
}
#bingo-main .welcome_area .welcome_content_area h5 {
    opacity: 0.8;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0px;
}
#bingo-main .welcome_area .welcome_content_area h5 a{
    color: #ffffff;
    /* color: #a0a1f7; */
}
#bingo-main .welcome_area .welcome_content_area h5 a:hover{
    color: #ffffff;
}
#bingo-main .welcome-features{
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 100px;
    background-color: rgba(0,0,0,.2);
}
#bingo-main .welcome-features .col-md-3{
    cursor: pointer;
    height: 100px;
    padding: 5px 0;
    font-size: 15px;
}
#bingo-main .welcome-features .col-md-3:hover{
    background-color: rgb(218 222 251 / 31%);
}
#bingo-main .welcome-features a{
    color: white;
}
#bingo-main .welcome-features i{
    float: left;
    margin-left: 10px;
    width: 60px;
    line-height: 90px;
    font-size: 40px;
}
#bingo-main .welcome_content_area h5 {
    font-weight: 400;
    line-height: 1.6;
}
#bingo-main .welcome_content_area .download-version {
    font-size: 12px;
    opacity: 0.8;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #cccccc;
    letter-spacing: 1px;
}
#bingo-main .welcome_content_area .download-version:hover {
    color:#2B98F2
}
#bingo-main .welcome_content_area .icon-margin {
    margin-right:5px;
    font-size:10px;
}
#bingo-main .welcome_content_area .download-version-frame {
    position: absolute;
    margin-top: 10px;
}
#bingo-main h1, #bingo-main h2, #bingo-main h3, #bingo-main h4, #bingo-main h5, #bingo-main h6 {
    color: #020710;
    font-weight: normal;
}
#bingo-main .btn-base-color {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #3f43fd;
    border: none!important;
    cursor: pointer;
    font-size: .875rem;
    font-weight: normal;
    letter-spacing: .093rem;
    margin-right: 1rem;
    outline: 0;
    padding: .75rem 1.375rem;
    text-transform: uppercase;
    color:#fff;
}
#bingo-main .btn-large {
    font-size: 1.6rem;
    padding: 10px 20px;
    border-radius: 5px;
}
#bingo-main .btn-shadow, .btn-shadow:focus {
    box-shadow: 0 2px 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3)!important;
}
#bingo-main .mt-4:hover{
    background: #fff !important;
    color: #3f43fd;
}
#bingo-main .mt-4, .my-4 {
    display: inline-block;
    margin: 60px 0 0 0;
}
#bingo-main .download-bottom{
    bottom: -25%;
}
#bingo-main .banner {
    height: 970px;
}
#bingo-main .banner .row {
    display: block;
    margin: 0 auto;
    text-align: center;
}
#bingo-main .banner .slogan-tit {
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 30px;
    letter-spacing: 10px;
    margin-top: 90px;
    font-weight: bolder;
}
#bingo-main .banner .slogan-p1 ,
#bingo-main .banner .slogan-p2 {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
    letter-spacing: 10px;
    margin-top: 0;
}
#bingo-main .banner .slogan-p2 {
    margin-bottom: 50px;
}
#bingo-main .btn {
    border-radius: 3px;
    width: 160px;
    background-color: rgba(255,255,255,0);
    height: 40px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
}
#bingo-main .frbtn-blue {
    color: #fff;
    border: none;
    border-radius: 20px;
    letter-spacing: 2px;
}
#bingo-main .banner .btn.frbtn-blue {
    margin-right: 20px;
    border-color: transparent;
    background: linear-gradient(148.69deg,#e52054 32%,#f5a623 150%);
}
#bingo-main .banner .btn.frbtn-blue:hover {
    color: #fff;
    background: linear-gradient(148.69deg,#ec3264 32%,#eaad47 150%);
}
#bingo-main .frbtn-wht {
    color: #fff;
    background-color: none;
    border: 1px solid #fff;
    border-radius: 20px;
    letter-spacing: 2px;
}
#bingo-main .frbtn-wht:hover {
    color: #fff;
    background-color: rgba(255,255,255,.2);
}
#bingo-main .p-mainScreens {
    overflow: hidden;
}
#bingo-main .p-mainScreen {
    position: relative;
    width: 1200px;
    margin: 90px auto;
    display: none;
}
#bingo-main .p-mainScreen.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
#bingo-main .p-mainScreen .img-wrap {
    cursor: pointer;
    width: 66%;
    position: relative;
}
#bingo-main .p-mainScreen .img-wrap img {
    width: 792px;
    height: 435px;
}
#bingo-main .p-mainScreen .img-wrap #larger-gif {
    position: absolute;
    z-index: 1;
    left: 190px;
    top: 73px;
    width: 477px;
    height: 284px;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#bingo-main .p-mainScreen .content-wrap {
    position: relative;
    width: 34%;
}
#bingo-main .p-mainScreen .content {
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding: 81px 0 71px 23px;
    background: #fff;
    border: 1px solid #f1f1f2;
    box-shadow: -2px 6px 5px -2px rgba(74, 77, 82, 0.08);
}
#bingo-main .p-mainScreen .content h1 {
    font-size: 18px;
    color: #000;
    padding-left: 23px;
    padding-bottom: 29px;
    margin-bottom: 29px;
    border-bottom: 1px solid #ced4da;
}
#bingo-main .p-mainScreen .content ul {
    font-size: 14px;
    color: #000;
    line-height: 28px;
    padding-left: 23px;
}
#bingo-main .p-mainScreen .content ul li {
    list-style: disc;
}
#bingo-main .p-screens {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #535353;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#bingo-main .p-screens .p-screen {
    width: 32%;
    margin-bottom: 48px;
}
#bingo-main .p-screens .p-screen .img-wrapper{
    position: relative;
    background-color: #000;
    padding: 20px 0;
}
#bingo-main .p-screens .p-screen img {
    width: 100%;
}
#bingo-main .p-screens .p-screen p {
    font-size: 16px;
    color: #000;
}
#bingo-main .p-screens .p-screen .btn-screen-full{
    cursor: pointer;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    border: 1px solid gray;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 0 0 1px grey;
    background: rgba(34, 34, 34, 0.4);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#bingo-main .p-screens .p-screen .img-wrapper:hover .btn-screen-full{
    visibility: visible;
}

#bingo-main .full-screen-wrapper{
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index:1000;
    display: none;
}
#bingo-main .full-screen-wrapper.full{
    display: block;
}

#bingo-main .section-title, .h2 {
    margin: 0;
    font-weight: normal;
    font-size: 2.38em;
    color: #333333;
    text-align: center;
}
#bingo-main .section-line {
    width: 120px;
    height: 5px;
    margin: 30px auto 30px;
    border-radius: 6px;
    background: #2d2ed4;
    background: -webkit-linear-gradient(to right, #e24997, #2d2ed4);
    background: linear-gradient(to right, #e24997, #2d2ed4);
}

#bingo-main .section-industry{
    width: 100%;
    min-height: 900px;
    position: relative;
}

#bingo-main .section-industry > .container {
    margin-top: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;    
    height: 800px;
}

#bingo-main .section-industry .tab_item{
    cursor: pointer;
    text-align: right;
    border-right: 2px solid #e5e5e5;
    padding-right: 40px;
}
#bingo-main .section-industry .tab_item.active{
    color: #0f97ff;
    border-right-color: #0f97ff;
}
#bingo-main .section-industry .tab_item:hover{
    color: #34a7ff;
    border-right-color: #34a7ff;
}
#bingo-main .section-industry .tab_item i{
    font-size: 25px;
    line-height: 60px;
    color: inherit;
    display: inline;
    vertical-align: middle;
    user-select: none;
}
#bingo-main .section-industry .tab_item h6{
    line-height: 40px;
    font-size: 16px;
    margin: 0;
    color: inherit;
    display: inline;
    vertical-align: middle;
    user-select: none;
}
#bingo-main .section-industry .tabs_slider .content-wrap{
    position: relative;
}
#bingo-main .section-industry .tabs_slider .content{
    display: none;
    position: absolute;
    left: 40px;
    right: 0;
    top: 0;
}
#bingo-main .section-industry .tabs_slider .content.active{
    display: block;
}
#bingo-main .section-industry .tabs_slider .title-wrapper
{
    border-bottom: 1px solid #e5e5e5;
}

#bingo-main .section-industry .tabs_slider .title-wrapper h3
{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
#bingo-main .section-industry .tabs_slider .title-wrapper a{
    color: inherit;
}
#bingo-main .section-industry .tabs_slider .title-wrapper a:hover{
    color: #222;
}
#bingo-main .section-industry .tabs_slider .video-wrapper{
    margin-top: 30px;
}
#bingo-main .section-industry .video-js{
    width: 100%;
    height: 520px;
    background-color: black;
}


#bingo-main .section-ability{
    border-top: 1px solid #e1e8f1;
    padding: 50px 0;
    text-align: center;
}
#bingo-main .section-ability h3
{
    color: #1f2d3d;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}

#bingo-main .section-whitepaper{
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

#bingo-main .section-whitepaper .img-line{
    height: 7px;
    margin: 0 auto;
    margin-top: 36px;
    max-width: 1200px;
    background: linear-gradient(to right, #e24997, #2d2ed4);
}
#bingo-main .section-whitepaper .download-paper-dots{
    position: relative;
    height: 30px;
    top: -30px;
    text-align: center;
}
#bingo-main .section-whitepaper .download-paper-dots span.active{
    background-color: #f1c40f;
}
#bingo-main .section-whitepaper .download-paper-dots span{
    width: 30px;
    height: 8px;
    border-radius: 3px;
    background-color: #ffffff70;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    user-select: none;
}
#bingo-main .section-whitepaper .wrapper.active{
    display: block;
}
#bingo-main .section-whitepaper .wrapper
{
    content: "";
    display: none;
    background-color: #318bf4;
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/video-bottom.png);
    background-position: right top;
    background-repeat:no-repeat;
    height: 181px;
    overflow: hidden;
    border-radius: 10px;
}
#bingo-main .section-whitepaper .wrapper-2{
    background-color: #5457f9;
}
#bingo-main .section-whitepaper .wrapper-3{
    background-color: #913ffd;
}
#bingo-main .section-whitepaper .wrapper .banner-cont{
    margin: 30px 0 0 50px;
}
#bingo-main .section-whitepaper .wrapper .banner-cont > *{
    color: #ffffff;
}
#bingo-main .section-whitepaper .wrapper .banner-cont > a{
    background-color: #ffffff;
    color: #318bf4;
}
#bingo-main .section-whitepaper .wrapper .banner-cont > a:hover {
    background-color: #5ca0fd;
    color: #ffffff;
}
#bingo-main .section-whitepaper .wrapper-2 .banner-cont > a{
    background-color: #ffffff;
    color: #5457f9;
}
#bingo-main .section-whitepaper .wrapper-2 .banner-cont > a:hover {
    background-color: #797BF8;
    color: #ffffff;
}
#bingo-main .section-whitepaper .wrapper-3 .banner-cont > a{
    background-color: #ffffff;
    color: #913ffd;
}
#bingo-main .section-whitepaper .wrapper-3 .banner-cont > a:hover {
    background-color: #a951bc;
    color: #ffffff;
}
#bingo-main .section-themes{
    border-top: 1px solid #e1e8f1;
    padding: 50px 0;
}
#bingo-main .section-themes .theme-list{
    display: flex;
    border: 1px solid #f5f5f5;
    height: 285px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 16px 40px -10px rgba(0,0,0,.1);
    margin-top: 30px;
}
#bingo-main .section-themes .list-category-latest{
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/theme_list_1.png);
}
#bingo-main .section-themes .list-category-recommend{
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/theme_list_2.png);
}

#bingo-main .section-themes .list-category
{
    width: 300px;
    padding-top: 40px;
    padding-left: 30px;
    position: relative;
}
#bingo-main .section-themes .category-title{
    font-size: 28px;
}
#bingo-main .section-themes .category-sub
{
    font-size: 14px;
    opacity: .7;
}
#bingo-main .section-themes .category-more{
    position: absolute;
    left: 30px;
    bottom: 40px;
    display: block;
    text-align: center;
    color: #fff;
    width: 96px;
    height: 32px;
    line-height: 32px;
    background: linear-gradient(90deg, #e24997, #2d2ed4);
    border-radius: 2px;
}
#bingo-main .section-themes .list-group{
    flex:1;
}
#bingo-main .section-themes .list-group a{
    margin-left: 10px;
    color: gray;
    line-height: 22px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 245px;
}
#bingo-main .section-themes .list-group a:hover{
    color: #0f97ff
}
#bingo-main .section-themes  .group-face
{
    padding: 10px;
    padding-bottom: 0;
}
#bingo-main .section-themes  .group-face .theme-cover{
    width: 100%;
    min-height: 146px;
    position: relative;
    cursor: pointer;
}
#bingo-main .section-themes  .group-face a{
    font-size: 18px;
    line-height: 40px;
    color: black;
    max-width: 245px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#bingo-main .section-themes  .group-face a:hover{
    color: #0f97ff;
}


#bingo-main .help_doc_area {
    padding-top: 50px;
    padding-bottom: 80px;
}
#bingo-main .help_doc_area .doc-container{
    display: flex;
    justify-content: space-between;
}
#bingo-main .help_doc_area .doc-list{
    max-width: 350px;
    border: 1px solid #c8d2e0;
}
#bingo-main .help_doc_area .doc-list .list-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#bingo-main .help_doc_area .doc-list a{
    margin-left: 20px;
    line-height: 25px;
    color: #475669;
}
#bingo-main .help_doc_area .doc-list a:hover{
    color: #0f97ff;
}
#bingo-main .help_doc_area .doc-header span,
#bingo-main .help_doc_area .doc-header a{
    font-size: 18px;
    line-height: 40px;
    color: black;
    margin-left: 20px;
    font-weight: bold;
}
#bingo-main .help_doc_area .list-news-more {
    overflow: hidden;
    white-space: nowrap;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
}
#bingo-main .help_doc_area .list-news-more a{
    line-height: 50px;
    color:#141671;
    margin-left: 0;
    margin-right: 5px;
}
#bingo-main .help_doc_area .list-more a{
    line-height: 50px;
    color:#141671;
}

#bingo-main .partner .img-container{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
#bingo-main .partner .img-container  > div {
    width: 232px;
    height: 108px;
    background: #ffffff;
    box-shadow: 0px 4px 27px 0px rgba(133,145,204,0.17);
    display: flex;
    justify-content: center;
    align-items: center;
    margin:24px;
}
/* #bingo-main .apland-btn:hover,#bingo-main .apland-btn:focus{
    background-color: #ffffff;
    color: #3f43fd;
} */
#bingo-main .work_process_area {
    position: relative;
    z-index: 1;
    height: 613px;
    padding-top: 101px;
}
#bingo-main .work_process_area .section_padding_130_80 {
    padding-top: 130px;
    padding-bottom: 80px;
}
#bingo-main .work_process_area .justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#bingo-main .work_process_area .justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
#bingo-main .work_process_area .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#bingo-main .work_process_area .section_heading {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}
#bingo-main .work_process_area .text-center {
    text-align: center!important;
}
#bingo-main .work_process_area .section_heading h3 {
    margin-bottom: 15px;
    font-size: 2.38em;
    line-height: 1.5;
}
#bingo-main .work_process_area .section_heading p {
    margin-bottom: 0;
    line-height: 1.8;
    color: #747794;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.618em;
}
#bingo-main .work_process_area .section_heading .line {
    width: 120px;
    height: 5px;
    margin: 30px auto 0;
    border-radius: 6px;
    background: #2d2ed4;
    background: -webkit-linear-gradient(to right, #e24997, #2d2ed4);
    background: linear-gradient(to right, #e24997, #2d2ed4);
}
#bingo-main .work_process_area .single_work_step {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    text-align: center;
}
#bingo-main .work_process_area .single_work_step .step-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 30px;
}
#bingo-main .work_process_area .single_work_step .step-icon i {
    font-size: 3em;
    line-height: 90px;
    color: #070a57;
}
#bingo-main .work_process_area .single_work_step .step-icon::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    border: 5px dotted #070a57;
    top: 0;
    left: 0;
}
.single_work_step .step-icon i {
    font-size: 3rem;
    line-height: 90px;
    color: #070a57; }
#bingo-main .work_process_area .single_work_step h5 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 18px;
}
#bingo-main .work_process_area .single_work_step p {
    margin-bottom: 0;
    font-size: 16px;
    color: #747794;
}
#bingo-main .work_process_area .single_work_step::before {
    transition-duration: 500ms;
    position: absolute;
    content: '\e601';
    top: 50%;
    right: -35%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 1;
    line-height: 1;
    color: #020710;
    font-family: "iconfont" !important;
    display: inline-block;
    font-size: 3em;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
}
#bingo-main .work_process_area .col-md-3:last-child .single_work_step::before {
    display: none;
}
#bingo-main .work_process_area .justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}
#bingo-main .work_process_area .justify-content-between {
    position: relative;
    left: -6%;
    width: 114%;
}
@-webkit-keyframes apland-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes apland-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
#bingo-main .work_process_area .single_work_step:hover::before,#bingo-main .work_process_area .single_work_step:focus::before {
    color: #3f43fd;
    right: -45%;
}
#bingo-main .work_process_area .single_work_step:hover .step-icon::after,#bingo-main .work_process_area .single_work_step:focus .step-icon::after {
    -webkit-animation: apland-load 4000ms linear infinite;
    animation: apland-load 4000ms linear infinite;
    border-color: #3f43fd;
}
#bingo-main .work_process_area .single_work_step:hover .step-icon i,#bingo-main .work_process_area .single_work_step:focus .step-icon i {
    color: #3f43fd;
}
#bingo-main .work_process_area .single_work_step:hover h5,#bingo-main .work_process_area .single_work_step:focus h5 {
    color: #3f43fd;
}
#bingo-main .work_process_area .border-top {
    border-top: 1px solid #dee2e6!important;
}
#bingo-main .work_process_area .container-line{
    margin-top: 90px;
    height: 1px;
}
#bingo-main .section_padding_130_0 {
    min-height: 1106px;
    position: relative;
}
#bingo-main .organize-your-sales .container{
    height: 827px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#bingo-main .organize-your-sales .pics{
    width: 100%;
}
#bingo-main .organize-your-sales .pics .col-12{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#bingo-main .organize-your-sales .pics .col-12 .banner-box{
    width: 100%;
}
#bingo-main .organize-your-sales .pics .col-12 .banner{
    width: 100%;
}
#bingo-main .organize-your-sales .pics .col-12 ul{
    display: block;
    height: 642px;
    width: 100%;
}
#bingo-main .organize-your-sales .pics .col-12 li{
    display: none;
    height: 100%;
}
#bingo-main .organize-your-sales .pics .col-12 a{
    display: block;
    height: 100%;
}
#bingo-main .organize-your-sales .pics .col-12 img{
    display: none;
    width: auto;
}
#bingo-main .organize-your-sales .pics .col-12 video{
    height: 100%;
    width: 100%;
}
#bingo-main .organize-your-sales .pics .col-12 .active img{
    display: block;
    width: auto;
}
#bingo-main .organize-your-sales .justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#bingo-main .organize-your-sales .justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
#bingo-main .organize-your-sales .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
#bingo-main .organize-your-sales .section_heading {
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}
#bingo-main .organize-your-sales .text-center {
    text-align: center!important;
}
#bingo-main .organize-your-sales .section_heading h3 {
    margin-bottom: 15px;
    font-size: 2.38em;
    line-height: 1.5;
}
#bingo-main .organize-your-sales .line {
    width: 120px;
    height: 5px;
    margin: 0px auto 50px;
    border-radius: 6px;
    background: #2d2ed4;
    background: -webkit-linear-gradient(to right, #e24997, #2d2ed4);
    background: linear-gradient(to right, #e24997, #2d2ed4);
}
#bingo-main .organize-your-sales .justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#bingo-main .organize-your-sales .text-center {
    text-align: center!important;
}
#bingo-main .organize-your-sales .mb-5,#bingo-main .organize-your-sales .my-5 {
    margin-bottom: 3rem!important;
}
#bingo-main .organize-your-sales p {
    color: #747794;
    line-height: 1.8;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4em;
    margin-top: 0px;
}
#bingo-main .organize-your-sales .banner-box .banner {
    position: relative;
    height: 333px;
    overflow: hidden;
    margin: auto;
    border-radius: 8px;
    background-color: #93999f;
    box-shadow: 0 12px 24px 0 rgba(7, 17, 27, 0.2);
}
#bingo-main .organize-your-sales .banner-box .banner {
    position: relative;
    height: 643px;
    overflow: hidden;
    margin: auto;
    border-radius: 0px;
    background-color: black;
    box-shadow: 0 12px 24px 0 rgba(7, 17, 27, 0.2);
}
#bingo-main .organize-your-sales .banner-box .banner a{
    display: block;
    width: 100%;
}
#bingo-main .organize-your-sales .banner-box img{
    width: 100%;
}
#bingo-main .welcome_area .slider{
    display: none;
    height: 518px;
}
#bingo-main .welcome_area .slider.active{
    position: relative;
    display: block;
    overflow: visible;
}
#bingo-main .welcome_area .slider-position.active{
    position: static;
}
#bingo-main .welcome_area .slider-img-container{
    width:100%;
    position: relative;
}
#bingo-main .welcome_area .slider.active .main-img{
    right: -100px;
    top: -100px;
    position: absolute;
    z-index:-1;
}
#bingo-main .welcome_area .slider.active .main-educate-img{
    right: 50px;
    top: -65px;
    position: absolute;
    z-index:-1;
    width: 450px;
    height: 367px;
}
#bingo-main .welcome_area .slider.active .educate h2{
    font-size: 44px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #ffffff;
}
#bingo-main .welcome_area .slider.active .educate h3{
    font-size: 25px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #ffffff;
    line-height: 25px;
}
#bingo-main .welcome_area .slider.active .educate h2 span{
    font-size: 44px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #1C86CC;
}
#bingo-main .welcome_area .slider.active .educate .line{
    border: 1px solid rgb(212,229,255);
    width: 50px;
}
#bingo-main .welcome_area .slider.active .educate a .text-center{
    opacity: 1;
}
#bingo-main .welcome_area.educate-bg,
header .main_header_area.header-educate-bg{
    background-color: #131227;
}

#bingo-main .welcome_area  .discount-img{
    right: 0px;
    top: 0px;
    position: absolute;
    z-index:-1;
    width:100%;
    height:81%
}
#bingo-main .welcome_area  .discount-word-img{
    left:-50px;
    position: absolute;
    z-index:2;
}
#bingo-main .welcome_area  .discount-pattern-img{
    top: -60px;
    right: -65px;
    position: absolute;
    z-index: 1;
}
#bingo-main .welcome_area  .silder-word-img{
    top:-80px;
    left:0px;
    position: absolute;
    z-index:2;
}
#bingo-main .welcome_area  .silder-pattern-img{
    top: -154px;
    right: -190px;
    position: absolute;
    z-index: -1;
}
#bingo-main .welcome_area .slider.active .main-educate-img{
    right: 50px;
    top: -65px;
    position: absolute;
    z-index:-1;
    width: 450px;
    height: 367px;
}
#bingo-main .welcome_area .slider.active .educate h2{
    font-size: 44px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #ffffff;
}
#bingo-main .welcome_area .slider.active .educate h3{
    margin-top:10px;
    font-size: 25px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #ffffff;
    line-height: 25px;
}
#bingo-main .welcome_area .slider.active .educate h2 span{
    font-size: 44px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #1C86CC;
}
#bingo-main .welcome_area .slider.active .educate .line{
    border: 1px solid rgb(212,229,255);
    width: 50px;
}
#bingo-main .welcome_area .slider.active .educate i{
    font-size:18px;
}
#bingo-main .welcome_area .slider.active .educate .button-educate-bg{
    background: linear-gradient(to bottom right, #4D87DA, #0D5CCD);
    box-shadow: 0px 5px 16px 0px rgba(7,88,204,0.40); 
}
#bingo-main .welcome_area .slider.active .educate a .text-center{
    opacity: 1;
}
#bingo-main .welcome_area.educate-bg,
header .main_header_area.header-educate-bg{
    background-color: #131227;
}
#bingo-main .educate .free-download-text{
    margin-left:2px;
}



#bingo-main .welcome_content_area .slider-download-version-frame {
    margin-left: 65px;
    margin-top: 10px;
}
#bingo-main .welcome_area .welcome-banner-dots{
    position: relative;
    height: 30px;
    top: -130px;
    text-align: center;
}
#bingo-main .welcome_area .welcome-banner-dots span.active{
    background-color: #479dff;
}
#bingo-main .welcome_area .welcome-banner-dots span{
    width: 30px;
    height: 8px;
    border-radius: 3px;
    background-color: #ffffff70;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

#bingo-main .welcome_area .welcome_content_area{
    position: relative;
    top: 40%;
    transform: translate(0, -50%);
}
#bingo-main .welcome_area .discount_area{
    top: 53%;
}
#bingo-main .welcome_area .slider_area .btn-slider{
    padding: 10px 80px;
    border-radius: 50px;
}
#bingo-main .welcome_area .slider_area{
    top: 60%;
    left:80px;
}

#bingo-main .welcome_area .welcome_content_area .btn-download i{
    margin-right: 5px;
}
#bingo-main .welcome_area .welcome_content_area .btn-download {
    background: linear-gradient(to right,#2b98f2 0%, #5a2cff 100%);
}
#bingo-main .welcome_area .welcome_content_area .btn-consult {
    background: linear-gradient(to right,#2b98f2 0%, #5a2cff 100%);
    border-radius:25px;
    padding: 5px 30px;
}
#bingo-main .welcome_area .welcome-banner-box {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -3;
    background: linear-gradient(262deg,#131c6f 0%, #000853 100%, #848ce9 100%, #b2b7f8 100%, #6977ff 100%);
}
#bingo-main .welcome_area .welcome-banner {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -4;
}

#bingo-main .welcome_area .welcome-banner.active {
    visibility: visible;
}

#bingo-main .organize-your-sales .banner-dots {
    position: relative;
    bottom: -25px;
    left: 50%;
    transform: translateX(-51%);
    text-align: right;
    line-height: 12px;
}
#bingo-main .organize-your-sales .banner-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #070a57;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
#bingo-main .organize-your-sales .banner-dots span.active {
    background-color: #f1c40f;
}
#bingo-main .organize-your-sales .banner .arrow {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 36px;
    height: 60px;
    overflow: hidden;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    line-height: 60px;
    text-shadow: 0 2px 4px rgba(7, 17, 27, 0.6);
}
#bingo-main .organize-your-sales .banner .pre {
    left: 0;
    border-radius: 0 4px 4px 0;
}
#bingo-main .organize-your-sales .banner .next {
    right: 0;
    border-radius: 4px 0 0 4px;
}
#bingo-main .organize-your-sales .banner .next {
    right: 0;
    border-radius: 4px 0 0 4px;
}
#bingo-main .organize-your-salesr .banner-dots span{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgb(7, 10, 87);
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: transform .2s;
    cursor: pointer;
    margin-left: 5px;
}
#bingo-main .organize-your-sales .banner-dots span:first-child{
    margin-left: 0px;
}
#bingo-main .organize-your-sales .banner li {
    display: none;
}
#bingo-main .organize-your-sales .banner li.active {
    display: block;
}
#bingo-main .organize-your-sales .banner .pre:hover,#bingo-main .organize-your-sales .banner .next:hover{
    color: #fff;
    background: rgba(7, 17, 27, 0.6);
    cursor: pointer;
}
#bingo-main .p-section {
    padding-top: 70px;
    padding-bottom: 40px;
    color: #535353;
}
#bingo-main .p-section-center,
#bingo-market .p-section-center,
#bingo-themelist .p-section-center
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


#bingo-main .p-section-3 {
    position: relative;
    width: 100%;
    min-width: 1024px;
    height: 230px;
    padding: 60px 0;
    background: #0f125c;
    background-size: cover;
}
#bingo-main .p-section-3 h1 {
    font-size: 32px;
    color: #fff;
}
#bingo-submission .p-section-center h1,
#bingo-submission-policy .p-section-center h1,
#bingo-privacy-policy .p-section-center h1,
#bingo-vip-service .p-section-center h1,
#bingo-terms-conditions .p-section-center h1,
#bingo-market .p-section-center h1,
#bingo-themelist .p-section-center h1,
#bingo-main .p-section-center h1 {
    width: 100%;
    text-align: center;
    font-size: 40px;
}
#bingo-main .p-section-3 .p-btn-try,
#bingo-market .p-section-3 .p-btn-try,
#bingo-themelist .p-section-3 .p-btn-try
{
    position: relative;
    z-index: 2;
    border-radius: 10px;
    outline: none;
}
#bingo-main .p-section-3 a {
    position: relative;
    z-index: 2;
}
#bingo-main .p-btn {
    text-align: center;
    width: 128px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
#bingo-main .p-btn-try ,
#bingo-market .p-btn-try ,
#bingo-themelist .p-btn-try
{
    width: 160px;
    height: 40px;
    line-height: 36px;
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
}
#bingo-main .p-btn-try:hover
{
    color: #07f;
    background: #fff;
}
#bingo-market .p-btn-try:hover
{
    color: #07f;
    background: #fff;
}
#bingo-themelist .p-btn-try:hover
{
    color: #07f;
    background: #fff;
}
#bingo-main .download-page{
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.7);
}
#bingo-main .download-page:hover{
    text-decoration: underline;
}
#bingo-main .point{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: white;
    display: inline-block;
    margin-right: 8px;
    margin-left: 26px;
    font-size: 20px;
}
#bingo-main .point-margin{
    margin-left: 0px;
}
#bingo-main .free-download-text{
    opacity: 0.8;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    /* color: #ffffff; */

}
#bingo-main .version{
    margin-top:-4px
}
#bingo-main .download-text{
    opacity: 0.5;
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-transform:none;
    /* color: #ffffff; */
}
#bingo-main .p-btn:hover {
    cursor: pointer;
}
#bingo-main #back-to-top {
    position: fixed;
    display: none;
    bottom: 50px;
    right: 40px;
}
#bingo-main #back-to-top a {
    text-align: center;
    text-decoration: none;
    color: #d1d1d1;
    display: block;
    width: 64px;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}
#bingo-main #back-to-top a span {
    background: transparent url(https://www.finebi.com/images/top.png) no-repeat;
    border-radius: 6px;
    display: block;
    height: 60px;
    width: 60px;
    margin: auto;
    margin-bottom: 5px;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
/**
* bingo-main-mobile start
 */
#bingo-main-mobile{
    min-width: unset;
    margin: unset;
}

#bingo-main-mobile .section-one div img{
    width: 100%;
}
#bingo-main-mobile .section-two div img{
    width: 100%;
}
#bingo-main-mobile .section-price{
    height: 2535px;
}

#bingo-main-mobile .section-contact{
    background-color: white;
}
#bingo-main-mobile .section-contact .contact-head{
    height: 200px;
    padding-top: 50px;
}
#bingo-main-mobile .section-contact .contact-head span{
    display: inline-block;
    width: 100%;
    font-size: 50px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
#bingo-main-mobile .section-contact .contact-form{

}
#bingo-main-mobile .section-contact .contact-form .form-item{
    padding: 0 50px;
    margin: 50px 0;
}
#bingo-main-mobile .section-contact .contact-form .form-item label{
    display: inline-block;
    margin-bottom:20px;
    width: 100%;
    font-size: 35px;
    color: rgb(128, 128, 128);
    font-weight: 200 !important;
}
#bingo-main-mobile .section-contact .contact-form .form-item label::after{
    content: '*';
    color:#ff4444;
}
#bingo-main-mobile .section-contact .contact-form .form-item input{
    width: 100%;
    height: 100px;
    border-radius: 10px;
    border-color:rgb(128, 128, 128,0.5);
    /* border: unset; */
    outline: none;
    padding-left: 10px;
    font-size: 35px;
    text-indent:10px;
}
#bingo-main-mobile .section-contact .contact-form .form-item input::placeholder{
    text-indent:10px;
    font-size: 35px;
}
#bingo-main-mobile .section-contact .contact-form .form-submit,#bingo-main-mobile .section-contact .contact-form .form-submit-footer{
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    margin-top: 30px;
}
#bingo-main-mobile .section-contact .contact-form .form-submit span,#bingo-main-mobile .section-contact .contact-form .form-submit-footer span{
    display: inline-block;
    width: 100%;
    font-size: 45px;
    text-align: center;
    padding: 25px 0;
    color: #ffffff;
    background: rgb(21, 51, 88);
    border-radius: 10px;
}
#bingo-main-mobile .section-contact .call-us{
    padding: 0 50px;
    height: 300px;
    margin-top: 50px;
}
#bingo-main-mobile .section-contact .call-us .call-us-title{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #fef400;
}
#bingo-main-mobile .section-contact .call-us .call-us-btn{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
    height: 100px;
    line-height: 100px;
    background: #fef400;
    border-radius: 40px;
    margin-top: 50px;
    color: #0e238d;
}
#bingo-main-mobile .section-contact .call-us .call-us-btn i{
    font-size: 40px;
    margin-right: 20px;
}
#bingo-main-mobile .section-footer{
    height: 80px;
}
#bingo-main-mobile .section-footer div{
    height: 100%;
    line-height: 80px;
    font-size: 25px;
    text-align: center;
}
#bingo-main-mobile .section-footer div{
    height: 100%;
    line-height: 80px;
    font-size: 25px;
    text-align: center;
}
#bingo-main-mobile .footer-contact {  
    margin-bottom: 190px;
}
#bingo-main-mobile .section-bottom-fix{
    position: fixed;
    bottom:0;
    width:100%;
}
#bingo-main-mobile .icon-article{
    font-size: 50px;
    margin-right: 20px;
}
#bingo-main-mobile .reserve{
    height:120px;
    width:100%;
    position:relative;
    background-color: rgba(74, 133, 231, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
    font-size: 45px;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;
}
#bingo-main-mobile .reserve span,#bingo-main-mobile .reserve i{
    color:white;
}
#bingo-main-mobile .statement{
    height:70px;
    width:100%;
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#999;
    font-size: 30px;
    background-color: #f8f8f8;
}
/**
* bingo-main-mobile end
 */
/************************
*
*   houyi pricing
*
************************/

#bingo-lan .banner,
#bingo-pricing .banner,
#bingo-oem .banner
{
    height: 200px;
    padding-top: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url('../images/pricing/banner-pricing.jpg');
}
#bingo-lan .banner h1,
#bingo-pricing .banner h1,
#bingo-oem .banner h1
{
    margin: 0 auto;
    font-size: 3em;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
#bingo-pricing section.pricing .price-content {
    padding: 40px 0 0 0;
}
#bingo-lan section.pricing .price-content,
#bingo-oem section.pricing .price-content{
    padding: 0 0 45px 0;
}
#bingo-lan section.pricing .price-content .plan,
#bingo-pricing section.pricing .price-content .plan,
#bingo-oem section.pricing .price-content .plan
{
    width: 30%;
    max-width: 460px;
    min-width: 220px;
    list-style: none;
    margin: 0 20px;
    padding: 0;
    position: relative;
    zoom: 1;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fff;
}
#bingo-pricing section.pricing .price-content .plan{
    border: 0px;
    /* height: 1200px; */
}
#bingo-lan section.pricing .price-content .plan:hover,
#bingo-pricing section.pricing .price-content .plan:hover,
#bingo-oem section.pricing .price-content .plan:hover
{
    box-shadow: 0 6px 17px 8px rgba(21, 131, 233, 0.15);
}
#bingo-lan section.pricing .price-content .plan .header,
#bingo-pricing section.pricing .price-content .plan .header,
#bingo-oem section.pricing .price-content .plan .header
{
    width: 100%;
    text-align: center;
    padding: 0;
    border: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #e0e0e0;
}
#bingo-lan section.pricing .price-content .plan .header,
#bingo-oem section.pricing .price-content .plan .header{
    border-bottom: none;
}
#bingo-lan section.pricing .price-content .plan .header .title,
#bingo-pricing section.pricing .price-content .plan .header .title,
#bingo-oem section.pricing .price-content .plan .header .title
{
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    display: block;
}

#bingo-lan section.pricing .price-content .plan .header .title,
#bingo-oem section.pricing .price-content .plan .header .title{
    border-bottom: 1px solid #e5e5e5;
}
#bingo-lan section.pricing .price-tab,
#bingo-pricing section.pricing .price-tab,
#bingo-oem section.pricing .price-tab
{
    text-align: center;
    padding: 40px 0 10px;
    background-color: rgb(245, 245, 255);
}
#bingo-oem section.pricing .price-tab span[data-stack='personal'].active
{
    color: #3f43fd;
    border-bottom-color: #3f43fd;
}
#bingo-lan section.pricing .price-tab span:hover,
#bingo-oem section.pricing .price-tab span:hover{
    color: #3f43fd;
}
#bingo-lan section.pricing .price-tab span.active,
#bingo-pricing section.pricing .price-tab span.active,
#bingo-oem section.pricing .price-tab span.active
{
    border-bottom: 3px solid;
}

#bingo-lan section.pricing .price-tab span,
#bingo-pricing section.pricing .price-tab span,
#bingo-oem section.pricing .price-tab span
{
    padding: 10px 10px;
    margin: 0 10px;
    font-size: 24px;
    cursor: pointer;

}
#bingo-lan section.pricing .price-tab span,
#bingo-oem section.pricing .price-tab span{
    color: rgb(51, 51, 51);
}
#bingo-lan section.pricing .price-content .plan .header .price,
#bingo-pricing section.pricing .price-content .plan .header .price,
#bingo-oem section.pricing .price-content .plan .header .price
{
    font-size: 14px;
    line-height: 28px;
    color: #333;
    font-weight: 100;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 18px;
    height: 130px;
}

#bingo-lan section.pricing .price-content .plan .header .price .money,
#bingo-pricing section.pricing .price-content .plan .header .price .money,
#bingo-oem section.pricing .price-content .plan .header .price .money
{
    font-size: 38px;
    font-weight: 400;
}
#bingo-lan section.pricing .price-content .plan .header .price .tip,
#bingo-pricing section.pricing .price-content .plan .header .price .tip,
#bingo-oem section.pricing .price-content .plan .header .price .tip
{
    display: block;
    margin-top: 30px;
}

#bingo-lan section.pricing .price-content .plan .header .price .tip em,
#bingo-pricing section.pricing .price-content .plan .header .price .tip em,
#bingo-oem section.pricing .price-content .plan .header .price .tip em
{
    margin-right: -8px;
    margin-left: 6px;
    color: #aaa;
    text-decoration: line-through;
}
#bingo-lan section.pricing .price-content .plan .items,
#bingo-pricing section.pricing .price-content .plan .items
{
    width: 100%;
    padding: 0 12px 12px;
    margin-left: 0;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#bingo-lan section.pricing .price-content .plan .items .item-group:last-child,
#bingo-pricing section.pricing .price-content .plan .items .item-group:last-child
{
    border-bottom: 0;
    padding: 0;
}
#bingo-lan section.pricing .price-content .plan .items .item,
#bingo-pricing section.pricing .price-content .plan .items .item,
#bingo-oem section.pricing .price-content .plan .items .item
{
    padding: 9px 0;
}
#bingo-lan section.pricing .price-content .plan .items .item .details,
#bingo-pricing section.pricing .price-content .plan .items .item .details,
#bingo-oem section.pricing .price-content .plan .items .item .details
{
    color: #252a37;
    overflow: hidden;
    line-height: 40px;
    padding-left: 15px;
    margin-top: 15px;
}

#bingo-lan section.pricing .price-content .plan .items .item .details .fs-wenti,
#bingo-pricing section.pricing .price-content .plan .items .item .details .fs-wenti,
#bingo-oem section.pricing .price-content .plan .items .item .details .fs-wenti
{
    margin-left: 3px;
    color: #6060c4;
    font-weight: 700;
}
#bingo-lan section.pricing .price-content .plan .items .item .details .tooltip-inner,
#bingo-pricing section.pricing .price-content .plan .items .item .details .tooltip-inner,
#bingo-oem section.pricing .price-content .plan .items .item .details .tooltip-inner
{
    text-align: left;
    background-color: #252a37;
}
#bingo-lan section.pricing .price-content .plan .items .item .details .tooltip-arrow,
#bingo-pricing section.pricing .price-content .plan .items .item .details .tooltip-arrow,
#bingo-oem section.pricing .price-content .plan .items .item .details .tooltip-arrow
{
    border-top-color: #252a37;
}
#bingo-pricing .vip-background{
    width: 100%;
    height: 520px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    z-index: -1;
}
#bingo-pricing .vip-background:before,
#bingo-pricing .vip-background:after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#bingo-pricing .vip-background:before{
    filter: url(#paper);
}
#bingo-pricing .vip-background::after {
    background: radial-gradient(ellipse at 100% 0%, rgba(0,0,0,0.25), rgba(0,0,0, 0.18) 50%, rgba(0,0,0, 0.15) 70%, rgba(0, 0, 0, .1));
}
#bingo-pricing section.pricing .price-content .plan .header{
    height:320px;
    box-sizing: border-box;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 12px 12px -6px rgb(0 0 0 / 6%);
    border: solid 1px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    text-align: center;
    padding-top: 20px;
    position: relative;
}
#bingo-pricing section.pricing .price-content .plan .items{
    border: 1px solid #e0e0e0;
    /* height: 900px; */
}
#bingo-pricing section.pricing .price-content .advanced-plan .header{
    box-shadow: 0 12px 12px -6px rgb(56 38 7 / 12%);
    background: linear-gradient(126deg, #f9eacf, #eed8b3);
}
#bingo-pricing section.pricing .price-content .enterprice-plan .header{
    box-shadow: 0 12px 12px -6px rgb(14 15 16 / 20%);
    background: linear-gradient(126deg, #4b4b54, #2b2e38);
    color: #f6ddb1;
}
#bingo-pricing section.pricing .price-content .plan .header .title{
    font-size: 30px;
}
#bingo-pricing section.pricing .price-content .plan .header .sub-title{
    margin-top: 9px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
#bingo-pricing section.pricing .price-content .enterprice-plan .header .sub-title{
    color: rgba(249, 220, 162, 0.5);
}
#bingo-pricing section.pricing .price-content .enterprice-plan .header .title{
    color: #f6ddb1;
}

#bingo-pricing section.pricing .price-content .enterprice-plan .header .price{
    color: #f6ddb1;
}
#bingo-pricing section.pricing .price-content .plan .header .price{
    padding: 30px;
}
#bingo-pricing section.pricing .price-content .plan .header .price .tip{
    margin-top: 5px;
}
#bingo-pricing section.pricing .price-content .plan .header .price a.btn
{
    width: 200px;
    height: 38px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border: none;
    padding: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
}
#bingo-pricing section.pricing .price-content .plan .header .price a.btn:hover{
    opacity: 0.8;
}
#bingo-pricing section.pricing .price-content .free-plan .header .price a.btn{
    color: #000000;
    border: 1px solid #000000;
}
#bingo-pricing section.pricing .price-content .plan .header .pricing-img{
    position: absolute;
    width:26%;
    top: -1px;
    left: -1px;
}
#bingo-pricing section.pricing .price-content .advanced-plan .header .price a.btn{
    color: #744b0e;
    background: #e6b76c;
}
#bingo-pricing section.pricing .price-content .enterprice-plan .header .price a.btn
{
    color: #fae0a5;
    background-image: linear-gradient(
99deg, #696C73, #52545B 100%);
}
#bingo-pricing .pic-header.bg-black-overlay::after{
    content: none;
}
#bingo-pricing header .main_header_area{
    background-color: transparent;
    border: none;
}
#bingo-pricing .home-bg{
    background-color: transparent;
}
#bingo-pricing .pic-header.breadcrumb-area .breadcrumb-content h2{
    font-size: 40px;
    font-weight: normal;
}
#bingo-pricing .pic-header.breadcrumb-area .breadcrumb-content h2 i{
    color: #d7922a;
    font-size: 50px;
    margin-right: 10px;
    vertical-align: middle;
}
#bingo-pricing section.pricing .price-tab span{
    color: #939393;
}
#bingo-pricing section.pricing .price-tab span:hover{
    color:#f9eacf;
}
#bingo-pricing section.pricing .price-tab span[data-stack='personal'].active{
    color: #e6b76c;
    border-bottom-color: #e6b76c;
}
#bingo-pricing .pic-header.breadcrumb-area .breadcrumb-content{
    padding-bottom: 0;
}
#bingo-pricing section.pricing .price-tab{
    background-color: transparent;
}
#bingo-pricing section.pricing .item-price-container{
    background-color: #fff;
}
#bingo-pricing section.pricing .item-price-title{
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 45px;
}
#bingo-pricing section.pricing .item-price-nav{
    width: 100%;
    height: 220px;
}
#bingo-pricing section.pricing .item-price-nav .item-price-tab{
    color: #999;
    width: 60%;
    position: relative;
    margin: 0 20%;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    display: -webkit-flex;
    display: flex;

}
#bingo-pricing section.pricing .item-price-nav .item-price-tab div{
    flex: 1;
    text-align: center;
    background: #fff;
    border-top: #e5e5e5;
    border-bottom: #e5e5e5;
    color: #252a37;
    height: 38px;
    width: 25%;
    cursor: pointer;
    background: #f1f1f1;
    border-left: 1px solid #ddd;
}
#bingo-pricing section.pricing .item-price-nav .item-price-tab .stack-tab.active{
    background: #333;
    color: #e6b76c;
}

#bingo-pricing section.pricing .item-price-nav .item-price-tab .stack-tab:not(.active):hover {
    background: #e0e0e0;
}
#bingo-pricing section.pricing .item-price-nav .item-price-content .stack-layer{
    width: 60%;
    margin: 0 20%;
}
#bingo-pricing section.pricing .item-price-nav .item-price-content .stack-layer table{
    border: none;
    text-align: center;
    table-layout: fixed;
}
#bingo-pricing section.pricing .item-price-nav .item-price-content .stack-layer table thead{
    border-top: 1px solid #ebebeb;
    height: 42px;
    line-height: 42px;
}
#bingo-pricing section.pricing .item-price-nav .item-price-content .stack-layer table th{
    border-bottom: none;
    padding-bottom: 0;padding-left: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #252a37;
    text-align: center;
}
#bingo-pricing section.pricing .item-price-nav .item-price-content .stack-layer table tbody{
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
#bingo-pricing section.pricing .item-price-nav .item-price-content .stack-layer table tbody tr td{
    font-size: 14px;
    color: #252a37;
    text-align: center;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
}
#bingo-pricing section.pricing .price-content .plan{
    max-width: 350px;
}
#bingo-pricing section.pricing .price-content .plan .details .detail:after{
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e621";
    float: right;
    margin-right: 10px;
    font-size: 18px;
    color: #db8f1c;
    
}
#bingo-pricing section.pricing .price-content .free-plan .details .detail:after{
    color: #7f7f7f;
}
#bingo-pricing section.pricing .price-content .plan .details .detail.disabled,
#bingo-pricing section.pricing .price-content .plan .details .detail.disabled:after{
    color:#e5e5e5
}
#bingo-pricing section.pricing .price-content .plan .details .detail.disabled:after{
    content: "\e624";
}
#bingo-pricing section.pricing .price-content .plan .details .detail.complex:after{
    content:none;
}
#bingo-pricing section.pricing .plan .details .detail{
    clear: both;
}
#bingo-pricing section.pricing .plan .details .complex-detail a{
    color: inherit;
    text-decoration: underline;
}
#bingo-pricing section.pricing .price-content .plan .details .complex-detail{
    float: right;
    margin-right: 10px;
    font-size: 14px;
    color: #db8f1c;
}

#bingo-pricing section.pricing .price-content .free-plan .details .complex-detail{
    color: #7f7f7f;
}
#bingo-pricing .p-section-3{
    background: transparent;
    position: relative;
}
#bingo-pricing .p-section-3:before{
    content: "";
    filter: url(#paper);
    width: 100%;
    height: 154px;
    position: absolute;
    z-index: -1;
}
#bingo-oem .pic-header.breadcrumb-area {
    background-image: url(../images/top-banner.png);
}
#bingo-lan .pic-header.breadcrumb-area{
    background-image: url(../images/lan-banner.jpg);
}
#bingo-oem .p1-list:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    width: 513px;
    height: 513px;
    border-radius: 50%;
    border: 1px solid #d2d2d2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#bingo-lan .title-line:after ,
#bingo-oem .title-line:after {
    content: '';
    display: block;
    width: 120px;
    height: 5px;
    margin: 30px auto 30px;
    border-radius: 6px;
    background: #2d2ed4;
    background: -webkit-linear-gradient(to right, #e24997, #2d2ed4);
    background: linear-gradient(to right, #e24997, #2d2ed4);
}
#bingo-lan .col-md-5,
#bingo-oem .col-md-5{
    width: 41.66666667%;
}
#bingo-lan .p1-list li:before ,
#bingo-oem .p1-list li:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #3f43fd;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 100%;
    margin-right: 40px;
}
#bingo-lan .title-h2 ,
#bingo-oem .title-h2 {
    margin-bottom: 15px;
    font-size: 28px;
    margin: 0;
    color: #252a37;
    text-align: center;
}

#bingo-oem .p1-left .pic-show {
    max-width: none;
    width: 602px;
    position: absolute;
    right: 0;
    margin-top: -60px;
}
#bingo-lan .p1-left .pic-show{
    max-width: none;
    width: 602px;
    position: relative;
    margin-top: -60px;
}
@media screen and (max-width: 1500px) {
    #bingo-oem .p1-left .pic-show {
        position: static;
        width: auto;
        max-width: 100%;
        margin-top: 0;
    }
}
#bingo-lan section.pricing .price-content .plan .button ,
#bingo-oem section.pricing .price-content .plan .button {
    border-bottom: 1px dashed #e0e0e0;
    text-align: center;
    height: 70px;
    line-height: 70px;
    margin: 0 10px;
}
#bingo-lan section.pricing .price-content .plan .button ,
#bingo-oem section.pricing .price-content .plan .button {
    height: 83px;
    line-height: 83px;
}
#bingo-lan .plan .btn-contact ,
#bingo-oem .plan .btn-contact {
    font-size: 18px;
    background: #3f43fd;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
}
#bingo-lan .plan .btn-contact:hover,
#bingo-oem .plan .btn-contact:hover{
    background: #fff;
    color: #3f43fd;
    border: 1px solid #3f43fd;
}
#bingo-lan .plan .items ,
#bingo-oem .plan .items {
    width: 100%;
    padding: 0 12px 12px;
    margin-left: 0;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#bingo-lan .plan .items ,
#bingo-oem .plan .items {
    width: 100%;
    padding: 0 12px 12px;
    margin-left: 0;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#bingo-lan .plan .items .item-group ,
#bingo-oem .plan .items .item-group {
    padding: 6px 0;
}
#bingo-lan .plan .items .item ,
#bingo-oem .plan .items .item {
    padding: 9px 0;
}
#bingo-lan .plan .items .item h3 ,
#bingo-oem .plan .items .item h3 {
    text-align: center;
    font-size: 20px;
    color: #3f43fd;
}
#bingo-lan .plan .item .title,
#bingo-oem .plan .item .title{
    color: #3f43fd;
    float: left;
}
#bingo-lan .plan .item .details ,
#bingo-oem .plan .item .details {
    color: #252a37;
    overflow: hidden;
}
#bingo-lan .plan .item .clear ,
#bingo-oem .plan .item .clear {
    clear: both;
}
#bingo-lan .breadcrumb-content em ,
#bingo-oem .breadcrumb-content em {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    top: 230px;
    margin: auto;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
#bingo-lan .feature ,
#bingo-oem .feature {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 80px;
    background: white;
}
#bingo-lan .feature{
    padding-bottom: unset;
}
#bingo-lan .price-title ,
#bingo-oem .price-title {
    text-align: center;
    padding: 40px 0 0px;
    margin-bottom: 70px;
}
#bingo-lan .price-title .title ,
#bingo-oem .price-title .title {
    font-size: 28px;
    color: #252a37;
}
#bingo-lan .price-title .title:after ,
#bingo-oem .price-title .title:after {
    content: '';
    display: block;
    width: 120px;
    height: 5px;
    margin: 30px auto 30px;
    border-radius: 6px;
    background: #2d2ed4;
    background: -webkit-linear-gradient(to right, #e24997, #2d2ed4);
    background: linear-gradient(to right, #e24997, #2d2ed4);
}
#bingo-lan .m-b-70 ,
#bingo-oem .m-b-70 {
    margin-bottom: 130px;
}
#bingo-oem .p1-list li p {
    margin: 0;
    padding: 0;
}
#bingo-oem .p1-list{
    position: relative;
}
#bingo-lan .feature .row{
    margin-left: unset;
    margin-right: unset;
    min-width: 1335px;
}
#bingo-lan .p1-left,
#bingo-lan .p1-right{
    display: inline-block;
    width: 49%;
}
#bingo-lan .p1-left .pic-left{
    text-align: right;
    padding-right: 50px;
}
#bingo-lan .left .p1-list{
    float: right;
    padding-top: 170px;
    margin-right: 50px;
}
#bingo-lan .right{
    position: relative;
    top: -100px;
}
#bingo-lan .p1-right .pic-right{
    padding-left: 50px;
}
#bingo-lan .p1-right .p1-list-right{
    padding-left: 70px;
}
#bingo-lan .p1-list{
    justify-content: center;
    height: 400px;
    width: 600px;
    padding-top: 50px;
}
#bingo-lan .p1-list p:first-child{
    font-family: f9da593359ab03c260e87679b93b89a7e;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
}
#bingo-lan .p1-list p:last-child{
    background-color: initial;
    color: #595959;
    word-spacing: normal;
    font-size: 18px;
}
#bingo-lan .p1-right img{
    width: 780px;
    min-width: 780px;
    height: 350px;
}
#bingo-oem .p1-left {
    position: relative;
    z-index: 10;
}
#bingo-oem .row {
    margin-right: -15px;
    margin-left: -15px;
}
#bingo-oem .p1-list li:nth-child(1) {
    left: -58px;
}
#bingo-oem .p1-list li:nth-child(2) {
    left: 21px;
}
#bingo-oem .p1-list li:nth-child(3) {
    left: 47px;
}
#bingo-oem .p1-list li:nth-child(4) {
    left: 33px;
}
#bingo-oem .p1-list li:nth-child(5) {
    left: -24px;
}
#bingo-oem .p1-list li:not(:last-child) {
    margin-bottom: 40px;
}
#bingo-oem .p1-list li {
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    color: #626262;
    height: 56px;
}
.p-section {
    padding-top: 70px;
    padding-bottom: 40px;
    color: #535353;
}
.p-section-3 {
    position: relative;
    width: 100%;
    min-width: 1024px;
    height: 230px;
    padding: 60px 0;
    background: #0f125c;
    background-size: cover;
}
#bingo-pricing .p-section-3 h1{
    font-size: 40px;
    font-weight: 700;
}
.p-btn {
    text-align: center;
    width: 128px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.p-btn-try {
    width: 160px;
    height: 40px;
    line-height: 36px;
    margin-top: 45px;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
}
.p-section-3 h1 {
    font-size: 32px;
    color: #fff;
    margin: 0;
}

.p-section-3 .p-btn-try {
    position: relative;
    z-index: 2;
    border-radius: 4px;
    outline: none;
}

/************************
*
*   shanhaibi contact
*
************************/
#bingo-contact .section-info > .container
{
    padding: 100px 0;
    border-bottom: 1px solid #D9D9D9;
}
#bingo-contact .section-info .desc
{
    width: 827px;
    color: #65697F;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 36px;
    text-align: justify;
}

#bingo-contact .section-info .data {
    text-align: center;
    float: left;
    width: 150px;
    height: 144px;
    margin-right: 117px;
    position: relative;
    padding-top: 28px;
}
#bingo-contact .section-info .data .num{
    font-size: 50px;
    color:#0f97ff
}
#bingo-contact .section-info .data .subtitle {
    position: absolute;
    bottom: 18px;
    width: 100%;
    height: 37px;
    color: #191140;
    font-size: 16px;
    line-height: 37px;
}
#bingo-contact .section-contact h1,
#bingo-contact .section-office h1 {
    margin: 100px 0px 75px 0px;
    color: #191140;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}
#bingo-contact .section-contact .box {
    height: 280px;
    border-radius: 8px;
    box-shadow: 0 3px 17px -1px rgb(234 234 234 / 50%);
    padding: 40px 30px 0px 30px;
    border:1px solid #eee;
}
#bingo-contact .section-contact .box .title {
    text-align: left;
    color: #191140;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}
#bingo-contact .section-contact .box .desc {
    color: #65697F;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 38px;
}
#bingo-contact .section-contact .box .info i{
    font-size: 18px;
    vertical-align: middle;
}
#bingo-contact .section-contact .box .info span,
#bingo-contact .section-contact .box .info a {
    height: 20px;
    color: #65697F;
    font-size: 16px;
    line-height: 16px;
    text-align: justify;
    vertical-align: middle;
}
#bingo-contact .section-contact .box .subinfo
{
    padding-left:20px
}
#bingo-contact .section-contact .box .subinfo span{
    height: 16px;
    color: #a5a5a5;
    font-size: 12px;
    line-height: 12px;
    text-align: justify;
    vertical-align: middle;

}
#bingo-contact .section-contact .box .qrcode{
    position: absolute;
    right: 16px;
    bottom: 1px;
    width: 100px;
}
#bingo-contact .section-office{
    margin-top: 100px;
}

#bingo-contact .section-office .address {
    height: 180px;
}
#bingo-contact .section-office .address .card{
    width: 350px;
    height: 148px;
    background: #ffffff;
    border: 1px solid #f2f3f5;
    border-radius: 8px;
    box-shadow: 0px 5px 17px 0px rgba(51,111,255,0.10);
    display: flex;
    justify-content: space-between;
}
#bingo-contact .section-office .address .card .left-card{
    display: flex;
    align-items: center;
    margin-left: 30px;
}
#bingo-contact .section-office .address .card .right-card{
    width: 65%;
    padding: 0 10px;
}
#bingo-contact .section-office .address .title{
    margin-bottom:5px;
    margin-top:30px;
    font-size: 22px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    color: #1f2329;
    line-height: 36px;
}
#bingo-contact .section-office .address .content{
    opacity: 0.8;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-Normal;
    font-weight: Normal;
    text-align: left;
    color: #1f2329;
    line-height: 20px;
}
#bingo-contact .section-office .address .text {
    text-align: center;
    color: #65697F;
    font-size: 20px;
    line-height: 30px;
    padding: 15px 30px 0px 30px;
}
#bingo-contact .section-office .address i{
    font-size: 20px;
    margin-right: 6px;
}
#bingo-contact .section-office .agency span{
    opacity: 0.8;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-Normal;
    font-weight: Normal;
    color: #1f2329;
    line-height: 21px;
}
#bingo-contact .section-office .agency h4{
    font-size: 18px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    color: #1f2329;
    line-height: 36px;
}
#bingo-contact .section-office .agency .text img{
    position: relative;
    top:-1px;
    padding-right:10px;
}
#bingo-contact .section-office .agency .text{
    padding: 0 30px;
    height: 100px;
    border-right:1px solid rgba(210,208,208,0.5);
}
#bingo-contact .section-office .agency{
    height:150px;
}
#bingo-contact .section-office .agency:last-child .text{
    border:none;
}
/************************
*
*   shanhaibi download
*
************************/

.download-tab{
    text-align: center;
    padding: 40px 0 10px;
}
.download-tab .stack-tab.active{
    color: #318bf4;
    border-bottom:3px solid #318bf4;

}

.download-tab .stack-tab[data-type='lan'].active{
    color: #3f43fd;
    border-bottom-color: #3f43fd;
}

.download-tab .stack-tab[data-type='viewer'].active{
    color: #913ffd;
    border-bottom-color: #913ffd;
}

.download-tab .stack-tab{
    padding: 10px 10px;
    margin: 0 10px;
    font-size: 24px;
    cursor: pointer;
    color: rgb(51, 51, 51);
}
.download-warp{
    display:none;
}
.download-warp.active{
    display:block;
}
.download-warp .sublink{
    display: block;
    color: #3f43fd;
}
.download-warp .sublink:hover{
    color:#5457f9;
    text-decoration: underline;
}
.download-warp .updates-banner{
    background-color: #e3e3e3;
    color: #1e1e1e;
    font-size: 1.6rem;
    position: relative;
}
.download-warp .updates-banner .container{
    padding: 0;
}
.download-warp .updates-banner .container p{
    text-align: center;
    margin: 1.1rem 0;
    padding-right: 4.2rem;
    padding-left: 4.2rem;
}
.download-warp .updates-banner a {
    color: #0f97ff;
}
.download-warp .updates-banner .dismiss-btn:hover{
    opacity: 1;
}
.download-warp .updates-banner .dismiss-btn{
    opacity: 0.5;
    cursor: pointer;
}
.download-warp .updates-banner .dismiss-btn{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4.2rem;
    cursor: pointer;
}
.download-warp .updates-banner .dismiss-btn .glyph-icon::after{
    content: '\00d7';
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-left: 10px;
}
.download-warp .body-content {
    padding-top: 25px;
    padding-bottom: 40px;
}
.download-warp .body-content .swimlane{
    min-height: 30rem;
    position: relative;
    padding-bottom: 2rem;
}
.download-warp .body-content .swimlane:nth-child(even){
    background-color: initial;
}
.version-info{
    text-align: center;
    color: #888;
    height: 50px;
}
.alt-downloads .download {
    margin: 40px 10px 40px;
    padding: 25px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    height: 350px;
    width: 350px;
    border-radius: 5px;
}

.alt-downloads .download .title{
    color: #333;
    height: 50px;
    font-size: 18px;
}

.alt-downloads .download .logo {
    height: 150px;
    width: 150px;
    background-size: contain !important;
    margin: 0 auto;
    -ms-high-contrast-adjust: none;
}
.alt-downloads .download .logo i {
    font-size:100px
}
.alt-downloads .download .link-button span{
    font-size:14px;
    font-weight: 400;
    margin-left:2px;
}
.alt-downloads .download .link-button {
    color: white;
    margin: 20px 0 5px;
    padding: 10px 0;
    font-size: 1.8rem;
    width: 240px;
    background-color: #318bf4;
    border: none;
}
#bingo-data-manager .alt-downloads .download .link-button{
    background-color: #eb9f63;
}
#bingo-data-manager .alt-downloads .download .link-button:hover{
    background-color: #f7bf94;
}
.alt-downloads .download .link-button:hover{
    background-color: #66a9f5;
}
.type-lan .alt-downloads .download .link-button{
    background-color: #5457f9;
}
.type-viewer .alt-downloads .download .link-button{
    background-color: #913ffd;
}

.type-lan .alt-downloads .download .link-button:hover{
    background-color: #aeafff;
}
.type-viewer .alt-downloads .download .link-button:hover{
    background-color: #aa68ff;
}

.alt-downloads .download .link-liunx,
.alt-downloads .download .link-win {
    width: 140px;
}

.alt-downloads .download.current{
    margin: 0px 0px;
    padding: 50px;
    width: 400px;
    height: 450px;
    background-color: #318bf4;
}
.alt-downloads .download.current .title{
    font-size: 20px;
    color:white
}
.alt-downloads .download.current .logo {
    border-radius: 50%;
    background-color: white;
    color: #318bf4;
}
.alt-downloads .download.current .link-button{
    background-color: white;
    color: #318bf4;
}

.alt-downloads .download.current .link-button small{
    color: inherit;
    opacity: 0.7;
}
.alt-downloads .download.current .sublink{
    color:white;
}

.type-web .alt-downloads .download.current .link-button:hover{
    color:white;
    background-color: #66a9f5;
}

.type-lan .alt-downloads .download.current{
    background-color: #5457f9;
}
.type-lan .alt-downloads .download.current .logo,
.type-lan .alt-downloads .download.current .link-button
{
    color: #5457f9;
}
.type-lan .alt-downloads .download.current .link-button:hover{
    color:white
}
.type-viewer .alt-downloads .download.current{
    background-color: #913ffd;
}
.type-viewer .alt-downloads .download.current .logo,
.type-viewer .alt-downloads .download.current .link-button
 {
    color: #913ffd;
}
.type-viewer .alt-downloads .download.current .link-button:hover{
    color:white
}

button,.link-button {
    font-family: "Segoe UI","Helvetica Neue","Helvetica",Arial,sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 35px;
    display: inline-block;
    color: inherit;
    cursor: pointer;
}
.alt-downloads .download .link-button img {
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.alt-downloads .download .download-icon {
    display: inline;
}
.alt-downloads .download .download-icon-accessible {
    display: none;
}
.alt-downloads .download .link-button small {
    display: block;
    margin-top: 0.75rem;
    color: rgba(255,255,255,0.65);
    font-size: 1.2rem;
}
.menu-slider{
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1200px;
    display: block;
}
.menu-slider .title-h2{
    margin-left: 220px;
}
.menu-slider #menu{
    position: fixed;
    margin-top: 45px;
    transition: all .3s;
    height: 100%;
    min-height: 600px;
}
.menu-slider #menu .version-list-container{
    border-left: 1px solid #e6e6e6;
}
.menu-slider #menu .version-list-container a {
    margin-left: -2px;
    font-size: 16px;
    color: #999;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    border-left: 3px solid transparent;
    min-width: 100px;
    padding-left: 15px;
    transition: all .3s;
}
.menu-slider #menu .version-list-container a.active{
    color: #0f97ff;
    border-left: 3px solid #0f97ff;
}
.version-warp{
    font-size: 14px;
    padding-bottom: 150px;
}
.version-list{
    overflow-x: hidden;
    margin-left: 220px;
    margin-right: 20px;
    transition: all .5s;
}

.version-warp .version-list .item-title .title{
    margin-top: 38px;
    color: #333;
    font-size: 24px;
    margin-bottom: 12px;
}
.version-warp .version-list:nth-child(1) .item-title .title{
    margin-top: 8px;
}
.version-warp .version-list .item-title .subtitle{
    margin-top: 12px;
    margin-left: 2px;
    margin-bottom: 20px;
    color: #999;
    font-size: 14px;
}
.version-warp .version-list .item .title-type{
    padding: 4px 8px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 16px;
    margin-top: 28px;
}
.version-warp .version-list .item .title-add,
.version-warp .version-list .item .title-new{
    background-color: #dfeffa;
    color: #0f97ff;
}
.version-warp .version-list .item .title-delete{
    background-color: #FFEFD5;
    color: red;
}
.version-warp .version-list .item .title-opt{
    background-color: #eafadf;
    color: #6fc237;
}
.version-warp .version-list .item .title-fix{
    background-color: #ffe8de;
    color: #ff8e5f;
}
.version-warp .version-list ul{
    padding-left: 25px;
    margin-top: 0;
    margin-bottom: 10px;
}
.version-warp .version-list .text{
    color: gray;
    font-size: 14px;
    list-style-type: square;
}
.version-warp .version-list li{
    margin-top: 10px;
}
.plugin-wrap {
    margin-bottom:100px;
}
.plugin-wrap .downloads-container{
    display: flex;
    justify-content: center;
}
.plugin-wrap .downloads-container > div{
    width: 351px;
    height: 350px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin : 0px 10px;
    display: flex;
    flex-direction:column;
    align-items: center;
}
.plugin-wrap .downloads-container > div h2{
    font-size: 18px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    color: #333333;
    line-height: 40px;
    margin:0;
    margin-top:10px;
}
.plugin-wrap .downloads-container > div > h2 >i{
    font-size: 18px;
    margin-right: 10px;
}
.plugin-wrap .downloads-container > div > img{
    width:132px;
    margin:30px 0px;
}
.plugin-wrap .downloads-container > div > a{
    color: white;
    font-size: 1.8rem;
    background-color: #318bf4;
    border: none;
    width: 223px;
    height: 69px;
    background: #318bf4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plugin-wrap .downloads-container > div > a i{
    font-size:20px;
    margin-right:5px;
}
.plugin-wrap .downloads-container > div a:hover{
    background-color: #66a9f5;
}
.plugin-wrap .downloads > h2{
    font-size: 26px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    text-align: center;
    color: #333333;
    line-height: 40px;
    margin-top : 100px;
    margin-bottom : 40px;
}
.plugin-wrap .downloads > h2.app-title{
    margin-top : 0px;
}
.plugin-wrap .content-container {
    display: flex;
    justify-content: center;
    height: 130px;
}
.plugin-wrap .content-container > div:hover{
    box-shadow: 0px 4px 27px 0px rgba(133,145,204,0.4);
    margin-top:0px;
}
.plugin-wrap .content-container > div{
    width: 352px;
    height: 114px;
    background: #ffffff;
    box-shadow: 0px 4px 27px 0px rgba(133,145,204,0.17);
    margin : 0px 10px; 
    display: flex;
    padding: 30px 20px;
    margin-top:5px;
    transition: margin 0.2s;
}
.plugin-wrap .content-container > div >img{
    width: 51px;
}
.plugin-wrap .content-container.app > div >img{
    width: 74px;
    height: 74px;
}
.plugin-wrap .content-container.app > div{
    padding: 20px 20px;
}
.plugin-wrap .content-container .word-container{
    margin-left:20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.plugin-wrap .content-container .word-container h3{
    font-size: 15px;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    margin:0px;
}
.plugin-wrap .content-container .word-container h4{
    font-size: 12px;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 400;
    color: #888888;
    margin:0px;
    margin-top:2px;
}
.plugin-wrap .content-container .icon-container{
    flex-grow: 1;
    text-align: right;
}
.plugin-wrap .content-container i:hover{
    opacity: 1;
    color:#ffffff;
    background-color: #318bf4;
}
.plugin-wrap .content-container i{
    border: 1px solid rgba(67,68,72,0.1);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    position: relative;
    font-size: 20px;
    opacity: 0.7;
}
.plugin-wrap .content-container i:before{
    top: 9px;
    left: 13px;
    position: absolute;
}
.plugin-wrap .content-container.app i{
    top:10px;
}
.plugin-wrap .content-container a{
    color:unset;
}



/************************
*
*   houyi tutorial
*
************************/
/*教程页头部*/
#bingo-tutorial .col-sm-4{
    padding-right: 12px;
    padding-left: 12px;
}
#bingo-tutorial .category{
    height: 90px;
}
#bingo-tutorial .category .wrapper{
    width: 600px;
    margin:0 auto;
}
#bingo-tutorial .category a{
    display: inline-block;
    width: 195px;
    font-size: 18px;
    color: #999;
    text-align: center;
    height: 30px;
    margin-top: 30px;
}
#bingo-tutorial .category a:hover,
#bingo-tutorial .category a.current{
    color: #0f97ff;
}
#bingo-tutorial .category a.middle{
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
#bingo-tutorial .category a .fs{
    margin-right: 5px;
    font-size: 18px;
}
#bingo-tutorial .main{
    background: #f5f5f5;
    min-height: 500px;
}
#bingo-tutorial .main .col-xs-9{
    min-height: 300px;
}
#bingo-tutorial .main.parent-examples{
    padding-top: 50px;
    padding-bottom: 70px;
}
#bingo-tutorial .main.parent-tutorials{
    padding-top: 20px;
    padding-bottom: 20px;
}
#bingo-tutorial .main.parent-videos,
#bingo-examples .main.parent-videos{
    padding-top: 30px;
    padding-bottom: 20px;
}
#bingo-tutorial .pager{
    margin: 0 auto;
}
#bingo-tutorial .pager.parent-1{
    padding-right: 40px;
}
#bingo-tutorial .pager.parent-2{
    margin-top: 30px;
}
#bingo-tutorial .function{

}
#bingo-tutorial a{
    outline: none;
}
#bingo-tutorial .function .help-index-row{
    width:1200px;
}
#bingo-tutorial .function .help-index-row li{
    color: #3f43fd;
}
#bingo-tutorial .function .help-index-row a{
    outline:none;
    color: #333;
}
#bingo-tutorial .function .help-index-row a:hover{
    text-decoration: underline;
}
#bingo-tutorial .function .help-index-row .help-index-cell{
    float: left;
    width: 250px;
    display: inline-block;
    margin-right: 150px;
}
#bingo-tutorial .function .help-index-row .help-index-cell h2{
    font-size: 18px;
    margin: 24px 0 6px;
    position:relative;
}
#bingo-tutorial .function .help-index-row .help-index-cell h2 i{
    font-size: 24px;
    position: absolute;
    left: -34px;
    top: -2px;
}
#bingo-tutorial .function .help-index-row .help-index-cell h2.icon-data-release i{
    font-size: 28px;
    top:-3px;
}
#bingo-tutorial .function .help-index-row .help-index-cell .help-common-nav-list{
    transition:all .3s;
}
#bingo-tutorial .function .help-index-row .help-index-cell .help-common-nav-list li{
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}
#bingo-tutorial .function .help-index-row .help-index-cell ul.help-common-nav-list.hide-half{
    height: 1000px;
    overflow: hidden;
}
#bingo-tutorial .function .help-index-row .help-index-cell .help-common-nav-list-more{
    height: 40px;
    line-height: 40px;
    position: relative;
}
#bingo-tutorial .function .help-index-row .help-index-cell .help-common-nav-list-more a{
    color:#73777a;
}
#bingo-tutorial .function .help-index-row .help-index-cell .help-common-nav-list-more a i{
    font-size:18px;
    vertical-align: middle;
}
/*搜索框样式*/
#bingo-tutorial .c-hero-bar ,
#bingo-list .c-hero-bar ,
#bingo-search .c-hero-bar ,
#bingo-examples .c-hero-bar{
    z-index: 1;
    position: absolute;
    top: 78px;
    left: 0px;
    right: 0;
    min-width: 1200px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    display: block;
    -webkit-font-smoothing: antialiased;
}
#bingo-tutorial .c-hero-bar-inner:before ,
#bingo-examples .c-hero-bar-inner:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
#bingo-tutorial .c-hero-bar-inner ,
#bingo-search .c-hero-bar-inner ,
#bingo-examples .c-hero-bar-inner {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1200px;
    height: 255px;
    color: #fff;
    line-height: 1.5;
    font-size: 0;
    text-align: center;
}
h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
#bingo-tutorial .c-hero-bar-ct ,
#bingo-examples .c-hero-bar-ct {
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
    margin-top:17px;
}
input::-webkit-input-placeholder{
    color:#999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#999;
}
#bingo-tutorial .c-hero-bar-tit ,
#bingo-examples .c-hero-bar-tit {
    margin-bottom: 8px;
    font-size: 34px;
    font-weight: 400;
}
#bingo-tutorial .c-hero-bar .doc-page-bar ,
#bingo-examples .c-hero-bar .doc-page-bar {
    width: 650px;
    max-width: 650px;
}
#bingo-tutorial .doc-page-bar ,
#bingo-examples .doc-page-bar {
    margin: 10px auto 0;
    max-width: 600px;
    position: relative;
    z-index: 10;
}
#bingo-tutorial .p-all-bar ,
#bingo-examples .p-all-bar {
    white-space: nowrap;
    padding-top: 10px;
}
.p-all-bar .p-all-search{
    display: inline-block;
    margin-left: 20px;
    white-space: nowrap;
    font-size: 0;
    vertical-align: middle;
    width: 56.27%;
    position: relative;
}
.doc-page-bar .p-all-search{
    width: 100%;
    margin: 0;
}
.doc-page-bar.p-all-bar .c-search-btn, 
.doc-page-bar.p-all-bar .c-search-input{
    vertical-align: top;
}
.p-all-bar .c-search-input{
    height: 45px;
    font-size: 16px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}
.p-all-bar .c-search-input{
    line-height: 1;
    border-color: #e5e5e5;
    border-right: 0;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 35px);
    font-size: 14px;
    padding-right: 20px;
    padding-left: 10px;
}
.p-all-bar .c-search-input{
    padding: 4px 140px 4px 20px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 0;
    -webkit-appearance: none;
}

.p-all-bar .c-search-btn, 
.p-all-bar .c-search-btn:hover{
    background-color: #fff;
}
.p-all-bar .p-all-search i{
    color: gray;
    position: absolute;
    top: 10px;
    right: 9px;
    font-size: 19px;
    cursor: pointer;
}
.p-all-bar .c-search-btn{
    position: relative;
    left: -1px;
    top: 0;
    line-height: 35px;
    padding:15px 10px;
    height: 45px;
    border: 0;
    width: 35px;
    vertical-align: middle;
    text-indent: -10000px;
    border-radius: 0;
    outline: 0;    
    overflow: hidden;
    box-sizing: border-box;
}
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.c-search-tip {
    font-size: 14px;
    padding: 15px 0;
    text-align: left;
}

.c-search-tip>span{
    color: #ccc;
}
.c-search-tip>a{
    color: #fff;
    margin-left:5px;
}
/*教程使用页*/
#bingo-tutorial .use .post{
    min-height: 185px;
    background: #fff;
    padding:20px;
    display: block;
    margin-bottom: 20px;
}
#bingo-tutorial .use .post .title{
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}
#bingo-tutorial .use .post:hover .title{
    color: rgba(35,171,255,1);
}
#bingo-tutorial .use .post .date{
    font-size: 12px;
    color: #999;
    margin-bottom: 25px;
}
#bingo-tutorial .parent-tutorials{
    background: #fff;
}
#bingo-tutorial .use .post .content{
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 24px;
}
#bingo-tutorial .use .post .tags span{
    display: inline-block;
    margin: 15px 5px 0 0;
    padding: 0 8px 1px;
    border: 1px solid #ccc;
    -webkit-border-radius: 14px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 14px;
    -moz-background-clip: padding;
    border-radius: 14px;
    background-clip: padding-box;
    line-height: 18px;
    text-decoration: none;
    height: 20px;
    color: #666;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#bingo-tutorial .use{
    margin-bottom: 50px;
}
#bingo-tutorial .use .content{
    width: 1170px;
    margin: 0 auto;
}
#bingo-tutorial .content-title{
    margin-top:30px;
    margin-bottom: 30px;
}
#bingo-tutorial .use .content h3{
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    color: #373d41;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 16px;
    margin-top:0px;
}
#bingo-tutorial .use .content h3 a{
    color:#373d41;
    transition:all .3s ease-in-out;
}
#bingo-tutorial .use .content h3 a:hover{
    font-size: 26px;
    box-shadow: 0 0 9px 3px rgba(0,193,222,.3);
    padding:5px;
}
#bingo-tutorial .use .content .list .box{
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    width: 376px;
    height: 178px;
}
#bingo-tutorial .use .content .list .box:nth-child(3n){
    margin-right: 0;
}
#bingo-tutorial .use .content .list .box .list-li{
    position: relative;
    display: inline-block;
    background: #fff;
    border: 1px solid #e9eaec;
    width: 328px;
    height: 148px;
    padding: 32px 25px 0;
    text-decoration: none;
    box-sizing: content-box;
    transition: all .3s ease-in-out;
}
#bingo-tutorial .use .content .list .box .list-li:hover{
    background: #fff;
    border: 1px solid #00c1de;
    box-shadow: 0 0 9px 3px rgba(0,193,222,.3);
    width: 328px;
    height: 148px;
    margin-top: -10px;
    padding: 40px 25px 10px;
}
#bingo-tutorial .use .content .list .box .list-li:hover .li-con{
    display: none;
}
#bingo-tutorial .use .content .list .box .list-li:hover .li-con-hover{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    color: #777f84;
}
#bingo-tutorial .use .content .list .box .list-li:hover .li-head{
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    color: #00c1de;
    letter-spacing: 0;
    text-align: left;
}
#bingo-tutorial .use .content .list .box .list-li:hover .more{
    display:block;
}
#bingo-tutorial .use .content .list .box .list-li .li-head{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    color: #373d41;
    letter-spacing: 0;
    text-align: left;
}
#bingo-tutorial .use .content .list .box .list-li .li-con{
    margin-top: 10px;
    font-size: 14px;
    color: #777f84;
    letter-spacing: 0;
    text-align: left;
}
#bingo-tutorial .use .content .list .box .list-li .li-con-hover{
    display: none;
    margin-top: 10px;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    color: #777f84;
    letter-spacing: 0;
    text-align: left;
}
#bingo-tutorial .use .content .list .box .list-li .more{
    display: none;
    position: absolute;
    right: 25px;
    bottom: 22px;
    font-size: 14px;
    color: #373d41;
    letter-spacing: 0;
    text-decoration: none;
}
#bingo-tutorial .use .content .list .box .list-li .more span{
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
}
#bingo-tutorial .use .content .list .box .list-li .more span img{
    width:100%;
    vertical-align:inherit;
}
#bingo-tutorial .use .content h3 {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    color: #373d41;
    letter-spacing: 0;
    text-align: center;
}
#bingo-tutorial .use .content .subtit {
    margin-top: 17px;
    margin-bottom: 13px;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #777f84;
    letter-spacing: 0;
    text-align: center;
}
/*教程侧边栏*/
.tutorial .categories{
    background: #fff;
    list-style:none;
    line-height: 40px;
    display: block;
    margin-bottom: 20px;
}
.tutorial .categories .all-categories-icon{
    margin-right: 8px;
}
.tutorial .categories a{
    display: block;
    font-size: 14px;
    color: #666;
    border-bottom: 1px dashed #eee;
}
.tutorial .categories>a{
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-left: 25px;
}
.tutorial .categories ul{
    margin:0;
}
.tutorial .categories li{
    list-style:none;
    position: relative;
    cursor: pointer;
}
.tutorial .categories li .fs-arrow-down{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding: 0 20px;
    text-align: right;
}
.tutorial .categories li .fs-arrow-down:hover{

}
.tutorial .categories li.current-cat>a,
.tutorial .categories li a:hover{
    background: #0f97ff;
    border-bottom-color: #0f97ff;
    color: #fff;
}
.tutorial .categories .children{
    display: none;
}
.tutorial .categories .current-cat-parent>.children{
    display: block;
}
.tutorial .categories .expanded>.fs,
.tutorial .categories .current-cat-parent>.fs{
    -webkit-transform:rotate(180deg) ;
    -moz-transform:rotate(180deg) ;
    -ms-transform:rotate(180deg) ;
    -o-transform:rotate(180deg) ;
    transform:rotate(180deg) ;
    text-align: left;
}
.tutorial .categories .collapsed>.fs{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    text-align: right;
}
.tutorial .sidebar .download img{
    width: 100%;
}


/*实战案例页*/
#bingo-tutorial .main.tutorial,
#bingo-examples .main.tutorial{
    margin-top:-9px;
    background: #f5f5ff;
}
#bingo-tutorial .case .c-media,
#bingo-examples .case .c-media{
    padding: 20px;
}
#bingo-tutorial .case .c-media ,
#bingo-examples .case .c-media {
    box-shadow: #ccc 0 0 3px;
    transition: all .4s;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    display: block;
}
#bingo-tutorial .case .c-media:hover ,
#bingo-examples .case .c-media:hover {
    transition: all .4s;
    transform: translate3d(0,-4px,0);
}
#bingo-tutorial .case .c-media-img ,
#bingo-examples .case .c-media-img {
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#bingo-tutorial .case .c-media-img i,
#bingo-examples .case .c-media-img i{
    font-size:38px;
}
#bingo-tutorial .case .c-media-img img ,
#bingo-examples .case .c-media-img img {
    width: 100%;
    position: relative;
}
#bingo-tutorial .case .c-media-body ,
#bingo-examples .case .c-media-body {
    margin-top: 13px;
}
#bingo-tutorial .case .c-media:hover .c-media-heading,
#bingo-examples .case .c-media:hover .c-media-heading{
    color: #00a4ff;
}
#bingo-tutorial .case .c-media-heading ,
#bingo-examples .case .c-media-heading {
    text-align: center;
    font-size: 18px;
    /*color: #333;*/
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}
#bingo-tutorial .case .c-media-info ,
#bingo-examples .case .c-media-info {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    line-height: 1.7;
    word-wrap: break-word;
}
#bingo-tutorial .case .c-media-info,
#bingo-examples .case .c-media-info{
    text-align: center;
    margin-top: 1px;
    margin-bottom:1px;
}
#bingo-tutorial .case .content-title ,
#bingo-examples .case .content-title {
    margin-top: 0px;
    margin-bottom: 40px;
}
#bingo-tutorial .case .content-title h3 ,
#bingo-examples .case .content-title h3 {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    color: #373d41;
    letter-spacing: 0;
    text-align: center;
}
#bingo-tutorial .case .content-title .subtit ,
#bingo-examples .case .content-title .subtit {
    margin-top: 17px;
    margin-bottom: 13px;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #777f84;
    letter-spacing: 0;
    text-align: center;
}
#bingo-tutorial .case .col-xs-4,
#bingo-examples .case .col-xs-4{
    margin-bottom: 20px;
}
#bingo-tutorial .case .row,
#bingo-examples .case .row{
    margin-left:-20px;
    margin-right:-20px;
}
#bingo-tutorial .case .graphic,#bingo-tutorial .case .video{
    margin-top:30px;
    background: #fff;
    padding:35px;
    box-sizing: content-box!important;
}
#bingo-tutorial .case .graphic .title-prompt,#bingo-tutorial .case .video .title-prompt{
    border-bottom: 1px solid #ddd;
    margin-bottom:30px;
    position:relative;
}
#bingo-tutorial .case .graphic-title h3{
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    letter-spacing: 0;
}
#bingo-tutorial .case .post{
    height: 172px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    border:1px solid #ddd;
}
#bingo-tutorial .case .post .hover{
    width: 100%;
    height: 131px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    padding-top: 46px;
    display: none;
}
#bingo-tutorial .case .post .hover .fs{
    font-size: 90px;
    margin-bottom: 20px;
    line-height: 40px;
}
#bingo-tutorial .case .post .hover p{
    font-size: 12px;
}
#bingo-tutorial .case .post:hover .hover{
    display: block;
}
#bingo-tutorial .case .post:hover .title{
    color: rgba(35,171,255,1);
}
#bingo-tutorial .case .post-img{
    width: 100%;
    height: 131px;
    border-bottom: 1px solid #ddd;
}
#bingo-tutorial .case .post .text{
    padding:10px 8px;
    height: 40px;
}
#bingo-tutorial .case .post .title{
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    height: 25px;
    overflow: hidden;
    width:176px;
    white-space:nowrap;
    text-overflow: ellipsis;
}
#bingo-tutorial .case .post .date{
    font-size: 12px;
    color: #999;
    display: none;
}
#bingo-tutorial .case .post .rule{
    display: block;
    padding: 0 6px;
    height: 18px;
    line-height: 18px!important;
    position: absolute;
    bottom: 10px;
    right: 8px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    background: #0f97ff;
    overflow: hidden;
}
#bingo-tutorial .case .post .rule:hover{
    background:rgba(35,171,255,1);
}
#bingo-tutorial .case .more{
    position: absolute;
    top:30px;
    right:20px;
}
#bingo-tutorial .case .more a:hover{
    text-decoration: underline;
}
#bingo-tutorial .case .more a{
    height:24px;
    line-height:24px;
    font-size: 14px;
    color: #a1a1a1;
    display: block;
    float: right;
}
#bingo-tutorial .case .video-title{

}
#bingo-tutorial .case .post .hover .fs {
    font-size: 60px;
    line-height: 20px;
}
#bingo-tutorial .case .video .title{
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    height: 25px;
    overflow: hidden;
    width:250px;
    white-space:nowrap;
    text-overflow: ellipsis;
}
/*文章页*/
#bingo-post table{
    max-width: 807px;
}
#bingo-post table tr:not(:first-child) td:not(:first-child){
    border-left: 1px solid #eee;
}
#bingo-post table tr td{
    padding-left: 5px;
}
#bingo-post audio, #bingo-post embed{
    display: block;
    margin: 0 auto !important;
    width: 100%;
    height: 584px;
}
#bingo-post .category{
    height: 80px;
}
#bingo-post .category .wrapper{
    width: 600px;
    margin:0 auto;
}
#bingo-post .category a{
    display: inline-block;
    width: 195px;
    font-size: 18px;
    color: #999;
    text-align: center;
    height: 30px;
    margin-top: 30px;
}
#bingo-post .category a:hover,
#bingo-post .category a.current{
    color: #0f97ff;
}
#bingo-post .category a.middle{
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
#bingo-post .category a .fs{
    margin-right: 5px;
    font-size: 18px;
}

#bingo-post .tutorial{
    background: #f5f5ff;
    padding-top: 30px !important;
    padding-bottom: 100px;
    min-height: 500px;
}
#bingo-post article{
    background: #fff;
    padding:20px 20px 70px 20px;
}
#bingo-post article .nav{
    color: #999;
    cursor: pointer;
}
#bingo-post article .nav a{
    font-size: 12px;
    color: #999;
    display: inline-block;
    margin:0 4px;
}
#bingo-post article .nav a:hover,
#bingo-post article .nav a.hover{
    color: #3f43fd;
}
#bingo-post article h1{
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    padding: 0;
    font-weight: 400;
}
#bingo-post article .date,#bingo-post article .view{
    display:inline-block;
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
}
#bingo-post article .view{
    margin-left:10px;
}
#bingo-post .row .related-title{
    font-size: 24px;
    font-weight: 500;
    color: rgba(51,51,51,1);
    line-height: 33px;
    margin-top: 60px;
    margin-bottom: 24px;
}
#bingo-post .row .single-related{
    display: inline-block;
    border-radius: 5px;
    border: 1px solid rgba(0,130,252,1);
    font-size: 16px;
    color: rgba(0,130,252,1);
    line-height: 22px;
    text-decoration: none;
    padding: 9px 12px;
    min-width: 120px;
    text-align: center;
    margin-right: 16px;
    margin-bottom: 16px;
}
#bingo-spost .tutorial .row .single-related:hover{
    background:#e7f2ff;
}

#bingo-post .tags span{
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0 8px 1px;
    border: 1px solid #ccc;
    -webkit-border-radius: 14px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 14px;
    -moz-background-clip: padding;
    border-radius: 14px;
    background-clip: padding-box;
    line-height: 18px;
    text-decoration: none;
    height: 20px;
    color: #666;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#bingo-post .tutorial .rule{
    display: inline-block;
    margin: 0 5px 0 5px;
    padding: 0 8px 1px;
    border: 1px solid #0f97ff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    border-radius:3px;
    background-clip: padding-box;
    line-height: 23px;
    text-decoration: none;
    height: 24px;
    color: #fff;
    background:#0f97ff;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#bingo-post .tags{
    margin-bottom: 30px;
}
#bingo-post article .excerpt{
    margin-top: 0px;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    padding: 16px 30px;
    background: #f9f9f9;
    table-layout: fixed;
    word-break: break-all;
    overflow: hidden;
}
#bingo-post article .tip-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e9cee0;
    height:40px;
}

#bingo-post article .excerpt span.download-btn{
    display: block;
}
#bingo-post article .excerpt span.download-btn a{
    display: inline-block;
    padding: 0 15px 0 15px;
    color: #fff;
    border-radius: 5px;
    background: #3f43fd;
    height:35px;
    line-height: 35px;
    margin: 6px 10px 0 0;
}
#bingo-post article .excerpt span.download-btn a i{
    margin-right:3px;
    font-size:17px;
    vertical-align: middle;
}
#bingo-post:not(:lang(zh)) article .excerpt span.download-btn a{
    position:relative;
    height:57px;
}
#bingo-post article .excerpt span.download-btn a:hover{
    background-color: rgba(35,171,255,1);
}
#bingo-post:not(:lang(zh)) article .excerpt span.download-btn a i{
    position: absolute;
    top: 12px;
    left: 15px;
    font-size:28px;
}
#bingo-post:not(:lang(zh)) article .excerpt span.download-btn a span:nth-of-type(1){
    margin-right:3px;
    margin-left:33px;
}
#bingo-post:not(:lang(zh)) article .excerpt span.download-btn a span:nth-of-type(2){
    display: block;
    margin-top:-14px;
    text-align:center;
    margin-left:34px;
    /*margin-right:-15px;*/
}
#bingo-post article .excerpt em{
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
}
#bingo-post article .content{
    padding-top: 10px;
}
#bingo-post article .content li{
    list-style: none;
}
#bingo-post article .content a{
    color: #3f43fd;
    width:100%;
    word-break: break-all;
}
#bingo-post article .content p{
    font-size: 16px;
    line-height: 1.6;
}
#bingo-post article .content span{
    line-height: 2em;
}
#bingo-post article .content code{
    /*width: 100%;*/
    /*white-space: pre-wrap;*/
    /*display: block;*/
    /*padding: 10px;*/
}
#bingo-post article .content p img{
    padding-bottom:10px;
}
#bingo-post article .content iframe{
    width: 100%;
    height: 454px;
}
#bingo-post article .post-video{
    margin: 20px auto;
    background: #000;
    overflow: hidden;
    position: relative;
}
#bingo-post article .post-video-loader{
    text-shadow: #000 0 0 1px;
    text-align: center;
    color: #e8e8e8;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
@keyframes breathe{
    0% {
        transform: scale(.75,.75) rotate(-7deg);
        opacity: .4;
    }
    100% {
        transform: scale(1,1) rotate(0);
        opacity: .9;
    }
}
#bingo-post article .post-video-loader-icon{
    font-size: 120px;
    line-height: 120px;
    color: #fff;
    margin-bottom: 12px;
    text-shadow: #000 0 0 3px;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-name: breathe;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}
#bingo-post article #popVideoPlayer embed{
    width:970px;
}
#bingo-post article .post-video-loader-link {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
#bingo-post article .modalContainer {
    font-size: 15px;
    display: none;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
}
#bingo-post article .modalContainer .modalCloseBtn {
    position: absolute;
    left:1000px;
    top: -8px;
    font-size: 26px;
    color: #eee;
}
#bingo-post .sidebar {
    background:#fff;
    padding-top:15px;
    padding-bottom:10px;
}
#bingo-post .sidebar ul > *{
    cursor:pointer;
    outline:none;
}
#bingo-post .sidebar li a{
    display: inline-block;
    width:210px;
    overflow:hidden;
}
#bingo-post .sidebar li > ul,#bingo-post .sidebar li > ol {
    margin-bottom: 0;
    margin-left:0;
}
#bingo-post .sidebar .post-item{
    background: url(../images/tutorial/spot.png) no-repeat;
    background-position: 65px 13px;
}
#bingo-post .sidebar ul a{
    color:#000;
    width:100%;
    padding-right: 12px;
}
#bingo-post .sidebar li.level1 > :not(a), #bingo-post .sidebar li.level2 > :not(a), #bingo-post .sidebar li.level3 > :not(a) {
    display: none;
}
#bingo-post .sidebar li.level1.open > *, #bingo-post .sidebar li.level2.open > *, #bingo-post .sidebar li.level3.open > * {
    display: block;
}
#bingo-post .sidebar li.level1>a {
    padding-left: 16px;
}
#bingo-post .sidebar li.level1.post-item{
    background-position: 65px 13px;
}
#bingo-post .sidebar li.level2>a {
    padding-left: 32px;
}
#bingo-post .sidebar li.level2.post-item{
    background-position: 33px 13px;
}
#bingo-post .sidebar li.level3>a {
    padding-left: 48px;
}
#bingo-post .sidebar li.level3.post-item{
    background-position: 50px 13px;
}
#bingo-post .sidebar li.level4>a {
    padding-left: 64px;
}
#bingo-post .sidebar li.level4.post-item{
    background-position: 65px 13px;
}
#bingo-post .sidebar li.level5>a {
    padding-left: 76px;
}
#bingo-post .sidebar li.level5.post-item{
    background-position: 74px 13px;
}
#bingo-post .sidebar .icon-triangle{
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: top;
    transform: translateY(14px);
}
#bingo-post .sidebar li.open>a>.icon-triangle {
    background-image: url(../images/tutorial/sidebar_down.png);
    background-size: 8px 6px;
}
#bingo-post .sidebar li > a > i.icon-triangle + span {
    padding-left: 8px;
}
#bingo-post .sidebar li span {
    display: inline-block;
    height: auto;
    /*width:224px;*/
    line-height: 20px;
    padding: 8px 16px;
    vertical-align: middle;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}
#bingo-post .sidebar li a:hover{
    color:#3f43fd;
}
#bingo-post .sidebar li.action >a{
    color:#3f43fd;
    background-color: hsla(0,0%,85%,.15);
}
#bingo-post .sidebar li>a>i.icon-triangle {
    background: url(../images/tutorial/sidebar_up.png) no-repeat 50%/6px 8px;
}
/*分享按钮*/
#bingo-post .bdsharebuttonbox.article{
    text-align: right;
    margin-top: 50px;
    margin-bottom: 40px;
}

#bingo-post .bdsharebuttonbox a{
    background: none;
    text-indent: 0;
    font-size: 32px;
    color: #aaa;
    float: none;
}
#bingo-post .bdsharebuttonbox.article a{
    margin-right: 0;
    margin-left: 5px;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
}
#bingo-post .bdsharebuttonbox.article a:hover{
    color: #3f43fd;
}
#bingo-post .bdsharebuttonbox.article a.fs-baidu{
    font-size:29px;
}
#bingo-post .bdsharebuttonbox.fixed{
    position: absolute;
    right: 10px;
    top:50px;
}
#bingo-post .bdsharebuttonbox.fixed a{
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #dedede;
    color: #999;
    text-align: center;
}
#bingo-post .bdsharebuttonbox.fixed a:hover{
    background: #3f43fd;
    color: #fff;
}
#bingo-post .bdsharebuttonbox.fixed a.fs-weibo{
    margin-top:70px;
}
#bingo-post .bdsharebuttonbox.fixed a.fs-baidu{
    top:352px;
}
#bingo-post .bdsharebuttonbox.fixed a.fs-qzone{
    top:417px;
}
#bingo-post .link a{
    color: #999;
    display: inline-block;
    width: 50%;
    overflow: hidden;
    height: 20px;
    padding-left: 5px;
}
#bingo-post .link a:hover{
    color: #0f97ff;
}
#bdshare_weixin_qrcode_dialog{
    width: 260px!important;
    height: 300px!important;
}
@media screen and (max-width: 769px){
    #bingo-post .category{
        display: none;
    }
    #bingo-post .tutorial{
        padding:0;
    }
    #bingo-post .tutorial .container{
        padding:0;
    }
    .sidebar{
        display: none;
    }
    #bingo-post .fixed{
        display: none;
    }
}


/*联系我们页面*/
#bingo-contact .main{
    width: 1200px;
    margin:95px auto 110px;
    position: relative;
}
#bingo-contact .main .info{
    position: absolute;
    left: 0;
    top: -15px;
    height: 490px;
    width: 380px;
    background: #fcfcfc;
    padding: 40px;
    box-shadow: 0 0 0 1px #eee;
    border-radius: 3px;
}
#bingo-contact .main .info h2{
    margin:0;
    margin-bottom: 55px;
    color: #333;
    font-size: 24px;
    font-weight: 400;
}
#bingo-contact .main .info .item{
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-bottom: 20px;
}
#bingo-contact .main .info .item .title{
    font-weight:bolder;
}
#bingo-contact .main .info .item .content p{
    margin: 2px 0 ;
}
#bingo-contact .main .info .item .content img{
    margin-left:-5px;
    margin-top: -5px;
    height: 20px;
}
#bingo-contact .main .info .fs-qq{
    color: #0f97ff;
    margin-right: 5px;
    margin-left: 15px;
}
#bingo-contact .main .info a{
    color: #999;
    text-decoration: underline;
}
#bingo-contact .main .info a:hover{
    color: #0f97ff;
}
#bingo-contact .end{
    text-align: center;
    color: #eee;
    font-size: 18px;
    position: relative;
}
#bingo-contact .end .text{
    position: relative;
    top: 12px;
    background: #fff;
    width: 60px;
    display: inline-block;
}
#bingo-contact .end .line{
    height: 1px;
    width: 100%;
    background: #eee;
}


#search .main{
    margin-top:30px;
    background:#f5f5f5;
    padding:20px 0;
}
#search .post{
    min-height: 185px;
    background: #fff;
    padding:20px;
    display: block;
    margin-bottom: 20px;
}
#search .post .title{
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}
#search .post:hover .title{
    color: #0f97ff;
}
#search .post .date{
    font-size: 12px;
    color: #999;
    margin-bottom: 25px;
}
#search .post .content{
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 24px;
}
#search .post .tags span{
    display: inline-block;
    margin: 15px 5px 0 0;
    padding: 0 8px 1px;
    border: 1px solid #ccc;
    -webkit-border-radius: 14px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 14px;
    -moz-background-clip: padding;
    border-radius: 14px;
    background-clip: padding-box;
    line-height: 18px;
    text-decoration: none;
    height: 20px;
    color: #666;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}


#show-window {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0%;
    top: 0;
    right: 0%;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
}
#show-window .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: transparent;
    cursor: zoom-out;
}
#show-window .resize {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 30%;
    height: 30%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
#show-window .resize.status-large {
    width: 94% !important;
    height: 94% !important;
}
#show-window .resize img {
    width: 90%;
    height: auto;
    margin: 0 5%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*列表页面*/
#bingo-list .tutorial{
    min-height:575px;
    background: #f5f5ff;
    padding-top: 30px;
    padding-bottom: 100px;
}

#bingo-list article{
    background: #fff;
    padding:20px 20px 70px 20px;
}
#bingo-list article .nav{
    color: #999;
    cursor: pointer;
}
#bingo-list article .nav a{
    font-size: 15px;
    color: #999;
    display: inline-block;
    margin:0 4px;
}
#bingo-list article .nav a:hover,
#bingo-list article .nav a.hover{
    color: #0f97ff;
}
#bingo-list .category{
    height: 90px;
}
#bingo-list .category .wrapper{
    width: 600px;
    margin:0 auto;
}
#bingo-list .category a{
    display: inline-block;
    width: 195px;
    font-size: 18px;
    color: #999;
    text-align: center;
    height: 30px;
    margin-top: 30px;
}
#bingo-list .category a:hover,
#bingo-list .category a.current{
    color: #3f43fd;
}
#bingo-list .category a.middle{
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
#bingo-list .category a .fs{
    margin-right: 5px;
    font-size: 18px;
}
#bingo-list .sidebar {
    background:#fff;
    padding-top:15px;
    padding-bottom:10px;
}
#bingo-list .sidebar ul > *{
    cursor:pointer;
    outline:none;
}
#bingo-list .sidebar li a{
    display: inline-block;
    width:210px;
    overflow:hidden;
}
#bingo-list .sidebar li > ul,#bingo-post .sidebar li > ol {
    margin-bottom: 0;
    margin-left:0;
}
#bingo-list .sidebar .post-item{
    background: url(../images/tutorial/spot.png) no-repeat;
    background-position: 65px 13px;
}
#bingo-list .sidebar ul a{
    color:#000;
}
#bingo-list .sidebar li.level1 > :not(a), #bingo-list .sidebar li.level2 > :not(a), #bingo-list .sidebar li.level3 > :not(a) {
    display: none;
}
#bingo-list .sidebar li.level1.open > *, #bingo-list .sidebar li.level2.open > *, #bingo-list .sidebar li.level3.open > * {
    display: block;
}
#bingo-list .sidebar li.level1>a {
    padding-left: 16px;
}
#bingo-list .sidebar li.level1.post-item{
    background-position: 65px 13px;
}
#bingo-list .sidebar li.level2>a {
    padding-left: 32px;
}
#bingo-list .sidebar li.level2.post-item{
    background-position: 33px 13px;
}
#bingo-list .sidebar li.level3>a {
    padding-left: 48px;
}
#bingo-list .sidebar li.level3.post-item{
    background-position: 50px 13px;
}
#bingo-list .sidebar li.level4>a {
    padding-left: 64px;
}
#bingo-list .sidebar li.level4.post-item{
    background-position: 65px 13px;
}
#bingo-list .sidebar li.level5>a {
    padding-left: 76px;
}
#bingo-list .sidebar li.level5.post-item{
    background-position: 74px 13px;
}
#bingo-list .sidebar .icon-triangle{
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: top;
    transform: translateY(14px);
}
#bingo-list .sidebar li.open>a>.icon-triangle {
    background-image: url(../images/tutorial/sidebar_down.png);
    background-size: 8px 6px;
}
#bingo-list .sidebar li > a > i.icon-triangle + span {
    padding-left: 8px;
}
#bingo-list .sidebar li span {
    display: inline-block;
    height: auto;
    line-height: 20px;
    padding: 8px 16px;
    vertical-align: middle;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}
#bingo-list .sidebar li a:hover{
    color:#3f43fd;
}
#bingo-list .sidebar ul a{
    color:#000;
    width:100%;
    padding-right: 12px;
}
#bingo-list .sidebar li.action>a{
    color:#3f43fd;
    background-color: hsla(0,0%,85%,.15);
}
#bingo-list .sidebar li>a>i.icon-triangle {
    background: url(../images/tutorial/sidebar_up.png) no-repeat 50%/6px 8px;
}
#bingo-list .main .list a{
    color:#333;
}
#bingo-list .tutorial .main .nav{
    border-bottom:1px solid #ccc;
    padding:8px 0px;
}
#bingo-list .tutorial .main .list{
    min-height: 700px;
}
#bingo-list .tutorial .main .list .sub-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:70px;
    border-bottom: 1px solid #ececec;
    letter-spacing:.86px;
}
#bingo-list .tutorial .main .list .list-post-title{
    font-size:15px;
    font-weight: bold;
    line-height: 30px;
}
#bingo-list .tutorial .main .list .list-post-title a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 660px;
}
#bingo-list .tutorial .main .list .list-post-excerpt{
    font-size: 12px;
}
#bingo-list .tutorial .main .list .list-post-excerpt a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 420px;
    margin-left:8px;
}
#bingo-list .tutorial .main .list .list-post-date{
    font-size: 12px;
}

#bingo-list a{
    outline: none;
}
#bingo-list .c-hero-bar {
    min-width: 320px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
}
#bingo-list .c-hero-bar-inner:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
#bingo-list .c-hero-bar-tit{
    margin-bottom: 8px;
    font-size: 34px;
    font-weight: 400;
}
#bingo-list .c-hero-bar-inner {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1200px;
    height: 255px;
    color: #fff;
    line-height: 1.5;
    font-size: 0;
    text-align: center;
}
#bingo-list .c-hero-bar-ct {
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
    margin-top:17px;
}
input::-webkit-input-placeholder{
    color:#999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#999;
}
#bingo-search .c-hero-bar-tit {
    margin-bottom: 8px;
    font-size: 34px;
    font-weight: 400;
}
#bingo-list .c-hero-bar .doc-page-bar {
    width: 650px;
    max-width: 650px;
}
#bingo-list .doc-page-bar {
    margin: 10px auto 0;
    max-width: 600px;
    position: relative;
    z-index: 10;
}
#bingo-list .p-all-bar {
    white-space: nowrap;
    padding-top: 10px;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
#bingo-list .c-hero-bar .c-search-tip {
    font-size: 14px;
    padding: 15px 0;
    text-align: left;
}


/*搜索页*/
#bingo-search .col-sm-4{
    padding-right: 12px;
    padding-left: 12px;
}
#bingo-search .category{
    height: 90px;
}
#bingo-search .category .wrapper{
    margin:0 auto;
    text-align: center;
}
#bingo-search .category a{
    display: inline-block;
    width: 195px;
    font-size: 18px;
    color: #999;
    text-align: center;
    height: 30px;
    margin-top: 35px;
}
#bingo-search .category a:hover,
#bingo-search .category a.current{
    color: #0f97ff;
}
#bingo-tutorial .category a.middle{
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
#bingo-search .category a .fs{
    margin-right: 5px;
    font-size: 18px;
}
#bingo-search .main{
    background: #f5f5f5;
    min-height: 500px;
}
#bingo-search .main .col-xs-9{
    min-height: 300px;
}
#bingo-search .main.parent-examples{
    padding-top: 50px;
    padding-bottom: 70px;
}
#bingo-search .main.parent-tutorials{
    padding-top: 20px;
    padding-bottom: 20px;
}
#bingo-search .main.parent-videos{
    padding-top: 30px;
    padding-bottom: 20px;
}
#bingo-search .pager{
    margin: 0 auto;
}
#bingo-search .pager.parent-1{
    padding-right: 40px;
}
#bingo-search .pager.parent-2{
    margin-top: 30px;
}
#bingo-search .function{

}
#bingo-search a{
    outline: none;
}
#bingo-search .c-hero-bar {
    background-position: 50% 50%;
}
#bingo-search .c-hero-bar {
    min-width: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
}
#bingo-search .c-hero-bar-inner:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
#bingo-search .c-hero-bar-inner {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1200px;
    height: 255px;
    color: #fff;
    line-height: 1.5;
    font-size: 0;
    text-align: center;
}
#bingo-search .c-hero-bar-ct {
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
    margin-top:17px;
}
input::-webkit-input-placeholder{
    color:#999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#999;
}
#bingo-search .c-hero-bar-tit {
    margin-bottom: 8px;
    font-size: 34px;
    font-weight: 400;
}
#bingo-search .c-hero-bar .doc-page-bar {
    width: 650px;
    max-width: 650px;
}
#bingo-search .doc-page-bar {
    margin: 10px auto 0;
    max-width: 600px;
    position: relative;
    z-index: 10;
}
#bingo-search .p-all-bar {
    white-space: nowrap;
    padding-top: 10px;
}
#bingo-search .doc-page-bar.p-all-bar .c-search-btn, .doc-page-bar.p-all-bar .c-search-input {
    vertical-align: top;
}
#bingo-search .c-hero-bar .p-all-bar .c-search-input {
    height: 45px;
    font-size: 16px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}
#bingo-search .p-all-bar .c-search-input {
    height: 35px;
    line-height: 1;
    border-color: #e5e5e5;
    border-right: 0;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 35px);
    font-size: 14px;
    padding-right: 20px;
    padding-left: 10px;
}
#bingo-search .c-search-input {
    display: block;
    height: 50px;
    width: 100%;
    padding: 4px 140px 4px 20px;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    -webkit-appearance: none;
}
#bingo-search .c-hero-bar .p-all-bar .c-search-btn {
    height: 45px;
    border: none;
}

#bingo-search .p-all-bar .c-search-btn, .p-all-bar .c-search-btn:hover {
    background-color: #fff;
}
#bingo-search .p-all-search i{
    color: gray;
    position: absolute;
    top: 10px;
    right: 9px;
    font-size: 19px;
    cursor: pointer;
}
#bingo-search .p-all-bar .c-search-btn {
    position: relative;
    line-height: 35px;
    border: 1px solid #e5e5e5;
    padding:15px 10px;
    border-left: none;
    height: 35px;
    width: 35px;
    vertical-align: middle;
    text-indent: -10000px;
    border-radius: 0;
}
#bingo-search .c-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 50px;
    box-sizing: border-box;
    transition: background .2s ease;
    -webkit-transition: background .2s ease;
    background: #00a4ff;
    border: none;
    line-height: 250px;
    overflow: hidden;
    outline: 0;
}
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
#bingo-search .c-hero-bar .c-search-tip {
    font-size: 14px;
    padding: 15px 0;
    text-align: left;
}
.c-hero-bar .c-search-tip >a:hover{
    color:#0f97ff!important;
}
#bingo-search .search-result{
    min-height: 575px;
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
}
#bingo-search .search-result article{
    background: #fff;
    padding: 20px 20px 70px 20px;
}
#bingo-search .search-result article .nav{
    border-bottom: 1px solid #ccc;
    padding: 8px 0px;
    margin-left:7px;
}
#bingo-search .search-result article a{
    color:#333;
}
#bingo-search  .search-result .list .sub-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    border-bottom: 1px solid #ececec;
    letter-spacing: .86px;
}
#bingo-search  .search-result .list .list-post-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
}
#bingo-search .search-result .list .list-post-excerpt {
    font-size: 12px;
}
#bingo-search .search-result .list .list-post-excerpt a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 420px;
    margin-left:8px;
}
#bingo-search .search-result .list .list-post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 660px;
}
#bingo-search .search-result .list .list-post-date {
    font-size: 12px;
}

/***************************************************************
*
*   privacy-policy cookie-policy terms and conditions
*
****************************************************************/

.top-banner.policy-header {
    position: relative;
    margin-top: -30px;
}
.top-banner.policy-header .banner-bg{
    background-image:url("../images/contact/contact_title_bg.png");
    color: #fff;
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px;
}
.top-banner.policy-header .banner-bg .title{
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    max-width: 1200px;
}
.top-banner.policy-header .banner-bg .title .banner-h{
    font-size: 40px !important;
}
.top-banner.policy-header .banner-bg .title .title-h2{
    text-align: center;
}
.top-banner.policy-header .banner-bg .title .banner-desc{
    color: #e1e1e1 !important;
    font-size: 22px !important;
}

.content-policy .container.container-secondary {
    padding: 20px 0 50px;
}
.content-policy{
    max-width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    font-family: Ð¢extaalt,sans-serif;
    font-size:18px;
}
.content-policy li{
    list-style: disc;
    margin: 0 0 10px 40px;
}
.content-policy .container.container-secondary h4 {
    font-size: 24px;
    margin-bottom: .62em;
}
.content-policy .container.container-secondary p{
    margin-bottom: 1.612em;
    font-family: "PingFangSC-Regular","Arial","Microsoft Yahei","Helvetica Neue","Helvetica",sans-serif;
    color: #555;
}

.contact-policy .contact-warp{
    margin: 0px auto;
    min-width: 800px;
    max-width: 1000px;
}
.contact-policy .contact-warp .field-wrap{
    position: relative;
    width: 30%;
    float: left;
    margin: 0 15px;
    margin-bottom: 30px;
}
.contact-policy .contact-warp .field-wrap.btn-submit{
    width: 96%;
    text-align: center;
}
.contact-policy .contact-warp .desc-question-warp,
.contact-policy .contact-warp .desc-question{
    width: 98%;
}
.contact-policy .contact-warp .notice{
    margin-bottom: 10px;
    margin-left:15px;
}
.contact-policy .contact-warp #contact-btn{
    color: #fff;
    background-color: #0f97ff;
    border-radius: 0;
}
.contact-policy .contact-warp #contact-btn:hover{
    background-color: rgba(35,171,255,1);
}
.contact-policy{
    background:#eceff1;
    margin-bottom:20px;
}
.contact-policy .title{
    color:#1e1e1e;
    text-align: center;
    font-size: 36px;
}
.contact-policy .sub_title{
    font-size:20px;
    text-align:center;
    margin-top:0px;
    margin-bottom: 30px;
}

/***************************************************************
*
*   houyi-trash
*
****************************************************************/

#bingo-trash .main{
    min-height:540px;
    margin-top:48px;
}
#bingo-trash .main h1{
    font-weight: 700;
    font-size:145px;
}
#bingo-trash .main h2{
    font-size: 32px;
    font-weight: normal;
}
#bingo-trash .main h6{
    font-size: 14px;
}
#bingo-trash .main h6.error-code{
    font-size: 14px;
    font-weight: bold;
    color: #767676;
}
#bingo-trash .main .item{
    margin-top:5px;
    margin-right:10px;
}
#bingo-trash .main .item a{
    font-size: 14px;
    color:#0669CB;
    /*color:#01182B;*/
}
#bingo-trash .main li.item{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width:500px;
}
#bingo-trash .main .item a:hover{
    text-decoration: underline;
    color:#0f97ff;
}
#bingo-trash .main .img-tip{
    padding:0px;
    padding-top:30px;
}

.below-download-btn{
    border-bottom: 1px solid rgba(255,255,255,0.3);
    text-align: center;
    background: #01182b;
    height:300px;
    padding-top:75px;
}
.below-download-btn h3{
    color:#fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom:30px;
}
.below-download-btn .free-download-btn {
    border: none;
    border-radius: 3px;
    background-color: #0f97ff;
    color: #fff;
    min-width: 150px;
    height: 46px;
    line-height: 46px;
    vertical-align: middle;
    font-size: 16px;
    padding: 12px 32px 12px 32px;
    transition: box-shadow .2s ease-in-out;
}
.below-download-btn .free-download-btn i,
.below-download-btn .free-download-btn span {
    margin: 0 4px;
    font-size: 18px;
}


#bingo-marketlist .col-md-4 {
    flex: 0 0 33.33333%;
    display: inline-block;
    height:260px;
}
#bingo-marketlist .main .item .cover{
    width: 100%;
    height: auto;
    position: relative;
    transition: all .3s;
    cursor: pointer;
}
#bingo-marketlist .main .item .content{
    margin: 0 5px;
}
#bingo-marketlist .main .item .cover img,
#bingo-marketlist .main .item .cover video{
    width:100%;
    background-color: black;
}

#bingo-marketlist .main .item .content .video-name{
    font-size: 16px;
    color: #443f57;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 46px;
    transition: all .3s;
    margin-bottom: 0px;
    margin-top: 7px;
}
#bingo-marketlist .main .item .content .video-name a{
    color: #4d555d;
}
#bingo-marketlist .main .item .content .video-name a:hover{
    color:#0f97ff
}
#bingo-marketlist .main .item .content .course-card-info .tags a:hover
{
    color:#0f97ff
}
#bingo-marketlist .main .item:hover .cover{
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, 0.1);
}
#bingo-marketlist .main .item .content .course-card-info{
    font-size: 12px;
    color: #93999F;
    line-height: 24px;
    margin-top: 0px;
    font-weight: 400;
}
#bingo-marketlist .main .item .content .course-card-info .biref{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
#bingo-marketlist .main .item .content .course-card-info span{
    display: inline-block;
}
#bingo-marketlist .main .item .content .course-card-info a{
    display: inline-block;
}
#bingo-marketlist .main .item .content .course-card-info .tags{
    width: 60%;
    height: 24px;
    overflow: hidden;
    display: inline-block;
}
#bingo-marketlist .main .item .content .course-card-info .tags a{
    color: #4d555d;
}
#bingo-marketlist .main .item .content .course-card-info .brief{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #bfbfbf;
    width: 100%;
}
#bingo-marketlist .main .item .content .course-card-info .date{
    position: absolute;
    color: #bfbfbf;
    right: 25px;
}
#bingo-marketlist .main .item .content .course-card-info .date .fs {
    margin-right: 3px;
}
#bingo-marketlist .main .item .content .course-card-info i{
    vertical-align: bottom;
}
#bingo-marketlist .main .type-title .more{
    font-size: 9px;
    position: absolute;
    right: 0;
    top: 10px;
}
#bingo-marketlist .main .type-title .more a{
    color: #4D555D;
}
#bingo-marketlist .main .type-title .more a:hover{
    color: #4D555D;
    text-decoration: underline;
}
#bingo-marketlist .full-screen-wrapper{
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index:1000;
    display: none;
}
#bingo-marketlist .full-screen-wrapper.full{
    display: block;
}
#bingo-marketlist  .main .container .row .col-md-4 .item .theme-cover:hover .main-img{
    display: none;
}
#bingo-marketlist  .main .container .row .col-md-4 .item .theme-cover .cover-play-btn,
#bingo-marketlist  .main .container .row .col-md-4 .item .theme-cover .preview-img,
#bingo-marketlist  .main .container .row .col-md-4 .item .theme-cover video{
    display: none;
}
#bingo-marketlist .main .container .row .col-md-4 .item .theme-cover:hover .preview-img,
#bingo-marketlist .main .container .row .col-md-4 .item .theme-cover:hover video{
    display: block;
}

#bingo-marketlist  .main .container .row .col-md-4 .item .theme-cover:hover .cover-play-btn,
#bingo-marketlist  .main .container .row .col-md-4 .item .theme-cover:hover .cover-play-btn{
    display: block;
    z-index: 60;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    line-height: 50px;
}
#bingo-marketlist  .main .container .row .col-md-4 .item .theme-cover:hover .cover-play-btn span,
#bingo-marketlist  .main .container .row .col-md-4 .item .theme-cover:hover .cover-play-btn span{
    padding: 5px 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: white;
    letter-spacing: 1px;
    line-height: 30px;
    transition: all 0.3s;
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: inline-block;
    width: 65px;
    height: 40px;
    background-color: rgba(23,34,35,.75);
    text-align: center;
}
#bingo-marketlist  .main .container .row .col-md-4 .item .theme-cover:hover .cover-play-btn span i{
    font-size: 20px;
    color: #fff;
    position: relative;
    left: 2px;
}
#bingo-marketlist  .main .container .row .col-md-4 .item .theme-cover:hover .cover-play-btn span:hover{
    background: #3eb0ef;
}
#bingo-marketlist  .main .container .row .col-md-4 .item .widget-cover{
    height: 200px;
    line-height: 200px;
    background: #1c222a;
    overflow: hidden;
}
#bingo-marketlist  .main .content-wrapper  .container .store-type{
    margin-top:20px;
    margin-bottom:20px;
}
#bingo-marketlist  .main .content-wrapper  .container .store-type .store-type-ul{
    display: flex;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
#bingo-marketlist  .main .content-wrapper  .container .store-type .store-type-ul li a{
    font-size: 16px;
    color: #666;
    line-height: 16px;
    display: block;
    padding: 11px 30px;
}
#bingo-marketlist  .main .content-wrapper  .container .store-type .store-type-ul li{
    height: 100%;
    border: 1px solid #eee;
}
#bingo-marketlist  .main .content-wrapper  .container .store-type .store-type-ul li.active{
    background: #e8f9fd;
    border-color: #1ec1ec;
}
#bingo-marketlist  .main .content-wrapper  .container .store-type .store-type-ul li:hover{
    background: #e8f9fd;
    border-color: #1ec1ec;
    cursor: pointer;
}
#bingo-marketlist  .main .content-wrapper  .container .hot-type{
    background: #f8f8f8;
    margin-bottom:20px;
    height:60px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
#bingo-marketlist  .main .content-wrapper  .container .hot-type-content{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    height: 30px;
    font-weight: 600;
    font-size: 15px;
}
#bingo-marketlist  .main .content-wrapper  .container .hot-type-content .hot-title{
    width: 60px;
    margin: 0px 15px;
}
#bingo-marketlist  .main .content-wrapper  .container .hot-type-content .hot-list-box{
    flex:1;
}
#bingo-marketlist  .main .content-wrapper  .container .hot-type-content .hot-list-box .hot-item{
    padding: 0px 5px;
    margin: 0px 13px;
}
#bingo-marketlist  .main .content-wrapper  .container .content-box{
    margin-top:20px;
    margin-bottom:20px;
    display: flex;
    justify-content: space-between;
    height:100%;
}
#bingo-marketlist  .main .content-wrapper  .container .content-box .content-box-content-left{
    /* width:960px; */
}
#bingo-marketlist  .main .content-wrapper  .container .content-box .content-box-content-left .product-search-content{
    display: flex;
    justify-content: space-between;
    /* margin-top:20px; */
    margin-bottom:20px;
}
#bingo-marketlist  .main .content-wrapper  .container .content-box .content-box-content-left .product-search{
    height: 40px;
    width: 240px;
    padding: 10px 0 10px 16px;
    border: 1px solid #eee;
    border-radius: 15px;
}
#bingo-marketlist  .main .content-wrapper  .container .content-box .content-box-content-left .product-search input{
    border: none;
    background: none;
    outline: none;
    padding: 0;
    font-size: 14px;
    color: #666;
    /* line-height: 18px; */
}
#bingo-marketlist  .main .content-wrapper  .container .content-box .content-box-content-left .product-type{
    /* display: flex;
    align-content: center; */
}
#bingo-marketlist  .main .content-wrapper  .container .content-box .content-box-content-left .product-type a{
    line-height: 40px;
}
#bingo-marketlist  .main .content-wrapper  .container .product-search-content a{
    position: relative;
    color: #666;
}
#bingo-marketlist  .main .content-wrapper  .container .product-search-content i.icon-search{
    color: gray;
    position: absolute;
    top: 8px;
    left: 225px;
    font-size: 19px;
    cursor: pointer;
}
#bingo-marketlist  .main .content-wrapper  .container .product-search-content i.comprehensive-icon-up{
    color:#999;
    position: absolute;
    top: -14px;
    left: 58px;
    font-size: 14px;
}
#bingo-marketlist  .main .content-wrapper  .container .product-search-content i.comprehensive-icon-down{
    color:#999;
    position: absolute;
    top: -7px;
    left: 58px;
    font-size: 14px;
}
#bingo-marketlist  .main .content-wrapper  .container .product-search-content i.time-icon-up{
    color:#999;
    position: absolute;
    top: -14px;
    left: 58px;
    font-size: 14px;
}
#bingo-marketlist  .main .content-wrapper  .container .product-search-content i.time-icon-down{
    color:#999;
    position: absolute;
    top: -7px;
    left: 58px;
    font-size: 14px;
}
#bingo-marketlist  .main .content-wrapper  .container .product-search-content i.active{
    color:#1faff6;
}

#bingo-marketlist  .main .content-wrapper  .container .col-md-2 .box-body ul {
    cursor: pointer;
    font-size: 12px;
}
#bingo-marketlist  .main .content-wrapper  .container .col-md-2 .box-body ul li{
    height:32px;
}
#bingo-marketlist  .main .content-wrapper  .container .col-md-2 .box .box-header .box-header-title {
    color: #333333;
    font-size: 17px;
    font-weight: 500;
}
#bingo-marketlist  .main .content-wrapper  .container .col-md-2 .box .box-header{
    margin-top:30px;
    margin-bottom: 10px;
}
#bingo-marketlist  .main .content-wrapper  .container .col-md-2 .box-hot ul li:nth-child(1) , 
#bingo-marketlist  .main .content-wrapper  .container .col-md-2 .box-hot ul li:nth-child(2) , 
#bingo-marketlist  .main .content-wrapper  .container .col-md-2 .box-hot ul li:nth-child(3) {
    color:#ffab47;
}
#bingo-marketlist  .main .content-wrapper  .container .col-md-2  ul a{
    color: inherit;
}
#bingo-marketlist  .main .content-wrapper  .container .col-md-2  ul li a:hover{
    color: inherit;
}
#bingo-marketlist  .main .content-wrapper  .container .col-md-2 .box-hot ul li:hover{
    color:#ff8323;
}
#bingo-marketlist  .main .content-wrapper  .container .col-md-2 .box-new ul li:nth-child(1) , 
#bingo-marketlist  .main .content-wrapper  .container .col-md-2 .box-new ul li:nth-child(2) , 
#bingo-marketlist  .main .content-wrapper  .container .col-md-2 .box-new ul li:nth-child(3) {
    color:#1faff6;
}
#bingo-marketlist  .main .content-wrapper  .container .col-md-2 .box-new ul li:hover{
    color:#0099e4;
}
#bingo-marketlist  .main .content-wrapper  .container .col-md-2 .box-updated ul li:nth-child(1) , 
#bingo-marketlist  .main .content-wrapper  .container .col-md-2 .box-updated ul li:nth-child(2) , 
#bingo-marketlist  .main .content-wrapper  .container .col-md-2 .box-updated ul li:nth-child(3) {
    color:#09ccbe;
}
#bingo-marketlist  .main .content-wrapper  .container .col-md-2 .box-updated ul li:hover{
    color:#0baeab;
}
#bingo-marketlist  .search-ul{
    margin-top: 40px;
    border: 1px solid #DFDFDF;
    margin-top: 40px;
    margin-left: 0px;
}
#bingo-marketlist .bg-mtype{
    background-color: #F5F5F5;
}
#bingo-marketlist .search-ul .col-md-12 {
    border-bottom: 1px solid #DFDFDF;
}
#bingo-marketlist .search-ul .col-md-12:last-child {
    border-bottom: none;
}
#bingo-marketlist .search-ul>div {
    height: 50px;
    display: flex;
    align-items: center;
}
#bingo-marketlist .search-ul .text-align{
    padding: 0;
    width: 75px;
    color: #333;
    font-size: 14px;
    /* line-height: 15px; */
    /* margin-top: 13px; */
    border-right: 1px solid #eeeeee;
}
#bingo-marketlist .search-ul .option {
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 20px;
}
#bingo-marketlist .search-ul .mtype-option{
    font-size: 16px;
    padding-left: 0px;
}
#bingo-marketlist .search-ul .mtype-option i{
    font-size:16px;
    padding-right:5px;
    color:#2b98f2;
}
#bingo-marketlist .search-ul .mtype-option .mtype-widget-tab i{
    color:#5a2cff;
}
#bingo-marketlist .search-ul .option>li {
    color: #666;
    text-align: center;
    line-height: 20px;
    padding: 5px 10px;
}
#bingo-marketlist  .search-ul .selected li>a {
    color: #666;
    padding: 6px 10px 6px 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
#bingo-marketlist .search-ul .selected {
    display: flex;
    align-items: center;
    margin-top:0px;
    margin-bottom: 0px;
    /* margin-top: 10px; */
}

#bingo-marketlist .search-ul .selected li {
    margin-left: 20px;
}
#bingo-marketlist  .search-ul a {
    color: #333;
}
#bingo-marketlist .search-ul .col-md-12 .option .active {
    background: #d6f1ff;
}
#bingo-marketlist .search-ul .col-md-12 .option .active a{
    color: #1faff6;
}
#bingo-marketlist .search-ul .col-md-12 .ul-mtype .active{
    background-color: #F5F5F5;
    border-bottom: 1px solid #DFDFDF; 
}
#bingo-marketlist .search-ul .col-md-12 .ul-mtype li{
    height:50px;
    padding: 0px 25px 0px 0px;
}
#bingo-marketlist .search-ul .col-md-12 .ul-mtype li a{
    line-height:50px;
}
#bingo-marketlist .search-ul .col-md-12 .ul-mtype .active a{
    color: #333333;
    border-bottom: 2px solid #1faff6;
    height: 50px;
    display: inline-block;
}
#bingo-marketlist .main .content-wrapper .container .col-md-2 .box .box-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis; 
}
#bingo-marketlist .main .content-wrapper .container .list-empty{
    margin-left: 15px;
    text-align: center;
    height: 100px;
    line-height: 100px;
}
#bingo-marketlist .main .content-wrapper .container .like-title{
    margin: 15px;
    background-color: #F5F5F5;
    border: 1px solid #DFDFDF;
    height: 50 px;
    line-height: 50px;
    padding-left: 15px;
    clear: both;
    font-size: 16px;
}
#bingo-marketlist .main .content-wrapper .container .col-md-12 .selected .fs-cha{
    position: relative;
    left:6px;
    font-size: 10px;
}
#bingo-marketlist .header_area{
    box-shadow: 0px 0px 5px 8px #e8e8e8;
}


#bingo-spost .main .spost-article .row{
    /* width: 70%;
    float: left; */
    /* display: inline-block; */
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;

}
#bingo-spost .main .spost-article .download{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
#bingo-spost .main .spost-article .tool{
    padding-left:50px;
    padding-right:50px;
}
#bingo-spost .main .spost-article .item{
    border:1px solid #dbdbdb;
    padding:10px;
}
#bingo-spost .main .spost-article .row .related-title{
    font-size: 24px;
    font-weight: 500;
    color: rgba(51,51,51,1);
    line-height: 33px;
    margin-top: 60px;
    margin-bottom: 24px;
}

#bingo-spost .main .spost-article .row .single-related{
    display: inline-block;
    border-radius: 5px;
    border: 1px solid rgba(0,130,252,1);
    font-size: 16px;
    color: rgba(0,130,252,1);
    line-height: 22px;
    text-decoration: none;
    padding: 9px 12px;
    min-width: 120px;
    text-align: center;
    margin-right: 16px;
    margin-bottom: 16px;
}
#bingo-spost .main .spost-article .row .single-related:hover{
    background:#e7f2ff;
}
#bingo-spost .main .spost-article .row img{
    height: 130px;
    width:100%;
    border: #f1f1f1 1px solid;
}
#bingo-spost .main .spost-article .row .article{
    display: flex;
    margin-bottom: 30px;
    /* border: 1px solid red; */
}
#bingo-spost .main .spost-article .row h1{
    font-weight: 600;
    font-size: 30px;
}
#bingo-spost .main .spost-article h2{
    font-weight: 500;
}
#bingo-spost .main .spost-article .row .article .article-content{
    display: flex;
    flex-direction: column;
    /* border: 1px solid red; */
}
#bingo-spost .main .spost-article .row .article .article-content h4 {
    color: #333;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
}
#bingo-spost .main .spost-article .row .article:hover .article-content h4{
    color:#0f97ff;
}
#bingo-spost .main .spost-article .row .article .article-content p{
    color:#666;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 20px;
}
#bingo-spost .main .spost-article .row .article .article-content span{
    font-size: 14px;
    color: #617288;
}
#bingo-spost .main .spost-article .row .tool img{
    width:100%;
    height: auto;
}
#bingo-spost .main .lasted{
    position: relative;
    width: 21%;
    margin-right: 5%;
    float: right;
}

#bingo-spost .main .item .download{
    font-family: "Segoe UI","Helvetica Neue","Helvetica",Arial,sans-serif;
    font-size: 15px;
    display: block;
    margin-top:15px;
    width: 100%;
}
.show-theme-detail{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.show-theme-detail .btn-close{
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    cursor: pointer;
    color: #fff;
}
.show-theme-detail .btn-close:hover{
    color: #ff0000;
}
.show-theme-detail .btn-close > i{
    color: #fff;
    font-size: 20px;
}
.show-theme-detail .detail-container{
    position: absolute;
    top: 100px;
    bottom: 100px;
    width: 80%;
    display: flex;
    justify-content: center;
}
.show-theme-detail .detail-container .left-container{
    width: 100%;
    margin-right: 10px;
    border-radius: 3px;
    padding: 1px;
    background-color: #0c1e49;
    text-align: center;
}
.show-theme-detail .detail-container .left-container > img.preview-loading{
    border-radius: 3px;
    width: 160px;
}
.show-theme-detail .detail-container .left-container > img.main-img{
    width: 100%;
    border-radius: 3px;
    background: #000;
}
.show-theme-detail .detail-container .left-container > video{
    height: 100%;
    width: 100%;
    border-radius: 3px;
    background: #000;
}
.show-theme-detail .detail-container .right-container{
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 290px;
}
.show-theme-detail .detail-container .right-container .theme-info{
    background: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
    text-align: center;
    padding: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.show-theme-detail .detail-container .right-container .theme-info .theme-title{
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
}
.show-theme-detail .detail-container .right-container .theme-info .theme-hot{
    width: 100%;
    text-align: left;
    margin: 15px 0 10px 0;
    display: none;
}
.show-theme-detail .detail-container .right-container .theme-info .theme-hot i{
    margin-right: 5px;
}
.show-theme-detail .detail-container .right-container .theme-info .btn-box{
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}
.show-theme-detail .detail-container .right-container .theme-info.loading .btn-box{
    display: none;
}
.show-theme-detail .detail-container .right-container .theme-info .btn-box > div{
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 9px 10px;
    border-radius: 3px;
    width: 100%;
    transition: all 0.3s;
}
.show-theme-detail .detail-container .right-container .theme-info .btn-upgrade{
    background: linear-gradient(90deg, #E8751B, #E8652E);
    margin-bottom: 10px;
    color: #fff;
    border: 1px solid transparent;
}
.show-theme-detail .detail-container .right-container .theme-info .btn-upgrade:hover{
    background: linear-gradient(90deg, #EE974F, #E57748);
}
.show-theme-detail .detail-container .right-container .theme-info .btn-close-preview,
.show-theme-detail .detail-container .right-container .theme-info .btn-use{
    background: #4e4cfd;
    color: #000;
    border: 1px solid #D4D4D4;
}
.show-theme-detail .detail-container .right-container .theme-info .btn-close-preview{
    background-color: #ffffff;
    margin-top: 10px;
}
.show-theme-detail .detail-container .right-container .theme-info .btn-close-preview a,
.show-theme-detail .detail-container .right-container .theme-info .btn-use a{
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.show-theme-detail .detail-container .right-container .theme-info .btn-close-preview a{
    color: #000000
}
.show-theme-detail .detail-container .right-container .theme-info .btn-use:hover{
    background: #fff;
}
.show-theme-detail .detail-container .right-container .theme-info .btn-close-preview:hover a{
    color: #FF0000;
}
.show-theme-detail .detail-container .right-container .theme-info .btn-use:hover a{
    color: #4e4cfd;
}
.show-theme-detail .detail-container .right-container .theme-info .theme-tips{
    font-size: 12px;
    color: #b2b2b2;
    text-align: left;
    margin-top: 10px;
    line-height: 16px;
}
.show-theme-detail .detail-container .right-container .theme-info.loading .theme-tips{
    display: none;
}
.show-theme-detail .detail-container .right-container .theme-info .theme-tips a{
    cursor: pointer;
    padding: 0 2px;
    color: #b2b2b2;
    text-decoration: underline;
}
.show-theme-detail .detail-container .right-container .theme-info .theme-tips a:hover{
    color: #4B87FF;
}
.show-theme-detail .detail-container .right-container .theme-info .progress-container{
    display: none;
    width: 100%;
    margin-top: 5px;
}
.show-theme-detail .detail-container .right-container .theme-info.loading .progress-container{
    display: block;
}
.show-theme-detail .detail-container .right-container .theme-info .progress-container .progress-bar{
    width: 100%;
    height: 5px;
    background-color: #eee;
    border-radius: 3px;
}
.show-theme-detail .detail-container .right-container .theme-info .progress-container .progress{
    width: 0%;
    height: 100%;
    background-color: #46bab1;
    border-radius: 3px;
    margin: 0;
    transition: all 0.3s;
}
.show-theme-detail .detail-container .right-container .author-info{
    text-align: left;
}
.show-theme-detail .detail-container .author-info > ul{
    width: 100%;
}
.show-theme-detail .detail-container .author-info > ul > li{
    display: flex;
    line-height: 24px;
    font-size: 12px;
}
.show-theme-detail .detail-container .author-info > ul > li div:first-child{
    width: 40%;
    color: #A6A6A6;
}
.show-theme-detail .btn-page-turning{
    width: 150px;
    height: 40px;
    top: 92%;
    position: absolute;
}
.show-theme-detail .btn-page-turning i{
    font-size: 40px;
    cursor: pointer;
    opacity: 0.5;
    color: #fff;
}
.show-theme-detail .btn-page-turning i.fs-page-prev{
    float: left;
}
.show-theme-detail .btn-page-turning i.fs-page-next{
    float: right;
}
.show-theme-detail .btn-page-turning i:hover{
    opacity: 1;
}

/***************************************************************
*
*   theme list
*
****************************************************************/

#bingo-themelist .main{
    /*padding-bottom:32px;*/
    background:#f3f5f7;
    min-height: 1000px;
}
#bingo-themelist .main .banner-box{
    padding-top:32px;
    background:#fff;
}
#bingo-themelist .main .banner-box .banner{
    position: relative;
    height: 444px;
    overflow: hidden;
    width: 1152px;
    margin: auto;
    border-radius: 8px;
    background-color: #93999f;
    box-shadow: 0 12px 24px 0 rgba(7, 17, 27, 0.2);
}
#bingo-themelist .main .banner-box .banner ul{
    /*position:relative;*/
}
#bingo-themelist .main .banner-box .banner ul li{
    position:absolute;
    top:0px;
    left:0px;
    height:444px;
}
#bingo-themelist .main .banner-box .banner ul li img{
    height:100%;
    width:100%;
}
#bingo-themelist .main .banner-box .banner .banner-dots{
    position: absolute;
    bottom: 20px;
    left: 50%;
    /*right: 0;*/
    transform: translateX(-50%);
    text-align: right;
    padding-right: 12px;
    line-height: 12px;
}
#bingo-themelist .main .banner-box .banner .banner-dots span{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: 8px;
    background: rgba(7, 17, 27, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: transform .2s;
    cursor: pointer;
}
#bingo-themelist .main .banner-box .banner .banner-dots span.active{
    background:#fff;
    border:1px solid rgba(7,17,27,0.4);
}
#bingo-themelist .main .banner .arrow{
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 36px;
    height: 60px;
    overflow: hidden;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    line-height: 60px;
    text-shadow: 0 2px 4px rgba(7, 17, 27, 0.6);
}
#bingo-themelist .main .banner .pre:hover,#bingo-themelist .main .banner .next:hover{
    color: #fff;
    background: rgba(7, 17, 27, 0.6);
    cursor: pointer;
}
#bingo-themelist .main .banner .pre{
    left:0;
    border-radius: 0 4px 4px 0;
}
#bingo-themelist .main .banner .next{
    right:0;
    border-radius: 4px 0 0 4px;
}
#bingo-themelist .main .type-title{
    position: relative;
    letter-spacing: 0.6px;
    line-height: 36px;
    text-align: center;
    color: #93999F;
    margin-bottom:24px;
    margin-top:24px;
}
#bingo-themelist .main .type-title em{
    color: #4D555D;
    font-weight: 600;
    font-size:20px;
    margin: 0 3px;
    font-style: normal;
}
#bingo-themelist .main .type-title span.title-icon{
    display: inline-block;
    vertical-align: bottom;
    width: 56px;
    height: 36px;
    background: url(/wp-content/themes/twentyseventeen/assets/images/video-page-icon.png) no-repeat;
    background-size: 100%;
}
#bingo-themelist .main .free-edition {
    min-height: 1000px;
    background: #FFFFFF;
}
#bingo-themelist .main .free-edition .type-title span.title-icon-left{
    background-position: center -144px;
    margin-right: 24px;
}
#bingo-themelist .main .free-edition .type-title span.title-icon-right{
    background-position: center -180px;
    margin-left: 24px;
}
#bingo-themelist .main .free-edition .container{
    padding-top:19px;
    padding-bottom:48px;
}
#bingo-themelist .main .free-edition .row{
    width: 70%;
    float: left;
    display: inline-block;
    margin-top: 10px;
}
#bingo-themelist .main .free-edition .row h4{
    text-indent: 15px;
}
#bingo-themelist .main .free-edition .list-empty{
    text-align: center;
    font-size: 20px;
    padding: 30px;
    color: #999;
}
#bingo-themelist .lasted{
    position: relative;
    width: 21%;
    margin-right: 5%;
    float: right;
    display: inline-block;
}
#bingo-themelist .lasted li{
    line-height: 70px;
    border-bottom: 1px solid rgba(28,31,33,.1);
    height: 80px;
}
#bingo-themelist .lasted li img{
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    margin-right: 10px;
    background-size: cover;
    background-position-x: center;
}
#bingo-themelist .lasted li a:hover span{
    text-decoration: underline;
}
#bingo-themelist .lasted li .title{
    position: relative;
    z-index: 1;
    top: -85px;
    left: 63px;
    color: #353745;
    overflow: hidden;
    display: block;
}
#bingo-themelist .lasted li .date{
    display: block;
    z-index: 0;
    position: relative;
    top: -127px;
    width: 80px;
    left: 66px;
    font-size: 10px;
    color: darkgrey;
}
#bingo-themelist .lasted li .date .fs{
    margin-right: 5px;
}
#bingo-themelist .main .item .cover{
    /*width: 216px;*/
    width: 260px;
    /*height: 120px;*/
    /*height: 150px;*/
    position: relative;
    border-radius: 8px;
    transition: all .3s;
}
#bingo-themelist .main .item{
    margin-bottom:40px;
    cursor: pointer;
    height: 240px;
}
#bingo-themelist .main .item .cover{
    width: 100%;
}
#bingo-themelist .main .item .cover .main-img{
    border-radius: 8px;
    width:100%;
}
#bingo-themelist .main .item .cover:hover .main-img{
    display: none;
}
#bingo-themelist .main .item .cover .cover-play-btn,
#bingo-themelist .main .item .cover .preview-img,
#bingo-themelist .main .item .cover video{
    display: none;
}
#bingo-themelist .main .item .cover:hover .preview-img,
#bingo-themelist .main .item .cover:hover video{
    border-radius: 8px;
    display: block;
    width: 100%;
    height: 100%;
}
#bingo-themelist .main .item .cover .cover-play-btn{
    display: none;
}
#bingo-themelist .main .item .cover:hover .cover-play-btn{
    display: block;
    z-index: 60;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    line-height: 50px;
}
#bingo-themelist .main .item .cover:hover .cover-play-btn span{
    padding: 5px 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: white;
    letter-spacing: 1px;
    line-height: 30px;
    transition: all 0.3s;
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: inline-block;
    width: 40px;
    height: 22px;
    background-color: rgba(23,34,35,.75);
    text-align: center;
}
#bingo-themelist .main .item .cover:hover .cover-play-btn span i{
    font-size: 10px;
    color: #fff;
    position: relative;
    left: 2px;
    top: -10px;
}
#bingo-themelist .main .item .cover:hover .cover-play-btn span:hover{
    background: #3eb0ef;
}
#bingo-themelist .main .free-edition .item{
    border-radius: 5px;
    margin-bottom: 10px;
}
#bingo-themelist .main .free-edition .item .content{
    padding: 8px;
}
#bingo-themelist .main .item .content .video-name{
    max-height: 46px;
    margin-bottom: 0px;
    margin-top: 0px;
    white-space: nowrap;
    font-size: 16px;
    color: #07111b;
    line-height: 24px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
    font-weight: 700;
}
#bingo-themelist .main .item .content .video-name a{
    color: #4d555d;
}
#bingo-themelist .main .item:hover .content .video-name a:hover{
    color:#0f97ff
}
#bingo-themelist .main .item .content .tags a:hover span
{
    color:#0f97ff;
}
#bingo-themelist .main .item:hover .cover{
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, 0.1);
}
#bingo-themelist .main .item .content .course-card-info{
    font-size: 12px;
    color: #93999F;
    line-height: 24px;
    margin-top: 0px;
    font-weight: 400;
    height: 38px;
}
#bingo-themelist .main .item .content .course-card-info span{
    display: inline-block;
    color: #4d555d;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
}
#bingo-themelist .main .item .content .course-card-info a{
    display: inline-block;
}
#bingo-themelist .main .item .content .course-card-info .tags{
    width: 66%;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}
#bingo-themelist .main .item .content .course-card-info .tags a{
    color: #818080;
}
#bingo-themelist .main .item .content .course-card-info .brief{
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    color: #9199a1;
    line-height: 18px;
    margin-top: 4px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
}
#bingo-themelist .main .item .content .course-card-info .date{
    position: absolute;
    right: 14px;
    color: #b7bbbf;
}
#bingo-themelist .main .item .content .course-card-info .date .fs{
    margin-right: 5px;
}
#bingo-themelist .main .item .content .course-card-info i{
    vertical-align: bottom;
}
#bingo-themelist .main .pro-edition .col-md-5,
#bingo-themelist .main .premium-edition .col-md-5,
#bingo-themelist .main .pro-edition{
    padding-bottom:30px;
}
#bingo-themelist .main .pro-edition .type-title span.title-icon-left{
    background-position: center 0px;
    margin-right: 24px;
}
#bingo-themelist .main .pro-edition .type-title span.title-icon-right{
    background-position: center -36px;
    margin-left: 24px;
}
#bingo-themelist .main .premium-edition{
    background:#fff;
    padding-bottom: 30px;
    box-shadow: 0 -2px 8px 0 rgba(7,17,27,0.06),0 2px 8px 0 rgba(7,17,27,0.06);
}
#bingo-themelist .main .premium-edition .type-title span.title-icon-left{
    background-position: center -72px;
    margin-right: 24px;
}
#bingo-themelist .main .premium-edition .type-title span.title-icon-right{
    background-position: center -108px;
    margin-left: 24px;
}
#bingo-themelist .main .type-title .more{
    font-size: 9px;
    position: absolute;
    right: 0;
    top: 10px;
}
#bingo-themelist .full-screen-wrapper{
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index:1000;
    display: none;
}
#bingo-themelist .full-screen-wrapper.full{
    display: block;
}
/***************************************************************
*
*   theme
*
****************************************************************/
#bingo-theme {
    min-width: auto;
}
#bingo-theme .header-wrapper{
    height: 81px;
}
#bingo-theme .header-wrapper .container{
    width: 94%;
    padding: unset;
}
#bingo-theme .header-wrapper .container .classy-menu{
    margin-right: 0;
}
#bingo-theme .preview-url{
    width: 94%;
    min-width: 950px;
    min-height: 600px;
    margin: 0 auto;
    background-color: #f5f5f5;
    margin-top: 20px;
}
#bingo-theme .preview-url-iframe{
    display: inline-block;
    position: relative;
    width: calc(100% - 336px);
    min-width: 614px;
}
#bingo-theme .preview-url-iframe .theme-bottom-info{
    padding-left: 2px;
    height: 50px;
    line-height: 50px;
}
#bingo-theme .preview-url-iframe .theme-bottom-info h1.theme-name{
    font-size: 24px;
    display: inline;
}
#bingo-theme .preview-url-iframe .theme-bottom-info div{
    display: inline-block;
    float: right;
}
#bingo-theme .preview-url-iframe iframe{
    width: 100%;
    margin: unset;
    background-color: #0c1e49;
}
#bingo-theme .preview-info{
    width: 336px;
    display: inline-block;
    position: relative;
    float: right;
    height: 100%;
    min-height: 600px;
    margin-left: -336px;
    width: 336px;
    padding: 10px;
}
#bingo-theme .preview-info .theme-title{
    font-size: 16px;
    font-weight: bold;
}
#bingo-theme .preview-info .theme-title h2{
    font-size: 16px;
    font-weight: bold;
    display: inline;
}
#bingo-theme .preview-info .theme-title a{
    color: #666;
}
#bingo-theme .preview-info .theme-brief{
    margin-top: 10px;
    font-size: 14px;
    color: #777
}
#bingo-theme .preview-info .info{
    margin-top: 25px;
}
#bingo-theme .preview-info .tips{
    font-size: 12px;
    color: #aaaaaa
}
#bingo-theme .preview-info .info .info-title{
    display: inline-block;
    width: 70px;
}
#bingo-theme .preview-info .info a.map-link {
    border-radius: 6px;
    padding: 1px;
    display: inline-block;
}
#bingo-theme .preview-info .info a.map-link.active {
    color: #e02d4e;
    text-decoration: underline;
}
#bingo-theme .preview-info .info .info-content a{
    color: #aaaaaa;
    text-decoration: underline;
}
#bingo-theme .preview-info .info .info-content a:hover{
    color: #565ef9;
    text-decoration: underline;
}
#bingo-theme .download{
    margin-top: 40px;
    text-align: center;
}
#bingo-theme .download a > i{
    margin-right: 5px;
}
#bingo-theme .download-page{
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #7c7ffa;
}
#bingo-theme .btn-base-color{
    transition: all .5s;
    background-color: #3f43fd;
    cursor: pointer;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .093rem;
    outline: 0;
    padding: .75rem 1.375rem;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.6rem;
    padding: 19px 68px;
    border-radius: 5px;
}
#bingo-theme .btn-base-color:hover{
    background: #5457f9;
}
#bingo-theme .download-text{
    margin: 0;
    color: #7c7ffa;
}
#bingo-theme .preview-info .bottom-ad{
    position: absolute;
    bottom: 0;
}
#bingo-theme .preview-info .bottom-ad a img{
    width:316px;
    height:200px;
    border-radius:4px;
}
#bingo-theme .related-themes{
    width: 94%;
    margin: 0 auto;
    margin-top: 10px;
}
#bingo-theme .related-themes .related-themes-title{
    font-size: 16px;
    margin-left: 5px;
}
#bingo-theme .related-themes .related-themes-content{
    margin-top: 10px;
}
#bingo-theme .related-themes .row{
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(338px, 1fr));
    grid-auto-rows: minmax(338px, auto);
    grid-row-gap: 5px;
    justify-items: center;
}
#bingo-theme .related-themes .row::before{
    content: unset;
}
#bingo-theme .related-themes .row .theme-content{
    margin: 15px;
    max-width: 345px;
}
#bingo-theme .related-themes .row .theme-content .item{
    border-radius: 5px;
    margin-bottom: 10px;
}
#bingo-theme .related-themes .row .theme-content .item .cover{
    width: 100%;
    position: relative;
    border-radius: 8px;
    transition: all .3s;
}
#bingo-theme .related-themes .row .theme-content .item .cover img{
    border-radius: 8px;
    width: 100%;
    height: 190px;
}
#bingo-theme .related-themes .row .theme-content .item .content{
    padding: 8px;
}
#bingo-theme .related-themes .row .theme-content .item .content .video-name{
    max-height: 46px;
    margin-bottom: 0px;
    margin-top: 0px;
    white-space: nowrap;
    font-size: 16px;
    color: #07111b;
    line-height: 24px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
    font-weight: 700;
}
#bingo-theme .related-themes .row .theme-content .item .content .course-card-info{
    font-size: 12px;
    color: #93999F;
    line-height: 38px;
    /* margin-top: 0px;
    font-weight: 400;
    height: 38px; */
}
#bingo-theme .related-themes .row .theme-content .item .content .course-card-info .brief{
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    color: #9199a1;
    line-height: 18px;
    margin-top: 4px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 18px;
}
#bingo-theme .related-themes .row .theme-content .item .content .course-card-info .tags{
    width: 70%;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}
#bingo-theme .related-themes .row .theme-content .item .content .course-card-info .tags a:hover span{
    color: #0f97ff;
}
#bingo-theme .related-themes .row .theme-content .item .content .course-card-info .date{
    position: relative;
    right: -18px;
    top: -14px;
    color: #b7bbbf;
}
#bingo-theme .related-themes .row .theme-content .item .content .course-card-info span{
    display: inline-block;
    color: #4d555d;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
}
#bingo-theme .related-themes .row .theme-content .item .content .course-card-info .date .fs{
    margin-right: 5px;
}
#bingo-theme .full-screen-wrapper{
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index:1000;
    display: none;
}
#bingo-theme .full-screen-wrapper.full{
    display: block;
}
#bingo-widget {
    min-width: auto;
}
#bingo-widget .header-wrapper{
    height: 81px;
}
#bingo-widget .header-wrapper .container .classy-menu{
    margin-right: 0;
}
#bingo-widget .preview-url{
    width: 94%;
    min-width: 950px;
    min-height: 320px;
    margin: 0 auto;
    background-color: #f5f5f5;
    margin-top: 20px;
}
#bingo-widget .preview-url-iframe{
    display: inline-block;
    position: relative;
    width: calc(100% - 336px);
    min-width: 614px;
}
#bingo-widget .preview-url-iframe .img-frame{
    /* width:100%; */
    text-align: center;
}
#bingo-widget .preview-url-iframe .img-preview{
    /* width:100%; */
}
#bingo-widget .preview-url-iframe .theme-bottom-info{
    padding-left: 2px;
    height: 50px;
    line-height: 50px;
}
#bingo-widget .preview-url-iframe .theme-bottom-info h1.theme-name{
    font-size: 24px;
    display: inline;
}
#bingo-widget .preview-url-iframe .theme-bottom-info div{
    display: inline-block;
    float: right;
}
#bingo-widget .preview-url-iframe iframe{
    width: 100%;
    margin: unset;
    background-color: #0c1e49;
}
#bingo-widget .preview-info{
    width: 336px;
    display: inline-block;
    position: relative;
    float: right;
    height: 100%;
    min-height: 600px;
    margin-left: -336px;
    width: 336px;
    padding: 10px;
}
#bingo-widget .preview-info .theme-title{
    font-size: 16px;
    font-weight: bold;
}
#bingo-widget .preview-info .theme-title h2{
    font-size: 16px;
    font-weight: bold;
    display: inline;
}
#bingo-widget .preview-info .theme-title a{
    color: #666;
}
#bingo-widget .preview-info .theme-brief{
    margin-top: 10px;
    font-size: 14px;
    color: #777
}
#bingo-widget .preview-info .info{
    margin-top: 25px;
}
#bingo-widget .preview-info .tips{
    font-size: 12px;
    color: #aaaaaa
}
#bingo-widget .preview-info .info .info-title{
    display: inline-block;
    width: 70px;
}
#bingo-widget .preview-info .info a.map-link {
    border-radius: 6px;
    padding: 1px;
    display: inline-block;
}
#bingo-widget .preview-info .info a.map-link.active {
    color: #e02d4e;
    text-decoration: underline;
}
#bingo-widget .preview-info .info .info-content a{
    color: #aaaaaa;
    text-decoration: underline;
}
#bingo-widget .preview-info .info .info-content a:hover{
    color: #565ef9;
    text-decoration: underline;
}
#bingo-widget .download{
    margin-top: 40px;
    text-align: center;
}
#bingo-widget .download a > i{
    margin-right: 5px;
}
#bingo-widget .download-page{
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #7c7ffa;
}
#bingo-widget .btn-base-color{
    transition: all .5s;
    background-color: #3f43fd;
    cursor: pointer;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .093rem;
    outline: 0;
    padding: .75rem 1.375rem;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.6rem;
    padding: 19px 68px;
    border-radius: 5px;
}
#bingo-widget .btn-base-color:hover{
    background: #5457f9;
}
#bingo-widget .download-text{
    margin: 0;
    color: #7c7ffa;
}
#bingo-widget .preview-info .bottom-ad{
    position: absolute;
    bottom: 0;
}
#bingo-widget .preview-info .bottom-ad a img{
    width:316px;
    height:200px;
    border-radius:4px;
}
#bingo-widget .related-themes{
    width: 94%;
    margin: 0 auto;
    margin-top: 10px;
}
#bingo-widget .related-themes .related-themes-title{
    font-size: 16px;
    margin-left: 5px;
}
#bingo-widget .related-themes .related-themes-content{
    margin-top: 10px;
}
#bingo-widget .related-themes .row{
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(338px, 1fr));
    grid-auto-rows: minmax(338px, auto);
    grid-row-gap: 5px;
    justify-items: center;
}
#bingo-widget .related-themes .row::before{
    content: unset;
}
#bingo-widget .related-themes .row .theme-content{
    margin: 15px;
    max-width: 345px;
}
#bingo-widget .related-themes .row .theme-content .item{
    border-radius: 5px;
    margin-bottom: 10px;
}
#bingo-widget .related-themes .row .theme-content .item .cover{
    width: 100%;
    position: relative;
    border-radius: 8px;
    transition: all .3s;
}
#bingo-widget .related-themes .row .theme-content .item .cover img{
    border-radius: 8px;
    width: 100%;
    height: 190px;
}
#bingo-widget .related-themes .row .theme-content .item .content{
    padding: 8px;
}
#bingo-widget .related-themes .row .theme-content .item .content .video-name{
    max-height: 46px;
    margin-bottom: 0px;
    margin-top: 0px;
    white-space: nowrap;
    font-size: 16px;
    color: #07111b;
    line-height: 24px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
    font-weight: 700;
}
#bingo-widget .related-themes .row .theme-content .item .content .course-card-info{
    font-size: 12px;
    color: #93999F;
    line-height: 38px;
    /* margin-top: 0px;
    font-weight: 400;
    height: 38px; */
}
#bingo-widget .related-themes .row .theme-content .item .content .course-card-info .brief{
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    color: #9199a1;
    line-height: 18px;
    margin-top: 4px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
}
#bingo-widget .related-themes .row .theme-content .item .content .course-card-info .tags{
    width: 70%;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}
#bingo-widget .related-themes .row .theme-content .item .content .course-card-info .tags a:hover span{
    color: #0f97ff;
}
#bingo-widget .related-themes .row .theme-content .item .content .course-card-info .date{
    position: relative;
    right: -18px;
    top: -14px;
    color: #b7bbbf;
}
#bingo-widget .related-themes .row .theme-content .item .content .course-card-info span{
    display: inline-block;
    color: #4d555d;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
}
#bingo-widget .related-themes .row .theme-content .item .content .course-card-info .date .fs{
    margin-right: 5px;
}
#bingo-widget .full-screen-wrapper{
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index:1000;
    display: none;
}
#bingo-widget .full-screen-wrapper.full{
    display: block;
}
#bingo-widget .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: 30px 15px 15px;
}
#bingo-widget .reuse-layout {
    padding: 0 16px;
}
#bingo-widget .reuse-layout .reuse-image-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 340px;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-pics {
    height: 340px;
    width: 55%;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-right{
    width:43%;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-right,#bingo-widget .reuse-layout .reuse-image-content .reuse-right .reuse-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-right .reuse-title {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 262px;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-right,#bingo-widget .reuse-layout .reuse-image-content .reuse-right .reuse-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-right .reuse-title .reuse-content {
    max-height: 255px;
    width: 100%;
    margin-top: 12px;
    background: #f9f9f9;
    padding: 15px 0 15px 10px;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-pics .carousel-image{
    height:100%;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-pics .carousel-image .image-wrapper{
    height: 100%;
    display:flex;
    justify-content: center;
    background:#f7f7f7;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-right .reuse-title .product-board-title{
    padding: 0 0 0 20px;
    font-size: 20px;
    color: #2190db;
    font-weight: 600;
    border-left: 4px solid #2190db;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-right .reuse-title .reuse-content {
    max-height: 255px;
    width: 100%;
    margin-top: 12px;
    background: #f9f9f9;
    padding: 15px 0 15px 10px;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-right .reuse-title .reuse-content .reuse-seller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 10px;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-right .reuse-title .reuse-content .widget-content {
    max-height: 149px;
    padding-right: 10px;
    margin-top: 10px;
    font-size: 13px;
    /* color: #667280; */
    line-height: 21px;
    overflow: auto;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-right .reuse-download {
    margin-top:20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-right .reuse-download .product-board-price {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
    color: #f46a4a;
    font-weight: 400;
    margin-right: 12px;
    font-family: PingFangSC-Medium,PingFang SC;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-right .reuse-download .product-board-download, .reuse-layout .reuse-image-content .reuse-right .reuse-download .product-board-purchase {
    padding: 5px 18px;
}
#bingo-widget .button, .button:active .button:hover, .button:link, .button:visited {
    color: #fff;
}
#bingo-widget .button {
    display: inline-block;
    cursor: pointer;
    border: none;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
    padding: 7px 18px 4px;
    border-radius: 2px;
    transition: box-shadow .2s;
    background: #ff7b7b;
    outline: none;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-right .reuse-download .bvw{
    background: #318bf4;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-right .reuse-download .bvw:hover{
    background: #66a9f5;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-right .reuse-download .code{
    background: #5457f9;
}
#bingo-widget .reuse-layout .reuse-image-content .reuse-right .reuse-download .code:hover{
    background: #aeafff;
}


/*登录注册页面*/
.bingo-sign{
    background: #f1f1f1;
}
.bingo-sign .content{
    margin: 50px auto;
    display: block;
    width: 500px;
    min-height: 550px
}
.bingo-sign .content form .group{
    margin-bottom: 20px;
}
.bingo-sign .content form .group.register{
    margin-bottom: 5px;
    text-align: center;
}
.bingo-sign .content input[type="submit"]{
    cursor: pointer;
    margin:20px auto;
    margin-bottom:0px;
    display: block;
    width:150px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 2px solid #0f97ff;
    color: #fff;
    background: #0f97ff;
    border-radius: 3px;
    transition: all .2s;
}
.bingo-sign .content input[type="submit"]:hover {
    background-color: #1788e2;
    border-color: #1788e2;
    color: rgba(255, 255, 255, 1);
}

.bingo-sign .content .text-message {
    font-size: 13px;
    border-left: 4px solid #00a0d2;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
.bingo-sign .content .text-message.error{
    border-left-color: #dc3232;
    color: #dc3232;
}

.bingo-sign .quick-oauth {
    height: 100px;
    padding-top: 15px;

    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;

}
.bingo-sign .quick-oauth .oauth-title {
    position: relative;
}
.bingo-sign .quick-oauth .oauth-title .text {
    color: #999;
    font-size: 16px;
}

.bingo-sign .quick-oauth .oauth-item {
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-grow: 1;
    align-items: flex-end;
}
.bingo-sign .quick-oauth .oauth-item .item {
    cursor: pointer;
    margin: 0 20px;
    height: 42px;
    width: 42px;
    text-align: center;
    background-image: url(../../assets/images/user/oauth-logo.png);
    background-repeat: no-repeat;
    background-size: 42px;
    background-position: top center;
}
.bingo-sign .quick-oauth .oauth-item .item.item-google {
    background-position: center -51px;
    background-size: 40px;
}
.bingo-sign .quick-oauth a {
    display: inline-block;
    font-weight: lighter;
    color: #4267b2;
    font-size: 14px;
    text-decoration: none;
}
.banner-bg {
    color: #fff;
    position: absolute;
    width: 100%;
    top: 154px;
    z-index: 1;
}
#bingo-privacy-policy,
#bingo-submission-policy,
#bingo-vip-service,
#bingo-submission,
#bingo-terms-conditions
{
    background: white;
}
#bingo-privacy-policy .banner-bg .title,
#bingo-submission-policy .banner-bg .title,
#bingo-vip-service .banner-bg .title,
#bingo-submission .banner-bg .title,
#bingo-terms-conditions .banner-bg .title {
margin-right: auto;
margin-left: auto;
padding-left: 25px;
max-width: 1200px;
}

#bingo-privacy-policy .banner-bg .title h1,
#bingo-submission-policy .banner-bg .title h1,
#bingo-vip-service .banner-bg .title h1,
#bingo-terms-conditions .banner-bg .title h1,
#bingo-submission .banner-bg .title h1
{
text-align: center;
font-weight: bold;
}
#bingo-privacy-policy .banner-bg .title p,
#bingo-submission-policy .banner-bg .title p,
#bingo-vip-service .banner-bg .title p,
#bingo-submission .banner-bg .title p,
#bingo-terms-conditions .banner-bg .title p
{
text-align: center;
font-size: 20px;
}
#bingo-privacy-policy .privacy-policy,
#bingo-submission .submission,
#bingo-submission-policy .submission-policy,
#bingo-vip-service .vip-service,
#bingo-terms-conditions .terms-conditions {
max-width: 1140px;
padding-left: 20px;
padding-right: 20px;
font-family: Ð¢extaalt, sans-serif;
font-size: 18px;
margin: auto;
}
#bingo-submission .submission .container,
#bingo-privacy-policy .privacy-policy .second-container,
#bingo-submission-policy .submission-policy .second-container,
#bingo-vip-service .vip-service .second-container,
#bingo-terms-conditions .terms-conditions .second-container {
padding: 20px 0 50px;
}
#bingo-privacy-policy .privacy-policy .second-container p,
#bingo-submission-policy .submission-policy .second-container p,
#bingo-vip-service .vip-service .second-container p,
#bingo-terms-conditions .terms-conditions .second-container p {
margin-bottom: 1.612em;
font-family: "PingFangSC-Regular","Arial","Microsoft Yahei","Helvetica Neue","Helvetica",sans-serif;
color: #555;
}
#bingo-privacy-policy .privacy-policy .second-container h4,
#bingo-submission-policy .submission-policy .second-container h4,
#bingo-vip-service .vip-service .second-container h4,
#bingo-terms-conditions .terms-conditions .second-container h4 {
font-size: 24px;
margin-bottom: .62em;
}
#bingo-submission .submission-form {
width: 735px;
margin: 20px auto;
}
#bingo-submission .submission-form label {
display: block;
width: 100%;
margin: 0 0 20px 0;
overflow: hidden;
text-align: center;
}
#bingo-submission .submission-form span {
font-size: 18px;
color: #999;
line-height: 38px;
display: block;
min-width: 100px;
float: left;
text-align: left!important;
}
#bingo-submission .submission-form input{
border: 1px solid #eee;
display: block;
width: 100%;
max-width: 600px;
padding: 0 10px;
line-height: 38px;
float: left;
background: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#bingo-submission .submission-form p {
color: #bbb;
font-size: 15px;
margin: 10px 0 0 100px;
display: block;
float: left;
line-height: 19px;
}
#bingo-submission .submission-form textarea {
border: 1px solid #eee;
display: block;
width: 100%;
max-width: 600px;
padding: 0 10px;
line-height: 20px;
float: left;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#bingo-submission .submission-form label:last-child {
margin: 0 0 0 100px;
line-height: 100%;
text-align: center;
}
#bingo-submission .submission-form label:last-child #con-proto {
margin-top: 8px;
display: block;
width: 25px;
}
#bingo-submission .submission-form label:last-child span {
display: inline-block;
font-size: 15px;
line-height: 30px;
}
#bingo-submission .submission-form label:last-child .btn {
display: inline-block;
font-size: 15px;
width: 100px;
height: 30px;
line-height: 25px;
background: #00a4ff;
color: #fff;
}
#bingo-3dmaplist .breadcrumb{
    margin-top:20px;
}
#bingo-3dmaplist .col-md-4 {
    flex: 0 0 33.33333%;
    display: inline-block;
    height:260px;
}
#bingo-3dmaplist .item .cover{
    width: 100%;
    height: auto;
    position: relative;
    transition: all .3s;
    cursor: pointer;
}
#bingo-3dmaplist .item .content{
    margin: 0 5px;
}
#bingo-3dmaplist .item .cover img,
#bingo-3dmaplist .item .cover video{
    width:100%;
    background-color: black;
}

#bingo-3dmaplist .item .content .video-name{
    font-size: 16px;
    color: #443f57;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 46px;
    transition: all .3s;
    margin-bottom: 0px;
    margin-top: 7px;
    white-space: nowrap;
}
#bingo-3dmaplist .item .content .video-name a{
    color: #4d555d;
}
#bingo-3dmaplist .item .content .video-name a:hover{
    color:#0f97ff
}
#bingo-3dmaplist .item .content .course-card-info .tags a:hover
{
    color:#0f97ff
}
#bingo-3dmaplist .item:hover .cover{
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, 0.1);
}
#bingo-3dmaplist .item .content .course-card-info{
    font-size: 12px;
    color: #93999F;
    line-height: 24px;
    margin-top: 0px;
    font-weight: 400;
}
#bingo-3dmaplist .item .content .course-card-info .biref{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
#bingo-3dmaplist .item .content .course-card-info span{
    display: inline-block;
}
#bingo-3dmaplist .item .content .course-card-info a{
    display: inline-block;
}
#bingo-3dmaplist .item .content .course-card-info .tags{
    width: 60%;
    height: 24px;
    overflow: hidden;
    display: inline-block;
}
#bingo-3dmaplist .item .content .course-card-info .tags a{
    color: #4d555d;
}
#bingo-3dmaplist .item .content .course-card-info .brief{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #bfbfbf;
    width: 100%;
}
#bingo-3dmaplist .item .content .course-card-info .date{
    position: absolute;
    color: #bfbfbf;
    right: 25px;
}
#bingo-3dmaplist .item .content .course-card-info .date .fs {
    margin-right: 3px;
}
#bingo-3dmaplist .item .content .course-card-info i{
    vertical-align: bottom;
}
#bingo-3dmaplist .type-title .more{
    font-size: 9px;
    position: absolute;
    right: 0;
    top: 10px;
}
#bingo-3dmaplist .type-title .more a{
    color: #4D555D;
}
#bingo-3dmaplist .type-title .more a:hover{
    color: #4D555D;
    text-decoration: underline;
}
#bingo-3dmaplist .container .row .col-md-4 .item .theme-cover:hover .main-img{
    display: none;
}
#bingo-3dmaplist .container .row .col-md-4 .item .theme-cover .cover-play-btn,
#bingo-3dmaplist .container .row .col-md-4 .item .theme-cover .preview-img,
#bingo-3dmaplist .container .row .col-md-4 .item .theme-cover video{
    display: none;
}
#bingo-3dmaplist .container .row .col-md-4 .item .theme-cover:hover .preview-img,
#bingo-3dmaplist .container .row .col-md-4 .item .theme-cover:hover video{
    display: block;
}

#bingo-3dmaplist .container .row .col-md-4 .item .theme-cover:hover .cover-play-btn{
    display: block;
    z-index: 60;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    line-height: 50px;
}
#bingo-3dmaplist .container .row .col-md-4 .item .theme-cover:hover .cover-play-btn span{
    padding: 5px 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: white;
    letter-spacing: 1px;
    line-height: 30px;
    transition: all 0.3s;
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: inline-block;
    width: 65px;
    height: 40px;
    background-color: rgba(23,34,35,.75);
    text-align: center;
}
#bingo-3dmaplist .container .row .col-md-4 .item .theme-cover:hover .cover-play-btn span i{
    font-size: 20px;
    color: #fff;
    position: relative;
    left: 2px;
}
#bingo-3dmaplist .container .row .col-md-4 .item .theme-cover:hover .cover-play-btn span:hover{
    background: #3eb0ef;
}

#bingo-3dmaplist .container .like-title{
    margin: 15px 0px;
    background-color: #F5F5F5;
    border: 1px solid #DFDFDF;
    line-height: 50px;
    padding-left: 15px;
    clear: both;
    font-size: 16px;
}

#bingo-3dmaplist .area-info{
    background:#f5f5f5 ;
}
#bingo-3dmaplist .menu-search-wrapper{
    margin-top:29px;
    margin-bottom:18px;
    display: flex;
    justify-content: space-between;
}
#bingo-3dmaplist .menu-search-wrapper .menu-select-wrapper{
    display: flex;
}
#bingo-3dmaplist .menu-search-wrapper .menu-select-wrapper .dropdown{
    margin-right:10px;
}
#bingo-3dmaplist .menu-search-wrapper .menu-select-wrapper .dropdown .btn{
    width: 135px;
    padding: unset;
    height: 30px;
}
#bingo-3dmaplist .menu-search-wrapper .menu-select-wrapper .map-title{
    display: flex;
    justify-content: center;
    width:116px;
    margin-right: 12px;
}
#bingo-3dmaplist .menu-search-wrapper .menu-select-wrapper .map-title span{
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    text-align: center;
    color: #0c0d22;
    line-height: 30px;
    letter-spacing: 1.6px;
}
#bingo-3dmaplist .menu-search-wrapper .menu-select-wrapper .select-province-city-district{
    width: 340px;
    height: 30px;
    border: 1px solid #e5e5e6;
    border-radius: 4px;
    padding: 0px 18px;
}
#bingo-3dmaplist .menu-search-wrapper .menu-select-wrapper .select-province-city-district a span{
    font-size: 12px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    color: #71777f;
    line-height: 30px;
    letter-spacing: 1.2px;
}
#bingo-3dmaplist .menu-search-wrapper .menu-select-wrapper .select-province-city-district a span:hover{
    color: #5169cf;
}
#bingo-3dmaplist .menu-search-wrapper .product-search{
    position: relative;
}
#bingo-3dmaplist .menu-search-wrapper .product-search input{
    padding:0px;
    padding-left:30px;
    width:295px;
    height: 30px;
}
#bingo-3dmaplist .menu-search-wrapper .product-search i{
    position: absolute;
    top: 5px;
    left: 10px;
}
#bingo-3dmaplist .area-info .map-wrapper{
    height: 254px;
    display: flex;
}
#bingo-3dmaplist .area-info .province-wrapper{
    width:136px;
    margin-right:8px;
    overflow-y: auto;
    background:#fcfcfc;
}
#bingo-3dmaplist .area-info .province-wrapper::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
#bingo-3dmaplist .area-info .province-wrapper::-webkit-scrollbar-button {
    display: none;
}
#bingo-3dmaplist .area-info .province-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #e5e5e6;
}
#bingo-3dmaplist .area-info .province-wrapper::-webkit-scrollbar-track {
    background: transparent;
}
#bingo-3dmaplist .area-info .province-wrapper ul li{
    text-align: center;
}
#bingo-3dmaplist .area-info .province-wrapper ul li span{
    font-size: 12px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    letter-spacing: 1.2px;
    cursor: pointer;
}
#bingo-3dmaplist .area-info .province-wrapper ul li:hover span{
    color:#5169cf;
}
#bingo-3dmaplist .area-info .province-wrapper ul li.active{
    background-color: #5169cf;
}
#bingo-3dmaplist .area-info .province-wrapper ul li.active span{
    color: #FCFCFC;
}
#bingo-3dmaplist .area-info .district-wrapper{
    width:100%;
    border: 1px solid #e5e5e6;
    padding :5px;
}
#bingo-3dmaplist .area-info .district-wrapper-scrollbar{
    overflow-y: auto;
    height: 240px;
    padding: 15px 25px;
}
#bingo-3dmaplist .area-info .district-wrapper-scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
#bingo-3dmaplist .area-info .district-wrapper-scrollbar::-webkit-scrollbar-button {
    display: none;
}
#bingo-3dmaplist .area-info .district-wrapper-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #e5e5e6;
}
#bingo-3dmaplist .area-info .district-wrapper-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

#bingo-3dmaplist .area-info .district-wrapper .province-detail{
    display: none;
}

#bingo-3dmaplist .area-info .district-wrapper .province-detail.active{
    display: block;
}
#bingo-3dmaplist .area-info .district-wrapper .province-detail h3{
    margin:0px;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    color: #0c0d22;
    line-height: 21px;
    margin-bottom: 5px;
    cursor: pointer;
}
#bingo-3dmaplist .area-info .district-wrapper .province-detail h3.active span{
    color:#5169cf;
    background: #D0D5EB;
    border-radius: 3px;
}
#bingo-3dmaplist .area-info .district-wrapper .province-detail h3:hover{
    color:#5169cf;
}
#bingo-3dmaplist .area-info .district-wrapper .province-detail .city-detail{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
#bingo-3dmaplist .area-info .district-wrapper .province-detail .city-detail .district{
    margin-right: 20px;
    margin-bottom: 6px;
}
#bingo-3dmaplist .area-info .district-wrapper .province-detail .city-detail .district span{
    font-size: 12px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: center;
    color: #71777f;
    line-height: 21px;
    cursor: pointer;
}
#bingo-3dmaplist .area-info .district-wrapper .province-detail .city-detail .district span.active{
    color:#5169cf;
    background: #D0D5EB;
    border-radius: 3px;
    padding: 5px;
}
#bingo-3dmaplist .area-info .district-wrapper .province-detail .city-detail .district span:hover{
    color:#5169cf;
}
#bingo-3dmaplist .theme-row{
    margin-top:30px;
}
#bingo-3dmaplist .theme-row .list-empty{
    margin-left: 15px;
    text-align: center;
    height: 100px;
    line-height: 100px;
}
#bingo-3dmaplist .area-info .box{
    height: 338px;
    background: #fcfcfc;
    padding:15px 10px;
    margin-bottom:30px;
}
#bingo-3dmaplist .area-info .box .box-header{
    margin-bottom:6px;
}
#bingo-3dmaplist .area-info .box .box-header .circle{
    width:6px;
    height: 6px;
    border-radius: 50%;
    background:#ea7e2e;
    display: inline-block;
    margin-left:10px;
}
#bingo-3dmaplist .area-info .box .box-header .blue{
    background:#5169cf;
}
#bingo-3dmaplist .area-info .box .box-header .box-header-title{
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    text-align: center;
    color: #3b3b47;
    line-height: 21px;
    margin-left:10px;
}
#bingo-3dmaplist .area-info .box .box-body{
    border-top: 1px solid #e5e5e6;
    padding : 18px 10px;
}
#bingo-3dmaplist .area-info .box .box-body .box-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis; 
    margin-bottom: 5px;
}
#bingo-3dmaplist .area-info .box .box-body .box-title span{
    font-size: 12px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    margin:0px;
    color: #71777f;
    line-height: 21px;
    margin-bottom: 5px;
}
#bingo-3dmaplist .area-info .box .box-body .box-title span:hover{
    color: #5169CF;
}
#bingo-solution-park,
#bingo-solution-medical,
#bingo-solution-vehicles{
    background-color: #06090d;
}
#bingo-solution-maintenance{
    background: #111214;
}

#bingo-solution-park footer,
#bingo-solution-medical footer,
#bingo-solution-vehicles footer{
    background: #06090d;
    border: none;
}
#bingo-solution-maintenance footer{
    background: #111214;
    border: none;
}
#bingo-solution-park footer .guide-title,
#bingo-solution-park footer .telephone,
#bingo-solution-medical footer .guide-title,
#bingo-solution-medical footer .telephone,
#bingo-solution-community footer .guide-title,
#bingo-solution-community footer .telephone,
#bingo-solution-vehicles footer .guide-title,
#bingo-solution-vehicles footer .telephone{
    color: white;
}
#bingo-solution-park .welcome_area {
    /* overflow: hidden; */
    background-color: #08101B;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 449px;
}
#bingo-solution-park .welcome_area .container{
    height: 100%;
}
#bingo-solution-park .welcome_area .welcome_content_area{
    margin-left:60px;
    top:45%;
    position: relative;
    transform: translate(0,-50%);
    color:#FFFFFF;
}
#bingo-solution-park .welcome_area .welcome_content_area .community{
    font-size: 40px;
    font-family: PangMenZhengDao-3, PangMenZhengDao-3-Regular;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 4px;
}
#bingo-solution-park .welcome_area .welcome_content_area .community-english{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Light;
    font-weight: 300;
    color: #d3e7fa;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#bingo-solution-park .section-two,#bingo-solution-park .section-three
,#bingo-solution-park .section-four,#bingo-solution-park .section-five,
#bingo-solution-park .section-six,#bingo-solution-park .section-seven{
    color: #d3e7fa;
    padding-top: 50px;
    padding-bottom: 50px;
    /* height: 700px; */
    background-color: #06090d;
}
#bingo-solution-park .section-three{
    padding-bottom: 0px;
}
#bingo-solution-park .content{
    opacity: 0.8;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Light;
    font-weight: 300;
    color: #d3e7fa;
    letter-spacing: 1px;
    line-height:30px; 
    margin-bottom: 50px;
    margin-left: 15px;
}
#bingo-solution-park .arrow{
    height: 54px;
    position: relative;
    top: -8px;
}
#bingo-solution-park .img{
/* 
    width: 1035px;
    height: 436px; */
}
#bingo-solution-park .number{
    padding-right: 10px;
    font-size: 32px;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    color: #d3e7fa;
}
#bingo-solution-park .title{
    font-size: 30px;
    font-family: PangMenZhengDao-3, PangMenZhengDao-3-Regular;
    font-weight: 400;
    color: #d3e7fa;
    letter-spacing: 2px;
}
#bingo-solution-park .cover-park{
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/solutions/park/cover-park.png);
    width: 2837px;
    height: 530px;
    left: 50%;    
    top:40%;      
    transform:translate(-50%,-50%);
    position: absolute;
    z-index: -1;
}

#bingo-solution-park .section-seven{
    padding-bottom:150px;
}
#bingo-solution-park .img_mid{
    margin-top: 30px;
    margin-bottom: 30px;
}

#bingo-solution-park .content_bottom{
    margin-bottom:100px
}
#bingo-solution-park .p-section {
    padding-top: 70px;
    padding-bottom: 40px;
    color: #535353;
}
#bingo-solution-park .p-section-center,
#bingo-solution-park .p-section-center,
#bingo-solution-park .p-section-center
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#bingo-solution-park .p-section-3 {
    position: relative;
    width: 100%;
    min-width: 1024px;
    height: 230px;
    padding: 60px 0;
    background: #0f125c;
    background-size: cover;
}
#bingo-solution-park .p-section-3.park,
#bingo-solution-vehicles .p-section-3.vehicles{
    background: #08101B;
}
#bingo-solution-maintenance .p-section-3.maintenance{
    background: #111214;
}
#bingo-solution-park .p-section-3 h1 {
    font-size: 32px;
    color: #fff;
}

#bingo-solution-park .p-section-center h1 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
#bingo-solution-park .p-section-3 .p-btn-try,

#bingo-solution-park .p-section-3 a {
    position: relative;
    z-index: 2;
}
#bingo-solution-park .footer-park{
    background: #08101B !important;
}
#bingo-solution-park .margin-img{
    margin-top:50px;
}

#bingo-solution-park .container{
    position: relative;
}
#bingo-solution-park #video{
    width:1140px;
    height: 480px;
}
#bingo-solution-vehicles #video{
    height: 385px;
}
.solution-universal #video{
    width:1140px;
    height: 325px;
    margin-bottom: 100px;
}
.solution-universal .welcome_area {
    background-color: #0C121B;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 464px;
}
.solution-universal .welcome_area .container{
    height: 100%;
}
.solution-universal .welcome_area .welcome_content_area{
    top:45%;
    position: relative;
    transform: translate(0,-50%);
    color:#FFFFFF;
}
.solution-universal .welcome_area .welcome_content_area .word-title1{
    opacity: 1;
    font-size: 38px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: bold;
    color: #009cff;
}
.solution-universal .welcome_area .welcome_content_area .word-title2{
    font-size: 38px;
    font-family: Source Han Sans CN, Source Han Sans CN-Normal;
    font-weight: Normal;
    color: #ffffff;
}
.solution-universal .welcome_area .welcome_content_area .word-english{
    opacity: 0.5;
    font-size: 12px;
    font-family: Source Han Sans CN, Source Han Sans CN-ExtraLight;
    font-weight: bold;
    color: #d3e7fa;
    letter-spacing: 2px;
    text-shadow: 0px 8px 19px 0px #000000; 
}
.solution-universal .welcome_area .welcome_content_area .word-frame{
    padding: 0px 25px;
    width: 510px;
    height: 82px;
    background-color:rgba(6,14,26,0.6);
    white-space: nowrap;
    overflow: visible;
}
.solution-universal .section-two,.solution-universal .section-three
,.solution-universal .section-four{
    color: #d3e7fa;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #0c121b;
    position: relative;
    z-index:1;
}
.solution-universal .section-four{
    padding-bottom: 0px;
}
.solution-universal .section-two{
    padding-top: 100px;
}
.solution-universal .section-three{
    z-index:2;
    position: relative;
}
.solution-universal .section-four .welcome_content_area{
    z-index:3;
}
.solution-universal .content{
    line-height: 30px;
    opacity: 0.5;
    font-size: 17px;
    font-family: Microsoft YaHei, Microsoft YaHei-Light;
    font-weight: 300;
    color: #d3e7fa;
    letter-spacing: 1px;
    margin-bottom:60px;
}
.solution-universal .content-bottom{
    margin-bottom:100px;
}

.solution-universal .section-two .content{
    margin-top:30px;
    width:683px
}

.solution-universal .arrow{
    height: 54px;
    position: relative;
    top: -8px;
}
.solution-universal .img{
}
.solution-universal .number{
    width: 36px;
    height: 25px;
    font-size: 32px;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: bold;
    color: #fecd78;
    text-shadow: 0px 8px 19px 0px #000000; 
}
.solution-universal .title{
    font-size: 30px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: bold;
    color: #d3e7fa;
    letter-spacing: 5px;
    text-shadow: 0px 8px 19px 0px #000000; 
    margin-left:10px;
    margin-right:20px;
}
.solution-universal .title-english{
    opacity: 0.1;
    font-size: 30px;
    font-family: Source Han Sans CN, Source Han Sans CN-Heavy;
    font-weight: 800;
    color: #d3e7fa;
    text-transform:uppercase;
}
.solution-universal .cover-medical{
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/solutions/medical/cover-medical.png);
    background-repeat: no-repeat;
    width: 1920px;
    height: 464px;
    left: 50%;    
    top:50%;      
    transform:translate(-50%,-50%);
    position: absolute;
    z-index: -1;
}
.solution-universal .cover-vehicles{
    background-image: url(/sanwei/cover.jpg);
    background-repeat: no-repeat;
    width: 1920px;
    height: 464px;
    left: 50%;    
    top:50%;      
    transform:translate(-50%,-50%);
    position: absolute;
    z-index: -1;
}

.solution-universal .cover-maintenance{
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/solutions/maintenance/cover.png);
    background-repeat: no-repeat;
    width: 1920px;
    height: 464px;
    left: 50%;    
    top:50%;      
    transform:translate(-50%,-50%);
    position: absolute;
    z-index: -1;
}

.solution-universal .cover-bottom{
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/solutions/medical/bottom.png);
    width: 1920px;
    height: 400px;
    position: absolute;
    left: 50%;    
    top:50%;      
    transform:translate(-50%,-50%);
}

.solution-universal .p-section {
    padding-top: 70px;
    padding-bottom: 40px;
    color: #535353;
}
.solution-universal .p-section-center,
.solution-universal .p-section-center,
.solution-universal .p-section-center
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.solution-universal .p-section-3 {
    position: relative;
    width: 100%;
    min-width: 1024px;
    height: 230px;
    padding: 60px 0;
    background: #0f125c;
    background-size: cover;
}
.solution-universal .bottom .medical{
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: transparent;
    z-index:2
}
.solution-universal .p-section-3 h1 {
    font-size: 32px;
    color: #fff;
}

.solution-universal .p-section-center h1 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
.solution-universal .p-section-3 .p-btn-try,

.solution-universal .p-section-3 a {
    position: relative;
    z-index: 2;
}
.solution-universal .footer-park{
    background: #08101B !important;
}
.solution-universal .container{
    position: relative;
}
.solution-universal .section-four .display-frame{
    width:100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.solution-universal .section-four .display-frame .display-frame-content{
    text-align: center;
}
.solution-universal .section-four .display-frame .display-frame-content .display-frame-img1{
    width:500px;
    margin-left:50px;
}
.solution-universal .section-four .display-frame .display-frame-content .display-frame-img2{
    width:500px;
    margin-right:50px;
}
.solution-universal .section-four .smart-frame{
    width:100%;
    margin-top:40px;
    margin-bottom:40px;
    display: flex;
    justify-content: space-between;
}
.solution-universal .section-four .smart-frame-top{
    margin-top:60px;
}
.solution-universal .section-four .smart-frame .smart-title{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #d3e7fa;
    letter-spacing: 1px;
}
.solution-universal .section-three .container{
    z-index:2
}
.solution-universal .section-four .smart-frame-content {
    width:550px;
    padding: 0 30px;
}
.solution-universal .section-four .smart-frame-img {
    width:640px;
}
.solution-universal .section-four .smart-frame-word {
    display: flex;
    justify-content: center;
    flex-direction:column
}
.solution-universal .section-four .smart-frame-flex{
    display: flex;
    justify-content: flex-end;
}
.solution-universal .section-four .smart-frame-word .smart-frame-word-title{
    display: flex;
    margin-bottom: 20px;
}
.solution-universal .section-four .smart-frame-word .blue-line {
    margin-right:15px;
    position: relative;
    top:4px;
    width: 3px;
    height: 23px;
    opacity: 1;
    background: #3898ff;
}

.solution-universal .section-four .smart-frame .smart-content{
    opacity: 0.5;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Light;
    font-weight: 300;
    color: #d3e7fa;
    letter-spacing: 1px;
}
.solution-universal .bottom {
    background-color: #0c121b;
    width: 100%;
    position: relative;
    /* z-index: 1; */
    height: 400px;
}
.solution-universal .line-frame {
    margin-top:100px;
}
.solution-universal .welcome_content_area .structure-frame{
    min-width: 1140px;
    width:100%;
    text-align: center;
}
.solution-universal .welcome_content_area .second-title-frame{
    margin-top:40px;
    margin-bottom: 20px;
}
.solution-universal .welcome_content_area .second-title-margin{
    margin-top:100px;
}

.solution-universal .welcome_content_area .round{
    position: relative;
    top:-5px;
    margin-right:10px;
}
.solution-universal .welcome_content_area .second-title{
    font-size: 22px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #d3e7fa;
    letter-spacing: 1px;
}
.solution-universal .welcome_content_area .mid-img{
    margin-top:50px;
    margin-bottom:50px;
}
.solution-universal .welcome_content_area .display-word{
    opacity: 0.5;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Light;
    font-weight: 300;
    color: #d3e7fa;
    letter-spacing: 1px;
}
.solution-universal .welcome_content_area .img-bottom{
    margin-bottom: 100px;
}
.solution-universal .welcome_content_area .img-little-bottom {
    margin-bottom: 50px;
}
.solution-universal .welcome_content_area .display-frame-content .img1{
    width:100%;
    height: 275px;
}
.solution-universal .welcome_content_area .display-frame-content .img1{
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/solutions/medical/display3.png);
    background-size:100% 100%;
}
.solution-universal .welcome_content_area .display-frame-content .img2{
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/solutions/medical/display4.png);
    background-size:100% 100%;
}

.solution-universal .section-three .left-round{
    pointer-events: none;
    position: absolute;
    top:-10px;
    z-index:1
}
.solution-universal .section-four .left-round-bottom{
    pointer-events: none;
    position: absolute;
    top:2500px;
    z-index:-1
}
.solution-universal .section-four .right-round{
    pointer-events: none;
    position: absolute; 
    z-index:-1;
    top:800px;
    right:0px;
}
.solution-universal .section-two .welcome_content_area .word-image-frame{
    display:flex;
    position: relative;
}
.solution-universal .section-two .welcome_content_area .left-arrow{
    position: absolute;
    right: 0;
    top:-140px;
}
.solution-universal .line-frame .img-width{
    width:100%
}
.solution-universal .img-right-frame{
    margin-left: 100px;
    position: relative;
}
.solution-universal .img-right-frame .medical{
    position: absolute;
    top:49.5%;
    left: 66.9%;
    transform: translate(-50%,-50%);
    /* top:2px;
    left:362px; */
    width:666px;
    height: 375px;
    display: none;
}
.solution-universal .gif-width{
    width:500px;
}
.solution-universal .footer-medical{
    position: relative;
    background: #0c121b!important;
    border-top:1px solid rgba(255,255,255,0.1)
}
.solution-universal .section-two .video-loader{
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/solutions/park/play.svg);
    width: 80px;
    height: 80px;
    background-size: cover;
    cursor:pointer;
    position: absolute;
    top:50%;
    left:695px;
    transform: translate(-50%,-50%);
    display: block;
    opacity: 0.8;
}
.solution-universal .section-four .img-display{
    margin-bottom:40px;
}
.solution-universal .agriculture-title{
    color: #383f3f;
}
.solution-universal .section-four .smart-frame .smart-agriculture-title{
    color: #383F3F;
}

.solution-universal .cover-agriculture{
    left: 50%;    
    top:45%;      
    transform:translate(-50%,-50%);
    width:1920px;
    height:550px;
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/solutions/agriculture/cover-agriculture.png);
}
.solution-universal .section-agriculture-two,.solution-universal .section-agriculture-three
,.solution-universal .section-agriculture-four{
    background-color: #f8f8f8;
}
.solution-universal .agriculture-number{
    color: #27B37D;
}
.solution-universal .agriculture-content{
    color: #333333;
    opacity:1;
}
.solution-universal .welcome_content_area .agriculture-title{
    color: #333333;
}
.solution-universal .section-four .smart-frame-word .blue-line {
    background: #27B37D;
}
.solution-universal .section-four .smart-frame .smart-agriculture-content{
    color: #383F3F;
    opacity: 1;
}
.solution-universal .agriculture-cover-bottom{
    background-image: none;
    background-color: #20273b;
}
.solution-universal .footer-agriculture{
    background: #20273b;
}
.solution-universal .img-agriculture-bottom{
    margin-bottom: 280px;
}
.solution-universal .section-four .bg-agriculture{
    width:100%;
    position: absolute; 
    z-index:-1;
    bottom:0;
    right:0px;
}
header .header-agriculture-bg {
    background-color:rgba(0,0,0,0.2);
}

.solution-universal .section-agriculture-four{
    height:100%;
}
.solution-universal .section-two .welcome_content_area .agriculture-left-arrow{
    opacity: 0.3;
}
.solution-universal .welcome_area .welcome_content_area .agriculture-frame{
    width: 500px;
}
.solution-universal .agriculture-bottom-section{
    background-color: #20273b;
}
.solution-universal .video-agriculture{
    width:1140px;
    height: 481px;
    margin-bottom: 200px;
}
.solution-universal #agriculture-video{
    position: absolute;
    top:49.6%;
    left: 46.1%;
    transform: translate(-50%,-50%);
    width:936px;
    height: 393px;
    display: none;
}
.solution-universal .section-two .agriculture-video-loader{
    left:480px;
}
.solution-universal .section-three .left-agriculture-round-first{
    top:600px;
}
.solution-universal .section-four .left-agriculture-round-second{
    top:2800;
}
#bingo-solution-community .cover-community{
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/solutions/community/cover.png);
    background-repeat: no-repeat;
    width: 1920px;
    height: 464px;
    left: 50%;    
    top:50%;      
    transform:translate(-50%,-50%);
    position: absolute;
    z-index: -1;
}
#bingo-solution-community .welcome_area .welcome_content_area .community-title1{
    background-image: linear-gradient( to right,#90e0b5 0%, #bac167 50%, #ebbf4c 100%);
    background-clip:text;
    -webkit-background-clip:text;
    color: transparent;
}
#bingo-solution-community .section-two .community-content,
#bingo-solution-mine .section-two .mine-content{
    width:unset;
    font-weight:400;
    /* width:100%; */
}
#bingo-solution-community .section-two,
#bingo-solution-community .section-three,
#bingo-solution-community .section-four,
#bingo-solution-mine .section-two,
#bingo-solution-mine .section-three,
#bingo-solution-mine .section-four,
#bingo-solution-party-building .section-two,
#bingo-solution-party-building .section-three,
#bingo-solution-party-building .section-four,
#bingo-solution-hospital .section-two,
#bingo-solution-hospital .section-three,
#bingo-solution-hospital .section-four{
    background-color:#f8f8f8;
}
#bingo-solution-maintenance .section-two,
#bingo-solution-maintenance .section-three,
#bingo-solution-maintenance .section-four{
    background-color:#080808;
}
#bingo-solution-community .community-title,
#bingo-solution-mine .mine-title,
#bingo-solution-party-building .party-building-title{
    color:#383F3F;
}
#bingo-solution-hospital .hospital-title,
#bingo-solution-hospital .hospital-number{
    background-image: linear-gradient( to right,#0095FF 0%, #00EBFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

#bingo-solution-community .community-content,
#bingo-solution-mine .mine-content,
#bingo-solution-party-building .party-building-content,
#bingo-solution-hospital .hospital-content{
    color:#333333;
    opacity: 1;
    font-weight:400;
    margin-top:20px;
    margin-bottom: 100px;
}

#bingo-solution-community .welcome_content_area .community-second-title,
#bingo-solution-mine .welcome_content_area .mine-second-title,
#bingo-solution-party-building .welcome_content_area .party-building-second-title,
#bingo-solution-hospital .welcome_content_area .hospital-second-title{
    color:#383F3F;
}
#bingo-solution-community .section-four .smart-frame .community-smart-content,
#bingo-solution-mine .section-four .smart-frame .mine-smart-content,
#bingo-solution-party-building .section-four .smart-frame .party-building-smart-content,
#bingo-solution-hospital .section-four .smart-frame .hospital-smart-content{
    color:#383F3F;
    opacity: 1;
    line-height: 30px;
}
#bingo-solution-community .section-four .smart-frame .community-smart-title,
#bingo-solution-mine .section-four .smart-frame .mine-smart-title,
#bingo-solution-party-building .section-four .smart-frame .party-building-smart-title,
#bingo-solution-hospital .section-four .smart-frame .hospital-smart-title{
    color:#383F3F;
    opacity: 1;
}
#bingo-solution-community #community-video{
    width:100%;
    height:642px;
}
#bingo-solution-community .community-title-english,
#bingo-solution-mine .mine-title-english,
#bingo-solution-party-building .party-building-title-english,
#bingo-solution-hospital .hospital-title-english{
    color:#333333;
    opacity: 0.1;
}

#bingo-solution-community .community-number{
    background-image: linear-gradient( to right,#ee540c 0%, #fbbc43 50%, rgba(251,180,67) 100%);
    background-clip:text;
    -webkit-background-clip:text;
    color: transparent;
}
#bingo-solution-community .welcome_area .welcome_content_area .community-word-english{
    font-weight: normal;
    opacity: 0.8;
}
#bingo-solution-community .community-img-right-frame{
    margin-left: 0;
    position: relative;
}
#bingo-solution-community .video-community{
    margin-bottom:0px;
}
#bingo-solution-community .section-four .community-smart-frame{
    margin-bottom:200px;
}
#bingo-solution-community .section-four .community-img-display{
    margin-bottom:200px;
}
#bingo-solution-community header .classy-nav-container a,
#bingo-solution-mine header .classy-nav-container a,
#bingo-solution-party-building header .classy-nav-container a,
#bingo-solution-hospital header .classy-nav-container a{
    opacity: 1;
    color: black;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#bingo-solution-community header .classy-nav-container .apland-btn-bg a,
#bingo-solution-mine header .classy-nav-container .apland-btn-bg a,
#bingo-solution-party-building header .classy-nav-container .apland-btn-bg a,
#bingo-solution-hospital header .classy-nav-container .apland-btn-bg a{
    color: white;
}
#bingo-solution-community header .classy-nav-container a:hover,
#bingo-solution-mine header .classy-nav-container a:hover,
#bingo-solution-party-building header .classy-nav-container a:hover,
#bingo-solution-hospital header .classy-nav-container a:hover{
    color: #429fff;
}
#bingo-solution-community header .classy-nav-container .apland-btn-bg a:hover,
#bingo-solution-mine header .classy-nav-container .apland-btn-bg a:hover,
#bingo-solution-party-building header .classy-nav-container .apland-btn-bg a:hover,
#bingo-solution-hospital header .classy-nav-container .apland-btn-bg a:hover{
    color: #E64D23;
}
#bingo-solution-vehicles .section-two .content,
#bingo-solution-party-building .section-two .content,
#bingo-solution-hospital .section-two .content,
#bingo-solution-maintenance .section-two .content{
    margin-top: 30px;
    width: unset;
}
#bingo-solution-vehicles #vehicles-video{
    width:100%;
    height:481px;
}
#bingo-solution-vehicles .section-four  .welcome_content_area .smart-frame-bottom{
    margin-bottom:100px;
}
#bingo-solution-mine .cover-mine {
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/solutions/mine/cover.png);
    background-repeat: no-repeat;
    width: 1920px;
    height: 464px;
    left: 50%;    
    top:50%;      
    transform:translate(-50%,-50%);
    position: absolute;
    z-index: -1;
}
#bingo-solution-mine .welcome_area .welcome_content_area .word-title1.mine-title{
    font-size: 40px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    line-height: 47px;
    background: linear-gradient(90deg, #F7B600 0%, #F15400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#bingo-solution-mine  .section-four .smart-frame-word .blue-line{
    background: #FFC000;
}
#bingo-solution-mine .welcome_content_area .structure-frame{
    display:flex;
    justify-content: center;
}
#bingo-solution-mine .welcome_content_area .structure-frame .structure-content-frame{
    position: relative;
}
#bingo-solution-mine .welcome_content_area .structure-frame .structure-content-frame h3{
    font-size: 24px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    position: absolute;
    top: 15px;
    left: 85px;
    letter-spacing: 1px;
}
#bingo-solution-mine .welcome_content_area .structure-frame .structure-content-frame h5{
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    position: absolute;
    top: 65px;
    left: 46px;
    letter-spacing: 1px;
}
#bingo-solution-mine .welcome_content_area .structure-frame .structure-content-frame h5.yellow{
    color: #FFC000;
}
#bingo-solution-mine .welcome_content_area .structure-frame .structure-content-frame h3.yellow{
    color: #FFC000;
}

#bingo-solution-maintenance .welcome_area .welcome_content_area .word-title1.maintenance-title{
    font-size: 40px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    line-height: 47px;
    background: linear-gradient(-34deg,#ff7f1d 1%,#9ce7ee 70%, #aaeef4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#bingo-solution-maintenance .welcome_content_area .img-little-bottom{
    margin-bottom: 200px;
}
#bingo-solution-maintenance .welcome_area .welcome_content_area .word-frame.maintenance-word-frame{
    width: 580px;
    background-color: rgb(32 33 34 / 60%);
}
#bingo-solution-maintenance  .section-four .smart-frame-word .blue-line{
    background: #95f5f4;
}
#bingo-solution-maintenance footer .guide .navigation .guide-title,
#bingo-solution-maintenance .guide .navigation a.guide-content,
#bingo-solution-maintenance footer .guide .message .telephone{
    color: white;
}
#bingo-solution-maintenance .img-margin{
    margin: 50px 0px 100px 0px;
}

#bingo-solution-maintenance .title{
    color: #cfd0cf;
}
#bingo-solution-maintenance .content{
    color: #b6b4bb;
}
#bingo-solution-maintenance .welcome_content_area .second-title{
    color: #cbced1;
}
#bingo-solution-maintenance .section-four .smart-frame .smart-title{
    color: #cbced1;
}
#bingo-solution-maintenance .section-four .smart-frame .smart-content{
    color: #b6b4bb;
}
#bingo-solution-mine .mine,
#bingo-solution-agriculture .agriculture,
#bingo-solution-community .community,
#bingo-solution-party-building .party-building,
#bingo-solution-hospital .footer-whitle{
    background-color: white;
}
#bingo-solution-mine .mine h1,
#bingo-solution-agriculture .agriculture h1,
#bingo-solution-community .community h1,
#bingo-solution-party-building .party-building h1,
#bingo-solution-hospital .footer-whitle h1{
    color: #222222;
    font-size: 30px;
    color: #020710;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}
#bingo-solution-mine .p-btn-try.mine,
#bingo-solution-agriculture .p-btn-try.agriculture,
#bingo-solution-community .p-btn-try.community,
#bingo-solution-party-building .p-btn-try.party-building,
#bingo-solution-hospital .p-btn-try.footer-whitle{
    background-color: #0f97ff;
    color: white;
    margin-top:35px;
}
#bingo-solution-mine .p-btn-try.mine:hover,
#bingo-solution-agriculture .p-btn-try.agriculture:hover,
#bingo-solution-community .p-btn-try.community:hover,
#bingo-solution-hospital .p-btn-try.footer-whitle:hover{
    background-color: #40acff;
}
#bingo-solution-mine #mine-video{
    width:100%;
    height:642px;
}
#bingo-solution-mine .section-two{
    padding-top:130px;
}
#bingo-solution-mine .welcome_content_area .img-bottom,
#bingo-solution-party-building .welcome_content_area .img-bottom{
    margin-bottom: 100px;
}
#bingo-solution-mine .video-mine-smart-frame{
    width:500px;
    height:281px
}
#bingo-solution-mine .section-four .party-building-smart-frame-top,
#bingo-solution-party-building .section-four .party-building-smart-frame-top{
    margin-top:100px;
}
#bingo-solution-mine .section-four .smart-frame-img,
#bingo-solution-party-building .section-four .smart-frame-img,
#bingo-solution-hospital .section-four .smart-frame-img{
    padding:0px;
    width:unset;
}
#bingo-solution-mine .section-four .smart-frame-word,
#bingo-solution-party-building .section-four .smart-frame-word,
#bingo-solution-hospital .section-four .smart-frame-word{
    width:100%;
}
#bingo-solution-mine .section-four .mine-smart-frame-word,
#bingo-solution-party-building .section-four .party-building-smart-frame-word,
#bingo-solution-hospital .section-four .hospital-smart-frame-word{
    padding-left:0px;
    padding-right:60px;
}
#bingo-solution-mine .section-four .mine-smart-frame-word-right,
#bingo-solution-party-building .section-four .party-building-smart-frame-word-right,
#bingo-solution-hospital .section-four .hospital-smart-frame-word-right{
    padding-right:0px;
    padding-left:60px;
}
#bingo-solution-mine .bottom-video-mine {
    width: 1140px;
    height: 642px;
    margin-bottom: 200px;
}

#bingo-solution-party-building .cover-party-building {
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/solutions/party-building/cover.png);
    background-repeat: no-repeat;
    width: 1920px;
    height: 464px;
    left: 50%;    
    top:50%;      
    transform:translate(-50%,-50%);
    position: absolute;
    z-index: -1;
}
#bingo-solution-party-building .welcome_area .welcome_content_area .word-title1.party-building-title{
    font-size: 40px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    line-height: 47px;
    background-image: linear-gradient( to right,#FAE502 0%, #FA3E01 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
#bingo-solution-party-building #party-building-video{
    width:100%;
    height:642px;
}

#bingo-solution-party-building .number{
    background-image: linear-gradient( to right,#FAE502 0%, #FA3E01 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
#bingo-solution-party-building .welcome_content_area .structure-frame .img-word-frame{
    position: relative;
    width:1140px;
    height:288px;
}
#bingo-solution-party-building .welcome_content_area .structure-frame .img-word-frame img{
    width:988px;
    height:288px;
}
#bingo-solution-party-building .welcome_content_area .structure-frame .img-word-frame span{
    font-size: 24px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
}
#bingo-solution-party-building .welcome_content_area .structure-frame .img-word-frame span:nth-of-type(1){
    position: absolute;
    top: 13%;
    left: 13%;
}
#bingo-solution-party-building .welcome_content_area .structure-frame .img-word-frame span:nth-of-type(2){
    position: absolute;
    top: 74%;
    left: 13%;
}
#bingo-solution-party-building .welcome_content_area .structure-frame .img-word-frame span:nth-of-type(3){
    position: absolute;
    top: 13%;
    left: 79%;
}
#bingo-solution-party-building .welcome_content_area .structure-frame .img-word-frame span:nth-of-type(4){
    position: absolute;
    top: 74%;
    left: 79%;
}
#bingo-solution-party-building .video-party-building-smart-frame{
    width:500px;
    height:281px
}
#bingo-solution-party-building .section-four .smart-frame-word .blue-line {
    background: #FA3E01;
}
#bingo-solution-party-building .bottom-video-party-building {
    width: 1140px;
    height: 642px;
    margin-bottom: 200px;
}

#bingo-solution-hospital .cover-hospital {
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/solutions/hospital/cover.png);
    background-repeat: no-repeat;
    width: 1920px;
    height: 463px;
    left: 50%;    
    top:50%;      
    transform:translate(-50%,-50%);
    position: absolute;
    z-index: -1;
}
#bingo-solution-hospital .welcome_area{
    height: 462px;
}
#bingo-solution-hospital .title{
    color: #333333;
}
#bingo-solution-hospital #hospital-video{
    width: 100%;
    height: 642px;
}
#bingo-solution-hospital .video-hospital-smart-frame{
    width: 500px;
    height: 281px;
}
#bingo-solution-hospital .bottom-video-hospital{
    width: 1140px;
    height: 642px;
    margin-bottom: 200px;
}
#bingo-solution-hospital .section-four .smart-frame-word .blue-line{
    background: #94C4C8;
}
#bingo-solution-hospital .welcome_content_area .structure-frame .img-word-frame span:nth-of-type(1){
    position: absolute;
    top: 13%;
    left: 13%;
}
#bingo-solution-hospital .welcome_content_area .structure-frame .img-word-frame span:nth-of-type(2){
    position: absolute;
    top: 74%;
    left: 13%;
}
#bingo-solution-hospital .welcome_content_area .structure-frame .img-word-frame span:nth-of-type(3){
    position: absolute;
    top: 13%;
    left: 79%;
}
#bingo-solution-hospital .welcome_content_area .structure-frame .img-word-frame span:nth-of-type(4){
    position: absolute;
    top: 74%;
    left: 79%;
}
#bingo-solution-hospital .welcome_content_area .structure-frame .img-word-frame span:nth-of-type(5){
    position: absolute;
    top: 45%;
    left: 41%;
    font-size: 30px;
    font-family: PingFang SC-Bold, PingFang SC;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
#bingo-solution-hospital .welcome_content_area .structure-frame .img-word-frame span{
    font-size: 24px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}
#bingo-solution-hospital .welcome_content_area .structure-frame .img-word-frame{
    position: relative;
}


.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}
/*按钮圆形*/
.vjs-paused .vjs-big-play-button, .vjs-paused.vjs-has-started .vjs-big-play-button{
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/solutions/park/play.svg);
    width: 80px;
    height: 80px;
    background-size: cover;
    cursor:pointer;
    position:absolute;
    top:50%;
    left:50%;
    z-index: 100;
    transform: translate(-50%,-50%);
    display: block;
    opacity: 0.8;
    font-size: 0px;
    line-height: 0px;
    border:0px;
    background-color:transparent!important;
}
.vjs-paused .vjs-big-play-button:hover, .vjs-paused.vjs-has-started .vjs-big-play-button:hover{
    background-color:transparent;
}
.video-js .vjs-time-divider{
    min-width:unset;
    padding:0px
}
.video-js .vjs-current-time{
    padding-right: 5px;
}
.video-js .vjs-duration{
    padding-left:5px;
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}
/* 加载圆圈 */
.vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}
/*点击屏幕播放/暂停*/
.video-js.vjs-playing .vjs-tech {
    pointer-events: auto;
}
/*进度显示当前播放时间*/
.video-js .vjs-time-control{display:block;}
.video-js .vjs-remaining-time{display: none;}

@media screen and (min-width: 48em) {
    .js .menu-toggle, .js .dropdown-toggle {
    display: block;
    }
}
.no-svg .dropdown-toggle{
    /* padding: 0;
    right: unset;
    text-align: center; */
    /* width: unset; */
}
