.dropdown-menu-level-1 .menu-item-level-2{
    position: relative;
}

.dropdown-menu-level-1 .menu-item-level-2 a{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    font-weight: normal;
    white-space: normal;
}

.dropdown-menu-level-1 .menu-item-level-2 a:hover{
    color: #31b6f2;
    text-decoration: underline;
    background-color: transparent;
}

#navbar .open, #navbar .open li{
    position: inherit;
    list-style-type: none;
}


.dropdown:hover .dropdown-menu-level-1{
    display: block;
}

.nav .menu-item-level-1, .nav .dropdown-custom-level-1 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.nav .menu-item-level-1:hover a, .nav .dropdown-custom-level-1:hover a.dropdown-toggle-1{
    color: #0393d5 !important;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #333333;
}
.nav .menu-item-level-1, .nav .dropdown-custom-level-1 。dropdown-toggle-1 {
    color: #333333;
}

.dropdown-custom{
    position: relative !important;
    display: block;
}

.nav li.open .dropdown-custom-level-2{
    padding: 10px 0px !important;
}

.nav li.dropdown-custom-level-1 .dropdown-menu-level-1{
    border: 0;
    width: 49.9%;
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto !important;
    border-top: #e8e8e8 solid 1px;
    padding: 20px 0px !important;
}

.nav li.dropdown-custom-level-1 .dropdown-menu{
    padding-top: 0px !important;
    float: none !important;
}

.nav li.open.dropdown-custom-level-1 .dropdown-menu-level-1{
    padding-top: 0px !important;
    padding-bottom: 20px !important;
}

.dropdown-custom-level-1 .dropdown-menu .dropdown-custom-level-2{
    float: left;
    width: 25%;
}

.dropdown-custom-level-2{
    padding-top: 10px;
}

.dropdown-custom-level-2 .dropdown-toggle-2{
    font-size: 18px;
    color: #0393d5;
    width: 80%;
    font-weight: bold;
}

.dropdown-custom-level-2 .dropdown-toggle-2:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0393d5;
    margin-top: 10px;
}

.dropdown-custom-level-2 .dropdown-toggle-2:hover,
.dropdown-custom-level-2 .dropdown-toggle-2:focus{
    color: #0393d5;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-custom-level-2 .dropdown-menu-level-2{
    display: block;
    position: relative;
    border: 0;
    box-shadow: none;
}

