@import url("//at.alicdn.com/t/c/font_2512207_v646h6kqnp.css");
.fh{
    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{
    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
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
    font-weight: 500;
}

.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;
}

.btn-primary{
    color: #fff;
    background-color: #0f97ff;
    border-color: #0f97ff;
}
.btn-primary:hover {
    background-color: #1788e2;
    border-color: #1788e2;
}

/*动画旋转*/
@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 .fh{
    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%;
}

.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;
    box-shadow: 0 2px 3px 0 rgba(192,198,201,.35);
}
header{
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
    min-width: 1210px;
    max-width: 1210px;
    height: 54px;
    line-height: 54px;

    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;

}
header>*{
    display: inline-block;
}
header .logo{
    float: left;
}
header .logo img{
    height: 40px;
}
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(ja) nav.navbar-box{
    margin-left: 20px;
}

header nav.navbar-box .level-first{
    font-family: "PingFangSC-Regular","Arial","Microsoft Yahei","Helvetica Neue","Helvetica",sans-serif;
    font-size: 16px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    float: left;
    cursor: pointer;
}
header nav.navbar-box .level-first.current{
    background-image: linear-gradient(#0f97ff,#0f97ff);
    background-color: transparent;
    background-size: 100% 3px;
    background-repeat: no-repeat;
}
header nav.navbar-box .level-first:hover{
    background-color: #f5f6f7;
}

header nav.navbar-box .level-first .type{
    color: #666;
    text-transform: capitalize;
    padding: 0px 18px;
}
header:lang(ja) nav.navbar-box .level-first .type{
    padding: 0px 10px;
}
header nav.navbar-box .level-first.current .type{
    color: #0f97ff ;
}

header nav.navbar-box li.resource-list{
    justify-content: center;
    align-items: center;
    position: relative;
}
header nav.navbar-box li.resource-list i.fh-arrow-down{
    margin-left: 10px;
    color: #000;
}
header nav.navbar-box li.resource-list .resource-nav{
    position: absolute;
    top: 100%;
    left: 1px;
    width: 225px;
    height: 160px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    flex-wrap: wrap;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: transform 0.3s cubic-bezier(.4,0,.2,1), opacity 0.15s;
    -moz-transition: transform 0.3s cubic-bezier(.4,0,.2,1), opacity 0.15s;
    -ms-transition: transform 0.3s cubic-bezier(.4,0,.2,1), opacity 0.15s;
    -o-transition: transform 0.3s cubic-bezier(.4,0,.2,1), opacity 0.15s;
    transition: transform 0.3s cubic-bezier(.4,0,.2,1), opacity 0.15s;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 2px 5px 0 rgba(0,0,0,0.25);
    border-radius: 2px;
    cursor: default;
}
header nav.navbar-box li.resource-list:hover .resource-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(1);
    -moz-transform:scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform:scale(1);
    opacity: 1;
}

header nav.navbar-box li.resource-list .resource-nav li{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
header nav.navbar-box li.resource-list .resource-nav li:hover{
    background-color: #eee;
    cursor: pointer;
}
header nav.navbar-box li.resource-list .resource-nav li.selected{
    background-color: #eee;
}
header nav.navbar-box li.resource-list .resource-nav li a{
    color: inherit;
    font-size: 15px;
    line-height: 1.5em;
    padding: 0.6em 20px;
}

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(kr) .navbar-login {
    width: 165px;
}
header:lang(ja) .navbar-login:not(.signed) {
    width: 180px;
}
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 .fh-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;
    white-space: nowrap;
}
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(ja) .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 .fh-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: 80px;
    width: 110px;
    line-height: 40px;
    border: solid 1px #ccc;
    font-size: 16px;
    text-align: center;
}


#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 .fh{
    font-size: 22px;
    margin-left: 5px;
    font-weight: normal;
}
#top-coupon >a .fh-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 .fh{
    display: inline-block ;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 17px;
    color: #fff;
}
/************************
*
*   main footer
*
************************/
footer{
    padding-top: 1.5rem!important;
    padding-bottom: 3.5rem!important;
}
footer.bg-dark {
    background-color: #01182b!important;
}
footer .footer-wrapper{
    width: 1140px;
}
footer .row {
    display: flex;
    flex-wrap: wrap;
}
footer img.logo{
    height: 40px;
}
footer a {
    color: #868e96;
    transition: all .5s ease;
}
footer a:hover {
    color: rgba(35,171,255,1);
    text-decoration: none;
}
footer .diffbotLogo {
    fill: #fff;
}
svg:not(:root) {
    overflow: hidden;
}
footer .fa-fw {
    text-align: center;
    width: 1.25em;
}
footer .fa-lg {
    font-size: 16px;
    line-height: 2.4em;
}
footer .small, small {
    font-size: 80%;
}
footer p {
    color: #cfd2d6;
    margin-top: 1rem;
    margin-bottom: 1.4rem;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.list-inline-item {
    display: inline-block;
}
footer .badge, footer li {
    font-size: 1.3rem;
    line-height: 1.8;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
footer h5 {
    font-size: 1.5rem;
}
footer h5 a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
footer h5 span{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
footer .col{
    padding-left: 15px;
}
footer .mr-2{
    margin-right: .5rem!important;
    font-size: 18px;
}
footer .badge-primary {
    color: #fff;
    background-color: #007bff;
}
footer.new-footer .footer-wrapper .row div{
    position: unset;
}
#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 #0074ce;
    color: #0074ce;
    padding: 0 5px;
}


.sidebar-widget{
    width: 80px;
    position: fixed;
    bottom: 100px;
    right: 5px;
    z-index: 10;
}
.sidebar-widget .service-box{
    position:relative;
    width:80px;
    height:79px;
    text-align: center;
    border-bottom:1px solid #ddd;
    cursor:pointer;
    background:#fff;
}
.sidebar-widget .service-box:hover{
    background:#0f97ff;
}
.sidebar-widget .service-box:hover .out-box-bg{
    display: block;
}
.sidebar-widget .service-box .service-tip{
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.sidebar-widget .service-box .service-tip i{
    color: #0f97ff;
    position: absolute;
    top: 4px;
    display: block;
    font-size: 31px;
}
.sidebar-widget .service-box:hover .service-tip i{
    color:#fff;
}
.sidebar-widget .service-box .service-tip span{
    position: absolute;
    bottom: 10px;
}
.sidebar-widget .service-box:hover .service-tip span{
    color:#fff;
}
.sidebar-widget .service-box .out-box .out-box-tip{
    height: 95px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar-widget .service-box .out-box .out-box-tip .kefu-presale{
    display: inline-block;
    margin: 0 10px;
}
.sidebar-widget .service-box .out-box .out-box-tip .kefu-custom{
    display: inline-block;
}
.sidebar-widget .service-box .out-box-bg{
    position:absolute;
    right:80px;
    top:0px;
    height:185px;
    width:210px;
    display:none;
}
.sidebar-widget .service-box .out-box-bg.consult_custom .out-box{
    height:212px;
}
.sidebar-widget .service-box .out-box-bg.presale-custom .out-box{
    height:230px !important;
}
.sidebar-widget .service-box .out-box-bg.wechat_custom .out-box{
    height:212px;
}
.sidebar-widget .service-box .out-box .out-box-tip .icon-out{
    height:60px;
    width:60px;
    margin:auto;
    color:#fff;
    margin-bottom:5px;
    padding-top:6px;
    background: #d8d7d7;
}
.sidebar-widget .service-box .out-box .icon-out:hover{
    background: #0f97ff;
}
.sidebar-widget .service-box .out-box .out-box-tip i{
    font-size:33px;
}
.sidebar-widget .service-box .out-box .out-box-tip span{
    display: block;
}
.sidebar-widget .service-box .out-box{
    height:185px;
    padding-top:15px;
}
.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),
.sidebar-widget .service-box .out-box-bg.consult_custom .work-time.presale-service p:nth-of-type(3){
    color:#0f97ff;
}
.sidebar-widget .service-box .out-box-bg.consult_custom .work-time.presale-service p span.phone-number{
    color: #333;
}
.sidebar-widget .service-box .out-box-bg.consult_custom .work-time.presale-service p:nth-of-type(2){
    margin-top: -10px;
}
.sidebar-widget .service-box .out-box-bg.consult_custom .work-time.presale-service p:nth-of-type(3),
.sidebar-widget .service-box .out-box-bg.consult_custom .work-time.vip-service p:nth-of-type(2){
    color:#0f97ff;
    margin-top:-10px;
    border-bottom:1px solid #ddd;
    padding-bottom:10px;
}
.sidebar-widget .out-box{
    width:200px;
    background:#fff;
    border-radius:5px;
    border-top: 3px solid #0f97ff;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.sidebar-widget .qq-box .out-box{
    width:245px;
}
.sidebar-widget .weixin-box{
    position:relative;
    width:80px;
    height:79px;
    text-align: center;
    border-bottom:1px solid #ddd;
    cursor: pointer;
    background: #fff;
}
.sidebar-widget .weixin-box .weixin-tip{
    height: 100%;
    display: flex;
    justify-content: center;
}
.sidebar-widget .weixin-box .out-box-bg{
    position:absolute;
    right:80px;
    top:0px;
    height:185px;
    width:210px;
    display:none;
}
.sidebar-widget .weixin-box .out-box{
    right:80px;
}
.sidebar-widget .weixin-box .out-box .wx-qrcode img{
    height: 150px;
}
.sidebar-widget .weixin-box:hover{
    background:#0f97ff;
}
.sidebar-widget .weixin-box:hover .out-box-bg{
    display: block;
}
.sidebar-widget .weixin-box .weixin-tip i{
    color:#0f97ff;
    font-size:38px;
    display:block;
}
.sidebar-widget .weixin-box:hover .weixin-tip i{
    color: #fff;
}
.sidebar-widget .weixin-box .weixin-tip span{
    position:absolute;
    top:48px;
}
.sidebar-widget .weixin-box:hover .weixin-tip span{
    color:#fff;
}
.sidebar-widget .qq-box{
    position:relative;
    width:64px;
    height:79px;
    text-align: center;
    border-bottom:1px solid #ddd;
    cursor:pointer;
    background:#fff;
}
.sidebar-widget .qq-box:hover{
    background:#0f97ff;
}
.sidebar-widget .qq-box:hover .out-box-bg{
    display: block;
}
.sidebar-widget .qq-box .out-box-bg {
    position: absolute;
    right: 64px;
    top: -158px;
    height: 310px;
    width: 257px;
    display: none;
    cursor: default;
}
.sidebar-widget .qq-box .out-box{
    height: 100%;
}
.sidebar-widget .qq-box .qq-tip {
    line-height:79px;
}
.sidebar-widget .qq-box .qq-tip i{
    color:#0f97ff;
    font-size:30px;
    display:block;
    position:absolute;
    top:-9px;
    left:17px;
}
.sidebar-widget .qq-box:hover .qq-tip i{
    color:#fff;
}
.sidebar-widget .qq-box .qq-tip span{
    position:absolute;
    top:20px;
    left:16px;
}
.sidebar-widget .qq-box:hover .qq-tip span{
    color:#fff;
}
.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 i.fh-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: #0f97ff;
    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:80px;
    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;
}
div[id=hide-widget]{
    z-index: 21;
    position: fixed;
    bottom: 545px;
    right: 105px;
    height: 50px;
    line-height: 50px;
    background: #0f97ff;
    color: #fff;
    padding: 0 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
}
div[id=hide-widget]:hover{
    color: #ff0000;
}
.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;
}



/************************
* 视频弹出
************************/
#popVideo{
    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 .modalCloseBtn {
    position: absolute;
    left: 1000px;
    top: -8px;
    font-size: 26px;
    color: #eee;
}
#popVideo .modalCloseBtn .fh {
    font-size: 26px;
}
#popVideo .platform-info{
    text-align:center;
    margin-top:9px
}
#popVideo .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";
}


/************************
*
*   houyi pricing
*
************************/

