.cc-navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #888;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    float: right;
    overflow: visible;
    padding: 9px;
    position: relative;
    text-align: center;
    top: 8px;
    margin-left: 30px;
}
.cc-navbar-toggle .icon-bar {
    background-color: rgb(255, 255, 255);
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}
.cc-navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.cc-navbar-toggle:hover {
    background-color: #888;
}

.navbar-collapse-list {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0px;
    font-size: 14px;
    background: #252525;
    border-top: 1px solid rgb(16, 16, 16);
    border-bottom: 1px solid rgb(16, 16, 16);
}

.cc-sub-menu > li:last-child {
    border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
overflow: hidden;
}

@media(max-height: 400px) {
    .navbar-collapse-list {
        max-height: 240px;
        overflow-y: auto;
        overflow-x: hidden;
   }
}

@media(max-width: 700px) {
    .cc-top-menu > li {
        margin-left: 0px !important;
    }
    .booksiframe{
        display: none;
    }
    .booksvideo{
        width: 360px;
        height: 115px;
    }
}

.navbar-collapse-list>ul>li {
    position: relative;
    width: 100%;
    display: block;
    line-height: 40px;
    /*padding: 0px 4px;*/
    color: #fff;
    cursor: pointer;
}
.navbar-collapse-list>ul>li .form-group {
    position: relative;
    margin-bottom: 10px;
}
.navbar-collapse-list>ul>li .form-group > i {
    position: absolute;
    top: 10px;
    color: rgb(99, 105, 108);
    right: 8px;
    font-size: 16px;
    cursor: pointer;
}
.navbar-collapse-list>ul>li a {
    display: block;
    color: #fff;
}
.navbar-collapse-list>ul .cc-hide-top-bar-item:hover {
    background-color: rgb(26, 25, 23);
}
.navbar-collapse-list>ul .cc-hide-top-bar-item:hover .first-item {
    color: #aaa;
}
.navbar-collapse-list .cc-input-text {
    width: 100%;
    height: 34px;
    line-height: 24px;
}
.dropdown {
    position: relative;
}
.open .dropdown-toggle {
    background-color: rgb(26, 25, 23);
}
.open .dropdown-toggle > .first-item {
    color: #aaa;
    background-color: rgb(26, 25, 23);
}
.dropdown-toggle b {
    position: relative;
    margin-left: 8px;
    top: 1px;
}
.dropdown-menu {
    position: relative;
    margin: 3px 0;
    background-color: transparent;
    float: none;
    border: none;
    box-shadow: none;
    padding: 0;
    max-width: none;
}
.dropdown-menu > li > a > div {
    display: block;
    padding: 0px 34px;
    clear: both;
    font-weight: normal;
    line-height: 40px;
    color: #fff;
    white-space: nowrap;
}
.dropdown-menu > li:hover {
    background-color: rgb(26, 25, 23);
}
.dropdown-menu > li:hover .second-item {
    color: #aaa;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #aaa;
    text-decoration: none;
    background-color: rgb(26, 25, 23);
}
.dropdown-menu > li > a {
    padding: 0;
}


.cc-top-logo-container {
    position: relative;
    float: left;
    font-size: 0;
    line-height: 0;
}

.cc-home-link {
    display: block;
    float: left;
    margin-right: 10px;
}

.cc-top-bar {
    z-index: 112;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 30px;
    width: 100%;
    height: 50px;
    font-family: arial;
    background: #191919;
    /*background: #252525;*/
    /*box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.3);*/
    /*#333436;*/

}

.cc-top-bar i {
    position: relative;
    width: 16px;
}

.cc-top-bar i.fa-usd {
    left: 3px;
}

.cc-top-bar i.fa-caret-down {
    width: auto;
}

