/*--------------------全局样式*正式上线前去掉--------------------*/
body{
    margin: 0;
    padding: 0;
    font-family: 'Source Han Sans CN','Hiragino Sans GB','microsoft yahei', Helvetica,Arial,sans-serif;
    transition: all 3s ease-out;
}
/* .container{
    height: 100%;
} */
/*全局样式结束*/

/*--------------------基础工具条样式定义--------------------*/
@keyframes disabilitiesNav_moveon{
    from{top: -78px}
    to{top:0}
}
@keyframes disabilitiesNav_moveout{
    from{top: 0}
    to{top:-78px}
}
.disabilitiesNav{
    z-index: 99999999999999999999999;
    width: 100%;
    position: fixed;
    top: 0;
    animation-name: disabilitiesNav_moveon;
    animation-duration: 3s;
    background-image: linear-gradient(-225deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%);
    transition: all 3s ease-out
}
.disabilitiesNav-close{
    animation-name: disabilitiesNav_moveout;
    animation-duration: 3s;
}
.disabilitiesMain{
    /*width: 1160px;*/
    margin: auto;
}
ul.disabilitiesN1{
    margin: 0;
    padding: 5px 0;
    text-align: center;
}
ul.disabilitiesN1 li{
    list-style-type: none;
}
ul.disabilitiesN1 li{
    display: inline-block;
    margin: 0 2px;
    padding: 0;
}
ul.disabilitiesN1 li button{
    padding: 0;
    margin: 0;
    line-height: 1;
    border-radius: 8px;
    border: solid 1px rgba(255, 255, 255, 0.3);
    background: rgba(0, 39, 102, 0.4);
    color: #ffffff;
    transition: all 0.2s ease-out
}

ul.disabilitiesN1 li button i{
    font-size: 66px;
}
ul.disabilitiesN1 li button i.bbyf{
    /*蓝底黄字*/
    background: #1601ff;
    color: #fafa00;
    border-radius: 8px;
}
ul.disabilitiesN1 li button i.ybbf{
    /*黄底蓝字*/
    background: #fafa00;
    color: #1601ff;
    border-radius: 8px;
}
ul.disabilitiesN1 li button i.wbbf{
    /*白底黑字*/
    background: #ffffff;
    color: #000000;
    border-radius: 8px;
}
ul.disabilitiesN1 li button i.bbwf{
    /*黑底白字*/
    background: #ffffff;
    color: #000000;
    border-radius: 8px;
}


ul.disabilitiesN1 li button.active{
    color: #d42809;
    background: white;
    cursor: pointer;
    box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.8);
}
/*基础工具条样式定义结束*/