.houyi-pricing .pricing-area{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.houyi-pricing .pricing-area .pricing-title{
    display: inline-block;
    position: relative;
    width: 600px;
}
.houyi-pricing .pricing-area .pricing-title .price.active{
    color: #0f97ff;
    font-weight: 700;
    border-bottom: solid 2px #0f97ff;
    opacity: 1;
}
.houyi-pricing .pricing-area .pricing-title .price{
    display: inline-block;
    font-size: 14px;
    color: #64686a;
    cursor: pointer;
    position: relative;
    margin: 2px;
    width: 80px;
    height: 35px;
    line-height: 35px;
    border-bottom: solid 2px rgba(30,166,252,0);
    transition: all .2s ease-in-out;
}
.houyi-pricing .pricing-area .pricing-title .price:hover{
    color: #0f97ff;
}
.houyi-pricing .pricing-area .pricing-title .gap-line {
    width: 1px;
    height: 12px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    background-color: rgba(204,204,204,1);
}
.houyi-pricing .pricing-area .price-popular{
    position: absolute;
    background: url('../images/pricing/plan-cursor.svg') no-repeat 22px 18px;
    background-position-y: 20px;
    height: 60px;
    font-size: 12px;
    color: #0f97ff;
    right: 10%;
    margin-top: -50px;
    transition: all .3s;
    opacity: 0;
}
.houyi-pricing .pricing-area .price-popular.active{
    opacity: 1 !important;
}
.houyi-pricing .pricing-area .price-popular .text-content{
    margin-left: 30px;
    position: relative;
}
.houyi-pricing .pricing-area .content-warp{
    margin-top: 60px;
}
.houyi-pricing .pricing-area .layer-content{
    display: none;
    min-width: 800px;
    /*max-width: 1000px;*/
    max-width: 1137px;
    margin: 0 auto;
}
.houyi-pricing .pricing-area .layer-content ul.row{
    margin-bottom: 0;
}
.houyi-pricing .pricing-area .layer-content.active{
    display: block;
}
.houyi-pricing .pricing.download-area{
    margin-top: 30px;
    padding-bottom: 40px;
}
.houyi-pricing .pricing.download-area .blue-big-a{
    background-color: #fdbc4f;
    padding: 5px 80px;
}.houyi-pricing .pricing.download-area .blue-big-a:hover{
     background-color: #fdc347;
 }
.houyi-pricing .pricing.download-area .blue-big-a i,
.houyi-pricing .pricing.download-area .blue-big-a span{
    font-size: 24px;
}
.houyi-pricing .pricing.download-area .other-download .other{
    color: #fdbc4f;
    font-size: 18px;
}
.houyi-pricing .pricing.download-area .other-download .desc{
    font-size: 15px;
}
.houyi-pricing .mb-1{
    margin-bottom: .25rem!important;
    line-height: 28px;
}
.houyi-pricing .pricing-area .layer-content .content-item.recommend{
    bottom: 20px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
.houyi-pricing .pricing-area .layer-content .content-item{
    float: left;
    width: 30%;
    margin: 0 2%;
    padding: 0;
    position: relative;
    zoom: 1;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 8px;
    margin-top: 5px;
}
.houyi-pricing .pricing-area .layer-content .content-item:first-of-type{
    margin-left: 1%;
}
.houyi-pricing .pricing-area .layer-content .content-item:last-of-type{
    margin-right: 1%;
}
.houyi-pricing .pricing-area .content-item .header .header-title{
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 600;
    color: #fdbc4f;
    display: block;
    border-bottom: 1px solid #e5e5e5;
}
.houyi-pricing .pricing-area .content-item.recommend .header .header-title{
    height: 80px;
    line-height: 80px;
}
.houyi-pricing .pricing-area .content-item .header .header-price {
    font-size: 14px;
    line-height: 28px;
    color: #333;
    font-weight: 100;
    width: 100%;
    padding-top: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.houyi-pricing .pricing-area .header .header-price.free-price{
    height:111px;
    padding-top:25px;
}
.houyi-pricing .pricing-area .content-item.recommend .header .header-price {
    border-left: 6px solid #fdbc4f;
    border-right: 6px solid #fdbc4f;
    background: #f5f5f5;
}
.houyi-pricing .pricing-area .content-item .header .currency,
.houyi-pricing .pricing-area .content-item .header .num-price{
    font-size: 38px;
}
.houyi-pricing .pricing-area .content-item .header .price-month{
    display: block;
    padding-top: 2px;
    padding-bottom: 8px;
}
.houyi-pricing .pricing-area .content-item .details{
    padding: 30px 20px 40px 35px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    height: 645px;
}
.houyi-pricing .pricing-area .content-item .details.starter{
    padding-left:47px;
}
.houyi-pricing .pricing-area .content-item .details.professional{
    padding-left:45px;
}
.houyi-pricing .pricing-area .content-item .details.premium{
    padding-left:28px;
}
.houyi-pricing .pricing-area .content-item .last-text{
    margin-top:-19px;
}
.houyi-pricing .pricing-area .content-item .former{
    text-decoration: line-through;
    color:#999;
    font-size:15px;
}
.houyi-pricing .pricing-area .tip{
    box-sizing: border-box !important;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    padding: 6px 10px 6px 10px;
    text-decoration: none !important;
    /*transition: none;*/
    display: none;
    text-align: left;
    width: 180px;
    color: #ffffff;
    background-color: #707070;
    border-color: #707070;
    font-size: 12px !important;
    line-height: 16px !important;
}
.houyi-pricing .pricing-area .tip:after{
    content:" ";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #707070;
    position: absolute;
    bottom:-5px;
    left:10px;
}
.houyi-pricing .pricing-area .header .num-price{
    position:relative;
}
.houyi-pricing .pricing-area .header .dot{
    position:absolute;
    top:-2px;
    margin-left:3px;
    font-size:14px;
}
.houyi-pricing .pricing-area .header .per{
    font-size:14px;
    margin-left:1px;
}
.houyi-pricing .pricing-area .content-item .last-text.save{
    color:#fdbc4f;
    font-size:16px;
    font-weight: 700;
}
.houyi-pricing .pricing-area .content-item .fh-check-only{
    font-size: 18px;
}
.houyi-pricing .pricing-area .layer-content .btn-buy{
    color: #fff;
    outline: none;
    border-radius: 3px;
    padding: 10px 65px;
    font-size: 20px;
}
.houyi-pricing .pricing-area .layer-content .btn-buy.buy-month,
.houyi-pricing .pricing-area .layer-content .btn-buy.buy-year{
    background-color: #fdbc4f;
    border: 1px solid #fdbc4f;
}
.houyi-pricing .pricing-area .layer-content .btn-buy:hover{
    background-color: #f8b84b;
    border: 1px solid #f8b84b;
}
.houyi-pricing .common-questions{
    margin: 0 auto;
    padding-bottom: 40px;
    font-size: 16px;
}
.houyi-pricing .common-questions .common-title{
    padding-top: 35px;
}
.houyi-pricing .common-questions .faq-title{
    font-weight: 500;
    font-size: 19px;
}
.houyi-pricing .pricint-tip-icon{
    font-size: 50px;
    color: #0f97ff;
}
.houyi-pricing .houyi-accept-pay{
    height: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.houyi-pricing .houyi-accept-pay .title-h2{
    margin-top: 0;
    margin-bottom: 20px;
}
.houyi-pricing .flex{
    display: -webkit-flex;
    display: flex;
}
.houyi-pricing .free-month{
    color: #0f97ff;
}
.houyi-pricing .free-month:hover{
    text-decoration: underline;
}
.houyi-pricing section.faq{
    background: #fff;
    box-shadow: 0 -3px 10px rgba(0,0,0,.1);
    padding-top:20px;
    padding-bottom:40px;
    border-top:2px solid #ddd;
    border-bottom:2px solid #ddd;
}
.houyi-pricing section.faq .separate-line{
    border-top: 1px solid rgba(132,140,145,.2);
    margin-top:40px;
    padding-top:40px;
}
.houyi-pricing section.faq .col-md-4 h3{
    color:#666;
}
.houyi-pricing section.faq .col-md-4 p{
    font-size:15px;
}
.houyi-pricing section.faq .col-md-4 p a{
    color:#0f97ff;
}
.houyi-pricing section.pricing{
    display: block;
}
.houyi-pricing section.pricing .tooltip-inner {
    text-align: left;
    background-color: #666;
}
.houyi-pricing section.pricing .tooltip-arrow{
    border-top-color: #666;
}
.houyi-pricing section.pricing .promotion{
    color: red;
    font-size: 20px;
}
.houyi-pricing section.pricing .price-title{
    text-align: center;
    padding: 10px 0 20px;
    border-bottom: 1px solid #eee;
}
.houyi-pricing section.pricing .price-title .title{
    font-size: 28px;
    color:#333;
}
.houyi-pricing section.pricing.en .price-title{
    border-bottom:0;
}
.houyi-pricing section.pricing.en .price-title .title{
    font-size: 32px;
}
.houyi-pricing section.pricing.en .price-title .sub-title{
    color:#64686a;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 40px;
}
.houyi-pricing section.pricing .price-tab{
    text-align: center;
    margin: 30px 0 10px;
}
.houyi-pricing section.pricing .price-tab span{
    padding: 10px 10px;
    margin: 0 10px;
    font-size: 24px;
    cursor: pointer;
}
.houyi-pricing section.pricing .price-tab span.active{
    border-bottom: 3px solid;
}
.houyi-pricing section.pricing .price-tab span[data-stack='personal'].active{
    color: #0daeff;
    border-bottom-color: #0daeff;
}
.houyi-pricing section.pricing .price-tab span[data-stack='enterprise'].active{
    color: #ffab47;
    border-bottom-color: #ffab47;
}
.houyi-pricing section.pricing .price-tab .oem-link{
    color: #333;
}
.houyi-pricing section.pricing .price-tab .oem-link:hover{
    color: #23abff;
}
.houyi-pricing section.pricing .price-content{
    padding: 30px 0 30px 0;
}
.houyi-pricing section.pricing .price-content .stack-layer.active{
    display: flex;
    justify-content: space-between;
    padding: 0 9px;
}
.houyi-pricing section.pricing .price-content .stack-enterprise.stack-layer.active{
    justify-content: flex-start;
}
.houyi-pricing section.pricing .price-content .plan{
    float: left;
    width: 30%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    zoom: 1;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fff;
}
.houyi-pricing 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;
}
#houyi-oem section.pricing .price-content .plan .header{
    border-bottom: unset !important;
}
.houyi-pricing section.pricing .price-content .plan .header .title{
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 600;
    color: #0DAEFF;
    display: block;
    border-bottom: 1px solid #e5e5e5;
}
.houyi-pricing section.pricing .price-content .stack-enterprise .plan .header .title{
    color: #ffab47;
}
.houyi-pricing 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;
}
.houyi-pricing section.pricing .price-content .plan .header .price .money{
    font-size:38px;
    font-weight:500;
}

.houyi-pricing section.pricing .price-content .plan .header .price .money-decimal{
    width: 50px;
    text-align: left;
    display: inline-block;
    margin-left: 3px;
}
.houyi-pricing section.pricing .price-content .plan .header .price .money-decimal .decimal{
    display: block;
    line-height: 5px;
}

.houyi-pricing section.pricing .price-content .plan .header .price .custom{
    font-size: 38px;
    font-weight: 500;
}
.houyi-pricing section.pricing .price-content .plan .header .price .tip{
    display: block;
    margin-top: 30px;
}
.houyi-pricing section.pricing .price-content .plan .header .price .tip em{
    margin-right: -8px;
    margin-left: 6px;
    color: #aaa;
    text-decoration: line-through;
}

.houyi-pricing section.pricing .price-content .plan .button {
    border-bottom: 1px dashed #e0e0e0;
    text-align: center;
    height: 70px;
    line-height: 70px;
    margin: 0 10px;
}

.houyi-pricing section.pricing .price-content .plan .button .btn-plan-pay{
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    background-color: #0DAEFF;
}
.houyi-pricing section.pricing .price-content .plan .button .btn-plan-pay:hover{
    background-color: rgb(58, 169, 255);
}
.houyi-pricing section.pricing .price-content .plan .button .btn-plan-pay.lower-plan{
    color: #aaa;
    background-color: #eee;
    cursor: default;
}
.houyi-pricing section.pricing .price-content .plan .button .btn-plan-pay.lower-plan:hover{
    background-color: #eee;
}

.houyi-pricing section.pricing .price-content .plan[data-current='true'] .button .btn-plan-pay{
    color: #0DAEFF;
    background-color: transparent;
    outline: 1px solid #0DAEFF;
}
.houyi-pricing section.pricing .price-content .stack-enterprise .plan .button {
    height: 83px;
    line-height: 83px;
}
.houyi-pricing section.pricing .price-content .stack-enterprise .plan .button .btn-plan-pay{
    background-color: #ffaa47;
}
.houyi-pricing section.pricing .price-content .stack-enterprise .plan .button .btn-plan-pay:hover{
    background-color: #ffc752;
}
.houyi-pricing section.pricing .price-content .stack-enterprise .plan .btn-contact{
    font-size: 18px;
    background: #ffaa47;
    color: #fff;
    padding: 10px 15px;
}
.houyi-pricing section.pricing .price-content .stack-enterprise .plan .btn-contact:hover{
    background-color: #ffc752;
}


.houyi-pricing section.pricing .price-content .stack-enterprise .plan[data-current='true'] .button .btn-plan-pay{
    color: #ffc752;
    background-color: transparent;
    outline: 1px solid #ffc752;
}
.houyi-pricing section.pricing .price-content .plan[data-current='true'] .button .btn-plan-pay:hover{
    background-color: transparent;
}

.houyi-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;
}
.houyi-pricing section.pricing .price-content .plan .items .number-hightlight{
    font-weight: bold;
    color: #636363;
}
.houyi-pricing section.pricing .price-content .plan .items .hot-dot{
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    top: 0px;
    margin-left: 2px;
    background: url(../images/pricing/home_hot_dot.gif) no-repeat;
    background-size: contain;
}