.cc-top-bar-user-name {
    max-width: 78px;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
}
.cc-top-bar-user-name-icon {
    top: -18px;
}
.cc-top-bar-user-name-triangle {
    position: relative;
    top: 50%;
    margin-top: -7px;
    float: left;
    margin-left: 5px;
}
.cc-flip-html5-logo-container {
    display: inline-block;
    height: 50px;
    cursor: pointer;
}
.cc-flip-html5-logo-container:hover {
    background: #1A1A1A;
}
.cc-flip-html5-logo {
    /*width: 182px;*/

    height: 50px;
    /*margin: 10px 0 0 0;*/
}
/* .cc-top-menu {
    position: relative;
    float: right;
    line-height: 0;
} */
.cc-top-menu > li {
    position: relative;
    float: left;
    /*margin-left: 36px;*/
    margin: 0 18px;
    line-height: 50px;
    height: 50px;
}
.fr .cc-top-menu > li {
    margin-left: 24px;
}
.de .cc-top-menu > li {
    margin-left: 24px;
}
.cc-top-menu a {
    color: white;
    display: block;
    height: 100%;
}
.cc-top-menu a:hover {
    /*color: #1fbce1;*/
    text-decoration: none;
    color: #aaa;
}

/* .cc-top-sign-up {
    margin-left: 25px !important;
} */

.cc-top-sign-up .cc-sign-up-link {
    display: inline;
    padding: 7px 15px;
    background: #1b7fcc;
    /*background: #ff9300;*/
    border-radius: 2px;
}

.cc-top-menu .cc-sign-up-link:hover {
    color: #fff;
}

.cc-link-hover {
    color: #aaa !important;
}
.cc-log-out-link {
    cursor: pointer;
}
.cc-fast-upload-button {
    color: #ff9300;
    font-weight: bold;
}

.cc-fast-upload-button:hover {
    color: #e88600;
}

.top-control-left-button {
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -15px;
}

.cc-has-sub-menu:hover .cc-parent-link {
    color: #aaa !important;
}
    .cc-top-arrow {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: url(../../images/home/icon.png) no-repeat -58px -1007px;
    }

    .example-icon,
    .creation-icon,
    .video-icon {
        display: inline-block;
        position: relative;
        top: 2px;
        margin-top: 0px;
        width: 18px;
        height: 19px;
    }

    .example-icon {
        background: url(../../images/home/icon.png) no-repeat -93px -1000px;
    }

    .creation-icon {
        background: url(../../images/home/icon.png) no-repeat -120px -1000px;
    }

    .video-icon {
        background: url(../../images/home/icon.png) no-repeat -144px -1000px;
    }

.cc-has-sub-menu.arrow-only:hover .cc-parent-link .fa-caret-down {
    color: #fff;
}



.cc-has-sub-menu:hover .cc-parent-link .fa-caret-down:hover {
    color: #aaa !important;
}
#top-user-menu {
    padding-left: 20px;
}
ul.cc-top-menu .cc-sub-menu {
    z-index: 2;
    visibility: hidden;
    position: absolute;
    left: -50px;
    /*left: 0;*/
    top: 100%;
    opacity: 1;
    width: 190px;
}

#top-user-menu .cc-sub-menu {
    position: fixed;
    top: 50px;
    left: auto;
    right: 0;
}

ul.cc-top-menu li:not(.arrow-only):hover > .cc-sub-menu {
    visibility: visible;
}