.dropdown-custom-level-2 .dropdown-menu-level-2 .menu-item-level-3 a{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.dropdown-custom-level-2 .dropdown-menu-level-2 .menu-item-level-3 a:hover{
    color: #31b6f2;
    text-decoration: underline;
    background-color: transparent;
}

.dropdown-custom-level-2 .dropdown-toggle-3{
    position: relative;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.dropdown-custom-level-2 .dropdown-toggle-3:hover,
.dropdown-custom-level-2 .dropdown-toggle-3:active,
.dropdown-custom-level-2 .dropdown-toggle-3:visited,
.dropdown-custom-level-2 .dropdown-toggle-3:focus{
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: transparent;
}

.dropdown-custom-level-2 .dropdown-menu-level-3{
    display: block;
    position: relative;
    border: 0;
    box-shadow: none;
    margin-bottom: 1rem;
}

.dropdown-custom-level-2 .dropdown-menu-level-2 .menu-item-level-4 a{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

/*.dropdown-custom-level-2 .dropdown-menu-level-2 .menu-item-level-4 a:before{*/
/*    content: "";*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    width: 7px;*/
/*    height: 1px;*/
/*    background-color: #00a0e9;*/
/*    top: -5px;*/
/*}*/

.dropdown-custom-level-2 .dropdown-menu-level-2 .menu-item-level-4 a:hover{
    color: #31b6f2;
    text-decoration: underline;
    background-color: transparent;
}

.dropdown-custom-level-2 .dropdown-menu-level-3 .dropdown-menu-level-4{
    display: block;
    position: relative;
    border: 0;
    box-shadow: none;
}

.dropdown-custom-level-2 .dropdown-toggle-4{
    color: #333333;
    font-size: 16px;
}

.dropdown-custom-level-2 .dropdown-toggle-4:hover{
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-custom-level-2 .dropdown-menu-level-2 .menu-item-level-5 a{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.dropdown-custom-level-2 .dropdown-menu-level-2 .menu-item-level-5 a:hover{
    color: #31b6f2;
    text-decoration: underline;
    background-color: transparent;
}

.mobile-show {
    display: none !important;
}

.mobile-hidden {
    display: block !important;
}
@media (max-width: 768px){
    .mobile-hidden{
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    }
}

article.content ul {
    list-style-type: disc;
}

article.content ul li{
    margin-left: 15px;
}

article.content ul.shmo-tabs li{
    margin:0!important;
}

article.content .tag-content{
    margin-top: 1rem;
}

article.content p{
    margin: 0 !important;
}
.navbar-blue{
    background-color: rgba(9,53,127,.9) !important;
    border-color: transparent;
}

.navbar-blue .navbar-toggle{
    border: 0 none!important;
}
/*.navbar-new .icon-bar {*/
/*    background-color: #ffffff !important;*/
/*}*/

.navbar-new .dropdown-custom-level-1 .dropdown-toggle-1, .navbar-new .menu-item-level-1 a{
    color: #FFFFFF !important;
    font-size: 16px;
    /*padding-bottom: 1rem;*/
    /*padding-top: 1.8rem;*/
    font-weight: normal;
    line-height: 32px;
}

.navigation-user {
    display: block;
    float: right;
    color: #fff;
    padding: 12px 10px;
    font-size: 1.8rem;
}
#navbar-min {
    margin-left: 18rem;
}
@media (max-width: 768px){
    .navbar-default .navbar-toggle {
        border: 0 none!important;
    }
    .navbar-toggle .icon-bar {
        height: 3px;
        width: 25px;
    }
    .tool-group{
        display: none !important;
    }
    .footer-default .qrcode{
        text-align: center !important;
        float: none !important;
        margin: 0 auto 50px auto;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 1.7rem !important;
        height: 2.0rem !important;
        background-size: 1.7rem 2.0rem !important;
    }
    #navbar-min {
        position: fixed;
        top:0;
        left: 15px;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100% !important;
        background-color: rgba(0,0,0,.2);
        max-height: 100% !important;
        transition: all 0.3s linear;
        margin-left: -15px!important;
        z-index: 999;
    }
    .mobile-show-nav {
        transition: all 0.3s linear;
        right: 0 !important;
    }
    .mobile-hide-nav {
        transition: all 0.3s linear;
    }
    #navbar-min .mobile-nav-content{
        transition: all 0.3s linear;
        position: absolute;
        right: -320px;
        height: 100%;
        min-width: 204px;
        background-color: #2f2f2f;
    }
    #navbar-min .mobile-clone{
        display: block !important;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #navbar-min .mobile-clone a{
        display: block;
        width: 100%;
        height: 100%;
    }
    #navbar-min .mobile-nav-content .dropdown-custom-level-1 {
        border-top:  #333333 solid 1px;
    }
    #navbar-min .mobile-nav-content .dropdown-custom-level-1 .dropdown-toggle-1, #navbar-min .mobile-nav-content .menu-item-level-1 a{
        padding: 15px;
    }
    #navbar-min .mobile-nav-content .navbar-nav{
        padding: 0;
        margin: 0;
        padding-top: 10px;
        background-color: #2f2f2f;
    }
    #navbar-min .mobile-nav-content .navbar-form{
        background-color: #2f2f2f;
        border-color: #333333;
        margin: 0;
    }
    #navbar-min .navbar-form .reg-btn{
        display: block !important;
    }
    #navbar-min .navbar-form .list-button {
        display: none;
    }
    #navbar-min .navbar-form .navbar-search{
        width: 100%;
    }
    #navbar-min .dropdown-menu  a{
        color: #fff;
        line-height: 15px;
        font-weight: normal;
        padding: 15px 15px 15px 30px;
        font-size: 16px;
    }
    #navbar-min .nav li.open .dropdown-custom-level-2 {
        padding: 0px 0px !important;
        border-bottom: #333333 solid 1px;
    }
    #navbar-min .dropdown-menu {
        display: block;
        padding-bottom: 0 !important;
        position: relative;
        width: 100%;
        background-color: transparent;
        color: #fff;
        border:0;
        box-shadow:0 0 0 transparent;
    }
    #navbar-min .dropdown-custom-level-1 .dropdown-menu-level-1{
        display: none !important;
    }
    #navbar-min .dropdown-custom-level-1 .dropdown-menu-level-1{
        display: none !important;
    }
    #navbar-min .dropdown-custom-level-1.open .dropdown-menu-level-1{
        display: block !important;
    }
    #navbar-min .list-group{
        margin-bottom: 0;
    }
    #navbar-min .treeview span.icon {
        position: absolute;
        /*right: 15px;*/
        /*top:12px;*/
        /*width: 12px;*/
        /*margin-right: 5px;*/
    }
    #navbar-min .treeview span.indent {
        /*margin: 0;*/

    }
    #navbar-min .treeview span.icon.expand-icon{
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 99;
    }
    #navbar-min .treeview span:before {
        position: absolute;
        right: 15px;
        top: 10px;
    }
    #navbar-min .treeview a{
        /*width: 90%;*/
        /*display: block;*/
        display: inline-block;
        padding: 10px 0;
    }
    #navbar-min .treeview a:after{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    #navbar-min .treeview span.glyphicon-plus:before{
        content: "\e259";
    }
    #navbar-min .treeview span.glyphicon-minus:before {
        content: "\e260";
    }
    #navbar-min .list-group .list-group-item {
        color: #FFFFFF;
        position: relative;
        display: block;
        padding: 0px 15px;
        border-top: #484848 solid 1px;
        margin-bottom: -1px;
        background-color: #2e2e2e;
        /*border: 0px solid #ddd;*/
    }
    #navbar-min .nav li.dropdown-custom-level-1 .dropdown-menu-level-1 {
        border: 0;
        width: 100%;
        max-height: 100%;
        overflow: auto;
        overflow-y: auto;
        border-top: #e8e8e8 solid 1px;
        padding: 0px 0px !important;
        margin: -1px 0px;
    }
    #navbar-min .dropdown-custom-level-2 .dropdown-toggle-2:after {
        content: "";
        display: block;
        width: 100%;
        height: 0px;
        background-color: transparent;
        margin-top: 0px;
    }
    #navbar-min .dropdown-custom-level-2 .dropdown-menu-level-2 {
        display: block;
        position: relative;
        border: 0;
        box-shadow: none;
    }
}
.application-content .application-item .icon {
    width: 100px;
    margin: 0 auto;
}
.application-content .application-item .icon img{
    width: 40%;
    transition:all 0.3s linear;
}

