@charset "utf-8";

.public-title {
    width: 1272px;
    height: 50px;
    margin: 20px auto 0px;
    position: relative;
}

.public-title .theline {
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    top: 24px;
    z-index: 10;
}

.public-title .thetext {
    width: 200px;
    height: 50px;
    position: absolute;
    z-index: 20;
    background: #fafafa;
    margin: 0 auto;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    color: #003352;
    font-weight: bold;
}

.public-title .thetext:before,
.public-title .thetext:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #e6e6e6;
    position: absolute;
    top: 20px;
    left: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* Internet Explorer */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg); /* Opera */
}

.public-title .thetext:after {
    left: auto;
    right: 10px;
}

.video-con {
    width: 1302px;
    height: auto;
    margin: 20px auto 0px;
}

.video-con .video-li-bg {
    padding-top: 15px;
    padding-bottom: 10px;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
}

.video-con .video-li {
    position: relative;
    overflow: hidden;
    height: 320px;
}

.video-con .video-li .thepic {
    position: relative;
    overflow: hidden;
    height: 246px;
}

.video-con .video-li .thepic img {
    display: block;
    width: 100%;
    height: 100%;
}

.video-con .video-li .thepic .thepic-img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.download-list .download-li .thepic .thepic-img {
    background-size: 170px auto;
}

.video-con .video-li .thepic .thetag .leads_tag {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    padding: 3px 7px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
    z-index: 500;
}

.video-con .video-li .thepic .thebtn {
    position: absolute;
    width: 100%;
    height: 246px;
    top: 0px;
    left: 0px;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
    z-index: 99;
    display: block;
}

.video-con .video-li .thepic .iconfont {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
    z-index: 120;
}

.video-con .video-li .video-title {
    font-size: 16px;
    color: #646464;
    line-height: 28px;
    display: block;
    margin: 3% 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}

.video-con .download-li .video-title {
    padding: 0px 20px;
    text-align: center;
}

/*.video-con .video-li-bg:hover
.thepic .thebtn{
	background: rgba(0,0,0,0.7);
}
.video-con .video-li-bg:hover .thepic .thebtn span{
	background:rgb(255,255,255,0.8);
	color: #323232;
}
.video-con .video-li-bg:hover {
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.05),-2px -2px 5px rgba(0,0,0,0.05);
}*/
.video-more a {
    width: 170px;
    height: 44px;
    margin: 20px auto 30px;
    border-radius: 50px;
    background: #003352;
    text-align: center;
    line-height: 44px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    font-size: 16px;
    color: #fff;
    display: block;
}

.video-more a:hover {
    background: #1d4a65;
    color: #fff;
}


/*视频详情*/
.video-detail .thelink {
    font-size: 18px;
    color: #003352;
    display: block;
}

.video-detail span {
    display: block;
}

.video-detail .thetitle {
    font-size: 18px;
    font-weight: bold;
    margin: 3% 0px 1% 0px;
}

.video-detail .resources a {
    font-size: 16px;
    color: #003352;
    display: block;
    line-height: 36px;
}

.public-r-video {
    padding: 0px 0px 20px 100px !important;
    border-bottom: 1px dashed #e5e5e5;
}

.public-r-video:last-child {
    border-bottom: none;
}

.video-library {
    width: 100%;
    height: 38px;
    margin: 20px auto 0px;
}

.video-library a {
    display: block;
    width: 100%;
    height: 38px;
    border-radius: 5px;
    background: #003352;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.video-library a:hover {
    background: #1d4a65;
    color: #fff;
}

.video-img {
    width: 100%;
    position: relative;
}

.video-link {
    width: 100%;
    margin: 0 auto;
    display: none;
}

.video-link img {
    width: 100%;
    display: block;
}

.video-img video {
    width: 100%;
}

.video-caption {
    width: 93.6%;
    height: auto;
    margin: 20px auto 0px;
    text-align: center;
}

.video-caption a {
    font-size: 24px;
    line-height: 34px;
    overflow: hidden;
    color: #003352;
}


/*在线研讨会*/
.column-title .workshop-tab {
    float: right;
    height: 30px;
    margin-top: 5px;
}

.column-title .workshop-tab li {
    display: inline-block;
    background: #fff;
    line-height: 30px;
    border: 1px solid #f2f2f2;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 50px;
}

.column-title .workshop-tab li a {
    color: #808080;
    display: block;
    padding: 0px 15px;
    height: 30px;
}

.column-title .workshop-tab li:hover {
    background: #003352;
    border: 1px solid #003352;
    color: #fff;
}

.column-title .workshop-tab li:hover a {
    color: #fff;
}

.column-title .workshop-tab .active {
    background: #003352;
    border: 1px solid #003352;
    color: #fff;
}