/*--------------------色彩模式--------------------*/
/*.color-general{background-image: linear-gradient(-225deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%);}*/
.color-general{background-image: linear-gradient(-225deg, #6ea1ec 48%, #4c7ccd 100%);}}
.color-deepblue{background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%) !important;}
.color-lightblue{background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%) !important;;}
.color-red{background-image: linear-gradient(-225deg, #A445B2 0%, #D41872 52%, #FF0066 100%) !important;;}
.color-orange{background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%) !important;;}
/*色彩模式结束*/

/*--------------------超大字幕--------------------*/
@keyframes disabilitiesLanguage_moveon{
    from{bottom: -160px}
    to{bottom:0}
}
.disabilitiesLanguage {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
    animation-name: disabilitiesLanguage_moveon;
    animation-duration: 3s;
    background-image: linear-gradient(-225deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%);
}
.disabilitiesLanguage .LanguageMain {
    position: absolute;
    top: 16px;
    z-index: 99999999;
    width: 100px;
}
.disabilitiesLanguage .Languagetext {
    width: 100%;
    position: absolute;
    top: 0;
    left: 150px;
    z-index: 99999999;
}
.disabilitiesLanguage .LanguageTextMin {
    padding-right: 190px;
}
.disabilitiesLanguage ul.font_titleBar,
.disabilitiesLanguage ul.LanguageSpell{
    margin: 0;
    width: 100%;
}
.disabilitiesLanguage ul.font_titleBar li,
.disabilitiesLanguage ul.LanguageSpell li {
    float: left;
    list-style-type: none;
}
.disabilitiesLanguage .LanguageTextMin .LanguageTextContent {
    width: 100%;
    height: 130px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.disabilitiesLanguage .font_titleBar li button {
    width: 48px;
    height: 38px;;
    cursor: pointer;
    margin-bottom: 6px;
}
.disabilitiesLanguage .LanguageSpell li button {
    width: 96px;
    height: 38px;
    cursor: pointer;
    margin-bottom: 6px;
    background: none;
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}
.disabilitiesLanguage .LanguageSpell li button{
    color: #ffffff;
    background: rgba(0, 39, 102, 0.4);
    transition: all 0.2s ease-out
}
.disabilitiesLanguage .LanguageSpell li button i{
    font-size: 32px;
}
.disabilitiesLanguage .font_titleBar li button.jhelper_btn01,
.disabilitiesLanguage .font_titleBar li button.jhelper_btn02{
    font-size: 22px;
    color: #ffffff;
    background: rgba(0, 39, 102, 0.4);
    border: solid 1px rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-out
}
.disabilitiesLanguage .font_titleBar li button.jhelper_btn01{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.disabilitiesLanguage .font_titleBar li button.jhelper_btn02{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.disabilitiesLanguage .font_titleBar li button.jhelper_btn01.active,
.disabilitiesLanguage .font_titleBar li button.jhelper_btn02.active{
    background: rgba(255, 255, 255, 0.75);
    color: #7918F2;
}

.disabilitiesLanguage{ width:100%; height:160px; overflow:hidden; position:fixed; bottom:0; left:0; z-index:9999999999; background:fixed;_position:absolute; _bottom:auto; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
.disabilitiesLanguage .disabilitiesFooterBg{ width:100%; height:160px; position:absolute; top:0; left:0; filter:alpha(opacity=80);-moz-opacity:0.8; opacity:0.8;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5c6262), to(#212121));
    background: -webkit-linear-gradient(#5c6262, #212121);
    background: -moz-linear-gradient(#5c6262, #212121);
    background: -ms-linear-gradient(#5c6262, #212121);
    background: -o-linear-gradient(#5c6262, #212121);
    background: linear-gradient(#5c6262, #212121);
    -pie-background: linear-gradient(#5c6262, #212121);
    border-radius:10px 10px 0 0; background:#484a4a;}
.disabilitiesLanguage .LanguageMain{ position:absolute; top:10px; left:20px; z-index:99999999;width: 100px;}
.disabilitiesLanguage .LanguageMain ul{padding: 0; margin: 0; float: left;}
.disabilitiesLanguage .font_titleBar li{ float:left;}
.disabilitiesLanguage .font_titleBar li input{ width:47px; height:44px; background:url(jhelper_nav.gif) no-repeat; cursor:pointer;}
.disabilitiesLanguage .font_titleBar li input.jhelper_btn01{ background-position:-166px -565px;}.disabilitiesLanguage .font_titleBar li input.jhelper_btn01:hover{ background-position:-269px -565px;}.disabilitiesLanguage .font_titleBar li.disabilitiesNow input.jhelper_btn01{ background-position:-371px -565px;}.disabilitiesLanguage .font_titleBar li.disabilitiesNow input.jhelper_btn01:hover{ background-position:-371px -565px;}
.disabilitiesLanguage .font_titleBar li input.jhelper_btn02{ background-position:-212px -565px;}.disabilitiesLanguage .font_titleBar li input.jhelper_btn02:hover{ background-position:-315px -565px;}.disabilitiesLanguage .font_titleBar li.disabilitiesNow input.jhelper_btn02{ background-position:-418px -565px;}.disabilitiesLanguage .font_titleBar li.disabilitiesNow input.jhelper_btn02:hover{ background-position:-418px -565px;}
.disabilitiesLanguage .LanguageSpell li input{ width:95px; height:45px; border:none; background:url(jhelper_nav.gif) no-repeat; cursor:pointer;}
.disabilitiesLanguage .LanguageSpell li.jhelper_btn01 input{ background-position:-165px -629px;}.disabilitiesLanguage .LanguageSpell li.jhelper_btn01 input:hover{ background-position:-268px -629px;}.disabilitiesLanguage .LanguageSpell li.jhelper_open input{ background-position:-371px -629px;}.disabilitiesLanguage .LanguageSpell li.jhelper_close input{ background-position:-165px -629px;}
.disabilitiesLanguage .LanguageSpell li.jhelper_btn02 input{ background-position:-165px -694px;}.disabilitiesLanguage .LanguageSpell li.jhelper_btn02 input:hover{ background-position:-268px -694px;}.disabilitiesLanguage .LanguageSpell li.jhelper_btn02 input.inputOn{ background-position:-371px -694px;}
.disabilitiesLanguage .Languagetext{ width:100%; position:absolute; top:10px; left:130px; z-index:99999999; overflow: ;}
.disabilitiesLanguage .LanguageTextMin{ padding-right:140px;}
.disabilitiesLanguage .LanguageTextMin .LanguageTextContent{ width:100%;height:138px; background:#dee0e0;border-radius:10px;overflow-y: auto;}
.disabilitiesLanguage .LanguageTextMin .LanguageTextContent p{ width:90%; margin:0 auto;padding: 0;}
.disabilitiesLanguage .LanguageTextMin .LanguageTextContent table{ width:100%; height:138px; margin:0 auto;}
.disabilitiesLanguage .LanguageTextMin .LanguageTextContent table td{ font-size:32px!important; line-height:1.2em!important;font-family:"Microsoft YaHei";text-align:center;vertical-align:middle;}
.disabilitiesLanguage .LanguageTextMin .LanguageTextContent table td.jhelper_pinyin{ font-size:22px!important;}
.disabilitiesLanguage .LanguageTextMin .LanguageTextContent table td#helper_messageBoxText{ width:100%; height:100%;  }
/*超大字幕结束*/

/*--------------------首次提示--------------------*/
@keyframes oldmodeltips_moveon{
    from{right: -410px}
    to{right:0}
}
#oldmodeltips{
    width: 450px;
    z-index: 999999999;
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px;
    background-image: linear-gradient(to left, #0acffe 0%, #495aff 100%);
    position: fixed;
    right: 0;
    bottom: 200px;
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 0 12px #0091FF;
    transition: all 0.3s ease-out;
    animation-name: oldmodeltips_moveon;
    animation-duration: 3s;
}
#oldmodeltips:hover{
    transform: scale(1.1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
    box-shadow: 0 0 12px #FA6400;
}

#oldmodeltips .iconoldlogo{
    font-size: 60px;
    display: inline-block;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-out;
    line-height: 1;
}
#oldmodeltips:hover .iconoldlogo{
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
#oldmodeltips .textarea{
    display: inline-block;
    margin-left: 10px;
}
#oldmodeltips .textarea h2,
#oldmodeltips .textarea h4{
    margin: 0;
    font-weight: bold;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-out;
}
#oldmodeltips:hover .textarea h2,
#oldmodeltips:hover .textarea h4{
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

#oldmodeltips button{
    width: 96px;
    height: 38px;
    cursor: pointer;
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    color: #ffffff;
    background: rgba(0, 39, 102, 0.4);
    transition: all 0.2s ease-out;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}
#oldmodeltips button i{
    font-size: 32px;
}
/*首次提示结束*/

/*--------------------弹窗模式选择--------------------*/
.dialog,
.dialog__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dialog {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none;
    z-index: 99999999999999999999999999999999999;
}

.dialog__overlay {
    position: absolute;
    z-index: 1;
    background: rgba(55, 58, 71, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.dialog--open .dialog__overlay {
    opacity: 1;
    pointer-events: auto;
}

.dialog__content {
    width: 800px;
    padding: 40px 30px 20px 30px;
    text-align: center;
    position: relative;
    z-index: 5;
    opacity: 0;
    box-shadow: 22px 22px 8px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to bottom, #04befe 0%, #3370dc 100%);
    color: #ffffff;
    border-radius: 12px;
}

.dialog--open .dialog__content {
    pointer-events: auto;
}

/* Content */
.dialog h2 {
    font-weight: normal;
    margin: 0 0 30px 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.dialog h2 span{
    font-size: 24px;
    line-height: 1.6;
    display: inline;
    font-weight: 600;
}
.dialog h2 i{
    font-size: 52px;
    display: inline;
    vertical-align: middle;
    margin: 0 10px 0 13px;
}
.dialog_close{
    background: none;
    border: solid 1px #ffffff;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: all 0.2s ease-out;
    line-height: 1;
}
.dialog_close i{
    font-size: 46px;
    color: #ffffff;
}
.dialog_close:hover i{
    color: #0091FF;
}

.container--move {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scale3d(0.95, 0.95, 1);
    transform: scale3d(0.95, 0.95, 1);
}

.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
    opacity: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.7,0,0.3,1);
    animation-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.dialog.dialog--open .dialog__content {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: anim-open;
    animation-name: anim-open;
}

.dialog.dialog--close .dialog__content {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: anim-close;
    animation-name: anim-close;
}

@-webkit-keyframes anim-open {
    0% { -webkit-transform: translate3d(0, calc(50vh + 50%), 0); }
    100% { -webkit-transform: translate3d(0, 0, 0); }
}

@keyframes anim-open {
    0% {  -webkit-transform: translate3d(0, calc(50vh + 50%), 0); transform: translate3d(0, calc(50vh + 50%), 0); }
    100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

@-webkit-keyframes anim-close {
    0% { -webkit-transform: translate3d(0, 0, 0); }
    100% { -webkit-transform: translate3d(0, calc(50vh + 50%), 0); }
}

@keyframes anim-close {
    0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    100% { -webkit-transform: translate3d(0, calc(50vh + 50%), 0); transform: translate3d(0, calc(50vh + 50%), 0); }
}

/*弹窗自定义部份*/
.dialog__content_middle{
    display: flex;
    text-align: center;
}
.model_select{
    width: 30%;
    border: solid 2px #ffffff;
    border-radius: 8px;
    display: inline-block;
    margin: 0 10px;
    padding: 0 10px;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease-out
}
.model_select:hover{
    color: #ffffff;
    background-image: linear-gradient(-45deg, #f09819 0%, #ff5858 100%);
    cursor: pointer;
    border-width: 3px;
    box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
    transition: all 0.2s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.model_select h1{
    font-size: 26px;
    margin-bottom: 5px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.model_select.model_normal p,
.model_select.model_medium p,
.model_select.model_higher p{
    font-weight: bold;
    margin: 0;
    height: 120px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}

.model_select.model_normal p{
    font-size: 16px;
}
.model_select.model_medium p{
    font-size: 19px;
}
.model_select.model_higher p{
    font-size: 22px;
}
.model_select .choose{
    width: 46px;
    height: 46px;
    border: solid 2px #ffffff;
    border-radius: 100%;
    display: block;
    line-height: 46px;
    text-decoration: none;
    margin: 10px auto 20px auto;
}
.model_select .choose i{
    font-size: 20px;
    color: #ff6600;
}
.model_select .choosed{
    background: #ffffff;
    box-shadow: 0 0 6px 4px rgba(255, 255, 255, 0.7);
}
/*弹窗模式结束*/

/*--------------------鼠标响应缓动效果--------------------*/
ul.disabilitiesN1 li button:hover,
.disabilitiesLanguage .font_titleBar li button.jhelper_btn01:hover,
.disabilitiesLanguage .font_titleBar li button.jhelper_btn02:hover,
.disabilitiesLanguage .LanguageSpell li button:hover,
#oldmodeltips button:hover,
.dialog_close:hover{
    color: #d42809;
    background: white;
    cursor: pointer;
    box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.8);
    transform: scale(1.08);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
/*鼠标响应缓动效果结束*/

/*--------------------使用引导样式--------------------*/
.introjs-overlay {
    position: absolute;
    z-index: 999999;
    background-color: #000;
    opacity: 0;
    background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
    background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
    background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.introjs-fixParent {
    z-index: auto !important;
    opacity: 1.0 !important;
    position: absolute !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
    z-index: 9999999 !important;
}

.introjs-disableInteraction {
    z-index: 99999999 !important;
    position: absolute;
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
    position: relative;
}

.introjs-helperLayer {
    position: absolute;
    z-index: 9999998;
    background-color: #FFF;
    background-color: rgba(255,255,255,.9);
    border: 2px solid rgb(255 55 1);
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,.4);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
    position: absolute;
    z-index: 10000000;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.introjs-helperNumberLayer {
    position: absolute;
    top: 5px;
    left: -18px;
    z-index: 9999999999 !important;
    padding: 3px;
    font-family: Arial, verdana, tahoma;
    font-size: 13px;
    font-weight: bolder;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    background: #ff3019; /* Old browsers */
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
    background:    -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
    background:     -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
    background:      -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
    background:         linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);  /* W3C */
    min-width: 20px;
    width: auto;
    height:20px;
    line-height: 10px;
    border: 2px solid white;
    border-radius: 20px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000); /* IE10 text shadows */
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.introjs-arrow {
    border: 8px solid white;
    content:'';
    position: absolute;
}
.introjs-arrow.top {
    top: -16px;
    left: 49%;
    border-top-color:transparent;
    border-right-color:transparent;
    border-bottom-color:#0091FF;
    border-left-color:transparent;
}
.introjs-arrow.top-right {
    top: -10px;
    right: 10px;
    border-top-color:transparent;
    border-right-color:transparent;
    border-bottom-color:white;
    border-left-color:transparent;
}
.introjs-arrow.top-middle {
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-top-color:transparent;
    border-right-color:transparent;
    border-bottom-color:white;
    border-left-color:transparent;
}
.introjs-arrow.right {
    right: -10px;
    top: 10px;
    border-top-color:transparent;
    border-right-color:transparent;
    border-bottom-color:transparent;
    border-left-color:white;
}
.introjs-arrow.right-bottom {
    bottom:10px;
    right: -10px;
    border-top-color:transparent;
    border-right-color:transparent;
    border-bottom-color:transparent;
    border-left-color:white;
}
.introjs-arrow.bottom {
    bottom: -10px;
    border-top-color:white;
    border-right-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
}
.introjs-arrow.left {
    left: -10px;
    top: 10px;
    border-top-color:transparent;
    border-right-color:white;
    border-bottom-color:transparent;
    border-left-color:transparent;
}
.introjs-arrow.left-bottom {
    left: -10px;
    bottom:10px;
    border-top-color:transparent;
    border-right-color:white;
    border-bottom-color:transparent;
    border-left-color:transparent;
}

.introjs-tooltip {
    position: absolute;
    padding: 16px;
    background-color: #0091FF;
    color: #ffffff;
    min-width: 200px;
    max-width: 400px;
    width: 320px;
    border-radius: 8px;
    box-shadow: 18px 18px 10px rgba(0,0,0,.1);
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -ms-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}
.introjs-tooltiptext{
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    line-height: 1.3;
    font-size: 16px;
    font-weight: bold;
}
.introjs-tooltipbuttons {
    text-align: right;
    white-space: nowrap;
}

.introjs-button {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.3em 0.8em;
    border: solid 1px rgba(255, 255, 255, 0.4);
    margin: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 94, 255, 0.3);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    /* IE hacks */
    zoom: 1;
    *display: inline;
    margin-top: 10px;
}
.introjs-button:focus,
.introjs-button:active {
    background: #F7B500;
}
.introjs-button:hover {
    border-color: #ffffff;
    text-decoration: none;
    background: #ffffff;
    color: #0091FF;
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.introjs-skipbutton {
    margin-right: 5px;
    color: #ffffff;
}

.introjs-prevbutton {
    -webkit-border-radius: 0.2em 0 0 0.2em;
    -moz-border-radius: 0.2em 0 0 0.2em;
    border-radius: 0.2em 0 0 0.2em;
    border-right: none;
}

.introjs-nextbutton {
    -webkit-border-radius: 0 0.2em 0.2em 0;
    -moz-border-radius: 0 0.2em 0.2em 0;
    border-radius: 0 0.2em 0.2em 0;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
    color: #868686;
    border-color: #d4d4d4;
    box-shadow: none;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.38);
    background-image: none;
    text-decoration: none;
}

.introjs-bullets {
    text-align: center;
}
.introjs-bullets ul {
    clear: both;
    margin: 15px auto 0;
    padding: 0;
    display: inline-block;
}
.introjs-bullets ul li {
    list-style: none;
    float: left;
    margin: 0 2px;
}
.introjs-bullets ul li a {
    display: block;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-decoration: none;
}
.introjs-bullets ul li a:hover {
    background: #F7B500;
}
.introjs-bullets ul li a.active {
    background: #F7B500;
}

.introjs-progress {
    overflow: hidden;
    height: 10px;
    margin: 10px 0 5px 0;
    border-radius: 4px;
    background-color: #ecf0f1
}
.introjs-progressbar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    background-color: #08c;
}

.introjsFloatingElement {
    position: absolute;
    height: 0;
    width: 0;
    left: 50%;
    top: 50%;
}
/*使用引导样式结束*/