.amite-icon{
    width: 90% !important;
    transition:all 0.3s linear;
}
.qrcode{
    width: 129px;
    height: 129px;
}

.qrcode img{
    width: 100%;
    height: 100%;
}

.form-group input{
    border-radius: 0px;
}

.tc-main{
    padding: 40px 20px;
}

.navbar-search-history{
    display: none;
    z-index: 999999;
    position: absolute;
    background-color: #FFFFFF;
    width: 340px;
    border: #31b6f2 solid 1px;
    margin-top: -1px;
}

.navbar-search-history .search-history-list{
    margin: 0;
}
.navbar-search-history .search-history-list li a{
    padding: 0px 12px;
    display: block;
    height: 38px;
    line-height: 38px;
}
.navbar-search-history .search-history-list li a:hover{
    background-color: #31b6f2;
    color: #FFFFFF;
    text-decoration: none;
}

.tool-group{
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 9999;
}

.tool-group .tool-item{
    position: relative;
    z-index: 9999;
    display: block;
    width: 48px;
    height: 48px;
    background-color: rgba(3,147,213,.8);
    margin-bottom: 10px;
    border-radius: 50%;
}
.tool-group .tool-item .title{
    font-weight: normal;
}

.tool-group .tool-item .title{
    display: none;
}

.tool-group .tool-item:hover{
    background-color: #0393d5;
}

.tool-group .tool-item:hover .title{
    text-align: center;
    position: absolute;
    z-index: -1;
    display: block;
    left: -99px;
    width: 120px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    background-color: #0393d5;
    color: #FFFFFF;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.tool-group .tool-item:hover .title.phone-title{
    width: 200px!important;
    left: -179px
}
.tool-group .tool-item:hover .title.fuck-title{
    width: 160px!important;
    left: -140px;
    /*height: 120px;*/
    /*border-bottom-left-radius: 0;*/
    /*border-top-left-radius: 0;*/
}
.tool-group .tool-item:hover .title.the-qrcode{
    width: 120px;
    left: -126px;
    top: 50px;
}

#udesk_btn {
display: none;
}

.banner-video-model {
position: fixed;
display: block;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.8);
top: 0;
left: 0;
z-index: 99999;
}
.model-item{
position: absolute;
max-width: 70vw;
max-height: 70vh;
left: 50%;
top: 48%;
background-color: #000000;
transform: translate(-50%,-50%);
width: 100%;
height: 100%;
}
.model-item video{
position: relative;
z-index: 99999;
width: 100%;
}

.model-item .clone-video{
position: absolute;
right: -15px;
top: -30px;
}

.model-item .clone-video img {
width: 60%;
height: 60%;
}

/*** ---------------------- zoom.css START ---------------------- ***/
img[data-action="zoom"], article img {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 666;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
img.zoom-img {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 4px;
}
.zoom-overlay {
    z-index: 420;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    filter: "alpha(opacity=0)";
    opacity: 0;
    -webkit-transition:      opacity 300ms;
    -o-transition:      opacity 300ms;
    transition:      opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=100)";
    opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
    cursor: default;
}
/*** ---------------------- zoom.css END ---------------------- ***/