.houyi-pricing section.pricing .price-content .plan .items .item-group{
    border-bottom: 1px dashed #e0e0e0;
    padding: 6px 0;
}
.houyi-pricing section.pricing .price-content .plan .items .item-group[data-group-from] .item{
    visibility: hidden;
}

.houyi-pricing section.pricing .price-content .plan .items .item-group:last-child{
    border-bottom: 0;
    padding: 0;
}
.houyi-pricing section.pricing .price-content .plan .items .item{
    padding: 9px 0;
}
.houyi-pricing section.pricing .price-content .plan .items .item h3{
    text-align: center;
    font-size: 20px;
    color: #27B6FF;
}
.houyi-pricing section.pricing .price-content .stack-enterprise .plan .items .item h3{
    color: #ffab47;
}
.houyi-pricing section.pricing .price-content .plan .items .item .title{
    color: #27B6FF;
    float: left;
}
.houyi-pricing section.pricing.en .price-content .plan .items .item .title,
.houyi-pricing section.pricing.ja .price-content .plan .items .item .title{
    padding-right: 3px;
}
.houyi-pricing section.pricing .price-content .stack-enterprise .plan .items .item .title{
    color: #ffab47;
}
.houyi-pricing section.pricing .price-content .plan .items .item .details{
    color: #666;
    overflow: hidden;
}
.houyi-pricing section.pricing.en .price-content .plan .items .item .details,
.houyi-pricing section.pricing.ja .price-content .plan .items .item .details{
    overflow: visible;
}
.houyi-pricing section.pricing .price-content .plan .items .item .clear{
    clear: both;
}
.houyi-pricing section.pricing .price-content .plan .items .download-btn{
    text-align: center;
    height:70px;
    margin-top:40px;
}
.houyi-pricing section.pricing .price-content .plan .items .custom-tip{
    top:-10px;
    left:65px;
}
.houyi-pricing section.pricing .price-content .plan .items .bottom-dashed{
    padding-bottom: 15px;
    border-bottom: 1px dashed #e0e0e0;
}

.houyi-pricing section.pricing .pricing.download-area{
    margin-top: 30px;
    padding-bottom: 40px;
}
.houyi-pricing section.pricing .pricing.download-area .blue-big-a{
    /*background-color: #fdbc4f;*/
    padding: 5px 80px;
}
.houyi-pricing section.pricing .pricing.download-area .blue-big-a:hover{
    /*background-color: #fdc347;*/
}
.houyi-pricing section.pricing .pricing.download-area .blue-big-a i,
.houyi-pricing section.pricing .pricing.download-area .blue-big-a span{
    font-size: 24px;
}
.houyi-pricing section.pricing .pricing.download-area .other-download .other{
    /*color: #fdbc4f;*/
    font-size: 18px;
}
.houyi-pricing section.pricing .pricing.download-area .other-download .desc{
    font-size: 15px;
}

.houyi-pricing section.pricing .free-download{
    color: #fff;
    outline: none;
    border-radius: 3px;
    padding: 10px 65px;
    font-size: 20px;
    background-color: #0DAEFF;
    border: 1px solid #0DAEFF;
}
.houyi-pricing section.pricing .free-download:hover{
    background-color:#0DD5FF;
    border: 1px solid #0DD5FF;
}
.houyi-pricing section.pricing .single-price .single-price-title{
    height: 80px;
    line-height: 80px;
    font-size: 28px;
    color:#333;
    text-align:center;
}
.houyi-pricing section.pricing .single-part{
    background:#eee;
    margin-top:50px;
}
.houyi-pricing section.pricing .single-price{
    height:430px;
}
.houyi-pricing section.pricing .single-price .single-item{
    text-align: center;
}
.houyi-pricing section.pricing .single-price .single-item .validate-code-tab{
    margin-left:-4px;
}
.houyi-pricing section.pricing .single-price .single-item .item-tab{
    display: inline-block;
    background: #ebebeb;
    border-top: #e5e5e5;
    border-bottom: #e5e5e5;
    color: #666;
    height: 38px;
    line-height:38px;
    width: 20%;
    cursor: pointer;
}
.houyi-pricing section.pricing .single-price .single-item .active{
    background: #1ec1ec;
    color: #fff;
}
.houyi-pricing section.pricing .single-price .single-item .item-content{
    margin-top:30px;
}
.houyi-pricing section.pricing .single-price .single-item .item-content .tab-content ul{
    width:700px;
    margin:auto;
    border:1px solid #ddd;
    margin-bottom:10px;
}
.houyi-pricing section.pricing .single-price .single-item .item-content i.promotion{
    color: red;
    font-size: 24px;
}
.houyi-pricing section.pricing .single-price .single-item .item-content .tab-content .bottom-line{
    border-bottom:1px solid #ddd;
}
.houyi-pricing section.pricing .single-price .single-item .item-content .tab-content ul li{
    height:50px;
    line-height:50px;
}
.houyi-pricing section.pricing .single-price .single-item .item-content .proxy-ip li span{
    display: inline-block;
    width:300px;
}
.houyi-pricing section.pricing .single-price .single-item .item-content .validate-code li span{
    display: inline-block;
    width:200px;
}
.houyi-pricing section.pricing .single-price .single-item .item-content .tutorial-post{
    position:relative;
    border-bottom: 1px solid #ddd;
    width: 700px;
    margin: auto;
}
.houyi-pricing section.pricing .single-price .single-item .item-content .tutorial-post a{
    height:30px;
    display: inline-block;
    line-height:30px;
    margin-bottom:10px;
    color:#0DAEFF;
}
.houyi-pricing section.pricing .single-price .single-item .item-content .tutorial-post i{
    margin-right:2px;
    color:#0DAEFF;
    font-size:16px;
    position: absolute;
    left: 283px;
    top: 4px;
}
.houyi-pricing section.pricing .single-price .single-item .validate-code .tutorial-post i{
    left:269px;
}
.houyi-pricing section.pricing .single-price .single-item .item-content .tutorial-post a:hover{
    color:#1ec1ec;
    text-decoration: underline;
    cursor: pointer;
}
.houyi-pricing section.pricing .single-part .post-text{
    color:#666;
    width: 700px;
    margin: auto;
    margin-bottom: 30px;
}

.houyi-pricing .price-banner{
    height: 165px;
    overflow: hidden;
    position: relative;
    margin: auto;
}
.houyi-pricing .price-banner img{
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}
.houyi-pricing .price-banner  ul{
    position: relative;
    height: 140px;
    margin: 0;
}
.houyi-pricing .price-banner  ul li{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1150px;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.houyi-pricing .price-banner .banner-dots{
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(0,-50%);
    line-height: 12px;
    z-index: 1;
}
.houyi-pricing .price-banner .banner-dots span{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:#fff;
    border:1px solid rgba(7,17,27,0.4);
    transition: transform .2s;
    cursor: pointer;
}
.houyi-pricing .price-banner .banner-dots span.active{
    background: rgba(7, 17, 27, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.houyi-pricing .price-banner .learn-more{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1150px;
    transform: translate(-50%,0);
    z-index: 1;
    text-align: right;
    height: 0;
    color: #0baeff;
}
.houyi-pricing .price-banner .learn-more:hover{
    color: #337ab7;
}
.houyi-pricing .price-banner .learn-more a,
.houyi-pricing .price-banner .learn-more i{
    position: absolute;
    right: 20px;
    bottom: 0;
    color: inherit;
    font-weight: bolder;
    font-size: 15px;
}
.houyi-pricing .price-banner .learn-more a{
    text-decoration: underline;
}
.houyi-pricing .price-banner .learn-more i{
    right: 0;
    bottom: -1px;
}

/*OEM Pricing */
#houyi-oem .banner{
    background-color:#fff;
    position: relative;
    background-color: #fff;
    height: 430px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#houyi-oem .banner:after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    top:0;
    right:0;
    background: rgba(0,0,0,0.5);
}
#houyi-oem .banner .topic{
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: rgba(255,255,255,1);
    text-align: center;
    position: absolute;
    z-index: 100;
}
#houyi-oem .banner .topic .title{
    position: relative;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 48px;
    margin-bottom: 42px;
}
#houyi-oem .banner .topic .title em {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    top: 70px;
    margin: auto;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
#houyi-oem .banner .topic .subTitle {
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    white-space: pre;
}
#houyi-oem .feature{
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}
#houyi-oem .col-md-5 {
    width: 41.66666667%;
}
#houyi-oem .m-b-70 {
    margin-bottom: 70px;
}
#houyi-oem .text-center {
    text-align: center;
}
#houyi-oem .title-line:after {
    content: '';
    display: block;
    width: 64px;
    height: 2px;
    background: #e2e2e2;
    margin: 25px auto 0;
}
#houyi-oem .p1-left {
    position: relative;
    z-index: 10;
}

#houyi-oem .p1-left .pic-show {
    max-width: none;
    width: 602px;
    position: absolute;
    right: 0;
    margin-top: -60px;
}
@media screen and (max-width: 1500px){
    #houyi-oem .p1-left .pic-show {
        position: static;
        width: auto;
        max-width: 100%;
        margin-top: 0;
    }
}
#houyi-oem .p1-list {
    position: relative;
}
#houyi-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%);
}
#houyi-oem .p1-list li {
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    color: #626262;
    height: 56px;
}
#houyi-oem .p1-list li:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #07e;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 100%;
    margin-right: 40px;
}
#houyi-oem .p1-list li p{
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 1199px){
    #houyi-oem .p1-list li {
        height: auto;
    }
}
#houyi-oem .p1-list li:not(:last-child) {
    margin-bottom: 40px;
}
#houyi-oem .p1-list li:nth-child(1) {
    left: -58px;
}
#houyi-oem .p1-list li:nth-child(2) {
    left: 21px;
}
#houyi-oem .p1-list li:nth-child(3) {
    left: 47px;
}
#houyi-oem .p1-list li:nth-child(4) {
    left: 33px;
}
#houyi-oem .p1-list li:nth-child(5) {
    left: -24px;
}
#houyi-oem section.pricing{
    padding-top: 40px;
    background-color: #fbfcff;
}

