* {
    margin: 0;
    padding: 0;
}

div {
    box-sizing: border-box;
}

.cn {
    width: 100%;
}

body,
html {
    width: 100%;
    height: 100%;
}

.cn-max-width {
    max-width: 1200px;
    margin: 0 auto;
}

.cn-max-width.small {
    max-width: 1043px;
    margin: 0 auto;
}

.cn.h-100 {
    height: 100%;
}

.cn.darkBlue {
    background: #000e37;
}

ul,
li {
    list-style: none !important;
}

.mt10 {
    margin-top: 10px;
}

.line-title {
    font-size: 30px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 21px;
    color: #fff;
    margin-top: 21px;
}

.line-title .line {
    width: 149px;
    height: 1px;
    background-color: #cecece;
}

.line-title .text {
    margin: 0 25px;
}

.home .cn-section {
    width: 100%;
    background: #000e37;
    padding-bottom: 50px;
}

.home .se-code {
    width: 145px;
    height: 145px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home .se-left-image {
    background: url("../img/code3.jpg") no-repeat;
    background-size: 100% 100%;
    width: 350px;
    height: 230px;
    margin: 0 auto;
    position: relative;
    /* animation: rotate 10s linear infinite; */
    /* -webkit-animation:rotate 10s linear infinite; */
}
.home .se-left-image .desc { 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.review .se-left-image {
    background: url("../img/code3.jpg") no-repeat;
    background-size: 100% 100%;
    width: 350px;
    height: 230px;
    margin: 0 auto;
    position: relative;
    /* animation: rotate 10s linear infinite; */
    /* -webkit-animation:rotate 10s linear infinite; */
}



.home .se-center-image {
    background: url("../img/centerbg.png") no-repeat;
    background-size: 100% 100%;
    width: 380px;
    height: 160px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    text-align: center;
    margin-top: 30px;
    /* animation: rotate 10s linear infinite; */
    /* -webkit-animation:rotate 10s linear infinite; */
}

.home .se-left-text div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.home .se-left-text div p {
    font-size: 20px;
    font-weight: bold;
}

.home .se-left-text div span {
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
}

.home .mt10 {
    margin-top: 10px;
}

.home .mt20 {
    margin-top: 20px;
}

.home .pt40 {
    padding-top: 40px;
}

.home .se-right-image {
    background: url("../img/radius.png") no-repeat;
    background-size: 100% 100%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-top: 60px;
}

.home .cn-introduce,
.review .cn-introduce {
    background: url("../img/border.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 20px;
    padding: 30px 56px 30px 56px;
}

.home .cn-introduce.cn-item,
.review .cn-introduce.cn-item {
    background: url("../img/en-item.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.home .cn-introduce p,
.review .cn-introduce p {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #fff;
}

.home .cn-introduce span,
.review .cn-introduce span {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: left;
    letter-spacing: 1px;
}

.home .pt56 {
    padding-top: 30px;
}

.home .cn-introduce-right p {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #ffffff;
    margin-top: 25px;
}

.home .cn-introduce-right span {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ffffff;
    margin-top: 25px;
    display: inline-block;
}

.home .cn-introduce-right button {
    width: 239px;
    height: 61px;
    background: linear-gradient(-77deg, #0d3aff, #01b2fb);
    text-align: center;
    line-height: 61px;
    border: none;

    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #ffffff;
    margin-top: 40px;
}

.home .top130 {
    top: 130%;
}

.home .top110 {
    top: 110%;
}

.bg-left-image {
    position: absolute;
    top: 70%;
    width: 129px;
    height: 300px;
}

.bg-right-image {
    position: absolute;
    top: 45%;
    width: 129px;
    height: 300px;
    right: 0;
}

.home .pt50 {
    padding-top: 50px;
}

.home .text-before {
    margin-right: 20px;
    height: 25px;
    display: inline;
}

.home .text-alert {
    color: #b0d4ff;
    display: inline;
    font-size: 18px
}

.home .video-live {
    display: block;
    color: #07C2FF;
    font-size: 20px;
    font-weight: bold;
}

.home .img-live {
    display: block;
    color: #07C2FF;
    font-size: 20px;
    font-weight: bold;
}

.home .openPDF1 {
    color: #96DFFF;
    display: block;
}

.home .openPDF2 {
    color: #96DFFF;
    display: block;
}

.home .question {
    color: #96DFFF;
    display: block;
}

.home #gao-Map {
    height: 300px;
    width: 100%;
}

.home .tc {
    text-align: center;
}

.home .map-title {
    font-size: 16px;
    color: white;
}

.home .cn-footer,
.review .cn-footer {
    text-align: center;
    padding: 15px 0;
    background: #000000;
    color: #fff;
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
}

.home .cn-footer div,
.review .cn-footer div {
    margin-top: 10px;
}

.home .cn-footer p,
.review .cn-footer p {
    color: #01afff;
}

.home .cn-footer span:nth-child(2),
.review .cn-footer span:nth-child(2) {
    margin-left: 100px;
}

.home .bg-right-code {
    width: 130px;
    height: 130px;
    position: fixed;
    right: 0;
    top: 350px;
}

.home .cn-code-bg {}

.home .site-tips {
    font-size: 20px;
    height: 122px;
    margin: 0 auto;
    margin-top: 10px;
    background-image: url("../img/tipsbg.jpg");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
    color: #b0d4ff;
    font-weight: 600;
}

.home .bg1 {
    background: url("../img/b2.png") no-repeat top center;
}

.home .bg2 {
    background: url("../img/b3.png") no-repeat top center;
}

.home .bg3 {
    background: url("../img/b1.png") no-repeat top center;
}

.home .bg4 {
    background: url("../img/b4.png") no-repeat top center;
}

.home .banner {}

.home .text-c {
    text-align: center;
    position: relative;
}

.home .light {
    width: 233px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3px;
    z-index: 0;
}

.home .site-tips a {
    color: #b0d4ff;
    font-size: 18px;
    display: block;
    margin: 5px;
    text-decoration: underline;
}


.home .video-flex-item,
.review .video-flex-item {
    margin: 20px auto;
    text-align: center;
}

.home .video.none,
.review .video.none {
    display: none;
}

.home .video-item,
.review .video-item {
    width: 130px;
    height: 36px;
    border: 1px solid #059FE6;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    color: #059FE6;
}

.video-item.active {
    background: #059FE6;
    color: #fff;
}

.register .site-tips {
    font-size: 20px;
    margin: 0 auto;
    margin-top: 10px;
    background-image: url("../img/tipsbg.jpg");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
    color: #b0d4ff;
    font-weight: 600;
}

.meet .cn-section {
    width: 100%;
    background: #fff;
    padding-bottom: 50px;
}

.meet .title {
    color: #333;
    font-size: 30px;
    text-align: center;
    margin: 30px 0;
}

.meet .boder-bottom {
    border-bottom: 1px solid #fff;
}

.meet .time {
    text-align: center;
    padding-left: 50px;
}

.meet .host {
    text-align: left;
    padding-left: 50px;
}

.meet table {
    border-collapse: collapse;
    text-align: center;
    color: white;
    width: 100%;
}

.meet table td {}

.meet table td,
.meet table th {
    border: 1px solid #0134bf;
    color: #333;
    height: 60px;
    font-size: 16px;
}

.meet table .bg-0134bf {
    background: #0134bf;
    color: white;
}

.meet .h-80 {
    height: 80px;
}

.meet table tr {
    background: #fff;
}

.meet table tr:nth-child(odd) {}

.meet table tr:nth-child(even) {}

.meet .traffic-table {
    border: 1px solid #fff;
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.meet .traffic-table .flex-height {
    font-weight: bold;
    font-size: 20px;
}

.meet .flex-item {
    border-right: 1px solid #0134bf;
}

.meet .flex-item:nth-child(even) {
    width: 30%;
}

.meet .flex-item:nth-child(odd) {
    width: 20%;
}

.meet .traffic-table .w-60 {
    width: 60%;
}

.meet .flex-item:last-child {
    /* border-right: 0; */
}

.meet .flex-item p:last-child {
    border-bottom: 0;
}

.meet .traffic-table .bold {
    font-weight: bold;
}

.meet .traffic-table .font-30 {
    font-size: 20px !important;
}

.meet .traffic-table .font-18 {
    font-size: 16px;
}

.meet .traffic-table .bg-000e37 {
    background: #000e37;
}

.meet .traffic-table .radiu {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.meet .traffic-table .w-100 {
    width: 100%;
}

.meet .cn-section.white {
    background: white;
}

.meet .cn-section.white {
    background: white;
}

.meet .time-options {
    display: inline-block;
    /* background: blue; */
    padding: 5px 10px;
    margin-right: 20px;
    color: #333;
    font-size: 16px;
}

.meet .title-input {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #cecece;
    outline: none;
    padding-left: 20px;
}

.meet .title-input-search {
    height: 18px;
}

.meet .input-border {
    border-bottom: 1px solid #eeeeee;
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.meet .input-border .input-title {
    display: inline-block;
    width: 100px;
    font-size: 16px;
}

.meet .input-border-div {
    display: inline-block;
    position: relative;
    width: 328px;
    height: 35px;
}

.meet .input-border-div a {
    position: absolute;
    top: 9px;
    right: 0;
    height: 18px;
}

.meet .action {
    color: #fff;
    background: #044cc9;
}

.time-options.active {
    color: #fff;
    background: #044cc9;
}

.el-input {
    width: 350px !important;
}

.meet .mt10 {
    margin-top: 20px;
}

.meet .input-width {
    width: 80px;
    display: inline-block;
}

.el-button--primary {
    color: #fff !important;
    background-color: #0134bf !important;
    border-color: #0134bf !important;
}

.meet .select-meet {
    display: flex;
}

.meet .select-meet-child {
    display: flex;
    position: absolute;
    /* bottom: 0; */
    width: 100%;
    /* height: 43px; */
    background: #eaeff7;
    left: 50%;
    transform: translateX(-50%);
    /* line-height: 43px; */
    padding-left: 40px;
    color: #333;
    padding: 10px 10px 10px 40px;
    margin-top: 10px;
}

.meet .select-meet-child div {
    margin-right: 25px;
}

.meet .meet-child-item {}

.meet .mActive {
    color: #044cc9;
}

/* organize */
.organize .mt15 {
    margin-top: 15px;
}

.organize .cn-section {
    background: #000e37;
    padding: 0px 0 40px 0;
    height: 70%;
}

.organize .cn-section .title {
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 21px;
}

.organize .cn-section .title .line {
    width: 149px;
    height: 1px;
    background-color: #cecece;
}

.organize .cn-section .sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 16px;
}

.organize .cn-section .sub-title:first-child {
    margin-top: 0;
}

.organize .cn-section .sub-title .left {
    width: 9px;
    height: 35px;
    margin-right: 5px;
    background-color: #0642c8;
}

.organize .cn-section .sub-title .right {
    width: 127px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0642c8;
    color: #fff;
    font-size: 18px;
    padding-left: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.organize .cn-section .title .text {
    margin: 0 25px;
}

.organize .cn-section h3 {
    background: white;
    height: 70%;
    margin-top: 40px;
}

.organize .cn-section p {
    color: #fff;
    font-size: 16px;
}

.organize .block {
    line-height: 1.8;
}

.organize .strong {
    font-weight: 600;
}

.organize .fz16 {
    font-size: 16px;
    color: white;
    font-weight: 500;
}

.organize .block .name-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
}

.organize .block .name-list li {
    width: 20%;
    color: white;
}

.organize .bg1 {
    background: url("../img/organzie/border2.png") no-repeat;
    width: 430px;
    height: 50px;
    background-size: 100% 100%;
    line-height: 50px;
    padding-left: 30px;
}

.organize .bg2 {
    background: url("../img/organzie/border4.png") no-repeat;
    width: 100%;
    padding: 60px;
    background-size: 100% 100%;
    padding-left: 30px;
    box-sizing: border-box;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.trafficFather .cn-section h3 {
    margin-top: 40px;
    color: white;
}

.trafficFather .cn-section p {
    margin-top: 10px;
    color: white;
}

.trafficFather .r-bg {
    width: 358px;
    height: 210px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.trafficFather .r-bg p {
    color: white;
}

.trafficFather .bg1 {
    background: url("../img/contact1.png");
    background-size: 100% 100%;
}

.trafficFather .bg2 {
    background: url("../img/contact2.png");
    background-size: 100% 100%;
}

.trafficFather .cn-introduce {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    /* padding: 20px 56px 56px 56px; */
}

.trafficFather .white {
    color: white;
}

.trafficFather .cn-introduce p {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
}

.trafficFather .cn-introduce span {
    font-size: 14px;
    display: inline-block;
    text-align: left;
    letter-spacing: 1px;
}

.trafficFather .pt56 {
    padding-top: 56px;
}

.trafficFather .cn-introduce-right p {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
}

.trafficFather .cn-introduce-right span {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    margin-top: 25px;
    display: inline-block;
}

.trafficFather .cn-introduce-right i {
    color: #fff;
}

.trafficFather .traffic-table {
    border: 1px solid #fff;
}

.trafficFather .traffic-table li {
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.trafficFather .traffic-table li:last-child {
    border-bottom: 0;
}

.trafficFather .traffic-table li.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.trafficFather .traffic-table .flex .flex-item {
    width: 50%;
    font-size: 12px;
    border-right: 1px solid #fff;
}

.trafficFather .traffic-table .flex .flex-item:last-child {
    border-right: 0;
}

.trafficFather .traffic-table .flex-item p {
    border-bottom: 1px solid #fff;
    height: 40px;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.trafficFather .traffic-table .flex-item p:last-child {
    border-bottom: 0;
}

.trafficFather .title {
    font-size: 30px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 21px;
    color: #fff;
    margin-top: 21px;
}

.trafficFather .title .line {
    width: 149px;
    height: 1px;
    background-color: #fff;
}

.trafficFather .title .text {
    margin: 0 25px;
}

.hotal .hotal-content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}

.hotal .hotal-content .hotal-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.hotal .hotal-content .hotal-item:nth-child(3n) {
    margin-right: 0;
}

.hotal .hotal-item .hotal-info {
    background-color: rgb(47, 98, 295);
    color: #fff;
    padding: 10px;
    line-height: 1.6;
}

.hotal .hotal-item .cover {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.hotal .hotal-item .hotal-info .name {
    font-size: 16px;
    height: 50px;
    font-weight: 500;
}

.hotal .hotal-item .hotal-info .desc {
    margin-bottom: 5px;
    font-size: 12px;
}

.hotal .bg-left-image {
    position: absolute;
    top: 70%;
    width: 129px;
    height: 300px;
}

.hotal .bg-right-image {
    position: absolute;
    top: 45%;
    width: 129px;
    height: 300px;
    right: 0;
}

/* contact */
.contact .cn-section {
    background: #000e37;
    margin-top: 40px;
    height: 70%;
}

.contact .cn-section .sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 16px;
}

.contact .cn-section .sub-title:first-child {
    margin-top: 0;
}

.contact .cn-section .sub-title .left {
    width: 9px;
    height: 35px;
    margin-right: 5px;
    background-color: #0642c8;
}

.contact .bg2 {
    background: url("../img/contact/border2.png") no-repeat;
    width: 250px;
    background-size: 100% 100%;
    padding: 20px 20px;
    box-sizing: border-box;
}

.contact .cn-section .sub-title .right {
    width: 230px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0642c8;
    color: #fff;
    font-size: 18px;
    padding-left: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact .cn-section h3 {
    background: white;
    /* height: 70%; */
    line-height: 2;
    margin-top: 40px;
}

.contact .cn-section p {
    margin-top: 10px;
    color: white;
}

.register .bg {
    background: url("../img/organzie/border4.png") no-repeat;
    background-size: 100% 100%;
    padding: 20px 20px;
    box-sizing: border-box;
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

.relative {
    position: relative;
    z-index: 9;
}

.vsCarousel-slide {
    width: 100%;
}

.vsCarousel-slide img {
    width: 100%;
}

.layui-carousel {
    height: 400px;
}

.bg-color-ef {
    background: #efefef;
}

.control {
    height: 100%;
}

.control .cn-section {
    background: #000e37;
    height: 70%;
}

.control .control-img {
    height: 400px;
    margin: 0 auto;
    display: block;
}

.control .control-content {
    margin-top: 40px;
}

.control .control-content p {
    color: #b0d4ff;
    text-indent: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.ques .q-content p {
    color: #b0d4ff;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 18px;
}

.ques .q-content span {
    color: white;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-size: 14px;
    display: block;
}

.b0d4ff {
    color: white;
}


.cn.review.darkBlue {
    background: #001c70;
}

.review .theme {
    font-size: 26px;
    font-weight: 600;
    color: #FFFFFF;
    height: 100%;
    width: 65%;
    margin: 0 auto;
    padding-top: 20%;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 1px;
}

.review .layui-col-sm4 {
    margin-right: 12px;
}

.review .card {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 265px;
    height: 200px;
    position: relative;
    line-height: 200px;
    margin-right: 20px;
}

.review .video-live img {
    width: 100%;
    height: 100%;
    background-color: #001C70;
    opacity: 0.43;
    background: url("../img/old1.png") no-repeat;
    background-size: cover;
}

.review .img-live img {
    width: 100%;
    height: 100%;
    background-color: #001C70;
    opacity: 0.43;
    background: url("../img/old2.png") no-repeat;
    background-size: cover;
}

.review .meeting-live img {
    width: 100%;
    height: 100%;
    background-color: #001C70;
    opacity: 0.43;
    background: url("../img/old3.png") no-repeat;
    background-size: cover;
}

.review .new-video-live img {
    width: 100%;
    height: 100%;
    background-color: #001C70;
    opacity: 0.43;
    background: url("../img/new1.png") no-repeat;
    background-size: cover;
}

.review .new-img-live img {
    width: 100%;
    height: 100%;
    background-color: #001C70;
    opacity: 0.43;
    background: url("../img/new2.png") no-repeat;
    background-size: cover;
}

.review .new-video-live2 img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background-color: #001C70;
    opacity: 0.43;
    background: url("../img/new4.jpg") no-repeat;
    background-size: cover;
}

.review .new-img-live2 img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background-color: #001C70;
    opacity: 0.43;
    background-size: 100% 100%;
    background: url("../img/new5.jpg") no-repeat;
    background-size: cover;
}

.review .new-meeting-live img {
    width: 100%;
    height: 100%;
    background-color: #001C70;
    opacity: 0.43;
    background: url("../img/new3.png") no-repeat;
    background-size: cover;
}


/* .review .img-live {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    width: 194px;
    height: 230px;
    position: relative;
    line-height: 200px;
} */

/* .review .img-live img {
    width: 100%;
    height: 100%;
    background-color: #001C70;
    opacity: 0.43;
    background: url("../img/home-pic.jpg") no-repeat;
    background-size: cover;
} */

.review .meeting-theme {
    font-size: 26px;
    font-weight: 600;
    color: #FFFFFF;
    height: 100%;
    width: 74%;
    margin: 0 auto;
    padding-top: 25%;
    text-align: center;
    letter-spacing: 1px;
}

/* .review .meeting-live {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 718px;
    height: 230px;
    position: relative;
    line-height: 230px;
}

.review .meeting-live img {
    width: 100%;
    height: 100%;
    background-color: #001C70;
    opacity: 0.43;
    background: url("../img/home-meeting.jpg") no-repeat;
    background-size: cover;
} */

.review .card .desc,
.review .img-live .desc,
.review .meeting-live .desc {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.review .video-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.review .video-header .text-c {
    flex: 1;
    margin-left: 20%;
}

.home .video-flex,
.review .video-flex {
    display: flex;
    justify-content: center;
    position: relative;
}


.x-fs-18 {
    font-size: 18px;
}