.column-title .workshop-tab .active a {
    color: #fff;
}

.column-title .workshop-more {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    margin-top: 5px;
}

.column-title .workshop-more a {
    font-size: 12px;
    color: #003352;
}

.column-title .workshop-more .iconfont {
    font-size: 12px;
}

.column-title .workshop-more-xs {
    float: right;
    position: relative;
    margin-right: 10px;
}

.column-title .workshop-more-xs ul {
    position: absolute;
    min-width: 80px !important;
    top: 30px !important;
    right: 0px !important;
    left: auto;
    background: #fff;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05), -2px -2px 5px rgba(0, 0, 0, 0.05) !important;
    border: none;
    padding: 5px 0px;
}

.column-title .workshop-more-xs ul li a {
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}

.column-title .workshop-more-xs .iconfont {
    color: #003352;
    font-size: 30px;
    display: block;
    line-height: 30px;
}

.workshop-list-bg {
    overflow: hidden;
}

/*.workshop-list-bg .tab-pane:first-child{
	display: block;
}*/
.workshop-list {
    width: 100%;
    height: auto;
    float: left;
}

.workshop-l-ul .workshop-l-li {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #f2f2f2;
    margin: 20px auto 0px;
    overflow: hidden;
    position: relative;
}

.workshop-l-ul .workshop-l-li .thepic {
    width: 29.4784%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.workshop-l-ul .workshop-l-li .thepic img {
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
    display: block;
    width: 100%;
    /*padding: 20px 0px 0px;*/
    padding: 0px;
}

.workshop-l-ul .workshop-l-li .tag-label {
    position: absolute;
    top: 10px;
    left: 0px;
    padding: 0px 10px;
    height: 24px;
    background: #003352;
    text-align: center;
    line-height: 26px;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
}

.workshop-l-ul .IQ-l-li .tag-label {
    border-radius: 20px;
}

.pl-520am:target {
    padding-top: 80px;
}

.workshop-l-ul .workshop-l-li .red-background {
    background: #ff6767;
}

.workshop-l-ul .workshop-l-li .thepic .upcoming-tag {
    background: #ca0000;
    color: #fff;
}

.workshop-l-ul .workshop-l-li .thepic .end-label {
    background: rgba(0, 0, 0, 0.3);
}

.workshop-l-ul .workshop-l-li .theword {
    width: 68.2539%;
    float: right;
}

.IQ-l-ul .IQ-l-li .tag-label {
    top: 0px;
}

.workshop-l-ul .workshop-l-li .theword h4 {
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.forthcoming .forthcoming-li .theword h4 {
    line-height: 26px;
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;
}

.workshop-l-ul .workshop-l-li .theword h4 a,
.forthcoming .forthcoming-li .theword h4 a {
    color: #4d4d4d;
    font-size: 22px;
    font-weight: bold;
}

.workshop-l-ul .workshop-l-li .theword .thedate,
.forthcoming .forthcoming-li .theword .thedate {
    color: #808080;
    font-size: 12px;
    margin-top: 3px;
}

.workshop-l-ul .workshop-l-li .theword .thedate span,
.forthcoming .forthcoming-li .theword .thedate span {
    display: block;
    line-height: 26px;
}

.workshop-l-ul .workshop-l-li .theword .thedate span {
    height: 26px;
}

.workshop-l-ul .workshop-l-li .at_time {
    float: left;
}

.workshop-l-ul .workshop-l-li .remind_code_group {
    float: left;
    position: relative;
    margin-left: 15px;

}

.workshop-l-ul .workshop-l-li .remind_code_name {
    width: 70px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 200px;
    border: 1px solid red;
    color: red;
    cursor: pointer;
}

.workshop-l-ul .workshop-l-li .remind_code {
    width: 140px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05), -2px -2px 5px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.workshop-l-ul .workshop-l-li .theword .thecon {
    margin-top: 5px;
    font-size: 14px;
    color: #646464;
    line-height: 28px;
}

.workshop-l-ul .workshop-l-li:hover .thepic img {
    transform: scale(1.05);
}

.sign-up {
    position: fixed;
    right: 3%;
    top: 50%;
    margin-top: -22px;
}

.sign-up .iconfont {
    position: absolute;
    top: 0px;
    left: -192px;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    display: block;
    border: 2px solid #fff;
    background: #003352;
    z-index: 99;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.sign-up .thetext {
    position: absolute;
    top: 2px;
    right: 0px;
    display: block;
    background: #003352;
    width: 170px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 0px 20px 20px 0px;
}


/*研讨会报名成功*/
.w-success {
    width: 1272px;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05), -2px -2px 5px rgba(0, 0, 0, 0.05);
    margin: 30px auto 0px;
    text-align: center;
    padding: 50px 0px;
}

.w-success .iconfont {
    color: #003352;
    font-size: 50px;
    display: inline-block;
    line-height: 50px;
    position: absolute;
    top: -12px;
    left: -50px;
}

.w-success .thetext {
    display: inline-block;
    font-size: 26px;
    padding-left: 5px;
    position: relative;
}

.w-success .fuwuhao {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
}

.w-success .fuwuhao .fuwuhao-pic {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

.w-success .fuwuhao .fuwuhao-text {
    text-align: center;
    font-size: 14px;
    color: #999;
    padding-top: 10px;
    display: block;
}

.column-title .other-title {
    font-size: 20px;
    font-weight: normal;
}

.forthcoming {
    width: 1302px;
    height: auto;
    margin: 15px auto 0px;
    overflow: hidden;
}

.forthcoming .forthcoming-li {
    background: #fff;
    padding: 10px;
    border: #f2f2f2 1px solid;
    overflow: hidden;
    border-radius: 2px;
}

.forthcoming .forthcoming-li .thepic {
    width: 33.7268%;
    float: left;
    overflow: hidden;
}

.forthcoming .forthcoming-li .thepic img {
    display: block;
    width: 100%;
    height: 134px;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.forthcoming .forthcoming-li:hover .thepic img {
    transform: scale(1.05);
}

.forthcoming .forthcoming-li .theword {
    width: 64%;
    float: right;
}

.forthcoming .forthcoming-li .theword h4 {
    margin-top: 10px;
}

.forthcoming .forthcoming-li .theword h4 a {
    font-size: 18px;
}

.forthcoming .col-lg-6 {
    margin-bottom: 20px;
}


/*研讨会详情*/
.workshop-detail-con {
    padding-top: 30px;
}

.workshop-logo {
    width: 93.4%;
    height: auto;
    margin: 0 auto;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05), -2px -2px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.workshop-logo .theleft {
    width: 41%;
    float: left;
    border-right: 1px solid #f2f2f2;
    padding: 50px 0px;
    text-align: center;
}

.workshop-logo .theleft img {
    /*max-width: 180px;*/
    max-width: 300px;
    display: block;
    margin: 0 auto 5%;
}

.workshop-logo .theleft span {
    display: block;
    line-height: 30px;
    color: #808080;
}

.workshop-logo .right-btn {
    float: right;
    width: 58.5%;
    text-align: center;
    padding-top: 60px;
}

.download-logo .right-btn {
    /*padding: 0px!important;*/
    position: relative;
}

.workshop-logo .right-btn a,
.workshop-detail-con .workshop-btn a {
    display: block;
    width: 260px;
    height: 44px;
    border: 1px solid #003352;
    border-radius: 5px;
    text-align: center;
    color: #003352;
    font-size: 18px;
    line-height: 44px;
    margin: 20px auto;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
}

.workshop-logo .right-btn a:hover,
.workshop-detail-con .workshop-btn a:hover {
    background: #003352;
    color: #fff;
}

.download-logo .right-btn a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.workshop-d-title {
    width: 93.4%;
    height: auto;
    margin: 40px auto 0px;
    text-align: center;
    font-size: 26px;
    color: #003352;
    font-weight: bold;
}

.workshop-detail-con .about-con {
    width: 93.4%;
    height: auto;
    margin: 20px auto 0px;
    font-size: 14px;
    color: #646464;
    line-height: 32px;
}

.workshop-detail-con .about-con img {
    max-width: 100%;
    display: block;
}

.workshop-detail-con .about-con a {
    color: #003352;
}

.workshop-detail-con .workshop-speaker {
    width: 74%;
    height: auto;
    margin: 20px auto 0px;
    background: #26292f;
    position: relative;
}

.workshop-detail-con .workshop-speaker .thepic {
    width: 25%;
    position: absolute;
    top: -20px;
    left: -20px;
    overflow: hidden;
}

.workshop-detail-con .workshop-speaker .thepic img {
    display: block;
    width: 100%;
}

.workshop-detail-con .workshop-speaker .thename {
    margin-top: 20px;
    margin-left: 25%;
    width: 73%;
}

.workshop-detail-con .workshop-speaker .thename h2 {
    font-size: 20px;
    color: #fafafa;
}

.workshop-detail-con .workshop-speaker .thename .speaker-post {
    font-size: 14px;
    color: #c7c7c7;
}

.workshop-detail-con .workshop-speaker .introduce {
    margin: 85px auto 0px;
    width: 90%;
    font-size: 12px;
    color: #c7c7c7;
    line-height: 32px;
    padding-bottom: 20px;
}

.workshop-detail-con .workshop-gift {
    width: 93.4%;
    height: auto;
    margin: 20px auto 0px;
}

.workshop-detail-con .workshop-gift img {
    display: block;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.workshop-detail-con .workshop-gift .thetext {
    width: 100%;
    height: auto;
    margin: 30px auto 0px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #003352;
}

.workshop-detail-con .workshop-gift .thetext .remarks {
    display: block;
    margin-top: 3%;
    color: #808080;
}

.workshop-detail-con .workshop-gift .thetext .remarks strong {
    color: #ff0000;
}

.workshop-detail-con .workshop-company {
    width: 93.4%;
    height: auto;
    margin: 20px auto 0px;
    color: #646464;
    line-height: 30px;
    font-size: 14px;
}

.workshop-detail-con .workshop-btn {
    width: 93.4%;
    height: auto;
    margin: 20px auto 50px;
    text-align: center;
    padding-bottom: 20px;
}

.workshop-detail-con .workshop-btn a {
    display: inline-block;
    margin: 0px 20px;
}

.workshop-detail-con .questions-title {
    width: 93.4%;
    height: auto;
    margin: 40px auto 0px;
    border-top: 1px solid #f2f2f2;
    padding-top: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #003352;
}

.workshop-detail-con .questions-con {
    width: 93.4%;
    height: auto;
    margin: 20px auto 0px;
}

/*下载*/
.download-list .download-li {
    border: 1px solid #ffffff;
    background: #fff;
    height: 350px;
}

/*.download-list .video-li-bg:hover .video-li{
	border: 1px solid #fff;
}*/
.download-list .download-li .thetext {
    color: #808080;
    font-size: 12px;
    text-align: center;
    display: block;
    line-height: 24px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 20px;
}

.download-list .download-li .thepic {
    height: 176px;
}

.download-list .download-li .thebtn {
    width: 100px;
    height: 32px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    display: block;
    margin: 10px auto 15px;
    text-align: center;
    line-height: 32px;
    transition: all 1s;
    color: #808080;
}

.download-list .download-li:hover .thebtn {
    background: #003352;
    border: 1px solid #003352;
    color: #fff;
}

.workshop-logo .right-btn {
    padding: 60px 0px;
}

.workshop-logo .right-btn .iconfont,
.download-btn .iconfont {
    font-size: 20px;
}

.download-con {
    width: 93.4%;
    height: auto;
    margin: 30px auto 0px;
    color: #646464;
    line-height: 36px;
    font-size: 16px;
}

.download-con img {
    display: block;
    max-width: 100%;
}

.IQ-l-ul .IQ-l-li .theword {
    width: 51.5%;
    float: left;
    margin-left: 2%;
    padding-top: 2%;
}


/*新增*/

.workshop-l-ul .workshop-l-li .thewordTitle {
    overflow: hidden;
}

.archived .workshop-l-ul .workshop-l-li .theword h4,
.online .workshop-l-ul .workshop-l-li .theword h4{
    width: calc(100% - 90px);
    float: left;
}


.workshop-l-ul .workshop-l-li .lookBtn {
    width: 90px;
    height: 26px;
    float: right;
    margin-top: 5px;
    text-align: right;
}

.workshop-l-ul .workshop-l-li .lookBtn a {
    display: inline-block;
    padding: 0px 10px;
    height: 100%;
    border-radius: 200px;
    background: #ff4d4d;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    transition: all 0.5s;
}

.workshop-l-ul .workshop-l-li .lookBtn a:hover {
    background: #df0909;
}

.workshop-l-ul .workshop-l-li .tagIng {
    background: #f95355; /*在线点播 正在进行中*/
}

.workshop-l-ul .workshop-l-li .tagBefore {
    background: #03af7c; /*即将进行*/
}

.workshop-l-ul .workshop-l-li .tagAfter{
    background: #808080; /*已经结束*/
}

.screenRow {
    width: 100%;
    height: auto;
    margin: 15px auto 0;
    position: relative;
}

.screenRow .screenItem {
    float: left;
    width: 90px;
    margin-left: 10px;
    position: static;
    cursor: pointer;
}

.screenRow .screenItem:first-child {
    margin: 0px;
}

.screenItem .theBtn {
    width: 90px;
    height: 28px;
    background: #808080;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
    color: #fff;
    border-radius: 50px;
    transition: all 0.5s;
}

.screenItem .theBtn:hover {
    background: #003352;
}

.screenItem .theList {
    top: 28px;
    margin: 0;
    width: 400px;
    background: #fff;
    /*border: 1px solid #ededed;*/
    border: none;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.1);
}

.screenItem .theList a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 0px;
    margin-right: 8px;
    color: #666;
}

.screenRow .screenItem:hover .theList {
    display: block;
}


/*新增*/


.IQ-l-ul .IQ-l-li .thegift {
    width: 14.7%;
    height: 127px;
    float: right;
    overflow: hidden;
    /*border-radius: 500px;
    border:1px solid #f2f2f2;*/
    text-align: center;
    position: relative;
}

.IQ-l-ul .IQ-l-li .thegift .gift-pic-img {
    display: block;
    border-radius: 500px;
    margin: 0 auto;
    width: 100%;
    height: 127px;
    vertical-align: middle;
    position: absolute;
    border: 1px solid #f2f2f2;
    top: 50%;
    transform: translateY(-50%);
}

.IQ-l-ul .IQ-l-li .thegift .gift-pic-bg {
    position: absolute;
    top: 0px;
    right: 0px;
}

/*小测验提交成功*/
.IQ-success {
    margin-bottom: 50px;
}

.IQ-success-after {
    display: none;
}

.IQ-before-detail {
    display: none;
}

#IQ-loading {
    display: block;
}

#IQ-loading img {
    display: block;
    margin: 0 auto;
    width: 5%;
}

.IQ-success span {
    display: block;
    margin: 10px auto;
}

.IQ-success .thetext {
    font-size: 32px;
    color: #323232;
}

.IQ-success .thetext strong {
    font-family: 'myEnFont';
    color: #ff0000;
    font-weight: normal;
    font-size: 36px;
}

.IQ-success .thetext strong:nth-child(2) {
    font-family: 'Microsoft YaHei';
}

.IQ-success .thetext em {
    font-style: normal;
    color: #808080;
    font-size: 14px;
}

.IQ-success .remarks {
    color: #808080;
    font-size: 14px;
}

.IQ-success .remarks a {
    color: #003352;
}

.IQ-success .thebtn {
    display: block;
    width: 160px;
    height: 44px;
    border-radius: 5px;
    background: #003352;
    margin: 40px auto 0px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.IQ-success .thebtn:hover {
    background: #1d4a65;
}

/*小测验详情*/
.IQ-title {
    width: 1272px;
    height: auto;
    margin: 50px auto 10px;
    font-size: 34px;
    color: #323232;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.IQ-detail {
    width: 1272px;
    height: auto;
    margin: 30px auto 0px;
    padding-bottom: 30px;
    background: #fff;
}

.IQ-etail-top {
    padding: 0px;
    overflow: hidden;
}

.IQ-etail-top .left-pic {
    border-right: 1px solid #f2f2f2;
    padding: 50px 0px 50px 30px;
}

.IQ-etail-top .left-pic .thelist {
    height: 260px;
    position: relative;
}

.IQ-etail-top .left-pic .thelist .logo-pic {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.IQ-etail-top .left-pic .thelist .logo-pic .gift-pic-img,.IQ-etail-top .left-pic .thelist .logo-pic .img-responsive {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.IQ-etail-top .left-pic .thelist .logo-pic .gift-pic-bg {
    max-width: 240px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.IQ-etail-top .left-pic .thename {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.IQ-etail-top .left-pic .thename span {
    display: block;
    width: 90%;
    margin: 0 auto;
    background: #003352;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}

.IQ-etail-top .right-text {
    text-align: left;
    padding: 30px;
}

.IQ-etail-top .right-text h1 {
    font-size: 22px;
    color: #003352;
    font-weight: bold;
    padding-bottom: 10px;
}

.IQ-etail-top .right-text span {
    display: block;
    font-size: 14px;
    line-height: 26px;
}

.IQ-etail-top .right-text .gift-text {
    color: #ff0000;
}

.sponsors {
    font-size: 26px;
    color: #003352;
    width: 95.28%;
    margin: 0 auto 20px;
}

.IQ-q-list {
    width: 95.28%;
    margin: 0 auto 30px;
}

.IQ-q-list .top_banner_desc{
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.IQ-q-list .top_banner_desc img {
   width: 100%;
}

.IQ-q-list .panel-default {
    border: 1px solid #f2f2f2;
    box-shadow: none;
}

.IQ-q-list .panel-heading {
    font-size: 16px;
    color: #323232;
    line-height: 30px;
    background: #fafafa;
    border: none;
}

.IQ-q-list .panel-body li {
    width: 100%;
    overflow: hidden;
    /*height: 36px;*/
    /*line-height: 36px;*/
    font-size: 14px;
    color: #808080;
    padding: 5px 0px;
}

.IQ-q-list .panel-body li input {
    width: 16px;
    height: 16px;
    border: 1px solid #cccccc;
    background: #fff;
    display: block;
    float: left;
    margin: 2px 1px 0px;
}

.IQ-q-list .panel-body li label {
    display: block;
    float: right;
    line-height: 20px;
    /*margin-left: 10px;*/
    width: calc(100% - 30px);
}

.IQ-q-list .panel-body .user_answers {
    width: 100%;
    height: 100px;
    border: 1px solid #f2f2f2;
    padding: 5px 0px;
    outline: none;
}

.panel-select {
    max-width: 100%;
    height: 44px;
    border: 1px solid #ededed;
    font-size: 16px;
    line-height: 44px;
    padding-left: 15px;
    border-radius: 5px;
    outline: none;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-select option {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.IQ-btn {
    width: 95.28%;
    margin: 30px auto;
    text-align: center;
}

.IQ-btn a {
    display: inline-block;
    height: 50px;
    width: 190px;
    background: #003352;
    margin: 0px 20px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.IQ-btn a:hover {
    background: #1d4a65;
    color: #fff;
}

.IQ-q-list .submission span {
    display: block;
    font-size: 14px;
    color: #808080;
    margin-top: 20px;
}

.IQ-q-list .submission input {
    width: 50%;
    height: 46px;
    border: #f2f2f2 1px solid;
    margin-top: 15px;
    border-radius: 5px;
    color: #808080;
    padding-left: 10px;
    outline: none;
}

.IQ-q-list .submission_textarea span {
    font-size: 16px;
    color: #323232;
    display: block;
    line-height: 40px;
}

.IQ-q-list .submission_textarea textarea {
    width: 100%;
    border: 1px solid #f2f2f2;
    margin: 5px 0px 20px 0px;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    font-size: 14px;
}


.workshop-final-title span {
    display: block;
    line-height: 26px;
}

.workshop-final-con {
    width: 1272px;
    margin: 0 auto;
}

.workshop-final-title {
    margin: 20px auto;
}

.introduction-title {
    font-size: 26px;
    color: #003352;
    font-size: 24px;
    margin: 30px auto 10px;
}

.introduction-con {
    font-size: 14px;
    color: #646464;
    line-height: 30px;
    margin-bottom: 20px;
}

.more-complete a {
    background: none;
    color: #808080;
}

.more-complete a:hover {
    background: none;
    color: #808080;
}

.video-more .complete {
    text-align: center;
    font-size: 14px;
    line-height: 32px;
}

.IQ-etail-top .right-text a {
    color: #003352;
}

.modal {
    opacity: 1 !important;
}

.leads-relative-tags {
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
    border-bottom: none !important;
}

.leads-relative-tags .leads_tag {
    padding: 4px 12px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #808080;
    margin-right: 5px;
    display: inline-block;
}

.iqs_hint {
    display: none;
}

.workshop-final-title {
    width: 1272px;
    margin: 40px auto 0px;
    height: auto;
    margin-bottom: 20px;
}

.workshop-final-title h4 {
    font-size: 34px;
    color: #323232;
    line-height: 40px;
    font-weight: bold;
}

.workshop-final-title span {
    font-size: 12px;
    color: #808080;
    padding-right: 2%;
}

.column-detail .detail-con .video-img {
    height: auto !important;
}

.webinar_iframe {
    height: 640px;
}

.video-container {
    position: relative;
}

.video-container .video_loading {
    position: absolute;
    top: 41.8%;
    z-index: 5000;
    left: 47.2%;
    display: none;
}

@media (max-width: 1300px) {
    .IQ-etail-top .left-pic .thelist .logo-pic img,
    .IQ-etail-top .left-pic .thelist .gift-pic img {
        max-width: 100%;
        display: block;
    }

    .workshop-final-con,
    .workshop-final-title {
        width: 96%;
    }

    .public-title {
        width: 96%;
    }

    .video-con {
        width: 97.287%;
    }

    .video-more a {
        width: 120px;
        height: 32px;
        font-size: 14px;
        line-height: 32px;
    }

    .IQ-l-ul .IQ-l-li .thegift {
        height: 9.5384vw;
    }

    .IQ-l-ul .IQ-l-li .thegift img {
        height: 9.5384vw;
    }

    .video-con .video-li .thepic {
        height: 18.21vw;
    }

    .download-list .download-li .thepic {
        height: 13.0608vw;
    }

    .video-con .video-li .thepic .thebtn {
        height: 18.21vw;
    }

    .w-success {
        width: 96%;
    }

    .forthcoming {
        width: 96%;
    }

    .forthcoming .col-lg-6 {
        padding-left: 0px;
    }

    .forthcoming .col-lg-6:nth-child(even) {
        padding-right: 0px;
    }

    .IQ-detail, .IQ-title {
        width: 96%;
    }

    .IQ-etail-top {
        width: 100% !important;
    }

    .forthcoming .forthcoming-li .thepic img {
        height: 10.016vw;
    }

    .download-list .download-li {
        height: 33vw;
    }

    .video-con .video-li {
        height: 24vw;
    }

    .download-list .download-li {
        height: 27vw;
    }

}

@media (max-width: 1199px) {
    .video-con .video-li {
        height: 32vw;
    }

    .video-con .video-li .thepic {
        height: 24.82vw;
    }

    .video-con .video-li .thepic .thebtn {
        height: 24.82vw;
    }

    .workshop-detail-con .workshop-speaker .introduce {
        margin-top: 10%;
    }

    .download-list .download-li {
        height: 35vw;
    }

    .download-list .download-li .thepic {
        height: 17.5781vw;
    }
}

@media (max-width: 991px) {
    .video-con .video-li .thepic {
        height: 37.87vw;
    }

    .video-con .video-li .thepic .thebtn {
        height: 37.87vw;
    }

    .video-library {
        width: 96%;
    }

    .w-success {
        width: 94%;
    }

    .forthcoming {
        width: 94%;
    }

    .forthcoming .col-lg-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .workshop-detail-con .workshop-speaker .introduce {
        margin-top: 12%;
    }

    .forthcoming .forthcoming-li .thepic img {
        height: auto;
    }

    .IQ-l-ul .IQ-l-li .thegift {
        height: 13.176vw;
    }

    .IQ-l-ul .IQ-l-li .thegift img {
        height: 13.176vw;
    }

    .video-con .video-li {
        height: 46vw;
    }

    .download-list .download-li {
        height: 49vw;
    }

    .download-list .download-li .thepic {
        height: 27.07vw;
    }

}

@media (max-width: 767px) {

    .screenItem .theList{
        width: 100%;
    }

    .screenRow {
        width: 96%;
        margin: 5px auto 0;
    }

    .IQ-etail-top .left-pic .thelist .logo-pic .gift-pic-bg {
        width: 50px;
    }

    #IQ-loading {
        padding: 70px 0px;
    }

    #IQ-loading img {
        width: 8%;
    }

    .entry-html {
        height: 100%;
    }

    .entry-body {
        height: 100%;
    }

    .workshop-final-con {
        width: 100%;
        height: 100%;
        margin-top: 60px;
    }

    .webinar_iframe {
        height: calc(100vh - 60px) !important;
        border: none !important;
    }

    .workshop-list-bg {
        margin-top: 3%;
    }

    .video-con .video-li .thepic {
        height: 79.36vw;
    }

    .video-con .video-li .thepic .thebtn {
        height: 79.36vw;
    }

    .video-con {
        width: 100%;
        margin: 1% auto;
    }

    .video-more a {
        margin: 5% auto;
    }

    .video-library {
        width: 96%;
        margin: 2% auto 0px;
    }

    .workshop-l-ul .workshop-l-li .theword h4 a {
        font-size: 14px;
    }

    .workshop-l-ul .workshop-l-li {
        padding: 0px;
        width: 94%;
        height: auto;
        border: none;
        margin: 2% auto 0px;
        padding-bottom: 2%;
        border-bottom: 1px solid #ededed;
    }

    .workshop-l-ul .workshop-l-li .theword .thedate span {
        line-height: 18px;
        height: auto;
        margin-bottom: 5px;
    }

    .column-title .workshop-tab {
        float: none;
        height: auto;
        margin-top: 0px;
    }

    .column-title .workshop-tab li a {
        padding: 0px 8px;
    }

    .column-title .workshop-more {
        margin-top: 0px;
    }

    .column-title .title-text {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .column-title .workshop-tab li {
        height: 24px;
        line-height: 24px;
    }

    .workshop-list-title {
        overflow: visible !important;
        height: auto;
    }

    .sign-up .iconfont {
        left: -44px;
        border: 2px solid #003352;
        font-size: 26px;
    }

    .w-success {
        padding: 70px 0px 30px 0px;
    }

    .w-success .thetext {
        font-size: 16px;
    }

    .w-success .iconfont {
        font-size: 36px;
        top: -50px;
        left: 50%;
        margin-left: -18px;
    }

    .column-title .other-title {
        font-size: 18px;
    }

    .forthcoming {
        margin: 0 auto;
    }

    .forthcoming .forthcoming-li {
        border-top: none;
        border-left: none;
        border-right: none;
        padding: 0px 0px 2% 0px;
    }

    .forthcoming .col-lg-6 {
        margin-bottom: 2%;
    }

    .forthcoming .forthcoming-li .theword h4 {
        margin-bottom: 0px;
    }

    .forthcoming .forthcoming-li .theword h4 a {
        font-size: 14px;
    }

    .workshop-logo,
    .workshop-d-title,
    .workshop-detail-con .about-con,
    .workshop-detail-con .workshop-speaker,
    .workshop-detail-con .workshop-gift,
    .workshop-detail-con .workshop-company {
        width: 100%;
        margin: 3% auto 0px;
    }

    .workshop-logo {
        padding-bottom: 15%;
    }

    .workshop-logo .theleft span {
        font-size: 14px;
    }

    .workshop-logo .theleft {
        width: 100%;
        float: none;
        padding: 5% 0px 0px;
    }

    .workshop-logo .right-btn {
        width: 100%;
        float: none;
        padding: 0px;
    }

    .workshop-detail-con {
        padding-top: 0px;
    }

    .workshop-d-title {
        margin: 6% auto 0px;
        font-size: 22px;
    }

    .workshop-logo .right-btn a,
    .workshop-detail-con .workshop-btn a {
        margin: 4% auto;
        font-size: 16px;
        display: block;
    }

    .workshop-detail-con .workshop-speaker {
        margin: 80px auto 0px;
        height: auto;
        padding-bottom: 20px;
    }

    .workshop-detail-con .workshop-speaker .thepic {
        width: 140px;
        left: 50%;
        margin-left: -70px;
        top: -50px;
    }

    .workshop-detail-con .workshop-speaker .thename {
        width: 90%;
        margin: 0 auto;
        padding-top: 80px;
        text-align: center;
    }

    .workshop-detail-con .workshop-speaker .introduce {
        margin: 10px auto 0px;
    }

    .workshop-detail-con .workshop-speaker .thename .speaker-post {
        line-height: 24px;
    }

    .workshop-detail-con .workshop-company {
        background: #fafafa;
        padding: 15px;
        border-radius: 10px;
    }

    .IQ-success {
        padding: 30px 0px;
    }

    .IQ-success .thebtn {
        width: 120px;
        height: 36px;
        line-height: 36px;
        margin: 6% auto 0px;
        font-size: 14px;
    }

    .IQ-success .thetext strong {
        font-size: 24px;
    }

    .IQ-success .thetext em {
        font-size: 12px;
    }

    .IQ-success .remarks {
        font-size: 12px;
        padding: 0px 10px;
    }

    .IQ-etail-top {
        padding: 10px 0px;
        margin-bottom: 8%;
    }

    .IQ-etail-top .left-pic {
        padding: 0px 0px 5% 0px;
        border-bottom: 1px solid #f2f2f2;
    }

    .IQ-etail-top .right-text {
        padding: 2% 5%;
    }

    .sponsors,
    .IQ-q-list {
        width: 100%;
    }

    .panel-select {
        padding-right: 0px;
        margin-bottom: 10px;
        font-size: 14px;
        height: 38px;
        line-height: 38px;
        padding-left: 10px;
    }

    .IQ-btn {
        width: 100%;
        margin: 3% auto;
    }

    .IQ-btn a {
        width: 45%;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        display: block;
        float: left;
        margin: 0px;
    }

    .IQ-btn a:last-child {
        float: right;
    }

    .IQ-q-list .panel-heading {
        font-size: 14px;
        height: auto;
        line-height: 28px;
    }

    .sponsors {
        font-size: 20px;
    }

    .IQ-q-list .panel-body {
        padding-bottom: 0px;
    }

    .IQ-q-list .submission input {
        width: 100%;
    }

    .workshop-detail-con .workshop-btn {
        margin: 20px auto 3%;
        padding-bottom: 3%;
    }

    .workshop-public-final .thetext {
        background: #fff;
    }

    .column_more {
        background: none;
    }

    .download-list .download-li {
        height: auto;
    }

    .video-con .video-li {
        height: auto;
    }

    /*.video-con .video-li .thepic .thepic-img{
        height: 47.61vw;
    }*/
    .download-list .download-li .thepic {
        height: 46vw;
    }

    .workshop-final-title h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .IQ-title {
        margin: 5% auto;
        font-size: 20px;
        line-height: 30px;
    }

    .video-caption a {
        font-size: 18px;
    }

    .footer {
        margin-bottom: 0px;
    }
}

@media (max-width: 400px) {
    .IQ-etail-top .left-pic .thelist {
        height: 54vw;
    }

    .IQ-etail-top .left-pic .thelist .logo-pic {
        height: 40vw;
    }
}

.workshop-list-bg .tab-content > .tab-pane {
    display: block !important;
}

.leads-no-signed{
    background: #D6262E !important;
    color: #fff !important;
    border: #D6262E !important;
}

.leads-no-signed:hover{
    background: #C2161E !important;
}

.leads-signed{
    background: #003352 !important;
    color: #fff !important;
    border: #003352 !important;
}

.leads-signed:hover{
    background: #003352 !important;
}