/************************
*
*   houyi contact
*
************************/
#houyi-contact{
    position: relative;
}
#houyi-contact .top-banner{
    position: relative;
    margin-top: -30px;
}
#houyi-contact .top-banner .banner-bg{
    background-image:url("../images/contact/contact_title_bg.png");
    color: #fff;
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px;
}
#houyi-contact .top-banner .banner-bg .title{
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    max-width: 1200px;
}
#houyi-contact .top-banner .banner-bg .title .banner-h{
    font-size: 40px !important;
}
#houyi-contact .top-banner .banner-bg .title .banner-desc{
    color: #e1e1e1 !important;
    font-size: 22px !important;
}
#houyi-contact .contact-warp{
    margin: 60px auto;
    width: 900px;
}
#houyi-contact .contact-warp .field-wrap{
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
}
#houyi-contact .contact-warp .field-wrap.firstname-wrap,
#houyi-contact .contact-warp .field-wrap.lastname-wrap,
#houyi-contact .contact-warp .field-wrap.email-wrap,
#houyi-contact .contact-warp .field-wrap.company-warp{
    width: 45%;
    display: inline-block;
}
#houyi-contact .contact-warp .field-wrap.firstname-wrap,
#houyi-contact .contact-warp .field-wrap.email-wrap {
    float: left;
}
#houyi-contact .contact-warp .field-wrap.lastname-wrap,
#houyi-contact .contact-warp .field-wrap.company-warp {
    float: right;
}

#houyi-contact .contact-warp .field-wrap.listselect-wrap .field-select,
#houyi-contact .contact-warp .field-wrap.btn-submit-trigger,
#houyi-contact .contact-warp .field-wrap.btn-submit{
    width: 100%;
    text-align: center;
}
#houyi-contact .contact-warp .field-wrap.btn-submit-trigger .fh,
#houyi-contact .contact-warp .field-wrap.btn-submit .fh{
    font-size: 18px;
    vertical-align: text-bottom;
    margin-right: 5px;
    display: none;
}
#houyi-contact .contact-warp .field-wrap.listselect-wrap,
#houyi-contact .contact-warp .field-wrap.listselect-wrap .field-element,
#houyi-contact .contact-warp .desc-question-warp,
#houyi-contact .contact-warp .desc-question{
    width: 100%;
}
#houyi-contact .contact-warp .desc-question{
    height: 140px;
}
#houyi-contact .krajee-default .file-thumb-progress .progress,
#houyi-contact .krajee-default .file-thumb-progress .progress-bar {
    height: 20px;
}
#houyi-contact .file-preview .fileinput-remove{
    top: 3px;
    right: 3px;
    font-size: 24px;
    color: #e80000;
}
#houyi-contact .file-preview .drop-title-sub-content{
    margin: 0 auto;
    font-size: 14px;
    margin-top: 10px;
    line-height: 23px;
}
#houyi-contact .file-preview  .drop-title-sub-content a{
    color: #399bff;
    cursor: pointer;
}
#houyi-contact .file-preview  .drop-title-sub-content a:hover{
    color: #1788e2;
}

#houyi-contact .contact-warp .notice{
    margin-bottom: 10px;
}
#houyi-contact .contact-warp .btn-contact-trigger,
#houyi-contact .contact-warp .btn-contact{
    color: #fff;
    background-color: #0f97ff;
    border-radius: 0;
}
#houyi-contact .contact-warp .btn-contact-trigger:hover,
#houyi-contact .contact-warp .btn-contact:hover{
    background-color: rgba(35,171,255,1);
}
#houyi-contact .bubble-element {
    position: fixed;
    z-index: 20;
    height: 408px;
    top: 150px;
    left: 50%;
    display: none;
    box-sizing: border-box;
    opacity: 1;
    margin-left: -235px;
    width: 470px;
    border-radius: 4px;
    box-shadow: rgb(0, 0, 0) 0px 0px 6px 0px;
    background-color: rgb(255, 255, 255);
    padding-top:50px;
}
#houyi-contact .bubble-element .popup-title{
    font-weight: bolder;
    font-size:22px;
    line-height:33px;
    display: block;
    text-align: center;
}
#houyi-contact .bubble-element .popup-content{
    width: 378px;
    height: 161px;
    font-family: "Open Sans";
    font-size: 22px;
    color: rgb(0, 0, 0);
    text-align: center;
    line-height: 1.5;
    display: block;
    margin: 0 auto;
}
#houyi-contact .bubble-element .clickable-element{
    display: block;
    margin: 0 auto;
    padding: 0px;
    cursor: pointer;
    border: none;
    text-align: center;
    height: 50px;
    width: 161px;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    line-height: 1;
    border-radius: 30px;
    transition: color 200ms ease-in 0s, background 200ms ease-in 0s;
    box-shadow: none;
    background: -webkit-linear-gradient(left, rgb(11, 133, 212) 0%, rgb(9, 174, 255) 100%);
}
#houyi-contact .greyout{
    display: none;
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

/************************
*
*   houyi download
*
************************/
#houyi-download .download-warp .updates-banner {
    background-color: #e3e3e3;
    color: #1e1e1e;
    font-size: 1.6rem;
    position: relative;
}
#houyi-download .download-warp .updates-banner .container {
    padding: 0;
}
#houyi-download .download-warp .updates-banner .container p {
    text-align: center;
    margin: 1.1rem 0;
    padding-right: 4.2rem;
    padding-left: 4.2rem;
}
#houyi-download .download-warp .updates-banner a {
    color: #0f97ff;
}
#houyi-download .download-warp .updates-banner .dismiss-btn:hover {
    opacity: 1;
}
#houyi-download .download-warp .updates-banner .dismiss-btn {
    opacity: 0.5;
    cursor: pointer;
}
#houyi-download .download-warp .updates-banner .dismiss-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4.2rem;
    cursor: pointer;
}
#houyi-download .download-warp .updates-banner .dismiss-btn .glyph-icon::after {
    content: '\00d7';
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-left: 10px;
}
#houyi-download .download-warp .body-content {
    padding-top: 25px;
    padding-bottom: 40px;
}
#houyi-download .download-warp .body-content .swimlane {
    padding: 6rem 0 6rem;
    min-height: 30rem;
    position: relative;
    padding-bottom: 2rem;
}
#houyi-download .download-warp .body-content .swimlane:nth-child(even) {
    background-color: initial;
}
#alt-downloads .download {
    margin: 40px 0 40px;
    padding: 0 25px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#alt-downloads .download .logo {
    height: 100px;
    width: 100px;
    background-size: contain !important;
    margin: 0 auto;
    -ms-high-contrast-adjust: none;
}
#alt-downloads .download .logo.windows {
    background: url("../images/download/windows-logo.png") center center no-repeat;
}
#alt-downloads .download .logo.linux {
    background: url("../images/download/linux-logo.png") center center no-repeat;
}
#alt-downloads .download .logo.mac {
    background: url("../images/download/apple-logo.svg") center center no-repeat;
}
#alt-downloads .download .link-button {
    color: white;
    margin: 20px 0 5px;
    padding: 10px 0;
    font-size: 1.8rem;
    width: 240px;
    background-color: #0f97ff;
    border: none;
}
#alt-downloads .download .link-button:hover{
    background-color: rgba(35,171,255,1);
}
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;
}
#alt-downloads .download .old-version{
    position: absolute;
    bottom: -50px;
    left: 26px;
    color: rgba(84,85,89,0.8);
    letter-spacing: 0.7px;
}
#alt-downloads .download .old-version:hover{
    color: #0f97ff;
}
#houyi-download .menu-slider{
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1200px;
}
#houyi-download .menu-slider #menu {
    position: fixed;
    margin-top: 45px;
    transition: all .3s;
    /* height: 100%; */
    min-height: 600px;
}
#houyi-download .menu-slider #menu .version-list-container {
    border-left: 1px solid #e6e6e6;
}
#houyi-download .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;
}
#houyi-download .menu-slider #menu .version-list-container a.active {
    color: #0f97ff;
    border-left: 3px solid #0f97ff;
}
#houyi-download .version-warp{
    font-size: 14px;
    padding-bottom: 150px;
}
#houyi-download .version-warp .version-list {
    overflow-x: hidden;
    margin-left: 220px;
    margin-right: 20px;
    transition: all .5s;
}
#houyi-download .version-warp .version-list .item-title .title {
    margin-top: 58px;
    color: #333;
    font-size: 24px;
    margin-bottom: 12px;
}
#houyi-download .version-warp .version-list .item-title .subtitle {
    margin-top: 12px;
    margin-left: 2px;
    margin-bottom: 20px;
    color: #999;
    font-size: 14px;
}
#houyi-download .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;
}
#houyi-download .version-warp .version-list .item .title-new {
    background-color: #dfeffa;
    color: #0f97ff;
}
#houyi-download .version-warp .version-list .item .title-delete {
    background-color: #FFEFD5;
    color: red;
}
#houyi-download .version-warp .version-list .item .title-opt {
    background-color: #eafadf;
    color: #6fc237;
}
#houyi-download .version-warp .version-list .item .title-fix {
    background-color: #ffe8de;
    color: #ff8e5f;
}
#houyi-download .version-warp .version-list ul {
    padding-left: 25px;
    margin-top: 0;
    margin-bottom: 10px;
}
#houyi-download .version-warp .version-list .text {
    color: gray;
    font-size: 14px;
    list-style-type: square;
}
#houyi-download .version-warp .version-list li {
    margin-top: 10px;
}


/************************
*
*   houyi tutorial
*
************************/
/*教程页头部*/
#houyi-tutorial .col-sm-4{
    padding-right: 12px;
    padding-left: 12px;
}
#houyi-tutorial .category{
    height: 90px;
}
#houyi-tutorial .category .wrapper{
    width: auto;
    margin: 0 auto;
    text-align: center;
}
#houyi-tutorial .category a{
    display: inline-block;
    width: 195px;
    font-size: 18px;
    color: #999;
    text-align: center;
    height: 30px;
    margin-top: 30px;
}
#houyi-tutorial .category a:hover,
#houyi-tutorial .category a.current{
    color: #0f97ff;
}
#houyi-tutorial .category a.middle{
    border-left: 1px solid #333;
}
#houyi-tutorial .category a .fh{
    margin-right: 5px;
    font-size: 18px;
}
#houyi-tutorial .main{
    background: #f5f5f5;
    min-height: 500px;
}
#houyi-tutorial .main .col-xs-9{
    min-height: 300px;
}
#houyi-tutorial .main.parent-examples{
    padding-top: 50px;
    padding-bottom: 70px;
}
#houyi-tutorial .main.parent-tutorials{
    padding-top: 20px;
    padding-bottom: 20px;
}
#houyi-tutorial .main.parent-videos,
#houyi-examples .main.parent-videos{
    padding-top: 30px;
    padding-bottom: 20px;
}
#houyi-tutorial .pager{
    margin: 0 auto;
}
#houyi-tutorial .pager.parent-1{
    padding-right: 40px;
}
#houyi-tutorial .pager.parent-2{
    margin-top: 30px;
}
#houyi-tutorial .function{

}
#houyi-tutorial a{
    outline: none;
}
#houyi-tutorial .function .help-index-row{
    width:1200px;
}
#houyi-tutorial .function .help-index-row li{
    color: #0f97ff;
}
#houyi-tutorial .function .help-index-row a{
    outline:none;
    color: #0f97ff;
}
#houyi-tutorial .function .help-index-row a:hover{
    text-decoration: underline;
}
#houyi-tutorial .function .help-index-row .help-index-cell{
    float: left;
    width: 250px;
    display: inline-block;
    margin-right: 150px;
}
#houyi-tutorial .function .help-index-row .help-index-cell h2{
    font-size: 18px;
    margin: 24px 0 6px;
    position:relative;
}
#houyi-tutorial .function .help-index-row .help-index-cell h2 i{
    font-size: 24px;
    position: absolute;
    left: -34px;
    top: -2px;
}
#houyi-tutorial .function .help-index-row .help-index-cell h2.icon-data-release i{
    font-size: 28px;
    top:-3px;
}
#houyi-tutorial .function .help-index-row .help-index-cell .help-common-nav-list{
    transition:all .3s;
}
#houyi-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;
}
#houyi-tutorial .function .help-index-row .help-index-cell ul.help-common-nav-list.hide-half{
    height: 400px;
    overflow: hidden;
}
#houyi-tutorial .function .help-index-row .help-index-cell .help-common-nav-list-more{
    height: 40px;
    line-height: 40px;
    position: relative;
}
#houyi-tutorial .function .help-index-row .help-index-cell .help-common-nav-list-more a{
    color:#73777a;
}
#houyi-tutorial .function .help-index-row .help-index-cell .help-common-nav-list-more a i{
    font-size:18px;
    vertical-align: middle;
}
    /*搜索框样式*/
