html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
ol, ul, li {
    list-style: none;
    padding: 0;
    margin: 0
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}
caption, th {
    text-align: left;
    font-weight: normal;
}
h2 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 0
}
.p1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0
}
p {
    margin: 0 0 20px 0;
    padding: 0
}
textarea {
    overflow: auto;
    resize: none;
}
.blue {
    color: #018fd9
}
.red{ color: #e52323}
em {
    font-style: normal;
}
a, a:hover {
    text-decoration: none;
}
a {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -transition: all 0.1s linear
}
div, img, li {
    -webkit-transition: all 0.1s linear;
}
input[type="submit"] {
    border: none;
}
button, input, select, textarea {
    font-size: 100%;
}
button[disabled], html input[disabled] {
    cursor: default;
}

input:focus, button:focus {
    outline: 0;
}
.inline-block {
    display: inline-block;
 *display: inline;
    zoom: 1;
}
::-webkit-input-placeholder {
color:#aaa;
}
:-moz-placeholder {
color:#aaa;
}
::-moz-placeholder {
color:#aaa;
}
:-ms-input-placeholder {
color:#aaa;
}
body {
    color: #333;
    line-height: 26px;
    background: #fff;
    font-family: "Open Sans", Arial, "Microsoft YaHei", "å¾®è½¯é›…é»‘", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font: 16px/2 "\5FAE\8F6F\96C5\9ED1", Arial, HELVETICA;
    -webkit-font-smoothing: antialiased;
    padding: 70px 0 0 0;
}
a {
    color: #0758c7;
}
a:hover {
    color: #0758c7;
    text-decoration: underline
}
.wrap {
    width: 94%;
    max-width: 1208px;
    margin: 0 auto;
}
.diagram {
    text-align: center;
    margin: 40px 0 40px 0
}
.diagram img {
    max-width: 100%
}
.gray {
    color: #999
}
.block-list {
    margin: 0 0 20px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.header {
    position: fixed;
    top: 0;
    height: 70px;
    z-index: 10;
    width: 100%;
    background-color: #FFF;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .04);
}
.header .logo {
    float: left;
    height: 65px;
    padding: 4px 0 0 0;
    margin: 0 0 0 0;
    -webkit-transition: all 0.1s linear;
}
.header .logo img {
    height: 58px;
    -webkit-transition: all 0.1s linear;
}
.header .slogan {
    float: left;
    margin: 29px 0 0 6px;
    -webkit-transition: all 0.1s linear;
}
.header .slogan img {
    position: relative;
    transition: transform 0.1s;
    -webkit-transition: all 0.1s linear;
}
.header .nav {
    float: left;
    margin: 0 0 0 40px;
    text-transform: uppercase;
}
.header .nav li {
    float: left;
}
.header .nav li a {
    color: #333;
    display: inline-block;
    line-height: 30px;
    margin: 0 20px;
    font-weight: bold;
    padding: 18px 5px;
    border-top: solid 2px #fff;
}
.header .nav li a:hover {
    color: #0758c7;
    text-decoration: none
}
.header .nav .current a {
    border-bottom: solid 2px #0758c7;
    color: #0758c7;
}
.header .tel {
    float: right;
    margin: 12px 0 0 0;
    color: #333;
    font-size: 16px
}
.header .tel img {
    width: 32px;
    margin: 0 10px -10px 0;
    vertical-align: baseline;
}
.header .tel span {
    font-size: 20px;
}
.header .tel a {
    color: #e62129
}
.sub-banner {
    position: relative;
    width: 100%;
    margin: 100px 0 0 0
}
.banner {
    height: 134px;
    background: #0758c7;
    background-repeat: no-repeat;
    background-position: center
}
.banner h2 {
    padding: 36px 0 0 0;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #FFF
}
.banner .title {
    font-size: 26px;
    line-height: 28px;
    padding: 38px 0 2px 0;
    text-align: center;
    color: #fff
}
.banner .time {
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.hb-img {
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: -1
}
.home-banner {
    position: relative;
    width: 100%;
    height: 40vw;
    overflow: hidden;
    margin: 0 0 0 0;
    background-image: url(../images/home-banner.jpg);
    background-position: center center;
    background-size: cover
}
.home-banner .wrap {
    position: relative;
    height: 100%;
    text-align: center;
    padding: 13vw 0 0 0;
    color: #fff
}
.home-banner h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 15px 0
}
.home-banner p {
    max-width: 900px;
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto
}
.home-banner .btn a {
    display: inline-block;
    margin: 0 20px 0 0;
    width: 136px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #da0b0b;
    background-color: #FFF;
    border-radius: 4px
}
.home-banner .btn a:hover {
    background-color: #da0b0b;
    color: #FFF
}
.home-banner .btn a:active {
    color: rgba(255, 255, 255, .50)
}
.shareholder-banner {
    position: relative;
    width: 100%;
    height: 40vw;
    overflow: hidden;
    margin: 0 0 0 0;
    background-image: url(../images/ai-back1.jpg);
    background-position: center center;
    background-size: cover
}
.shareholder-banner .gallery {
    display: inline-block;
    width: 53%;
    padding: 19vw 0 0 0;
    margin: -230px 0 0 0;
    vertical-align: top;
}
.shareholder-banner .gallery img {
    width: 100%
}
.shareholder-banner .text {
    display: inline-block;
    vertical-align: top;
    width: 42%;
    padding: 19vw 0 0 0;
    margin: -130px 0 0 3%;
    color: #fff
}
.shareholder-banner h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 20px 0
}
.shareholder-banner p {
    max-width: 900px;
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto
}
.shareholder-banner .try-btn {
    display: inline-block;
    margin: 0 10px 0 0
}
.shareholder-banner .try-btn a {
    display: inline-block;
    margin: 30px 20px 0 0;
    padding: 6px 40px;
    line-height: 48px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background-color: #009cff;
    border-radius: 4px
}
.shareholder-banner .try-btn a:hover {
    background-color: #0072ff;
    color: #FFF;
    text-decoration: none
}
.shareholder-banner .download-btn {
    display: inline-block;
    margin: 0 0 0 0
}
.shareholder-banner .download-btn a {
    display: inline-block;
    margin: 30px 20px 0 0;
    padding: 6px 40px;
    line-height: 48px;
    text-align: center;
    font-size: 22px;
    color: #2a1e9a;
    background-color: #fff;
    border-radius: 4px
}
.shareholder-banner .download-btn a:hover {
    background-color: #f6f1ff;
    text-decoration: none
}
.shareholder-banner-success {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
    background-image: url(../images/shareholder-banner.jpg);
    background-position: center center;
    background-size: cover
}

.soft-intro{margin: 80px 0 80px}
.soft-intro .item{margin: 0 0 40px}
.soft-intro .item:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.soft-intro .img {
    float: left;
    width: 35%;
    vertical-align: top; 
    margin: 0 0 0 12%;
}
.soft-intro .img img {
    width: 90%
}
.soft-intro .text {
    float: left;
    text-align: left;
    vertical-align: top;
    width: 44%;
    margin: 70px 0 0 8%;
 }

.soft-intro .right{float: right}
.soft-intro h4 { 
    font-size: 32px;
    line-height: 50px;
    margin: 0 0 10px 0
}
.soft-intro p {
    max-width: 900px;
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto
}

#apply-form, #login-form, #register-form{background: #f3f6f9; padding: 1px 0 40px}
.apply-form .note{font-size: 15px; color: #666; text-align: center; margin: 25px 0 0 0}
 
.white-btn a {
    display: inline-block;
    margin: 20px auto 12px;
    padding: 5px 50px;
    color: #361d9c;
    text-align: center;
    background: #fff;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
}
.white-btn a:hover {
    color: #361d9c;
    text-decoration: none
}
.qr-list .top {
    position: relative;
    height: 40px;
    border-bottom: 1px solid #eeeeee;
    margin: 10px -20px 0;
}
.qr-list .top .title {
    margin: 0 0 0 30px;
    color: #0758c7;
    font-size: 16px;
    font-weight: bold
}
.qr-list .list li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 25px 0
}
.qr-list .list li img {
    width: 160px
}
.qr-list .list li .name {
    line-height: 20px;
    margin: 10px 0 0 0
}
.qr-list .list li .name i {
    font-style: inherit;
    display: block;
    color: #777
}
.qr-list .more a {
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 14px;
    padding: 0 15px 0 0;
    background-image: url(../images/icon-arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 12px;
    color: #999
}
.qr-list .more a:hover {
    background-image: url(../images/icon-arrow-2.png);
    color: #0758c7
}
.ps-list li {
    position: relative;
    margin: 0 0.8%;
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 0 0
}
.ps-list li .title {
    padding: 18px 0 0px 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    width: 92%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ps-list li .date {
    padding: 0px 0 0 0;
    display: inline-block;
    width: 92%;
    vertical-align: top
}
.ps-list li .icon {
    display: inline-block;
}
.ps-list li .icon img {
    width: 20px;
    height: 20px;
    margin: -3px 6px -4px 0
}
.ps-list li .detail {
    position: absolute;
    right: 32px;
    padding: 20px 0;
    display: inline-block;
    text-align: right
}
.ps-list li .detail a {
    padding: 9px 20px;
    border: 2px solid #0758c7;
    border-radius: 5px;
}
.ps-list li .detail a:hover {
    background: #0758c7;
    color: #fff
}
.ps-list li .news-date {
    padding: 2px 0 0 30px;
    color: #999;
    line-height: 24px;
}
.ps-list li .news-summary {
    padding: 2px 0 0 30px;
    line-height: 25px;
    color: #999;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ps-list li:hover .news-summary {
    color: #0758c7
}
.list-top {
    margin: 0 10px;
    border-bottom: 1px solid #eeeeee
}
.list-top .title {
    padding: 5px 0 10px;
    display: inline-block;
    font-size: 14px;
    width: 50%;
    color: #666
}
.list-top .date {
    padding: 5px 0 10px;
    display: inline-block;
    font-size: 14px;
    width: 35%;
    color: #666
}
.ps-search {
    background-color: #FFF;
    border-bottom: 1px solid #efefef;
    height: 43px;
    text-align: right;
    padding: 5px 0 0 0
}
.ps-search .wrap {
    position: relative;
}
.ps-search .input {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 0;
    min-width: 25%;
    padding: 0px 0 0 0
}
.ps-search .input input {
    float: left;
    border-radius: 3px;
    padding: 6px 2px;
    width: 90%;
    box-shadow: rgba(0, 0, 0, 0) 0px 3px 5px -5px inset;
    border: 0
}
.ps-search .button {
    position: absolute;
    right: 6px;
    top: 6px
}
.ps-search .submit-btn-2 {
    border: 0;
    background: #fff;
    padding: 3px;
    font-size: 15px;
    cursor: pointer
}
.about-text {
    width: 76%;
    margin: 60px auto
}
.about-qr {
    text-align: center;
    margin: 0 0 100px 0
}
.about-qr img {
    margin: 0 0 5px 0
}
.intro h3 {
    text-align: center;
    margin: 60px 0;
    font-weight: 400;
    font-size: 20px
}
.step-1 {
    margin: 0 0 80px 0
}
.step-2 {
    display: none
}
.main {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    min-height: 500px
    
}
.main h2 {
    position: relative;
    margin: 60px 0 40px 0;
    font-size: 26px;
    color: #da0b0b;
}
.main h2:before {
    position: absolute;
    height: 26px;
    width: 3px;
    background: #C00
}
.main h3 {
    position: relative;
    margin: 80px 0 80px 0;
    font-size: 34px;
    text-align: center;
}
.footer {
    height: 160px; 
    line-height: 24px;
    padding: 35px 0 0 0; 
    font-size: 14px;
    border-top: 1px solid #efefef
}
.footer-copy {
    float: left
}
.footer-address {
    float: right;
    text-align: right
}
.footer-qr {
    float: right
}
.footer-qr li {
    display: inline-block;
    margin: -5px 0 0 20px
}
.footer-qr li img {
    width: 80px;
}
.footer-qr p {
    margin: 0 0 0 0;
    text-align: center;
    font-size: 13px
}
.rd-mobilepanel_toggle {
    display: none
}
.text-li {
    margin: 0 0 0 20px
}
.text-li li {
    list-style: outside
}
.header-fixed {
}
.header-fixed .logo {
    float: left;
    padding: 6px 0 0 0;
    margin: 0 0 0 -5px
}
.header-fixed .logo img {
    height: 60px
}
.header-fixed .slogan {
    float: left;
    margin: 17px 0 0 6px
}
.header-fixed .slogan img {
    height: 32px
}
.header-fixed .nav {
    margin: 16px 0 0 0;
    -webkit-transition: all 0.1s linear;
}
.banner-fixed {
    margin: 70px 0 0 0;
}
.flow-2 {
    display: none
}
.load-more {
    text-align: center;
    background-color: #FFF;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .03);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .03);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .03);
    border: 1px solid #efeff2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 25px 0 20px 0;
    padding: 10px;
    font-size: 16px;
    cursor: pointer
}
.load-more:hover {
    background: #0758c7;
    border: 1px solid #0758c7;
    color: #fff
}
.load-more:active {
    color: rgba(255, 255, 255, .5);
}
.intro .about-text h3 {
    display: none
}
.seminar-info, .news-detail {
    width: 80%;
    position: relative;
    background-color: #FFF;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .03);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .03);
    -webkit-box-shadow: 1px 1px 5 px rgba(0, 0, 0, .03);
    border: 1px solid #efeff2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 30px auto 20px auto;
    padding: 20px 20px 20px 20px;
}
.news-detail {
    width: auto;
}
.ps-list li:hover .news-summary {
    color: #0758c7
}
.seminar-info .li {
    border-bottom: 1px solid #eee;
    margin: 0 12px 0 12px;
    padding: 14px 10px 14px 0;
}
.seminar-info .li:last-child {
    border-bottom: 0px
}
.seminar-info .name {
    display: inline-block;
    width: 22%;
    font-size: 16px;
    font-weight: 600;
    vertical-align: top
}
.seminar-info .data {
    display: inline-block;
    width: 76%;
    font-size: 16px;
    color: #333
}
.seminar-info .data text {
    display: block
}
.seminar-info .ps-qr {
    width: 200px;
    margin: 20px 0 0 0;
}
.seminar-info .icon {
    display: inline-block;
}
.seminar-info .icon img {
    width: 22px;
    height: 22px;
    margin: -3px 8px -5px 0
}
.home-list {
    display: inline-block;
    width: 48.8%;
    vertical-align: top
}
.home-list:first-child {
    margin: 0 1.8% 0 0
}
.home-list li .title {
    padding: 16px 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    width: 64%;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-list li .date {
    padding: 16px 0;
    display: inline-block;
    width: 35%;
    vertical-align: top
}
.home-list .news-title {
    padding: 16px 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    width: 87%;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-list li .news-date {
    text-align: right;
    color: inherit;
    display: inline-block;
    width: 11%;
    padding: 17px 0;
    vertical-align: top;
}
.half-list li {
    width: 48%;
    display: inline-block
}
.news-detail .title {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    padding: 25px 10px 10px 10px;
    font-weight: 500
}
.news-detail .date {
    text-align: center;
    color: #999;
    font-size: 16px;
    padding: 0 0 20px 0
}
.news-detail .content {
    padding: 40px;
    border-top: 1px solid #efefef;
    font-size: 17px;
}
.empty {
    text-align: center;
    padding: 30px 0 10px 0;
    color: #999
}
.ps-list li a {
    display: block;
    padding: 4px 0 16px 0;
}
.home-list .ps-list li a {
    display: block;
    padding: 4px 0 0 0;
}
.home-services {
    background: #fff;
    padding: 0 0 40px 0
}
.home-services .row {
    padding: 30px 0 20px 0;
    border-radius: 6px;
    box-shadow: 8px 8px 60px rgba(0, 0, 0, 0.06);
    background: #fff
}
.home-services .title {
    font-size: 25px;
    line-height: 30px;
    margin: 10px auto 20px;
    color: #333
}
.home-services .title p {
    font-size: 16px;
    margin: 5px 0 0 0
}
.home-services .slogan {
    font-size: 18px;
    margin: 0 0 20px 0
}
.home-services .text {
    line-height: 26px;
    margin: 0 5px 0 0;
    font-size: 15px;
    line-height: 28px
}
.home-services h2 {
    padding: 15px 0 40px 0;
    text-align: center;
    font-size: 32px;
    color: #333;
    background: url(../images/red-line.png);
    background-repeat: no-repeat;
    background-position: bottom center
}
#apply-form h2{background: none}
#login-form h2{background: none}
#register-form h2{background: none}
#login-form .apply-form, #register-form .apply-form{max-width: 500px;}
#register-form .apply-form{text-align: center}
#register-form .photo-upload{margin: 0 auto 35px auto;}

.home-services h2 span{display: block; font-size: 16px; font-weight: normal;  margin: 15px 0 -20px}
.home-services .icon img {
    width: 200px
}
.home-services .intro {
    max-width: 850px;
    margin: 0 auto 100px
}
.home-services-item {
    max-width: 1020px;
    margin: 40px auto
}
.home-services .content {
    padding: 0 0 0 20px
}
.logo-qr {
    width: 120px;
    margin: 0 20px 0 0;
    display: inline-block;
    text-align: center
}
.logo-qr img {
    width: 120px
}
.logo-qr p {
    margin: -8px 0 10px 0;
    font-size: 13px;
    line-height: 18px
}
.services-list {
    font-size: 0;
    max-width: 1020px;
    margin: 0 auto 100px
}
.services-list li {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
.services-list li .box {
    font-size: 14px;
    line-height: 20px;
    height: 140px;
    background: #0e57ab;
    text-align: center;
    color: #fff;
    padding: 20px 20px 0;
    margin: 6px;
    border-radius: 10px;
}
.services-list li a:hover .box {background: #1f64b3;}
.services-list .icon-img {
    display: block;
    width: 60px;
    margin: 2px auto 5px;
}
.apply-form {
    max-width: 800px;
    margin: -20px auto 60px
}
.apply-form .form {
    padding: 20px 40px
}
.apply-form .form li{position: relative; margin: 0 0 5px}
.apply-form li label {
    font-size: 16px;
    color: #767d8b;
    margin: 0 0 5px 0;
    display: block; 
 }
.apply-form input[type="text"], .apply-form input[type="password"]{
    color: #333;
    width: 100%;
    padding: 12px 10px 12px 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
    outline: none;
    font-size: 16px;
    border: 2px solid #B9BFCB;
	position: relative;
}
.apply-form select {
    color: #333;
    width: 100%;
    padding: 12px 10px 12px 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
    outline: none;
    font-size: 16px;
    border: 2px solid #B9BFCB;
    -webkit-appearance: none;
    background: url(../images/arrow-down.svg) no-repeat;
    background-position: 100% center;
    background-size: 25px;
}
.apply-form .submit {
    display: block;
    color: #fff;
    font-size: 20px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #0c56de;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 40px auto 10px auto;
}
.apply-form .submit:hover {
    background: #1451c1
}
.video-wrap .apply-form {max-width: 80%; padding: 0 0 25px}
.photo-upload {
    width: 356px;
    margin: 0 0 35px 0
}
.success-wrap {
    text-align: center;
    margin: 180px 20px;
    color: #fff
}
.success-wrap .icon img {
    width: 120px;
    margin: 0 0 30px
}
.success-wrap .title {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 5px
}
.success-wrap .text {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px
}
.menu-bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    z-index: 1;
}
.send-code{ position: absolute; right: 12px; top: 43px; font-size: 15px; color: #bcbcbc}
.report-content{position: relative}
.report-content .icon{position: absolute; top: 5px; right: -35px; opacity: 0.5}
.report-content .icon:hover{opacity: 1}
.report-content .icon img{width: 22px}

.video-wrap{background: #f3f6f9; padding: 40px 0 40px;}
.video-wrap .container{width: 94%;  max-width: 1230px;}

.video-create-wrap .apply-form{max-width: 90%; padding: 0 0 25px}
.video-create-wrap{background: #f3f6f9; padding: 40px 0 40px;}
.video-create-wrap .container{ width: 100%; max-width: 1240px;}
.video-create-wrap .uc-mc .title{text-align: center; padding: 30px 0 20px 0 }
.video-create-wrap .uc-mc .description{text-align: center; margin: -15px 0 20px 0; font-size: 15px; color: #999}
.video-create-wrap .uc-mc .description span{margin: 0 15px 0 0; color: #333}
.video-create-wrap .apply-form .form li{margin: 0 0 10px}
.video-create-wrap .apply-form li label {color: #333; font-weight: bold;}
.video-btn{padding: 20px 0 35px; text-align: center}

.video-create-wrap .content{max-width: 90%; padding: 20px 0 80px; margin: auto}
.video-create-wrap h4{font-size: 18px; margin: 0 0 20px; color: #0758c7}
.video-create-wrap p{text-indent: 2em; margin: 0}

.uc-mc {
	position: relative;
	background-color: #FFF;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 3%);
	border-radius: 6px;
	margin: 0 0 30px 0;
	min-height: 100px;
}
.uc-mc .title {
	border-bottom: 0px solid #ededed;
	line-height: 40px;
 	margin: 0 0 15px 0;
	padding: 25px 0 0 20px;
	font-size: 22px;
	color: #333; 
	text-align: left;
    font-weight: bold;
 }
.uc-mc .subtitle {  
  position: absolute;
  font-size: 14px;
  color: #707070;
  top: 17px;
  right: 24px;
  font-family: 'ubunturegular';
}
.uc-mc .functions{position: absolute; right: 10px; top: 20px}
.theme-select{ margin: 10px 0;}
.theme-select ul li {
	vertical-align: middle;
	width: 30%;
 	position: relative;
	display:inline-block;
	padding: 0 0 10px 0px;
	margin: 0 2% 0 0!important;
	cursor: pointer;
}
.theme-select ul li img{ width:100%}
.theme-select ul li.select label, .theme-select ul li.select span {
	border: 2px solid #637497;
}
.theme-select ul li span {
	border: 2px solid #fff;
	display: inline-block;
 	text-align: center;
	vertical-align: middle; 
	cursor: pointer;
	padding: 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	background-position: center;
	background-repeat: no-repeat;
	display: grid;
}
.theme-select ul li.select::after {
	content: url(../images/arr_con.png);
	width: 25px;
	height: 23px;
	position: absolute;
	top: 2px;
	right: 2px;
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
	overflow: hidden
}


thead th{font-weight: bold}
.table{font-size: 15px}
.btn {
    position: relative;
 	border-radius: 5px;
	border: 1px solid;
    font-size: 15px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.43;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	cursor: pointer;
	border-color: #cecece;
	background-color: #fff;
    padding: 10px 25px;
    margin: 0 5px
}
.btn:hover {
	background-color: #f7f8fa;
}
.btn:active {
	background-color: #f2f2f2;
	color: #999
}
.btn-primary {
	border-color: #174098;
	background-color: #174098;
	color: #fff;
    margin: 5px 10px; 
}
.btn-primary:hover {
	border-color: #3057ac;
	background-color: #3057ac;
}
.btn-primary:active {
	color: rgba(255, 255, 255, .8);
	background-color: #10378b;
}
.btn-large {
	padding: 9px 35px;
	font-size: 17px;
	font-family: "ubuntumedium"
}
.btn-middle {
	padding: 6px 20px;
	font-size: 15px;
	font-weight: normal
}
.btn-primary:disabled{cursor:not-allowed; background: #3057ac}
.btn-primary:disabled:hover{background: #3057ac;}
.functions .btn{padding: 6px 15px; margin: 0 8px 0 0;  }
.modal-body .btn{padding: 6px 15px; margin: 0 8px 0 0;  }
.btn .icon {
  font-size: 21px;
  line-height: 15px;
  margin: 0px 3px 2px 0;
	vertical-align: middle
}
.btn .icon.icon-left {
  margin-right: 3px;
}
.btn .icon.icon-right {
  margin-left: 1px;
}
.btn-add-index{background: #1bab5f; border: 0; padding: 8px 12px 8px;  margin: 0 0 15px; font-size: 15px}
.btn-add-index:hover{background: #17a359;}
.btn-add-index:active {
	color: rgba(255, 255, 255, .8);
	background-color: #17a359;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #404040;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #2d5db7;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #174098;
  border-color: #174098;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination {
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px;
}
.pagination > li > a,
.pagination > li > span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  padding: 10px 13px;
  color: #404040;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-left: 6px;
}
.pagination > li > a span,
.pagination > li > span span {
  line-height: 12px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 2px;
}
.pagination > li > a:hover {text-decoration: none}
.dataTables_info{text-align: left; padding: 5px 0 5px 10px;}
.be-datatable-footer .pagination{float: right; margin: 0 5px 0 0 }
.be-datatable-footer{min-height: 20px}
.be-datatable-footer{ padding: 15px} 
.table-list-image{max-height: 90px; border-radius: 3px; margin: 5px 0 5px 0;}

.table {
  width: 100%;
  max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
	text-align: left;
}
.table > thead > tr > th {
  border-bottom-width: 2px;
  
}
.table > thead.primary > tr > th {
  color: #1f3d76;
}
.table > thead.success > tr > th {
  color: #34a853;
}
.table > tbody > tr > td {
  font-weight: 400;
  vertical-align: middle;
}
.table-condensed > thead > tr > th {
  padding-top: 10px;
  padding-bottom: 8px;
}
.table-bordered > thead > tr > th {
  padding: 14px 10px;
}
.table-bordered tbody > tr td:first-child {
  padding-left: 10px;
}
.table-bordered tbody > tr td:last-child {
  padding-right: 10px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px 6px;
    border-top: 1px solid #ddd;
} 
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #EEEEEE;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 7px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-hover > tbody > tr:hover {
  background-color: #fafbfc;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f0f0f0;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e3e3e3;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  color: #ffffff;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  color: #ffffff;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #34a853;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #2e9549;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  color: #ffffff;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  color: #ffffff;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  color: #ffffff;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  color: #ffffff;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  color: #ffffff;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  color: #ffffff;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ea4335;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #e82e1e;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  color: #ffffff;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  color: #ffffff;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.table.table-borderless tbody tr td {
  border-top-width: 0;
}
.panel-table table {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.panel-table tr th:first-child,
.panel-table tr td:first-child {
  padding-left: 25px;
}
.panel-table tr th:last-child,
.panel-table tr td:last-child {
  padding-right: 22px;
}
.panel-table thead tr th {
   padding-top: 10px;
  padding-bottom: 10px;
 }
.table .mdi{font-size: 24px; margin: 0 8px; vertical-align: middle;}
.table .mdi-download{font-size: 27px; margin: 2px 8px 0}
.table .mdi-wrench{font-size: 23px;}
.table tr th.actions .icon,
.table tr td.actions .icon {
  color: #a1a1a1;
  font-size: 18px;
  line-height: 18px;
}
.table tr th.actions .icon:hover,
.table tr td.actions .icon:hover {
  color: #808080;
}
.table .actions{text-align: right; color: #ffbc00}
.functions .btn{padding: 6px 15px; margin: 0 8px 0 0;  }

.account { display: inline-block
}
.account  .icon { 
    background-color: #f5f5f5;
    border-radius: 50%;
    display: inline-block;
    height: 42px;
    width: 42px;
    margin: 0 10px 0 5px;
    padding: 8px 12px; 
    text-align: center;
    vertical-align: middle;
}
.account .icon span { 
    font-size: 24px;
    color: #696767;
}
.dropdown-box {
	display: none;
	position: absolute;
	top: 55px;
	right: 5px;
	min-width: 160px;
	font-size: 14px;
	background-color: #fff;
	margin: 0 0 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0 0 10px 0;
	z-index: 40;
	box-shadow: 5px 5px 30px rgba(0,0,0,0.12);
}
.dropdown-box .name{padding: 10px 0 0 22px!important; font-size: 16px;}
.dropdown-box:after {
	content: "";
	position: absolute;
	right: 17px;
	top: -7px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}
.dropdown-box li {
	float: none;
	line-height: 36px;
	padding: 0;
	margin: 0
}
.dropdown-box .fliter-label li{line-height: inherit; margin: 0 0 3px 0}
.dropdown-box .fliter-label label{ width:calc(100% - 12px); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
input[type="checkbox"]{margin: 3px 5px 2px 0px;}
.dropdown-box input[type='checkbox'] + label:before, .dropdown-box input[type='checkbox'] + label:after{ top:3px}

.dropdown-box li a {
	display: block;
	padding: 0 0 0 22px;
	font-size: 15px;
}
.dropdown-box li a {
	display: block;
	color: #12347d;
}
.dropdown-box li a:hover {
 	background: #f2f5f7;
 }
.dropdown-box li.current a{
	color: #ff8900; 
	background-image: url("../images/icon-tick-2.svg");
	background-repeat: no-repeat;
	background-position: 130px center ;
	background-size: 15px;}
.dropdown-box li:first-child{padding: 10px 0 0 0;}
.dropdown-box li.title {
	width: 230px;
	font-size: 16px;
	
  	margin: 0 0 8px 0;
	padding: 6px 8px 6px 20px;
	border-bottom: 1px solid #eee;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    color: #12347d;
}
.dropdown-box li img{display: inline-block; width: 25px; margin: 6px 6px 0 -8px; vertical-align: top; }


.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -2%);
  -ms-transform: translate(0, -2%);
  -o-transform: translate(0, -2%);
  transform: translate(0, -2%);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out, -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out, -o-transform 0.2s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position:fixed;
  width: 600px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: fit-content;  
} 
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
  
  .modal-sm {
    width: 300px;
  }
 @media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-content {
  box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
  overflow: hidden;
  background-color: #ffffff;
  color: #404040;
  border: none;
 }
.modal-header {
  border: 0;
  padding: 20px;
 }
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  display: block;
  margin: 0;
}
.modal-content .close {
	position: absolute;
	top:20px;
	right: 20px;
  font-size: 22px!important;
  opacity: 0.4;
  text-shadow: none;
}
.modal-content .close:hover {
  opacity: 0.8;
}
.modal-content .close:focus {
 outline: none;
}

.modal-body {
  padding: 0px 20px 30px;
}
.modal-body .row:last-child .form-group {
  margin-bottom: 0;
}
.modal-main-icon {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: normal;
  font-size: 50px;
}
.modal-footer {
  padding: 0;
  border: none;
}
.modal-full-color .modal-header {
  padding: 19px;
}
.modal-full-color .modal-content {
  color: #ffffff;
  background-color: transparent;
}
.modal-full-color .modal-content .close {
  color: #ffffff;
  line-height: 40px;
  opacity: 0.6;
}
.modal-full-color .modal-content .close:hover {
  opacity: 1;
}
.modal-full-color .modal-content .modal-footer {
  border: none;
}
.modal-full-color .btn-default {
  border-width: 2px;
  border-color: transparent;
}
.modal-full-color .btn-primary,
.modal-full-color .btn-success,
.modal-full-color .btn-warning,
.modal-full-color .btn-danger {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 2px;
}
.modal-full-color .btn-primary:focus,
.modal-full-color .btn-success:focus,
.modal-full-color .btn-warning:focus,
.modal-full-color .btn-danger:focus {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
}
.modal-full-color .btn-primary:hover,
.modal-full-color .btn-success:hover,
.modal-full-color .btn-warning:hover,
.modal-full-color .btn-danger:hover,
.modal-full-color .btn-primary .hover,
.modal-full-color .btn-success .hover,
.modal-full-color .btn-warning .hover,
.modal-full-color .btn-danger .hover {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}
.modal-full-color .btn-primary:active,
.modal-full-color .btn-success:active,
.modal-full-color .btn-warning:active,
.modal-full-color .btn-danger:active {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}
.modal-full-color-success .modal-header {
  background-color: #37b358;
}
.modal-full-color-success .modal-body,
.modal-full-color-success .modal-footer {
  background-color: #37b358;
}
.modal-full-color-success .btn-default {
  color: #37b358;
}
.modal-full-color-success .btn-default:active {
  color: #37b358;
}
.modal-full-color-primary .modal-header {
  background-color: #5f99f5;
}
.modal-full-color-primary .modal-body,
.modal-full-color-primary .modal-footer {
  background-color: #5f99f5;
}
.modal-full-color-primary .btn-default {
  color: #5f99f5;
}
.modal-full-color-primary .btn-default:active {
  color: #5f99f5;
}
.modal-full-color-warning .modal-header {
  background-color: #f6c163;
}
.modal-full-color-warning .modal-body,
.modal-full-color-warning .modal-footer {
  background-color: #f6c163;
}
.modal-full-color-warning .btn-default {
  color: #f6c163;
}
.modal-full-color-warning .btn-default:active {
  color: #f6c163;
}
.modal-full-color-danger .modal-header {
  background-color: #eb6357;
}
.modal-full-color-danger .modal-body,
.modal-full-color-danger .modal-footer {
  background-color: #eb6357;
}
.modal-full-color-danger .btn-default {
  color: #eb6357;
}
.modal-full-color-danger .btn-default:active {
  color: #eb6357;
}
.modal-full-color-dark .modal-header {
  background-color: #3d3c3c;
}
.modal-full-color-dark .modal-body,
.modal-full-color-dark .modal-footer {
  background-color: #3d3c3c;
}
.modal-full-color-dark .btn-default {
  color: #3d3c3c;
}
.modal-full-color-dark .btn-default:active {
  color: #3d3c3c;
}
.full-width {
  width: 90%;
  max-width: none;
}
.modal-md {
  width: 90%;
  max-width: 500px;
  margin: -205px auto 0;
  top:50%;
 }
.modal-dialog .panel-body{ min-height: 130px}
.modal-dialog .form-horizontal{width: 90%; margin: 20px auto 30px}
.modal-dialog .form-group .col-sm-3{width: 22%}
.modal-dialog .form-group .col-sm-9{width: 78%}
.modal-dialog h3{font-family: 'ubunturegular';}

.btn-warning {
  border-color: #e3aa04;
  color: #fff;
  background-color: #fbbc05;
  border-color: #fbbc05;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ca9703;
  border-color: #654c02;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ca9703;
  border-color: #a77d03;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ca9703;
  border-color: #a77d03;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #a77d03;
  border-color: #654c02;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {background-image: none;}
.modal-body .btn{padding: 8px 30px; margin: 0 8px 0 0;  }
 
.text-warning {
  color: #fbbc05;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ca9703;
}
.text-danger {
  color: #ea4335;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d62516;
} 
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.iosCheck{vertical-align: middle; display: inline-flex!important; margin: 0 0 0 10px!important;}
.iosCheck input {
	display: none;
}
.iosCheck i {
	display: inline-block;
	cursor: pointer;
	padding-right: 22px;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	border-radius: 30px;
	height:30px;
	border: 1px solid #e7ebef;
    background: #e7ebef;
}
.iosCheck i:before {
	display: block;
	content: '';
	width: 26px;
	height: 26px;
	border-radius: 26px;
	background: white;
	margin:1px 1px 0 1px;
	box-shadow: 3 3px 5px rgba(0, 0, 0, 2);
}
.iosCheck :checked + i {
	padding-right: 0;
	padding-left: 22px;
	background: #1bab5f;
	border: 1px solid #1bab5f
} 
.form-wrong {
	position: relative;
	color: #e52323;
	letter-spacing: 0;
	background: #fff7f7;
	margin: 0 0 15px 0;
	padding: 14px 10px 14px 42px;
	border-radius: 5px;
	line-height: 22px;
}
.form-wrong img {
	position: absolute;
	height: 20px;
    top:15px;
	left: 12px;
}
.empty-wrap{height:320px; text-align: center; color: #a9acb4 }
.empty-wrap .icon{margin: 160px 0 20px 0}
.empty-wrap .icon img{width: 100px; opacity: 0.6}

.company-qr img{width: 100%}
.company-qr{text-align: center; margin: 20px 0 0}
.company-logo img{width: 100%}
.company-logo{text-align: center; margin: 20px 0 0}
.company-logo .name{margin: -30px 0 10px 0}
.company-logo{border: 2px solid #eee; border-radius: 8px}
.company-logo:hover{border: 2px solid #b8b8b8;}
.company-logo a{color: #888}
.company-logo a:hover{text-decoration: none; color: #333}
.nav .nav-drop-down {
	width: 110px;
	background: rgba(255,255,255,1);
	padding: 15px 20px;
	border-radius: 4px;
	position: absolute;
	box-shadow: 0px 5px 30px rgba(0,0,0,0.1);
	z-index: 5;
}
.rd-navbar-dropdown {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: transform 0.25s, opacity 0.25s;
	transition: transform 0.25s, opacity 0.25s;
}
.rd-navbar-submenu:hover .rd-navbar-dropdown {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform 0.25s, opacity 0.25s;
	transition: transform 0.25s, opacity 0.25s;
}
.nav-drop-down li {
	float: none;
	-webkit-transition: margin 0.25s;
	transition: margin 0.25s;
	width: 88px;
	padding: 0;
	line-height: 30px;
	font-size: 12px;
}
.nav-drop-down.d1 {
	width: 210px;
	margin: 0 0 0 0px;
}
.nav li .nav-drop-down {
	width: 200px;
	transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
}
.nav .nav-drop-down li {
	width: 100%;
}
.nav-drop-down.d1 li {
	margin: 5px 0 5px 0;
	font-size: 15px;
	line-height: 20px;
	height: auto
}
.header .nav .nav-drop-down li a {
	font-weight: normal;
	color: #333;
	display: block;
	padding: 3px 0;
	font-size: 15px;
	margin: 0 10px;
	border-bottom: none;
	border-top:0
}
.nav-drop-down li:hover {
 	
	
}
.nav-drop-down li:hover a { 
	color: #0758c7!important
	
}
 
@media (max-width: 768px) {

.nav li .nav-drop-down{position: relative; box-shadow:0px 5px 30px rgb(0 0 0 / 0%); width: 100%; padding: 10px 20px; background: #f7f7f7; display: none}
.header .nav .nav-drop-down li a{padding: 8px 0; margin: 0}
.video-create-wrap{ padding: 40px 0 10px;}	
.header .nav {
    display: none;
    position: absolute;
    width: 100%;
    top: 55px;
    left: 0;
    margin: 0;
    padding: 10px 0 10px 0;
    background-color: #FFF;
    text-align: center;
    z-index: 99;
    transition: all 0.0s ease-out;
    -moz-transition: all 0.0s ease-out;
}
.header .nav li {
    float: none;
}
.header .nav li a {
    width: 100%;
    line-height: 30px;
    margin: 0;
    font-size: 18px;
    border-bottom: solid 0px #efefef;
}
.header .nav li.current {
    border-bottom: solid 0px #efefef;
    color: #2573de;
}
.header .nav .current a {
    border-bottom: 0px
}
    .soft-intro .text{width: auto; padding: 10px 20px; margin: 0}   
    .soft-intro .img{width: auto; padding: 0; margin: 0; text-align: center}  
    .soft-intro .img img{width: 70%}
    .soft-intro .item{margin: 0 0 50px 0}
    .soft-intro{margin: 60px 0}
    .soft-intro h4{font-size: 28px; text-align: center;}
	.apply-form .form{padding: 20px 25px;}
    .home-services h2 span{margin: 15px 0 -10px;}
    #apply-form{padding: 1px 0 20px;}
    
    
.services-list li {
    width: 50%;
}
.home-services .icon {
    text-align: center;
    margin: 20px 0;
}
.home-services .row {
    padding: 10px 0 20px 0;
    margin: 0 0
}
.header .tel {
    zoom: 0.80;
    margin: 15px 60px 0 0
}
.header .tel img {
    display: none
}
.ps-list li .title {
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
    height: auto;
}
.home-list li .title {
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
    height: auto;
}
.ps-list li {
    margin: 0
}
.ps-list li .news-title .icon {
    position: absolute;
    top: 5px;
    left: 0
}
.ps-list li .news-summary {
    display: none
}
.half-list li {
    width: 100%;
    display: inline-block
}
.home-list {
    display: inline-block;
    width: 100%
}
.home-list .news-title {
    position: relative;
    margin: 15px 0 0 0;
    font-size: 16px;
    padding: 0 0 0 30px;
    width: 92%;
    line-height: 24px;
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
    height: auto;
}
.seminar-info {
    width: auto;
    padding: 5px 5px 20px 5px;
    margin: 15px auto 10px auto;
    border-radius: 0px;
}
.seminar-info .name {
    width: 98%;
    font-size: 16px;
}
.seminar-info .data {
    width: 98%;
}
.seminar-info .ps-qr {
    display: block;
    margin: 10px auto 0 auto;
}
.about-text {
    width: 92%;
    margin: 30px auto;
}
.intro .about-text h3 {
    display: block;
    font-size: 22px
}
.about-qr {
    margin: 0 0 60px 0
}
.intro h3 {
    margin: 20px auto;
    font-size: 18px
}
.banner {
    height: 100px;
    background-size: cover
}
.banner h2 {
    padding: 25px 0 0 0;
    text-align: center;
    font-weight: 600;
    font-size: 24px
}
.step-1 {
    display: none
}
.step-2 {
    display: block;
    text-align: center
}
body {
    padding: 55px 0 0 0;
}
.footer {
    margin: 0 0 0 0;
    padding: 20px 0 15px 0;
    height: auto;
    text-align: center;
}
.footer-qr {
    float: inherit;
    margin: 20px auto 0
}
.footer-qr li {
    display: inline-block;
    margin: -10px 10px 20px 10px;
}
.footer .wrap {
    width: 90%;
}
.load-more {
    margin: 0px 0 0 0;
    border-radius: 0;
    border-left: 0px;
    border-right: 0px;
}
.top-search {
    padding: 10px 20px 20px 20px
}
.qr-wrap {
    text-align: center
}
.home-services-item {
    margin: 20px 0
}
.wrap {
    width: 95%;
}
.qr-list .list li {
    float: inherit;
    width: 100%;
    text-align: center;
    padding: 25px 0
}
.qr-list .list li img {
    width: 60%
}
.home-about .qr {
    position: static;
    width: 100%;
    text-align: center;
    margin: 0;
}
.home-about .qr img {
    width: 38%
}
.home-about .text {
    width: auto;
    margin: 20px 0
}
.home-about {
    height: inherit
}
.home-about .link {
    position: static;
    float: inherit;
    width: 100%;
    height: 140px;
    background-size: cover;
    margin: 0;
    border-radius: 3px
}
.top-search, .home-about, .qr-list {
    margin: 15px 0 0 0;
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
}
.qr-list {
    padding-top: 0px;
}
.top-search .input {
    margin: 0 0 10px 0;
    width: 100%
}
.top-search .select {
    margin: 0 0 10px 0;
    width: 49.1%
}
.top-search .button {
    float: inherit;
    position: initial;
    margin: 5px 0 0 0
}
.top-search .submit-btn {
    width: 100%;
    height: 42px;
    line-height: 42px;
}
.top-search input[type="text"], .top-search select {
    padding: 6px 10px;
    border: 0px solid #cecece;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0) 0px 3px 5px -5px inset;
}
.top-search .select select {
    width: 98%;
    margin: 0 2% 0 0
}
.top-search .input input {
    width: 92%;
    font-size: 15px
}
.ps-search .input {
    width: 100%
}
.ps-search {
    padding: 2px 0 0 0;
    height: 41px;
}
.list-top {
    display: none
}
.header .tel span {
    font-size: 20px;
}
.flow-1 {
    display: none
}
.flow-2 {
    display: block
}
.home-banner .phone {
    display: none
}
.header .logo {
    text-align: center;
    padding: 6px 0 0 0
}
.header .logo img {
    height: 40px
}
.header .slogan {
    margin: 17px 0 0 2px
}
.header .slogan img {
    height: 25px;
}
.header {
    height: 55px
}
.main h2 {
    margin: 40px 0 25px 0;
    padding: 10px 0 25px 0;
    font-size: 28px
}
.home-services .intro {
    margin: 0 auto 60px;
}
.footer-copy {
    float: inherit;
}
.footer-address {
    float: inherit;
    margin: 0 0 10px 0;
    text-align: left
}
.main {
    font-size: 16px;
    line-height: 30px;
    min-height: inherit
}
.news-record {
    position: relative;
    right: 0;
    top: -5px;
    height: 40px;
    text-align: center;
    font-size: 15px
}
.hb-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.sub-img {
    background-size: cover;
    height: 100px
}
.sub-banner {
    margin: 60px 0 0 0
}
.header {
    position: fixed;
    top: 0
}
.home-banner {
    height: 100vw;
    padding: 0 10px
}
.home-banner .wrap {
    padding: 25vw 0 0 0;
}
.home-banner .intro {
    top: 16%;
    left: 20px;
}
.home-banner .intro p {
    width: 100%;
    font-size: 16px;
    line-height: 30px
}
.home-banner h2 {
    font-size: 25px;
    line-height: 32px;
    text-align: left;
    margin: 0 0 12px 0
}
.home-banner p {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    padding: 0;
    margin: 0 0 8px 0
}
.main h3 {
    font-size: 29px;
    margin: 50px 0 30px 0
}
.home-banner .btn a {
    width: 126px;
    margin: 0 15px 0 0;
}
.home-services .intro {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
}
.home-services .content {
    padding: 0
}
.home-services .text {
    font-size: 15px;
}
.main>.wrap {
    width: 100%
}
.news-detail .content {
    padding: 20px 0;
}
.news-detail .title {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    padding: 10px 0 10px 0
}
.news-detail {
    margin: 15px auto 10px auto;
}
.mobile-hidden {
    display: none
}
.home-list li .news-date {
    width: 98%;
    text-align: left;
    padding: 2px 0 0 30px;
}
.home-list .news-title {
    padding: 0 0 0 30px;
}
.home-list .ps-list li a {
    display: block;
    padding: 4px 0 16px 0;
}
.shareholder-banner {
    height: auto;
    padding: 0 0 80px
}
.shareholder-banner .gallery {
    width: 100%;
    margin: 0;
    padding: 30px 0 0 0
}
.shareholder-banner .text {
    width: 100%;
    margin: 0;
    padding: 30px 20px 0
}
.shareholder-banner h2 {
    font-size: 28px;
    line-height: 30px;
}
.shareholder-banner .try-btn a {
    font-size: 20px;
    padding: 5px 30px;
    margin: 30px 10px 0 0;
}
.shareholder-banner .download-btn a {
    font-size: 20px;
    padding: 5px 30px;
    margin: 30px 0 0 0;
}
.shareholder-banner .download-btn {
    margin: 0
}
.container {
    padding: 0 10px
}
.photo-upload {
    width: 100%
}
.success-wrap {
    margin: 100px 20px;
}
.shareholder-banner-success {
    margin: 0 0 -10px
}
.rd-mobilepanel_toggle {
    display: block;
    background: none;
    border: none;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 48px;
    height: 48px;
}
 .rd-mobilepanel_toggle::-moz-focus-inner {
 border: none;
 padding: 0;
}
.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.rd-mobilepanel_toggle span:after {
    top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
    width: 24px;
    height: 4px;
    background-color: #000;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.15s, 0.15s;
    transition-duration: 0.15s, 0.15s;
    -webkit-transition-delay: 0.15s, 0s;
    transition-delay: 0.15s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
    transition: background .3s 0s ease;
    background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
    top: 0;
    -webkit-transition-delay: 0s, 0.15s;
    transition-delay: 0s, 0.15s;
}
.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