.cc-sub-menu-2 {
    width: 300px;
}
.cc-sub-menu-2 > li {
    float: left;
    width: 150px;
}
.cc-sub-menu-2 > li.cc-sub-menu-colspan-2 {
    width: 100%;
}
.top-user-logo {
    display: inline-block;
    width: 28px;
    height: 28px;
    top: 50%;
    position: relative;
    left: 0px;
    overflow: hidden;
    border-radius: 100%;
    float: left;
    margin-top: -14px;
}
.top-user-logo > img {
    display: block;
    width: 100%;
    height: 100%;
}
.cc-sub-meun-user {
    width: 340px;
}
.cc-sub-menu-item {
    background: #252525;
    border-top: 1px solid rgb(54, 55, 64);
    border-bottom: 1px solid rgb(24, 23, 16);
    line-height: 34px;
    padding: 2px 18px;
    white-space: nowrap;
}
.fr .cc-sub-menu-item.cc-sub-menu-item-qa,
.fr .cc-sub-menu-item.cc-sub-menu-item-kb {
    font-size: 13px;
}
.cc-sub-menu-line {
    border-bottom: 3px solid rgb(24, 23, 16);
}
.cc-sub-menu-item .fa-rss {
    font-size: 16px;
}
.cc-sub-menu-item:hover {
    background: rgb(26, 25, 23);
}


.cc-search-container {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}
/*.cc-search-container > .icon-search {
    position: absolute;
    right: 8px;
    top: 10px;
    font-size: 16px;
    cursor: pointer;
}*/

.cc-search-container > .icon-search {
    display: inline-block;
    position: absolute;
    right: 9px;
    top: 14px;
    width: 17px;
    height: 17px;
    background: url(../../images/home/icon.png) no-repeat -21px -1001px;
    cursor: pointer;
}

.cc-search-container > .icon-search:hover {
    color: #222;
}
.cc-search-container > .icon-search:active {
    color: black;
}
.cc-top-search-input {
    width: 170px;
    height: 31px;
    padding: 4px 30px 4px 10px;
    border-radius: 0px !important;
    font-size: 15px;
    background: #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025);
    line-height: 20px;
    border: 1px solid #ccc;
    transition: all ease-in-out 0.15s;
    margin: 0;
    outline: 0 none;
}

.fr .cc-top-search-input {
    width: 165px;
}

.cc-top-search-input:hover {
    background: #fff;
}

.cc-top-search-input:focus {
    background: #fff;
}

.cc-top-bar-qrcode {
    margin-left: 24px !important;
    padding-top: 7px;
    cursor: pointer;
    width: 36px;
}

.cc-top-bar-qrcode:hover {
    opacity: 0.7;
}
.cc-login-over-bar {
    /*left: -65px!important;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.cc-top-lang {
    position: absolute;
top: 60px;
right: 12px;
height: 31px;
background: rgba(0, 0, 0, 0.1);
z-index: 1;
padding: 3px;
}

.cc-top-lang > ul {
    display: block;
}

.cc-top-lang > ul > li {
    margin: 0 3px;
}

.cc-top-lang img {
    display: block;
}

/*top banner*/
.cc-top-banner {
    height: 140px;
    width: 100%;
    /*background: url("/images/pricing/3n_top.png") center;*/
    background: rgb(205, 81, 81);
    position: absolute;
    top: 0px;
    display: none;
    z-index: 113;
}

.cc-top-banner a {
    display: block;
    width: 100%;
    height: 100%;
}

.cc-top-banner a p {
        text-align: center;
    font-size: 17px;
    color: white;
    margin-top: 11px;
    line-height: 30px;
}

.cc-top-banner a p span {
    font-size: 23px;
}

.cc-top-banner a p span.cc-top-banner-title {
    font-size: 26px;
    line-height: 50px;
}

.cc-top-banner-close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    background: url("../../images/pricing/3n_top_close.png") center;
    cursor: pointer;
}

.cc-top-banner-close-btn:hover {
    opacity: 0.8;
}

.cc-contact-ball {
    z-index: 113
}

.cc-hide-top-bar-item .dropdown-down-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../../images/home/icon.png) no-repeat -58px -1007px;
}


.top-left-nav-btn {
    border: 1px solid #888;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    padding: 6px 8px;
    position: relative;
    text-align: center;
    top: 8px;
    margin: 0 20px;
    display: none;
}

.top-left-nav-btn > span {
    background-color: #fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    margin: 4px 0;
}

.top-left-nav-btn:hover {
    background: #888;
}