#houyi-tutorial .c-hero-bar ,
#houyi-examples .c-hero-bar {
    background-image: url(../images/tutorial/search_bg.png);
    background-position: 50% 50%;
}
#houyi-tutorial .c-hero-bar ,
#houyi-examples .c-hero-bar {
    min-width: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #61697c;
    -webkit-font-smoothing: antialiased;
}
#houyi-tutorial .c-hero-bar-inner:before ,
#houyi-examples .c-hero-bar-inner:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
#houyi-tutorial .c-hero-bar-inner ,
#houyi-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;
}
#houyi-tutorial .c-hero-bar-ct ,
#houyi-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;
}
#houyi-tutorial .c-hero-bar-tit ,
#houyi-examples .c-hero-bar-tit {
    margin-bottom: 8px;
    font-size: 34px;
    font-weight: 400;
}
#houyi-tutorial .c-hero-bar .doc-page-bar ,
#houyi-examples .c-hero-bar .doc-page-bar {
    width: 650px;
    max-width: 650px;
}
#houyi-tutorial .doc-page-bar ,
#houyi-examples .doc-page-bar {
    margin: 10px auto 0;
    max-width: 600px;
    position: relative;
}
#houyi-tutorial .p-all-bar ,
#houyi-examples .p-all-bar {
    white-space: nowrap;
    padding-top: 10px;
}
#houyi-tutorial .p-all-bar .p-all-search ,
#houyi-examples .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;
}
#houyi-tutorial .doc-page-bar .p-all-search ,
#houyi-examples .doc-page-bar .p-all-search {
    width: 100%;
    margin: 0;
}
#houyi-tutorial .doc-page-bar.p-all-bar .c-search-btn, .doc-page-bar.p-all-bar .c-search-input ,
#houyi-examples .doc-page-bar.p-all-bar .c-search-btn,#houyi-examples .doc-page-bar.p-all-bar .c-search-input {
    vertical-align: top;
}
#houyi-tutorial .c-hero-bar .p-all-bar .c-search-input ,
#houyi-examples .c-hero-bar .p-all-bar .c-search-input {
    height: 45px;
    font-size: 16px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}
#houyi-tutorial .p-all-bar .c-search-input ,
#houyi-examples .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;
}
#houyi-tutorial .c-search-input ,
#houyi-examples .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;
}
#houyi-tutorial .c-hero-bar .p-all-bar .c-search-btn ,
#houyi-examples .c-hero-bar .p-all-bar .c-search-btn {
    height: 45px;
    border: none;
}

#houyi-tutorial .p-all-bar .c-search-btn, .p-all-bar .c-search-btn:hover ,
#houyi-examples .p-all-bar .c-search-btn, .p-all-bar .c-search-btn:hover {
    background-color: #fff;
}
#houyi-tutorial .p-all-search i,
#houyi-examples .p-all-search i{
    color: gray;
    position: absolute;
    top: 10px;
    right: 9px;
    font-size: 19px;
    cursor: pointer;
}
#houyi-tutorial .p-all-bar .c-search-btn ,
#houyi-examples .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;
}
#houyi-tutorial .c-search-btn ,
#houyi-examples .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;
}
#houyi-tutorial .c-hero-bar .c-search-tip ,
#houyi-examples .c-hero-bar .c-search-tip {
    font-size: 14px;
    padding: 15px 0;
    text-align: left;
}

#houyi-tutorial .c-hero-bar .c-search-tip>span ,
#houyi-examples .c-hero-bar .c-search-tip>span {
    color: #ccc;
}
#houyi-tutorial .c-hero-bar .c-search-tip>a ,
#houyi-examples .c-hero-bar .c-search-tip>a {
    color: #fff;
    margin-left:5px;
}
    /*教程使用页*/
#houyi-tutorial .use .post{
    min-height: 185px;
    background: #fff;
    padding:20px;
    display: block;
    margin-bottom: 20px;
}
#houyi-tutorial .use .post .title{
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}
#houyi-tutorial .use .post:hover .title{
    color: rgba(35,171,255,1);
}
#houyi-tutorial .use .post .date{
    font-size: 12px;
    color: #999;
    margin-bottom: 25px;
}
#houyi-tutorial .parent-tutorials{
    background: #fff;
}
#houyi-tutorial .use .post .content{
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 24px;
}
#houyi-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;
}
#houyi-tutorial .use{
    margin-bottom: 50px;
}
#houyi-tutorial .use .content{
    width: 1170px;
    margin: 0 auto;
}
#houyi-tutorial .content-title{
    margin-top:30px;
    margin-bottom: 30px;
}
#houyi-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;
}
#houyi-tutorial .use .content h3 a{
    color:#373d41;
    transition:all .3s ease-in-out;
}
#houyi-tutorial .use .content h3 a:hover{
    font-size: 26px;
    box-shadow: 0 0 9px 3px rgba(0,193,222,.3);
    padding:5px;
}
#houyi-tutorial .use .content .list .box{
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    width: 376px;
    height: 178px;
}
#houyi-tutorial .use .content .list .box:nth-child(3n){
    margin-right: 0;
}
#houyi-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;
}
#houyi-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;
}
#houyi-tutorial .use .content .list .box .list-li:hover .li-con{
    display: none;
}
#houyi-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;
}
#houyi-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;
}
#houyi-tutorial .use .content .list .box .list-li:hover .more{
    display:block;
}
#houyi-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;
}
#houyi-tutorial .use .content .list .box .list-li .li-con{
    margin-top: 10px;
    font-size: 14px;
    color: #777f84;
    letter-spacing: 0;
    text-align: left;
}
#houyi-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;
}
#houyi-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;
}
#houyi-tutorial .use .content .list .box .list-li .more span{
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
}
#houyi-tutorial .use .content .list .box .list-li .more span img{
    width:100%;
    vertical-align:inherit;
}
#houyi-tutorial .use .content h3 {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    color: #373d41;
    letter-spacing: 0;
    text-align: center;
}
#houyi-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 .fh-arrow-down{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding: 0 20px;
    text-align: right;
}
.tutorial .categories li .fh-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>.fh,
.tutorial .categories .current-cat-parent>.fh{
    -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>.fh{
    -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%;
}


/*实战案例页*/
#houyi-tutorial .main.tutorial,
#houyi-examples .main.tutorial{
    margin-top:-9px;
}
#houyi-tutorial .case .c-media,
#houyi-examples .case .c-media{
    padding: 20px;
}
#houyi-tutorial .case .c-media ,
#houyi-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;
}
#houyi-tutorial .case .c-media:hover ,
#houyi-examples .case .c-media:hover {
    transition: all .4s;
    transform: translate3d(0,-4px,0);
}
#houyi-tutorial .case .c-media-img ,
#houyi-examples .case .c-media-img {
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#houyi-tutorial .case .c-media-img i,
#houyi-examples .case .c-media-img i{
    font-size:38px;
}
#houyi-tutorial .case .c-media-img img ,
#houyi-examples .case .c-media-img img {
    width: 100%;
    position: relative;
}
#houyi-tutorial .case .c-media-body ,
#houyi-examples .case .c-media-body {
    margin-top: 13px;
}
#houyi-tutorial .case .c-media:hover .c-media-heading,
#houyi-examples .case .c-media:hover .c-media-heading{
    color: #00a4ff;
}
#houyi-tutorial .case .c-media-heading ,
#houyi-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;
}
#houyi-tutorial .case .c-media-info ,
#houyi-examples .case .c-media-info {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    line-height: 1.7;
    word-wrap: break-word;
}
#houyi-tutorial .case .c-media-info,
#houyi-examples .case .c-media-info{
    text-align: center;
    margin-top: 1px;
    margin-bottom:1px;
}
#houyi-tutorial .case .content-title ,
#houyi-examples .case .content-title {
     margin-top: 0px;
    margin-bottom: 40px;
}
#houyi-tutorial .case .content-title h3 ,
#houyi-examples .case .content-title h3 {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    color: #373d41;
    letter-spacing: 0;
    text-align: center;
}
#houyi-tutorial .case .content-title .subtit ,
#houyi-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;
}
#houyi-tutorial .case .col-xs-4,
#houyi-examples .case .col-xs-4{
    margin-bottom: 20px;
}
#houyi-tutorial .case .row,
#houyi-examples .case .row{
    margin-left:-20px;
    margin-right:-20px;
}
#houyi-tutorial .case .graphic,#houyi-tutorial .case .video{
    margin-top:30px;
    background: #fff;
    padding:35px;
    box-sizing: content-box!important;
}
#houyi-tutorial .case .graphic .title-prompt,#houyi-tutorial .case .video .title-prompt{
    border-bottom: 1px solid #ddd;
    margin-bottom:30px;
    position:relative;
}
#houyi-tutorial .case .graphic-title h3{
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    letter-spacing: 0;
}
#houyi-tutorial .case .post{
    height: 172px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    border:1px solid #ddd;
}
#houyi-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;
}
#houyi-tutorial .case .post .hover .fh{
    font-size: 90px;
    margin-bottom: 20px;
    line-height: 40px;
}
#houyi-tutorial .case .post .hover p{
    font-size: 12px;
}
#houyi-tutorial .case .post:hover .hover{
    display: block;
}
#houyi-tutorial .case .post:hover .title{
    color: rgba(35,171,255,1);
}
#houyi-tutorial .case .post-img{
    width: 100%;
    height: 131px;
    border-bottom: 1px solid #ddd;
}
#houyi-tutorial .case .post .text{
    padding:10px 8px;
    height: 40px;
}
#houyi-tutorial .case .post .title{
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    height: 25px;
    overflow: hidden;
    width:176px;
    white-space:nowrap;
    text-overflow: ellipsis;
}
#houyi-tutorial .case .post .date{
    font-size: 12px;
    color: #999;
    display: none;
}
#houyi-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;
}
#houyi-tutorial .case .post .rule:hover{
    background:rgba(35,171,255,1);
}
#houyi-tutorial .case .more{
    position: absolute;
    top:30px;
    right:20px;
}
#houyi-tutorial .case .more a:hover{
    text-decoration: underline;
}
#houyi-tutorial .case .more a{
    height:24px;
    line-height:24px;
    font-size: 14px;
    color: #a1a1a1;
    display: block;
    float: right;
}
#houyi-tutorial .case .video-title{

}
#houyi-tutorial .case .post .hover .fh {
    font-size: 60px;
    line-height: 20px;
}
#houyi-tutorial .case .video .title{
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    height: 25px;
    overflow: hidden;
    width:250px;
    white-space:nowrap;
    text-overflow: ellipsis;
}
/*文章页*/
#houyi-post audio, #houyi-post embed{
    display: block;
    margin: 0 auto !important;
    width: 100%;
    height: 584px;
}
#houyi-post .category{
    height: 90px;
}
#houyi-post .category .wrapper{
    width: auto;
    margin: 0 auto;
    text-align: center;
}
#houyi-post .category a{
    display: inline-block;
    width: 195px;
    font-size: 18px;
    color: #999;
    text-align: center;
    height: 30px;
    margin-top: 30px;
}
#houyi-post .category a:hover,
#houyi-post .category a.current{
    color: #0f97ff;
}
#houyi-post .category a.middle{
    border-left: 1px solid #333;
}
#houyi-post .category a .fh{
    margin-right: 5px;
    font-size: 18px;
}