/*新topBar 样式*/

/*left*/
.cc-top-bar .cc-top-left {
    position: absolute;
    top: 0;
    left: 30px;
}



/*center*/
.cc-top-bar .cc-top-menu {
    display: table;
    /*max-width: 800px;*/
    margin: 0 auto;
}




/*right*/
.cc-top-bar .cc-top-right {
    display: table;
    position: absolute;
    top: 0;
    right: 30px;

}

.cc-top-right .cc-top-search-input {
    color: #a6a6a6 !important;
    background: #383838;
    border: none;
    border-radius: 20px !important;
}

.cc-top-right .cc-top-search-input:hover,
.cc-top-right .cc-top-search-input:focus {
    background: #4b4b4b;
}

.cc-top-right_log-in-wrap .cc-before-log-in-menu,
.cc-top-right_log-in-wrap .cc-top-sign-up,
.cc-top-right_log-in-wrap #top-user-menu {
    position: relative;
    float: left;
    margin: 0;
    line-height: 50px;
    height: 50px;
}

.cc-top-right_log-in-wrap .cc-before-log-in-menu {
    margin-left: 25px;
    margin-right: 15px;
}


.cc-top-right_log-in-wrap .cc-top-sign-up {
    margin-left: 15px;
    margin-right: 0;
}


.cc-top-right_log-in-wrap a {
    display: block;
    color: #fff;
    height: 100%;
}

.cc-top-right_log-in-wrap a:hover {
    color: #aaa;
    text-decoration: none;
}
.cc-top-right_log-in-wrap .cc-sign-up-link:hover {
    color: #fff;
}

.cc-top-right .icon-search:before {
    content: "";
}

.cc-top-right_log-in-wrap .cc-sub-menu {
    visibility: hidden;
    position: absolute;
    left: -50px;
    /*left: 0;*/
    top: 100%;
    opacity: 1;
    width: 190px;
}

.cc-top-right_log-in-wrap .cc-sub-menu {
    left: 50%;
    margin-left: -95px;
}

.cc-top-right_log-in-wrap li:not(.arrow-only):hover > .cc-sub-menu {
    visibility: visible;
}

.navbar-collapse-list .cc-container {
    padding: 0 30px;
    width: 100% !important;
}



.explore-dropdown .dropdown-menu li,
.cc-hide-top-bar-caseStudies .dropdown-menu li {
    padding-left: 20px;
}




@media (max-width: 1366px) {
    .cc-top-right .cc-top-search-input {
        width: 140px;
    }

    .cc-login-over-bar {
        display: block !important;
    }

}

@media (max-width: 768px){
    .cc-navbar-toggle{
        display: block;
    }
    .cc-top-bar{
        padding:0!important;
    }
    .cc-top-menu.cc-float-fix{
        display: none;
        width: 100%!important;
        background: #000!important;
        height:260px;
    }
    .cc-top-menu > li{
        clear:both!important;
        margin:0!important;
        display: inline-block!important;
        width: 100%!important;
        text-align: center!important;
    }
}

@media (max-width: 1365px) {
    #top-free-try-menu,
    .cc-search-container {
        display: none !important;
    }

    .cc-hide-top-bar-search,
    .cc-hide-top-bar-freeTry,
    .cc-top-hide-free-try {
        display: block !important;
    }

    #cc-top-logout-hide-search {
        margin-top: 10px;
        max-width: 1000px;
    }

}



@media (max-width: 992px) {
    .top-left-nav-btn {
        margin-left: 0;
    }

    .cc-top-bar .cc-top-left {
        margin-left: -10px;
        /*left: 5px;*/
    }

    .cc-top-right_log-in-wrap #top-user-menu {
        margin-right: 0;
    }

    .cc-top-bar .cc-top-right {
        margin-right: -10px;
        /*right: 5px;*/
    }

}

div.row h2 + iframe{
 margin-left:50px !important;   
}