#houyi-post .tutorial{
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 100px;
    min-height: 500px;
}
#houyi-post article{
    background: #fff;
    padding:20px 20px 70px 20px;
}
#houyi-post article .nav{
    color: #999;
    cursor: pointer;
}
#houyi-post article .nav a{
    font-size: 12px;
    color: #999;
    display: inline-block;
    margin:0 4px;
}
#houyi-post article .nav a:hover,
#houyi-post article .nav a.hover{
    color: #0f97ff;
}
#houyi-post article h1{
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    padding: 0;
    font-weight: 400;
}
#houyi-post article .date,#houyi-post article .view{
    display:inline-block;
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
}
#houyi-post article .view{
    margin-left:10px;
}
#houyi-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;
}
#houyi-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;
}
#houyi-post .tags{
    margin-bottom: 30px;
}
#houyi-post article .excerpt{
    /*margin-top: 30px;*/
    font-size: 16px;
    line-height: 32px;
    color: #333;
    padding: 16px 30px;
    background: #f9f9f9;
    table-layout: fixed;
    word-break: break-all;
    overflow: hidden;
}
#houyi-post article .excerpt span.download-btn{
    display: block;
}
#houyi-post article .excerpt span.download-btn a{
    display: inline-block;
    padding: 0 15px 0 15px;
    color: #fff;
    border-radius: 5px;
    background: #0f97ff;
    height:35px;
    line-height: 35px;
    margin: 6px 10px 0 0;
}
#houyi-post article .excerpt span.download-btn a i{
    margin-right:3px;
    font-size:17px;
    vertical-align: middle;
}
#houyi-post:not(:lang(zh)) article .excerpt span.download-btn a{
    position:relative;
    height:57px;
}
#houyi-post article .excerpt span.download-btn a:hover{
    background-color: rgba(35,171,255,1);
}
#houyi-post:not(:lang(zh)) article .excerpt span.download-btn a i{
    position: absolute;
    top: 12px;
    left: 15px;
    font-size:28px;
}
#houyi-post:not(:lang(zh)) article .excerpt span.download-btn a span:nth-of-type(1){
    margin-right:3px;
    margin-left:33px;
}
#houyi-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;*/
}
#houyi-post article .excerpt em{
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
}
#houyi-post article .content{
    padding-top: 10px;
}
#houyi-post article .content li{
    list-style: none;
}
#houyi-post article .content a{
    color: #0f97ff;
    width:100%;
    word-break: break-all;
}
#houyi-post article .content p{
    font-size: 16px;
    line-height: 1.6;
}
#houyi-post article .content span{
    line-height: 2em;
}
#houyi-post article .content code{
    /*width: 100%;*/
    /*white-space: pre-wrap;*/
    /*display: block;*/
    /*padding: 10px;*/
}
#houyi-post article .content p img{
    padding-bottom:10px;
}
#houyi-post article .content iframe{
    width: 100%;
    height: 454px;
}
#houyi-post article .post-video{
    margin: 20px auto;
    background: #000;
    overflow: hidden;
    position: relative;
}
#houyi-post article .post-video-loader{
    text-shadow: #000 0 0 1px;
    text-align: center;
    color: #e8e8e8;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#houyi-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;
}
#houyi-post .row .single-related:hover{
    background:#e7f2ff;
}
@keyframes breathe{
    0% {
        transform: scale(.75,.75) rotate(-7deg);
        opacity: .4;
    }
    100% {
        transform: scale(1,1) rotate(0);
        opacity: .9;
    }
}
#houyi-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;
}
#houyi-post article #popVideoPlayer embed{
    width:970px;
}
#houyi-post article .post-video-loader-link {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
#houyi-post article .modalContainer {
    font-size: 15px;
    display: none;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
}
#houyi-post article .modalContainer .modalCloseBtn {
    position: absolute;
    left:1000px;
    top: -8px;
    font-size: 26px;
    color: #eee;
}
#houyi-post .sidebar {
    background:#fff;
    padding-top:15px;
    padding-bottom:10px;
}
#houyi-post .sidebar ul > *{
    cursor:pointer;
    outline:none;
}
#houyi-post .sidebar li a{
    display: inline-block;
    width:210px;
    overflow:hidden;
}
#houyi-post .sidebar li > ul,#houyi-post .sidebar li > ol {
    margin-bottom: 0;
    margin-left:0;
}
#houyi-post .sidebar .post-item{
    background: url(../images/tutorial/spot.png) no-repeat;
    background-position: 65px 13px;
}
#houyi-post .sidebar ul a{
    color:#000;
    width:100%;
    padding-right: 12px;
}
#houyi-post .sidebar li.level1 > :not(a), #houyi-post .sidebar li.level2 > :not(a), #houyi-post .sidebar li.level3 > :not(a) {
    display: none;
}
#houyi-post .sidebar li.level1.open > *, #houyi-post .sidebar li.level2.open > *, #houyi-post .sidebar li.level3.open > * {
    display: block;
}
#houyi-post .sidebar li.level1>a {
    padding-left: 16px;
}
#houyi-post .sidebar li.level1.post-item{
    background-position: 65px 13px;
}
#houyi-post .sidebar li.level2>a {
    padding-left: 32px;
}
#houyi-post .sidebar li.level2.post-item{
    background-position: 33px 13px;
}
#houyi-post .sidebar li.level3>a {
    padding-left: 48px;
}
#houyi-post .sidebar li.level3.post-item{
    background-position: 50px 13px;
}
#houyi-post .sidebar li.level4>a {
    padding-left: 64px;
}
#houyi-post .sidebar li.level4.post-item{
    background-position: 65px 13px;
}
#houyi-post .sidebar li.level5>a {
    padding-left: 76px;
}
#houyi-post .sidebar li.level5.post-item{
    background-position: 74px 13px;
}
#houyi-post .sidebar .icon-triangle{
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: top;
    transform: translateY(14px);
}
#houyi-post .sidebar li.open>a>.icon-triangle {
    background-image: url(../images/tutorial/sidebar_down.png);
    background-size: 8px 6px;
}
#houyi-post .sidebar li > a > i.icon-triangle + span {
    padding-left: 8px;
}
#houyi-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;
}
#houyi-post .sidebar li a:hover{
    color:#00c1de;
}
#houyi-post .sidebar li.action >a{
    color:#00c1de;
    background-color: hsla(0,0%,85%,.15);
}
#houyi-post .sidebar li>a>i.icon-triangle {
    background: url(../images/tutorial/sidebar_up.png) no-repeat 50%/6px 8px;
}
/*分享按钮*/
#houyi-post .bdsharebuttonbox.article{
    text-align: right;
    margin-top: 50px;
    margin-bottom: 40px;
}

#houyi-post .bdsharebuttonbox a{
    background: none;
    text-indent: 0;
    font-size: 32px;
    color: #aaa;
    float: none;
}
#houyi-post .bdsharebuttonbox.article a{
    margin-right: 0;
    margin-left: 5px;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
}
#houyi-post .bdsharebuttonbox.article a:hover{
    color: #0f97ff;
}
#houyi-post .bdsharebuttonbox.article a.fh-baidu{
    font-size:29px;
}
#houyi-post .bdsharebuttonbox.fixed{
    position: absolute;
    right: 10px;
    top:50px;
}
#houyi-post .bdsharebuttonbox.fixed a{
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #dedede;
    color: #999;
    text-align: center;
}
#houyi-post .bdsharebuttonbox.fixed a:hover{
    background: #0f97ff;
    color: #fff;
}
#houyi-post .bdsharebuttonbox.fixed a.fh-weibo{
    margin-top:70px;
}
#houyi-post .bdsharebuttonbox.fixed a.fh-baidu{
    top:352px;
}
#houyi-post .bdsharebuttonbox.fixed a.fh-qzone{
    top:417px;
}
#houyi-post .link a{
    color: #999;
    display: inline-block;
    width: 50%;
    overflow: hidden;
    height: 20px;
    padding-left: 5px;
}
#houyi-post .link a:hover{
    color: #0f97ff;
}
#bdshare_weixin_qrcode_dialog{
    width: 260px!important;
    height: 300px!important;
}
@media screen and (max-width: 769px){
    #houyi-post .category{
        display: none;
    }
    #houyi-post .tutorial{
        padding:0;
    }
    #houyi-post .tutorial .container{
        padding:0;
    }
    .sidebar{
        display: none;
    }
    #houyi-post .fixed{
        display: none;
    }
}


/*联系我们页面*/
#houyi-contact .main{
    width: 1200px;
    margin:95px auto 110px;
    position: relative;
}
#houyi-contact .main .info{
    position: absolute;
    left: 0;
    top: -15px;
    height: 430px;
    width: 380px;
    background: #fcfcfc;
    padding: 40px;
    box-shadow: 0 0 0 1px #eee;
    border-radius: 3px;
}
#houyi-contact .main .info h2{
    margin:0;
    margin-bottom: 55px;
    color: #333;
    font-size: 24px;
    font-weight: 400;
}
#houyi-contact .main .info .item{
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-bottom: 20px;
}
#houyi-contact .main .info .item .title{
    font-weight:bolder;
}
#houyi-contact .main .info .item .content p{
    margin: 2px 0 ;
}

#houyi-contact .main .info .fh-qq{
    color: #0f97ff;
    margin-right: 5px;
    margin-left: 15px;
}
#houyi-contact .main .info a{
    color: #999;
    text-decoration: underline;
}
#houyi-contact .main .info a:hover{
    color: #0f97ff;
}
#houyi-contact .end{
    text-align: center;
    color: #eee;
    font-size: 18px;
    position: relative;
}
#houyi-contact .end .text{
    position: relative;
    top: 12px;
    background: #fff;
    width: 60px;
    display: inline-block;
}
#houyi-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;
}
/*列表页面*/
#houyi-list .tutorial{
    min-height:575px;
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 100px;
}

#houyi-list article{
    background: #fff;
    padding:20px 20px 70px 20px;
}
#houyi-list article .nav{
    color: #999;
    cursor: pointer;
}
#houyi-list article .nav a{
    font-size: 15px;
    color: #999;
    display: inline-block;
    margin:0 4px;
}
#houyi-list article .nav a:hover,
#houyi-list article .nav a.hover{
    color: #0f97ff;
}
#houyi-list .category{
    height: 90px;
}
#houyi-list .category .wrapper{
    width: auto;
    margin: 0 auto;
    text-align: center;
}
#houyi-list .category a{
    display: inline-block;
    width: 195px;
    font-size: 18px;
    color: #999;
    text-align: center;
    height: 30px;
    margin-top: 30px;
}
#houyi-list .category a:hover,
#houyi-list .category a.current{
    color: #0f97ff;
}
#houyi-list .category a.middle{
    border-left: 1px solid #333;
}
#houyi-list .category a .fh{
    margin-right: 5px;
    font-size: 18px;
}
#houyi-list .sidebar {
    background:#fff;
    padding-top:15px;
    padding-bottom:10px;
}
#houyi-list .sidebar ul > *{
    cursor:pointer;
    outline:none;
}
#houyi-list .sidebar li a{
    display: inline-block;
    width:210px;
    overflow:hidden;
}
#houyi-list .sidebar li > ul,#houyi-post .sidebar li > ol {
    margin-bottom: 0;
    margin-left:0;
}
#houyi-list .sidebar .post-item{
    background: url(../images/tutorial/spot.png) no-repeat;
    background-position: 65px 13px;
}
#houyi-list .sidebar ul a{
    color:#000;
}
#houyi-list .sidebar li.level1 > :not(a), #houyi-list .sidebar li.level2 > :not(a), #houyi-list .sidebar li.level3 > :not(a) {
    display: none;
}
#houyi-list .sidebar li.level1.open > *, #houyi-list .sidebar li.level2.open > *, #houyi-list .sidebar li.level3.open > * {
    display: block;
}
#houyi-list .sidebar li.level1>a {
    padding-left: 16px;
}
#houyi-list .sidebar li.level1.post-item{
    background-position: 65px 13px;
}
#houyi-list .sidebar li.level2>a {
    padding-left: 32px;
}
#houyi-list .sidebar li.level2.post-item{
    background-position: 33px 13px;
}
#houyi-list .sidebar li.level3>a {
    padding-left: 48px;
}
#houyi-list .sidebar li.level3.post-item{
    background-position: 50px 13px;
}
#houyi-list .sidebar li.level4>a {
    padding-left: 64px;
}
#houyi-list .sidebar li.level4.post-item{
    background-position: 65px 13px;
}
#houyi-list .sidebar li.level5>a {
    padding-left: 76px;
}
#houyi-list .sidebar li.level5.post-item{
    background-position: 74px 13px;
}
#houyi-list .sidebar .icon-triangle{
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: top;
    transform: translateY(14px);
}
#houyi-list .sidebar li.open>a>.icon-triangle {
    background-image: url(../images/tutorial/sidebar_down.png);
    background-size: 8px 6px;
}
#houyi-list .sidebar li > a > i.icon-triangle + span {
    padding-left: 8px;
}
#houyi-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;
}
#houyi-list .sidebar li a:hover{
    color:#00c1de;
}
#houyi-list .sidebar ul a{
    color:#000;
    width:100%;
    padding-right: 12px;
}
#houyi-list .sidebar li.action>a{
    color:#00c1de;
    background-color: hsla(0,0%,85%,.15);
}
#houyi-list .sidebar li>a>i.icon-triangle {
    background: url(../images/tutorial/sidebar_up.png) no-repeat 50%/6px 8px;
}
#houyi-list .main .list a{
    color:#333;
}
#houyi-list .tutorial .main .nav{
    border-bottom:1px solid #ccc;
    padding:8px 0px;
}
#houyi-list .tutorial .main .list{
    min-height: 700px;
}
#houyi-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;
}
#houyi-list .tutorial .main .list .list-post-title{
    font-size:15px;
    font-weight: bold;
    line-height: 30px;
}
#houyi-list .tutorial .main .list .list-post-title a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 660px;
}
#houyi-list .tutorial .main .list .list-post-excerpt{
    font-size: 12px;
}
#houyi-list .tutorial .main .list .list-post-excerpt a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 420px;
    margin-left:8px;
}
#houyi-list .tutorial .main .list .list-post-date{
    font-size: 12px;
}

#houyi-list a{
    outline: none;
}
#houyi-list .c-hero-bar {
    background-image: url(../images/tutorial/search_bg.png);
    background-position: 50% 50%;
}
#houyi-list .c-hero-bar {
    min-width: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #61697c;
    -webkit-font-smoothing: antialiased;
}
#houyi-list .c-hero-bar-inner:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
#houyi-list .c-hero-bar-tit{
    margin-bottom: 8px;
    font-size: 34px;
    font-weight: 400;
}
#houyi-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;
}
#houyi-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;
}
#houyi-search .c-hero-bar-tit {
    margin-bottom: 8px;
    font-size: 34px;
    font-weight: 400;
}
#houyi-list .c-hero-bar .doc-page-bar {
    width: 650px;
    max-width: 650px;
}
#houyi-list .doc-page-bar {
    margin: 10px auto 0;
    max-width: 600px;
    position: relative;
    z-index: 9;
}
#houyi-list .p-all-bar {
    white-space: nowrap;
    padding-top: 10px;
}
#houyi-list .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;
}
#houyi-list .doc-page-bar .p-all-search {
    width: 100%;
    margin: 0;
}
#houyi-list .doc-page-bar.p-all-bar .c-search-btn, .doc-page-bar.p-all-bar .c-search-input {
    vertical-align: top;
}
#houyi-list .c-hero-bar .p-all-bar .c-search-input {
    height: 45px;
    font-size: 16px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}
#houyi-list .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;
}
#houyi-list .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;
}
#houyi-list .c-hero-bar .p-all-bar .c-search-btn {
    height: 45px;
    border: none;
}

#houyi-list .p-all-bar .c-search-btn, .p-all-bar .c-search-btn:hover {
    background-color: #fff;
}
#houyi-list .p-all-search i{
    color: gray;
    position: absolute;
    top: 10px;
    right: 9px;
    font-size: 19px;
    cursor: pointer;
}
#houyi-list .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;
}
#houyi-list .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;
}
#houyi-list .c-hero-bar .c-search-tip {
    font-size: 14px;
    padding: 15px 0;
    text-align: left;
}

#houyi-list .c-hero-bar .c-search-tip>span {
    color: #ccc;
}
#houyi-list .c-hero-bar .c-search-tip>a {
    color: #fff;
    margin-left:5px;
}

/*搜索页*/
#houyi-search .col-sm-4{
    padding-right: 12px;
    padding-left: 12px;
}
#houyi-search .category{
    height: 90px;
}
#houyi-search .category .wrapper{
    margin:0 auto;
    text-align: center;
}
#houyi-search .category a{
    display: inline-block;
    width: 195px;
    font-size: 18px;
    color: #999;
    text-align: center;
    height: 30px;
    margin-top: 35px;
}
#houyi-search .category a:hover,
#houyi-search .category a.current{
    color: #0f97ff;
}
#houyi-search .category a .fh{
    margin-right: 5px;
    font-size: 18px;
}
#houyi-search .main{
    background: #f5f5f5;
    min-height: 500px;
}
#houyi-search .main .col-xs-9{
    min-height: 300px;
}
#houyi-search .main.parent-examples{
    padding-top: 50px;
    padding-bottom: 70px;
}
#houyi-search .main.parent-tutorials{
    padding-top: 20px;
    padding-bottom: 20px;
}
#houyi-search .main.parent-videos{
    padding-top: 30px;
    padding-bottom: 20px;
}
#houyi-search .pager{
    margin: 0 auto;
}
#houyi-search .pager.parent-1{
    padding-right: 40px;
}
#houyi-search .pager.parent-2{
    margin-top: 30px;
}
#houyi-search .function{

}
#houyi-search a{
    outline: none;
}
#houyi-search .c-hero-bar {
    background-image: url(../images/tutorial/search_bg.png);
    background-position: 50% 50%;
}
#houyi-search .c-hero-bar {
    min-width: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #61697c;
    -webkit-font-smoothing: antialiased;
}
#houyi-search .c-hero-bar-inner:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
#houyi-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;
}
#houyi-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;
}
#houyi-search .c-hero-bar-tit {
    margin-bottom: 8px;
    font-size: 34px;
    font-weight: 400;
}
#houyi-search .c-hero-bar .doc-page-bar {
    width: 650px;
    max-width: 650px;
}
#houyi-search .doc-page-bar {
    margin: 10px auto 0;
    max-width: 600px;
    position: relative;
    z-index: 9;
}
#houyi-search .p-all-bar {
    white-space: nowrap;
    padding-top: 10px;
}
#houyi-search .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;
}
#houyi-search .doc-page-bar .p-all-search {
    width: 100%;
    margin: 0;
}
#houyi-search .doc-page-bar.p-all-bar .c-search-btn, .doc-page-bar.p-all-bar .c-search-input {
    vertical-align: top;
}
#houyi-search .c-hero-bar .p-all-bar .c-search-input {
    height: 45px;
    font-size: 16px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}
#houyi-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;
}
#houyi-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;
}
#houyi-search .c-hero-bar .p-all-bar .c-search-btn {
    height: 45px;
    border: none;
}

#houyi-search .p-all-bar .c-search-btn, .p-all-bar .c-search-btn:hover {
    background-color: #fff;
}
#houyi-search .p-all-search i{
    color: gray;
    position: absolute;
    top: 10px;
    right: 9px;
    font-size: 19px;
    cursor: pointer;
}
#houyi-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;
}
#houyi-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;
}
#houyi-search .c-hero-bar .c-search-tip {
    font-size: 14px;
    padding: 15px 0;
    text-align: left;
}

#houyi-search .c-hero-bar .c-search-tip>span {
    color: #ccc;
}
#houyi-search .c-hero-bar .c-search-tip>a {
    color: #fff;
    margin-left:5px;
}
.c-hero-bar .c-search-tip >a:hover{
    color:#0f97ff!important;
}
#houyi-search .search-result{
    min-height: 575px;
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
}
#houyi-search .search-result article{
    background: #fff;
    padding: 20px 20px 70px 20px;
}
#houyi-search .search-result article .nav{
    border-bottom: 1px solid #ccc;
    padding: 8px 0px;
    margin-left:7px;
}
#houyi-search .search-result article a{
    color:#333;
}
#houyi-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;
}
#houyi-search  .search-result .list .list-post-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
}
#houyi-search .search-result .list .list-post-excerpt {
    font-size: 12px;
}
#houyi-search .search-result .list .list-post-excerpt a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 420px;
    margin-left:8px;
}
#houyi-search .search-result .list .list-post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 660px;
}
#houyi-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;
}

.oauth-callback{
    height: 600px;
    padding: 100px 0;
}
.oauth-callback .callback-logo{
    text-align: center;
    padding: 50px 0;
}
.oauth-callback article{
    text-align: center;
}
.oauth-callback .detail{
    color: #666;
    margin-top: 30px;
}
/***************************************************************
*
*   houyi-trash
*
****************************************************************/

#houyi-trash .main{
    min-height:540px;
    margin-top:48px;
}
#houyi-trash .main h1{
    font-weight: 700;
    font-size:145px;
}
#houyi-trash .main h2{
    font-size: 32px;
    font-weight: normal;
}
#houyi-trash .main h6{
    font-size: 14px;
}
#houyi-trash .main h6.error-code{
    font-size: 14px;
    font-weight: bold;
    color: #767676;
}
#houyi-trash .main .item{
    margin-top:5px;
    margin-right:10px;
}
#houyi-trash .main .item a{
    font-size: 14px;
    color:#0669CB;
    /*color:#01182B;*/
}
#houyi-trash .main li.item{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width:500px;
}
#houyi-trash .main .item a:hover{
    text-decoration: underline;
    color:#0f97ff;
}
#houyi-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;
}
/***************************************************************
*
*   video list
*
****************************************************************/

#houyi-videolist .main{
    /*padding-bottom:32px;*/
    background:#f8fafc;
}
#houyi-videolist .main .banner-box{
    padding-top:32px;
    background:#fff;
}
#houyi-videolist .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);
}
#houyi-videolist .main .banner-box .banner ul{
    /*position:relative;*/
}
#houyi-videolist .main .banner-box .banner ul li{
    position:absolute;
    top:0px;
    left:0px;
    height:444px;
}
#houyi-videolist .main .banner-box .banner ul li img{
    height:100%;
    width:100%;
}
#houyi-videolist .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;
}
#houyi-videolist .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;
}
#houyi-videolist .main .banner-box .banner .banner-dots span.active{
    background:#fff;
    border:1px solid rgba(7,17,27,0.4);
}
#houyi-videolist .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);
}
#houyi-videolist .main .banner .pre:hover,#houyi-videolist .main .banner .next:hover{
    color: #fff;
    background: rgba(7, 17, 27, 0.6);
    cursor: pointer;
}
#houyi-videolist .main .banner .pre{
    left:0;
    border-radius: 0 4px 4px 0;
}
#houyi-videolist .main .banner .next{
    right:0;
    border-radius: 4px 0 0 4px;
}
#houyi-videolist .main .type-title{
    position: relative;
    letter-spacing: 0.6px;
    line-height: 36px;
    text-align: center;
    color: #93999F;
    margin-bottom:24px;
    margin-top:24px;
}
#houyi-videolist .main .type-title em{
    color: #4D555D;
    font-weight: 600;
    font-size:20px;
    margin: 0 3px;
    font-style: normal;
}
#houyi-videolist .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%;
}
#houyi-videolist .main .novice {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
}
#houyi-videolist .main .novice .type-title span.title-icon-left{
    background-position: center -144px;
    margin-right: 24px;
}
#houyi-videolist .main .novice .type-title span.title-icon-right{
    background-position: center -180px;
    margin-left: 24px;
}
#houyi-videolist .main .novice .container{
    padding-top:5px;
    padding-bottom:48px;
}
#houyi-videolist .main .item .cover{
    /*width: 216px;*/
    width: 260px;
    /*height: 120px;*/
    height: 150px;
    position: relative;
    border-radius: 8px;
    transition: all .3s;
}
#houyi-videolist .main .item{
    margin-bottom:40px;
    height:248px;
}
#houyi-videolist .main .item .cover img{
    border-radius: 8px;
    width:100%;
    height:100%;
}
#houyi-videolist .main .item .cover{
    /*width:100%;*/
    /*height:100%;*/
}
#houyi-videolist .main .novice .item{
    margin-bottom:0px;
}
#houyi-videolist .main .novice .item .cover{
    /*width: 360px;*/
    width: 260px;
    height: 150px;
    /*height: 200px;*/
}
#houyi-videolist .main .item .content .video-name{
    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;
    max-height: 46px;
    transition: all .3s;
}
#houyi-videolist .main .item:hover .content .video-name{
    color:#0f97ff;
}
#houyi-videolist .main .item:hover .cover{
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, 0.1);
}
#houyi-videolist .main .item .content .course-card-info{
    font-size: 12px;
    color: #93999F;
    line-height: 24px;
    margin-top: 8px;
    font-weight: 400;
}
#houyi-videolist .main .item .content .course-card-info span{
    display: inline-block;
    margin-right: 12px;
}
#houyi-videolist .main .item .content .course-card-info i{
    vertical-align: bottom;
}
#houyi-videolist .main .smart-mode .col-md-5,
#houyi-videolist .main .flow-mode .col-md-5,
#houyi-videolist .main .case-mode .col-md-5{
    width:20%;
    float:left;
    position: relative;
    min-height: 1px;
    padding-right: 9px;
    padding-left: 9px;
}
#houyi-videolist .main .smart-mode{
    padding-bottom:30px;
}
#houyi-videolist .main .smart-mode .type-title span.title-icon-left{
    background-position: center 0px;
    margin-right: 24px;
}
#houyi-videolist .main .smart-mode .type-title span.title-icon-right{
    background-position: center -36px;
    margin-left: 24px;
}
#houyi-videolist .main .flow-mode{
    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);
}
#houyi-videolist .main .flow-mode .type-title span.title-icon-left{
    background-position: center -72px;
    margin-right: 24px;
}
#houyi-videolist .main .flow-mode .type-title span.title-icon-right{
    background-position: center -108px;
    margin-left: 24px;
}
#houyi-videolist .main .case-mode{
    padding-bottom: 30px;
}
#houyi-videolist .main .case-mode .type-title span.title-icon-left{
    background-position: center -216px;
    margin-right: 24px;
}
#houyi-videolist .main .case-mode .type-title span.title-icon-right{
    background-position: center -252px;
    margin-left: 24px;
}
/***************************************************************
*
*   video-detail
*
****************************************************************/

#houyi-video main .container{
    padding-bottom: 100px;
    position: relative;
    margin: 0 auto;
    width: 1180px;
}
#houyi-video .main{
    background: #f6f8f9;
}
#houyi-video .main .video{
    display: flex;
    margin: 30px 0 100px;
    min-height: 900px;
}
#houyi-video .main .video-left{
    flex:1;
}
#houyi-video .main .video .card{
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.07);
}
#houyi-video .main .video-left .player-wrapper{
    padding: 20px 20px 30px;
}
#houyi-video .main .video-left .player-wrapper .video-source{
    position: relative;
    overflow: hidden;
    /*margin-bottom: 30px;*/
    width: 100%;
    height: 456px;
    justify-content: center;
    background:#ddd;
}
#houyi-video .main .video-left .video-introduction{
    margin-top:30px;
}
#houyi-video .main .video-left .video-introduction::before{
    content:"";
    display: table;
}
#houyi-video .main .video-left .video-introduction h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
#houyi-video .main .video-left .video-introduction .video-introduction-detail{
    padding:20px;
    border-top: 1px dashed #ddd;
}
#houyi-video .main .video-left .video-introduction .video-introduction-detail .content p{
    font-size: 17px;
    line-height: 1.7;
}
#houyi-video .main .video-right{
    margin-left: 30px;
    width:320px;
    height:100px;
}
#houyi-video .main .video-right .play-list{
    padding: 6px 20px 20px;
    margin-bottom: 20px;
}
#houyi-video .main .video-right .play-list h1,
#houyi-video .main .video-right .course-about h1{
    font-size:16px;
    font-weight:700;
}
#houyi-video .main .video-right .course-about h1{
    margin-top: 0;
    margin-bottom: 18px;
}
#houyi-video .main .video-right .play-list .play-list-content{
    overflow-y: auto;
    max-height: 384px;
}
#houyi-video .main .video-right .play-list .play-list-content .play-item{
    display: flex;
    padding: 6px 0;
    cursor: pointer;
    font-size: 12px;
    align-items: center;
    height:32px;
}
#houyi-video .main .video-right .play-list .play-list-content .play-item a{
    color:#333;
}
#houyi-video .main .video-right .play-list .play-list-content .play-item a.active{
    color:#0f97ff;
}
#houyi-video .main .video-right .play-list .play-list-content .play-item a:hover{
    /*text-decoration: underline;*/
}
#houyi-video .main .video-right .play-list .play-list-content .play-item a.active:hover{
    /*text-decoration: none;*/
}
#houyi-video .main .video-right .play-list .play-list-content .play-item p{
    overflow: hidden;
    margin-right: 12px;
    width: 210px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#houyi-video .main .video-right .course-about{
    margin-top:30px;
    padding:20px;
}
#houyi-video .main .video-right .course-about::before{
    content:"";
    display:table;
}
#houyi-video .main .video-right .course-about .course-item{
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height:64px;
}
#houyi-video .main .video-right .course-about .course-item::after{
    clear:both;
}
#houyi-video .main .video-right .course-about .course-item::before{
    content: " ";
    display: table;
}
#houyi-video .main .video-right .course-about .course-item .img-box{
    float: left;
    width: 112px;
    height: 64px;
}
#houyi-video .main .video-right .course-about .course-item .img-box img{
    width: 100%;
    height: 64px;
}
#houyi-video .main .video-right .course-about .course-item p{
    display: -webkit-box;
    float: right;
    width: 158px;
    font-size: 14px;
    line-height: 20px;
    margin-top:0px;
    color:#444444;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*
优惠券详情介绍
*/
#houyi-coupon .top-banner{
    position: relative;
    overflow: auto;
    height: 200px;
}
#houyi-coupon .top-banner .banner-bg{
    background-repeat: no-repeat;
    position: relative;
    padding-top: 0;
    overflow: auto;
    height: 100%;
    background-size: auto;
    background-position: center top;
}
#houyi-coupon .top-banner .banner-bg .title{
    font-weight:bolder;
}
#houyi-coupon .top-banner .banner-bg .title .banner-h{
    font-size: 50px !important;
    font-weight: 600 !important;
}
#houyi-coupon .top-banner .banner-bg .title .banner-desc{
    color: #e1e1e1 !important;
    font-size: 22px !important;
}
#houyi-coupon .contact-warp{
    display: flex;
    justify-content: center;
}
#houyi-coupon .contact-warp ol{
    max-width: 900px;
    margin: 20px auto;
}
#houyi-coupon .contact-warp ol > li {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    counter-increment: item;
    text-align: left;
    margin-bottom: 30px;
    font-size: 16px;
    color: #666;
}
#houyi-coupon .contact-warp ol > li:before{
    content: counter(item);
    background-color: #f7f7f7;
    color: #f38a00;
    padding: 15px 45px;
    border-radius: 50%;
    font-size: 68px;
    margin-right: 30px;
}
#houyi-coupon .contact-warp ol > li .top-values{
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
#houyi-coupon .contact-warp ol > li .top-description{
    line-height: 1.63;
    font-size: 16px;
    color: #666;
}
#houyi-coupon .contact-warp ol > li .top-description p{
    margin: 5px 0;
}

/*登录注册页面*/
.houyi-sign{
    background: #f1f1f1;
}
.houyi-sign .content{
    margin: 50px auto;
    display: block;
    width: 500px;
    min-height: 550px
}
.houyi-sign .content form .group{
    margin-bottom: 20px;
}
.houyi-sign .content form .group.register{
    margin-bottom: 5px;
    text-align: center;
}
.houyi-sign .content form .group.register-rule{
    width: 600px;
    margin-left: -50px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-text-justify: auto;
}
.houyi-sign .content form .group.register-rule span{
    margin-right: 5px;
    margin-left: 5px;
}

.houyi-sign .content input[type="submit"]{
    cursor: pointer;
    margin:20px auto;
    margin-bottom:0px;
    display: block;
    width: 310px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 2px solid #0f97ff;
    color: #fff;
    background: #0f97ff;
    border-radius: 3px;
    transition: all .2s;
}
.houyi-sign .content input[type="submit"]:hover {
    background-color: #1788e2;
    border-color: #1788e2;
    color: rgba(255, 255, 255, 1);
}
.houyi-sign .content .password-find{
    margin-left: 95px;
    margin-top: 8px;
    font-size: 14px;
    color: #1097ff;
}
.houyi-sign .content .password-find:hover {
    color: #2974d4;
    text-decoration: underline;
}

.houyi-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);
}
.houyi-sign .content .text-message.error{
    border-left-color: #dc3232;
    color: #dc3232;
}

.houyi-sign .quick-oauth {
    height: 100px;
    padding-top: 15px;

    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;

}
.houyi-sign .quick-oauth .oauth-title {
    position: relative;
}
.houyi-sign .quick-oauth .oauth-title .text {
    color: #999;
    font-size: 16px;
}

.houyi-sign .quick-oauth .oauth-item {
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-grow: 1;
    align-items: flex-end;
}
.houyi-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;
}
.houyi-sign .quick-oauth .oauth-item .item.item-google {
    background-position: center -51px;
    background-size: 40px;
}
.houyi-sign .quick-oauth a {
    display: inline-block;
    font-weight: lighter;
    color: #4267b2;
    font-size: 14px;
    text-decoration: none;
}
#houyi-spost .main .spost-article .row{
    /* width: 70%;
    float: left; */
    /* display: inline-block; */
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;

}
#houyi-spost .main .spost-article .download{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
#houyi-spost .main .spost-article .tool{
    padding-left:50px;
    padding-right:50px;
}
#houyi-spost .main .spost-article .item{
    border:1px solid #dbdbdb;
    padding:10px;
}
#houyi-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;
}

#houyi-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;
}
#houyi-spost .main .spost-article .row .single-related:hover{
    background:#e7f2ff;
}
#houyi-spost .main .spost-article .row img{
    height: 130px;
    width:100%;
    border: #f1f1f1 1px solid;
}
#houyi-spost .main .spost-article .row .article{
    display: flex;
    margin-bottom: 30px;
    /* border: 1px solid red; */
}
#houyi-spost .main .spost-article .row h1{
    font-weight: 600;
    font-size: 30px;
}
#houyi-spost .main .spost-article h2{
    font-weight: 500;
}
#houyi-spost .main .spost-article .row .article .article-content{
    display: flex;
    flex-direction: column;
    /* border: 1px solid red; */
}
#houyi-spost .main .spost-article .row .article .article-content h4 {
    color: #333;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
}
#houyi-spost .main .spost-article .row .article:hover .article-content h4{
    color:#0f97ff;
}
#houyi-spost .main .spost-article .row .article .article-content p{
    color:#666;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 20px;
}
#houyi-spost .main .spost-article .row .article .article-content span{
    font-size: 14px;
    color: #617288;
}
#houyi-spost .main .spost-article .row .tool img{
    width:100%;
    height: auto;
}
#houyi-spost .main .lasted{
    position: relative;
    width: 21%;
    margin-right: 5%;
    float: right;
}

#houyi-spost .main .item .download{
    font-family: "Segoe UI","Helvetica Neue","Helvetica",Arial,sans-serif;
    font-size: 15px;
    display: block;
    margin-top:15px;
    width: 100%;
}