/* 首页 */
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    outline: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

div {
    /* scrollbar-width: none; */
    scrollbar-width: thin;

    scrollbar-color: rgba(0, 0, 0, 0.1);
}

a{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}



::-webkit-scrollbar {
    width: calc(100vw * 10 / 750);
    height: calc(100vw * 10 / 750);
    background-color: transparent;
}

/*å®šä¹‰æ»šåŠ¨æ¡çš„è½¨é“ï¼Œå†…é˜´å½±åŠåœ†è§’*/
::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
    border-radius: calc(100vw * 10 / 750);
    background-color: rgba(0, 0, 0, 0.1);
}

/*å®šä¹‰æ»‘å—ï¼Œå†…é˜´å½±åŠåœ†è§’*/
::-webkit-scrollbar-thumb {
    /*width: 10px;*/
    height: calc(100vw * 10 / 750);
    border-radius: calc(100vw * 10 / 750);
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
    background-color: RGB(39, 120, 150);
}

.tishi_wenzi {
    width: calc(100vw * 450 / 750);
    /* height: 60px; */
    background-color: rgba(0, 0, 0, .8);
    font-size: calc(100vw * 18 / 750);
    /* color: rgba(91, 70, 49); */
    border: none;
}

.tishi_wenzi .el-message__content {
    color: #FFFFFF;
    font-size: calc(100vw * 22 / 750);
}

.icon {
    background-color: transparent;
}

.phone_tit{
    font-size: calc(100vw * 33 / 750);
    color: #fff;
    width: 100%;
    padding: calc(100vw * 24 / 750) 0;
    text-align: center;
    background-color: #000000;
}


#page {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #212121;
}
.phone_box_index{
    display: block;
}
.phone_nav_top{
    width: 100%;
    box-sizing: border-box;
    padding: calc(100vw * 25 / 750) calc(100vw * 58 / 750);
    background-color: #333333;
    display: flex;
    justify-content: space-between;
}
.phone_nav_item img{
    height: calc(100vw * 105 / 750);
    cursor: pointer;
}
.phone_logo{
    display: block;
    margin-left: calc(100vw * 36 / 750);
    margin-top: calc(100vw * 30 / 750);
    width: calc(100vw * 270 / 750);
    margin-bottom: calc(100vw * 47 / 750);
}
.phone_box_index ._tit_phone{
    width: calc(100vw * 589 / 750);
    display: block;
    margin: 0 auto;
}
.phone_main_box{
    position: relative;
    width: 100%;
    margin-top: calc(100vw * 30 / 750);
}
.phone_main_box .index_img_main{
    width: 100%;
}
.phone_main_box .phone_click_area{
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.phone_main_box .phone_click_area a:nth-child(1){
    width: 40%;
}
.phone_main_box .phone_click_area a:nth-child(2){
    width: 60%;
}
.phone_bottom_box{
    position: fixed;
    top: 92vh;
    transform: translateY(-100%);
    left: 0;
    width: 100%;
}
._tit2_phone{
    width: calc(100vw * 451 / 750);
    display: block;
    margin: 0 auto;
    margin-bottom: calc(100vw * 20 / 750);
}
.phone_input_area{
    position: relative;
    width: calc(100vw * 582 / 750);
    height: calc(100vw * 65 / 750);
    background-color: #FFFFFF;
    border-radius: 4rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 calc(100vw * 20 / 750);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: calc(100vw * 30 / 750);
}
.phone_input_area input{
    background-color: transparent;
    outline: none;
    border: none;
    height: 100%;
    width: 100%;
    font-size: calc(100vw * 28 / 750);
}
.phone_input_area img{
    width:calc(100vw * 40 / 750);
    flex: none;
    margin-left: calc(100vw * 20 / 750);
}
.phone_search_box{
    position: absolute;
    top: calc(100vw * -10 / 750);
    left: 0;
    width:calc(100vw * 580 / 750);
    display: flex;
    flex-direction: column;
    transform: translateY(-100%);
    max-height: 70vh;
    overflow-y: auto;
}
.phone_search_box p{
    background-color: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
    padding: calc(100vw * 14 / 750) calc(100vw * 20 / 750);
    color: #999999;
    font-size: calc(100vw * 24 / 750);
    text-decoration: none;
    display: flex;
    align-items: center;
}
.phone_search_box p:hover{
    color: #333333;
    background-color: #F2F2F2;
}
.phone_search_box p:nth-child(1){
    border-top-right-radius: calc(100vw * 10 / 750);
    border-top-left-radius: calc(100vw * 10 / 750);
}
.phone_search_box p:last-child{
    border-bottom-right-radius: calc(100vw * 10 / 750);
    border-bottom-left-radius: calc(100vw * 10 / 750);
}
.phone_call_tel{
    display: flex;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: center;
}
.phone_call_tel .phone_phone_img{
    height: calc(100vw * 40 / 750);
    margin-right: calc(100vw * 20 / 750);
}
.phone_call_tel .phone_tel{
    display: flex;
    flex-direction: column;
}
.phone_call_tel .phone_tel a{
    font-size: calc(100vw * 22 / 750);
    color: #fff;
    text-decoration: none;
    line-height: 1.8;
    display: flex;
    align-items: center;
}
.phone_call_tel .phone_tel span{
    font-size: calc(100vw * 24 / 750);
}

.phone_right_nav{
    position: fixed;
    right: calc(100vw * 43 / 750);
    top: 60%;
}
.phone_right_nav{
    display: flex;
    flex-direction: column;
}
.phone_right_nav .phone_right_nav_item{
    width: calc(100vw * 58 / 750);
}
.phone_right_nav .phone_right_nav_item img{
    width: 100%;
    margin-bottom: calc(100vw * 20 / 750);
    cursor: pointer;
}
.phone_right_nav .phone_right_nav_item:last-child img{
    margin-bottom: 0;
}

.right_nav {
    position: absolute;
    right: calc(100vw * 109 / 750);
    bottom: 15%;
    min-height: calc(100vw * 404 / 750);
    display: flex;
    font-size: 0;
}

.right_nav ul {
    width: calc(100vw * 232 / 750);
    height: 100%;
    min-height: calc(100vw * 404 / 750);
    background-color: RGBA(5, 5, 5, 0.8);
    padding: calc(100vw * 26 / 750) calc(100vw * 30 / 750);
    box-sizing: border-box;
}

.right_nav ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: calc(100vw * 50 / 750);
    cursor: pointer;
}

.right_nav ul li .blue_img,
.right_nav ul li.active .white_img {
    display: none;
}

.right_nav ul li .white_img {
    display: block;
}

.right_nav ul li.active .blue_img {
    display: block;
}

.right_nav ul li img {
    height: calc(100vw * 24 / 750);
    margin-right: calc(100vw * 15 / 750);
}

.right_nav ul li p {
    font-size: calc(100vw * 24 / 750);
    color: #fff;
}

.right_nav ul li.active p {
    color: #0073E6;
}
.right_nav ul li:nth-child(7){
    margin-bottom: calc(100vw * 30 / 750);
}

.ma_img_box {
    width: calc(100vw * 134 / 750);
    height: calc(100vw * 134 / 750);
    border: 1px solid #fff;
    box-sizing: border-box;
    margin: 0 auto;
    padding: calc(100vw * 7 / 750);
    margin-top: 0;
}

.ma_img_box img {
    width: 100%;
}
.daka_tit_box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(100vw * 24 / 750) 0;
    box-sizing: border-box;
    background-color: #000;
}
.daka_tit_box p{
    font-size: calc(100vw * 33 / 750);
    color: #fff;
}
.daka_tit_box img{
    position: absolute;
    left: calc(100vw * 29 / 750);
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: calc(100vw * 13 / 750);
}
.phone_bog2_{
    width: 100%;
}
.phone_logo2_{
    position: absolute;
    top: calc(100vw * 150 / 750);
    left: calc(100vw * 36 / 750);
    width: calc(100vw * 270 / 750);
}
.phone_slogan_{
    position: absolute;
    top: calc(100vw * 280 / 750);
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw * 589 / 750);
}

.phone_exhibition_img_box{
    position: relative;
    width: 100%;
    position: absolute;
    top: calc(100vw * 794 / 750);
    transform: translateY(-50%);
}
.phone_exhibition_img_box .index_img1{
    width: 100%;
}
.phone_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#page_vr .pc_nav_vr{
    display: none !important;
}














.img_box {
    width: 100%;
    /* height: 100%; */
    max-height: 100vh;
    overflow: hidden;
    position: relative;
}

.img_box .index_img1 {
    width: 100%;
}

.img_box .logo {
    position: absolute;
    top: 4%;
    left: 4%;
    width: calc(100vw * 295 / 1920);
}

.img_box .slogan {
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw * 932 / 1920);
}

.img_box .slogan img {
    width: 100%;
}

.img_box .logo img {
    width: 100%;
}

.left_float_nav {
    position: absolute;
    left: 7%;
    bottom: 5%;
}

.left_float_nav li a {
    font-size: 0;
    display: block;
    margin-bottom: 1.5em;
    width: calc(100vw * 72 / 1920);
    margin-bottom: calc(100vw * 19 / 1920);
}

.left_float_nav li a img {
    width: 100%;
}



.left_arr_box {
    width: calc(100vw * 36 / 1920);
    min-height: calc(100vw * 404 / 1920);
    background-image: linear-gradient(to bottom, #00FFFF 0%, #0099FF 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.left_arr_box img {
    width: calc(100vw * 24 / 1920);
}

.center_bottom_box {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw * 1096 / 1920);
    height: calc(100vw * 129 / 1920);
    background-color: RGBA(0, 0, 0, 0.7);
    border-radius: calc(100vw * 4 / 1920);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 calc(100vw * 60 / 1920);
}

.left_area {
    margin-right: calc(100vw * 62 / 1920);
}

.left_area>img {
    width: calc(100vw * 277 / 1920);
}

.left_area .input_area {
    position: relative;
    width: calc(100vw * 283 / 1920);
    height: calc(100vw * 36 / 1920);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 4rem;
    box-sizing: border-box;
    padding: 0 calc(100vw * 10 / 1920);
    margin-top: calc(100vw * 10 / 1920);
}

.left_area .input_area input {
    border: none;
    outline: none;
    font-size: calc(100vw * 16 / 1920);
    height: 100%;
    background-color: transparent;
}

.left_area .input_area img {
    width: calc(100vw * 30 / 1920);
}

.right_area {
    width: calc(100vw * 636 / 1920);
    display: flex;
    flex-wrap: wrap;
}

.right_area li {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-right: 2px solid #fff;
    box-sizing: border-box;
    margin-bottom: calc(100vw * 15 / 1920);
}

.right_area li:nth-child(2n) {
    border-right: none;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-left: calc(100vw * 20 / 1920);
}

.right_area li:nth-child(3),
.right_area li:nth-child(4) {
    margin-bottom: 0;
}

.right_area li:nth-child(2n+1) {
    box-sizing: border-box;
    padding-right: calc(100vw * 20 / 1920);
}

.right_area li a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-size: calc(100vw * 16 / 1920);
    letter-spacing: calc(100vw * 1.5 / 1920);
}

.right_area li img {
    margin-right: calc(100vw * 8 / 1920);
    width: calc(100vw * 18 / 1920);
}

.login_tc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: RGBA(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    overflow-x: hidden;
    min-height: 1333px;
}

.login_content {
    width: 100%;
    min-height: 1333px;
    max-width: 100%;
    box-sizing: border-box;
    background-color: #F2F2F2;
}
.tc-tit{
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: calc(100vw * 24 / 750) calc(100vw * 29 / 750);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.tc-tit p{
    color: #fff;
    font-size: calc(100vw * 32 / 750);
}
.tc-tit img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100vw * 29 / 750);
    cursor: pointer;
}

.login_content .login_content_img {
    padding: calc(100vw * 36 / 750);
    width: 100%;
    box-sizing: border-box;
    padding-bottom: calc(100vw * 36 / 750);
}

.login_content .logo2 {
    width: calc(100vw * 270 / 750);
    margin-bottom: calc(100vw * 45 / 750);
}

.login_content .login_tit {
    width: calc(100vw * 295 / 750);
    min-width: 120px;
    margin: 0 auto;
    display: block;
}

.login_content .xian {
    width: 100%;
    height: calc(100vw * 4 / 750);
    background-color: #00FFFF;
}

.login_area {
    padding: calc(100vw * 51 / 750) calc(100vw * 50 / 750);
    width: 100%;
    box-sizing: border-box;
    padding-top: calc(100vw * 75 / 750);
}

.login_area p {
    font-size: 16px;
    color: #000000;
    font-weight: 550;
    letter-spacing: 1px;
    margin-bottom: calc(100vw * 16 / 750);
    font-size:  calc(100vw * 24 / 750);
}

.login_area p span {
    color: #0073E6;
    font-size:  calc(100vw * 24 / 750);
    cursor: pointer;
}

.login_area input {
    width: 100%;
    height: calc(100vw * 72 / 750);
    min-height: 40px;
    border: 2px solid #CCCCCC;
    box-sizing: border-box;
    padding: 0 calc(100vw * 22 / 750);
    font-size: 16px;
    font-weight: 550;
    margin-bottom: calc(100vw * 20 / 750);
    font-size: calc(100vw * 24 / 750);
}

.login_area .login_btn {
    width: 100%;
    height: calc(100vw * 72 / 750);
    background-color: #0073E6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: calc(100vw * 36 / 750);
    cursor: pointer;
    font-size: calc(100vw * 24 / 750);
    box-sizing: border-box;
}

.login_tishi {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    
}

.login_tishi p {
    color: #0073E6;
    cursor: pointer;
    font-size: calc(100vw * 24 / 750);
}

.reg_tc .login_content {
    height: 100vh;
    position: relative;
    box-sizing: border-box;
    padding-bottom: calc(100vw * 0 / 750);
    background-color: #F2F2F2;
    max-height: 100vh;
    overflow: hidden;
    min-height: 1333px;
}

.reg_tc .login_content .cuo {
    position: absolute;
    top: 20px;
    right: 20px;
    transform: none;
    cursor: pointer;
}


.input_area_box2 {
    max-height: 78vh;
    overflow-y: auto;
}

.input_area_box {
    display: flex;
    flex-wrap: wrap;
    /* max-height: 555px; */
    box-sizing: border-box;
    /* overflow-y: auto; */
    padding: calc(100vw * 45 / 750) calc(100vw * 50 / 750);
}

.input_area_box .input_item {
    display: flex;
    flex-direction: column;
    width: calc(100vw * 652 / 750);
    margin-right: 0;
    margin-bottom: calc(100vw * 35 / 1920);
}


.input_area_box .input_item p {
    font-size: calc(100vw * 22 / 750);
    font-weight: bold;
    margin-bottom: calc(100vw * 16 / 750);
}

.input_area_box .input_item p span {
    color: #FE2424;
    margin-right: calc(100vw * 5 / 750);
    font-size:calc(100vw * 24 / 750);
}

.input_area_box .input_item input,
.input_area_box .input_item select {
    width:  calc(100vw * 652 / 750);
    height: calc(100vw * 72 / 750);
    box-sizing: border-box;
    border: 2px solid #CCCCCC;
    box-sizing: border-box;
    padding: 0 calc(100vw * 22 / 750);
    font-size: 16px;
    outline: none;
    background-color: transparent;
    font-size: calc(100vw * 24 / 750);
}

.input_area_box .input_item input::placeholder {
    color: #999999;
    font-weight: bold;
}

.input_area_box .input_item select {
    color: #000;
    font-weight: bold;
}

.input_area_box .input_item2 {
    width: 100%;
}

.input_area_box .input_item2 p {
    font-size: calc(100vw * 22 / 750);
    color: #000000;
    font-weight: bold;
    line-height: 1.5;
    text-align: justify;
}

.input_area_box .input_item2 .select_area {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding-left:  calc(100vw * 25 / 750);
    flex-wrap: wrap;
}

.input_area_box .input_item2 .select_area .select_item {
    display: flex;
    align-items: center;
    margin-right: calc(100vw * 20 / 750);
}

.input_area_box .input_item2 .select_area2 .select_item:nth-child(2n){
    width: 100%;
}
.input_area_box .input_item2 .select_area2 .select_item:nth-child(2n) p{
    text-align: justify;
}
.input_area_box .input_item2 .select_area2_v .select_item:nth-child(2n+1){
    width: 30%;
}
.input_area_box .input_item2 .select_area2_v .select_item:nth-child(2n){
    width: 60%;
}

.input_area_box .input_item2 .select_area .select_item p {
    margin-bottom: 0;
    line-height: 1.5;
    word-break: keep-all;
}

.input_area_box .input_item2 .select_area .select_item input[type="radio"] {
    appearance: none;
    width: calc(100vw * 24 / 750);
    height: calc(100vw * 24 / 750);
    border-radius: 50%;
    flex: none;
    box-sizing: border-box;
    padding: 0;
    border-color: #000000;
    flex: none;
    margin-right: 5px;
    cursor: pointer;
}

.input_area_box .input_item2 .select_area .select_item input[type="radio"]:checked {
    display: flex;
    justify-content: center;
    align-items: center;
}

.input_area_box .input_item2 .select_area .select_item input[type="radio"]:checked::after {
    content: '';
    width: calc(100vw * 12 / 750);
    height: calc(100vw * 12 / 750);
    background-color: #000000;
    border-radius: 50%;
}

.input_area_box .input_item2 .select_area.select_area2 .select_item input[type="checkbox"] {
    width: calc(100vw * 24 / 750);
    height: calc(100vw * 24 / 750);
    border-radius: 0;
    border: 2px solid #000000;
    appearance: none;
    padding: 0;
    flex: none;
    margin-right: 5px;
    cursor: pointer;
}

.input_area_box .input_item2 .select_area.select_area2 .select_item input[type="text"] {
    width: 40%;
    border: none;
    border-bottom: 1px solid #BFBFBF;
    height: 2em;
    font-size:  calc(100vw * 24 / 750);
    margin-left:  calc(100vw * 10 / 750);
}

.input_area_box .input_item2 .select_area.select_area2 .select_item input[type="checkbox"]:checked {
    display: flex;
    justify-content: center;
    align-items: center;
}

.input_area_box .input_item2 .select_area.select_area2 .select_item input[type="checkbox"]:checked::after {
    width: calc(100vw * 12 / 750);
    height: calc(100vw * 12 / 750);
    border-radius: 0;
    background-color: #000000;
    content: '';
}

.input_area_box .input_item3 .select_area {
    flex-direction: column;
}

.input_area_box .input_item3 .select_area .select_item {
    align-items: flex-start;
    margin-bottom: 5px;
}

.reg_btn {
    width: 100%;
    height: calc(100vw * 72 / 750);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #0073E6;
    margin-bottom: calc(100vw * 50 / 750);
    cursor: pointer;
    font-size: calc(100vw * 24 / 750);
}

.reg_success_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: calc(100vw * 30 / 750);
}

.reg_success_box img {
    display: block;
    margin-top: calc(100vw * 315 / 750);
    width: calc(100vw * 257 / 750);
}
.reg_success_box img.message_success_img{
    width: calc(100vw * 557 / 750);
    margin-top:calc(100vw * 255 / 750);
}
.click_area {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 55%;
    display: flex;
    align-items: center;
}

.click_area a:nth-child(1) {
    width: 40%;
    height: 100%;
    display: block;
}

.click_area a:nth-child(2) {
    width: 60%;
    height: 100%;
    display: block;
}

.input_area_box .input_item2 .select_area.select_area2 .select_item3 input[type="checkbox"] {
    margin-top: 0.4rem;
}

.input_area_box .input_item textarea {
    width: 100%;
    height: 128px;
    box-sizing: border-box;
    padding: 10px;
    outline: none;
    border: 2px solid #CCCCCC;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    font-size: calc(100vw * 22 / 750);
}

.input_area_box .input_item textarea::placeholder {
    color: #999999;
}

.message_tc .input_area_box .input_item {
    margin-right: 0;
}

.message_tc .input_area_box .input_item2 .select_area {
    padding-left: 0;
}


/* 展区 */
.right_360_nav {
    position: absolute;
    right: calc(100vw * 65 / 750);
    bottom: 10%;
    display: flex;
    flex-direction: row;
}

.right_360_nav a {
    width: auto;
    height: calc(100vw * 105 / 750);
    display: block;
    margin-bottom: calc(100vw * 0 / 750);
    cursor: pointer;
    margin-right: calc(100vw * 36 / 750);
    object-fit: contain;
}

.right_360_nav a:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.right_360_nav a img {
    width: 100%;
    height: 100%;
}

.hot_area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.hot_pot_box{
    width: 100%;
}

.hot_pot {
    width: calc(100vw * 36 / 750);
    height: calc(100vw * 36 / 750);
}

.hot_pot_box .hot_pot:nth-child(1) {
    position: absolute;
    top: calc(100vw * 75 / 750);
    left: calc(100vw * 90 / 750);
}

.hot_pot_box .hot_pot:nth-child(2) {
    position: absolute;
    top: calc(100vw * 186 / 750);
    left: calc(100vw * 286 / 750);
}

.hot_pot_box .hot_pot:nth-child(3) {
    position: absolute;
    top: calc(100vw * 5 / 750);
    left: calc(100vw * 379 / 750);
}

.hot_pot_box .hot_pot:nth-child(4) {
    position: absolute;
    top: calc(100vw * 45 / 750);
    left: calc(100vw * 562 / 750);
}

.hot_pot_box .hot_pot:nth-child(5) {
    position: absolute;
    top: calc(100vw * 165 / 750);
    left: calc(100vw * 638 / 750);
}

.hot_pot>img {
    width: 100%;
}

.hot_area .hot_pot_info {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(calc(-100% + 10px));
    display: flex;
    flex-direction: column;
    align-items: center;
    /* z-index: 8; */
}

.hot_area .hot_pot_info .hot_pot_info_detail {
    padding: calc(100vw * 9 / 750) calc(100vw * 13 / 750);
    background-color: #0073E6;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hot_area .hot_pot_info p {
    font-size: calc(100vw * 24 / 750);
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 1px;
}

.hot_area .hot_pot_info img {
    width: calc(100vw * 16 / 750);
    margin-left: 5px;
    transform: rotate(180deg);
    transition: 0.2s;
}

.hot_area .hot_pot_info img.active {
    transform: rotate(0deg);
}

.hot_area .hot_pot_info .sanjiao {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid #0073E6;
}

.hot_pot .children_list {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    min-width: calc(100vw * 217 / 750);
    box-sizing: border-box;
    max-width: calc(100vw * 200 / 750);
}

.hot_pot .children_list a {
    width: 100%;
    padding: calc(100vw * 14 / 750) calc(100vw * 20 / 750);
    min-height: calc(100vw * 53 / 750);
    display: block;
    background-color: RGBA(204, 204, 204, 0.8);
    color: #464646;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    box-sizing: border-box;
    cursor: pointer;
    font-size: calc(100vw * 22 / 750);
}

.hot_pot .children_list a.active {
    background-color: #0073E6;
    color: #fff;
}

.mouseover_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mouseover_area .area_item:nth-child(1) {
    position: absolute;
    top: calc(100vw * -10 / 750);
    left: calc(100vw * 40 / 750);
    /* background-color: #0073E6; */
    width: calc(100vw * 200 / 750);
    height: calc(100vw * 300 / 750);
    transform: rotateZ(15deg) skewX(-20deg) skewY(-10deg);
    /* background-color: #0073E6; */
}

.mouseover_area .area_item:nth-child(2) {
    position: absolute;
    top: calc(100vw * 120 / 750);
    left: calc(100vw * 260 / 750);
    /* background-color: #0073E6; */
    width: calc(100vw * 100 / 750);
    height: calc(100vw * 160 / 750);
    transform: skewX(5deg) skewY(-10deg);
}

.mouseover_area .area_item:nth-child(3) {
    position: absolute;
    top: calc(100vw * 30 / 750);
    left: calc(100vw * 320 / 750);
    /* background-color: #0073E6; */
    width: calc(100vw * 175 / 750);
    height: calc(100vw * 150 / 750);
    transform: skewX(0deg) skewY(0deg);
}

.mouseover_area .area_item:nth-child(4) {
    position: absolute;
    top: calc(100vw * 40 / 750);
    left: calc(100vw * 480 / 750);
    /* background-color: #0073E6; */
    width: calc(100vw * 180 / 750);
    height: calc(100vw * 150 / 750);
    transform: skewX(0deg) skewY(5deg);
}

.mouseover_area .area_item:nth-child(5) {
    position: absolute;
    top: calc(100vw * 100 / 750);
    left: calc(100vw * 640 / 750);
    /* background-color: #fff; */
    width: calc(100vw * 80 / 750);
    height: calc(100vw * 250 / 750);
    transform: skewX(0deg) skewY(5deg);
}

/* 3D虚拟展厅 */
#page_vr {
    position: relative;
}

#page_vr .right_nav_vr {
    position: fixed;
    right: calc(100vw * 145 / 750);
    min-height: calc(100vw * 90 / 750);
    width: calc(100vw * 232 / 750);
    bottom: calc(100vw * 190 / 750);
}

#page_vr .right_nav_vr .right_nav_left {
    min-height: calc(100vw * 90 / 1920);
    display: flex;
    flex-direction: column;
    width: 100%;
}

.right_nav_vr .logo3_box {
    width: calc(100vw * 208 / 1920);
    background-color: RGBA(5, 5, 5, 0.6);
    padding: calc(100vw * 24 / 1920);
    padding-bottom: calc(100vw * 9 / 1920);
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    display: none;
}

#page_vr .right_nav_vr ul li .classify_box .classify_box_box {
    height: calc(100vw * 45 / 750);
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0 calc(100vw * 25 / 750);
    align-items: center;
}

#page_vr .right_nav_vr ul {
    padding-top: calc(100vw * 10 / 750);
    width: calc(100vw * 232 / 750);
    background-color: RGBA(5, 5, 5, 0.6);
    min-height: calc(100vw * 90 / 750);
    max-height: 85vh;
    overflow-y: auto;
    padding: 0;
}

#page_vr .right_nav_vr ul li {
    min-height: calc(100vw * 45 / 750);
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex-direction: column;
}

#page_vr .right_nav_vr ul li .classify_box {
    height: calc(100vw * 72 / 750);
    width: 100%;
    display: flex;
    align-items: center;
}

#page_vr .right_nav_vr ul li p {
    font-size: calc(100vw * 25 / 750);
}

#page_vr .right_nav_vr ul li .icon_box {
    width: calc(100vw * 30 / 750);
    display: flex;
    justify-content: flex-start;
}

#page_vr .right_nav_vr ul li .icon_box img {
    margin-right: 0;
    max-width: 100%;
}

#page_vr .left_arr_box {
    min-height: calc(100vw * 90 / 1920);
    width: calc(100vw * 36 / 1920);
    display: none;
}

#page_vr .classify_item_box {
    width: 100%;
    transform: scale(0);
    transition: 0.2s;
    height: 0;
}

#page_vr .classify_item_box.active {
    transform: scale(1);
    height: auto;
}

#page_vr .classify_item_box a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: calc(100vw * 72 / 750);
    font-size: calc(100vw * 24 / 750);
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    padding-left: calc(100vw * 55 / 750);
}

#page_vr .login_tc {
    position: fixed;
    height: 100vh;
    overflow: hidden;
}

.hot_pot_tc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hot_pot_tc .hot_pot_detail {
    height: 100%;
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
    padding-bottom: calc(100vw * 40 / 1920);
    width: 100%;
    background-color: #000;
}

.hot_pot_tc .hot_pot_detail .cuo {
    position: absolute;
    top: 0;
    right: calc(100vw * -20 / 1920);
    transform: translateX(100%);
    cursor: pointer;
    display: none;
}
.hot_pot_tc .video_content{
    display: block;
}

.detail_content {
    width: 100%;
    height: 100%;
    max-height: 95vh;
    box-sizing: border-box;
    overflow-y: auto;
}

.detail_content .detail_tit {
    width: 100%;
    height: calc(100vw * 180 / 750);
    background-size: 100% 100%;
    border-bottom: calc(100vw * 4 / 750) solid #00FFFF;
}

.detail_content .detail_tit p {
    padding-top: calc(100vw * 110 / 750);
    color: #fff;
    box-sizing: border-box;
    padding-left: calc(100vw * 100 / 750);
    font-size: calc(100vw * 33 / 750);
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    flex: none;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail_content .detail_tit p span {
    font-size: calc(100vw * 28 / 750);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.detail_info {
    box-sizing: border-box;
    width: 100%;
    padding: 0 calc(100vw * 42 / 750);
    padding-top: calc(100vw * 36 / 750);
    box-sizing: border-box;
    max-height: 95vh;
    overflow-y: auto;
}

.detail_info2{
    height: 70vh;
}

.detail_info .detail_name {
    color: #fff;
    box-sizing: border-box;
    font-size: calc(100vw * 28 / 750);
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: calc(100vw * 20 / 750);
}

.swiper_img {
    width: 100%;
}

.swiper_img .swiper-slide {
    width: 100%;
}

.swiper_img .swiper-slide img {
    width: 100%;
    height: calc(100vw * 290 / 750);
    object-fit: cover;
}

.swiper_arr1 {
    position: absolute;
    top: 50%;
    left: calc(100vw * -12 / 750);
    transform: translateY(-50%) translateX(-100%);
    cursor: pointer;
    width: calc(100vw * 20 / 750);
}

.swiper_box {
    width: 100%;
    position: relative;
}

.swiper_arr2 {
    position: absolute;
    top: 50%;
    right: calc(100vw * -12 / 750);
    transform: translateY(-50%) translateX(100%);
    cursor: pointer;
    width: calc(100vw * 20 / 750);
}

.detail_info .detail_name2 {
    font-size: calc(100vw * 24 / 750);
    color: #fff;
    margin-bottom: calc(100vw * 5 / 750);
    line-height: 1.8;
    padding-top: calc(100vw * 20 / 750);
}

.detail_info .jianjie {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    font-size: calc(100vw * 22 / 750);
    word-break: break-all;
}



.detail_btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: calc(100vw * 40 / 750);
    margin-bottom: calc(100vw * 40 / 750);
}

.detail_btn div {
    /* padding: calc(100vw * 10 / 750) calc(100vw * 15 / 750); */
    background-color: #0099FF;
    color: #fff;
    font-size: calc(100vw * 24 / 750);
    border-radius: calc(100vw * 10 / 750);
    margin-right: calc(100vw * 24 / 750);
    cursor: pointer;
    min-width: calc(100vw * 116 / 750);
    min-height: calc(100vw * 51 / 750);
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail_btn div:last-child {
    margin-right: 0;
}

.jiang_content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 calc(100vw * 38 / 750);
    padding-top: calc(100vw * 30 / 750);
    max-height: 80vh;
    overflow-y: auto;
}

.jiang_fenlei {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
}

.jiang_fenlei p {
    font-size: calc(100vw * 33 / 750);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.jiang_fenlei span {
    margin: 0 calc(100vw * 20 / 750);
    display: block;
    width: calc(100vw * 3 / 750);
    /* height: 1.5em; */
    height: calc(100vw * 33 / 750);
    background-color: #fff;
}

.jiang_fenlei p.active {
    color: #0073E6;
}

.jiang_img_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(100vw * 23 / 750);
}

.jiang_img_list img {
    margin-right: calc(100vw * 11 / 750);
    width: calc(100vw * 217 / 750);
    margin-bottom: calc(100vw * 15 / 750);
    cursor: pointer;
    height: calc(100vw * 326 / 750);

}

.jiang_img_list img:nth-child(4n) {
    margin-right:calc(100vw * 13 / 750);
}
.jiang_img_list img:nth-child(3n) {
    margin-right: 0;
}

.preview_image_tc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    cursor: pointer;
}
.preview_image_box{
    width: calc(100vw * 700 / 750);
    max-width: unset;
}

.preview_image_tc img.preview_image_uri {
    max-width: 100%;
    max-height: unset;
}
.preview_image_tc img.cuo{
    position: absolute;
    top: calc(100vw * -20 / 750);
    right: 0;
    transform: translateX(0) translateY(-100%);
    width: calc(100vw * 50 / 750);
}

.jiang_content video {
    width: 100%;
}

.video_tc_tit {
    font-size: calc(100vw * 29 / 750);
    color: #fff;
    margin-bottom: calc(100vw * 5 / 750);
    line-height: 1.8;
    padding-top: calc(100vw * 20 / 750);
}

.video_tc_desc {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    font-size: calc(100vw * 22 / 750);
    margin-bottom: calc(100vw * 40 / 750);
}

/* 大咖课堂 */
.daka_logo_box {
    width: 100%;
    height: calc(100vw * 206 / 750);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: calc(100vw * 2 / 1920) solid #CCCCCC;
    box-sizing: border-box;
    padding: 0 calc(100vw * 72 / 1920);
    display: none;
}

.daka_logo_box img {
    width: calc(100vw * 499 / 1920);
    flex: none;
}

.daka_main_content {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.daka_swiper_box {
    position: relative;
    width: 100%;
    padding: 0 calc(100vw * 22 / 750);
    padding-top: calc(100vw * 14 / 750);
    margin-bottom: calc(100vw * 33 / 750);
    box-sizing: border-box;
}

.daka_main_content .daka_left {
    position: absolute;
    top: 50%;
    left: calc(100vw * -21 / 1920);
    transform: translateX(-100%) translateY(-50%);
    width: calc(100vw * 36 / 1920);
    cursor: pointer;
    display: none;
}

.daka_main_content .daka_right {
    position: absolute;
    top: 50%;
    right: calc(100vw * -21 / 1920);
    transform: translateX(100%) translateY(-50%);
    width: calc(100vw * 36 / 1920);
    cursor: pointer;
    display: none;
}

.daka_main_content .swiper .swiper-slide img {
    width: 100%;
    cursor: pointer;
    height: unset;
    object-fit: cover;
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.8;
    width: calc(100vw * 12 / 750);
    height: calc(100vw * 12 / 750);
}

.swiper-pagination-bullet-active {
    background-color: #0073E6;
    width: calc(100vw * 12 / 750);
    height: calc(100vw * 12 / 750);
}

.video_content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 calc(100vw * 22 / 750);
    box-sizing: border-box;
    padding-bottom: calc(100vw * 0 / 750);
}

.video_content .video_content_tit {
    display: flex;
    align-items: center;
    margin-bottom: calc(100vw * 24 / 750);
}

.video_content .video_content_tit img {
    width: calc(100vw * 20 / 750);
    margin-right: calc(100vw * 9 / 750);
    flex: none;
}

.video_content .video_content_tit p {
    font-size: calc(100vw * 25 / 750);
    font-weight: 900;
    color: #0073E6;
}

.video_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.video_list .video_item {
    width: calc(100vw * 344 / 750);
    margin-bottom: calc(100vw * 40 / 750);
    margin-right: calc(100vw * 13 / 750);
    font-size: 0;
    box-shadow: 0px calc(100vw * 2 / 750) calc(100vw * 4 / 750) 0px rgba(0, 0, 0, 0.47);
    border-radius: calc(100vw * 9 / 750);
}

.video_list .video_item:nth-child(2n) {
    margin-right: 0;
}

.video_list .video_item .video_img_box {
    width: 100%;
    height: calc(100vw * 217 / 750);
    position: relative;
    font-size: 0;
    cursor: pointer;
    border-radius: calc(100vw * 9 / 750) calc(100vw * 9 / 750)  0 0;
}

.video_list .video_item .video_img_box .video_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-size: 0;
    display: block;
    border-radius: calc(100vw * 9 / 750) calc(100vw * 9 / 750)  0 0;
}

.video_list .video_item .video_img_box .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: calc(100vw * 51 / 750);
    font-size: 0;
    display: block;
}

.video_img_xian .xian_video {
    width: 100%;
    height: calc(100vw * 4 / 750);
    background: linear-gradient(to right, #00FFFF 0%, #00C9FF 50%, #0099FF 100%);
    scrollbar-width: unset;
    font-size: 0;
}

.video_img_xian {
    width: 100%;
    font-size: 0;
    border-radius: calc(100vw * 9 / 750) calc(100vw * 9 / 750)  0 0;
}

.video_item .video_info {
    width: 100%;
    box-sizing: border-box;
    padding: 0 calc(100vw * 24 / 750);
    padding-top: calc(100vw * 18 / 750);
    padding-bottom: calc(100vw * 21 / 750);
    background-color: #EBF0F6;
}

.video_info .title {
    font-size: calc(100vw * 25 / 750);
    font-weight: bold;
    color: #000000;
    padding-bottom: calc(100vw * 5 / 750);
    display: block;

}

.video_info .desc {
    font-size: calc(100vw * 22 / 750);
    font-family: NotoSansSC;
    font-weight: normal;
    color: #464646;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.daka_back {
    position: fixed;
    top: 60%;
    right: calc(100vw * 72 / 1920);
    cursor: pointer;
    display: none;
}
#page_daka {
    background-color: #F2F2F2;
    min-height: 100vh;
}


#page_daka .hot_pot_tc {
    background-color: rgba(0, 0, 0, .7);
    z-index: 9;
}

.right_btn_back {
    position: fixed;
    bottom: 5%;
    right: calc(100vw * 65 / 750);
    display: flex;
    flex-direction: column;
}

.right_btn_back a {
    margin-bottom: calc(100vw * 24 / 750);
    width: calc(100vw * 72 / 750);
    display: block;
}

.right_btn_back a:last-child {
    margin-bottom: 0;
}

.right_btn_back a img {
    width: 100%;
}

.search_result_box {
    position: absolute;
    top: calc(100vw * -12 / 1920);
    transform: translateY(-100%);
    width: calc(100vw * 640 / 1920);
    height: auto;
    border-radius: calc(100vw * 5 / 1920);
}

.search_result_box p {
    font-size: calc(100vw * 16 / 1920);
    color: #999999;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 0 calc(100vw * 20 / 1920);
    min-height: calc(100vw * 40 / 1920);
    display: flex;
    align-items: center;
}

.search_result_box p:nth-child(1){
    border-top-right-radius: calc(100vw * 5 / 1920);
    border-top-left-radius: calc(100vw * 5 / 1920);
}
.search_result_box p:last-child{
    border-bottom-right-radius: calc(100vw * 5 / 1920);
    border-bottom-left-radius: calc(100vw * 5 / 1920);
}
.search_result_box p:hover{
    background-color: #F2F2F2;
    color: #333333;
}
.login_content_img img.login_tit_pc{
    display: none;
}
.login_content_img img.login_tit_phone{
    display: block;
}
.right_btn_back{
    display: none;
}
.right_btn_back_phone{
    display: block;
}
.daka_tit_box_top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.hot_pot_video_box #video{
    width: 100%;
    height: auto;
}
.hot_pot_video_box #video #video_html5_api{
    position: relative;
    width: 100%;
    height: auto;
}

.shoucang_content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    box-sizing: border-box;
}
.shoucang_content img{
    width: calc(100vw * 266 / 750);
    margin-right: calc(100vw * 36 / 750);
    margin-top: calc(100vw * 20 / 750);
}

.shoucang_content p.tishiyu_phone{
    font-size: calc(100vw * 40 / 750);
    color: #fff;
    text-align: center;
    margin-top: calc(100vw * 100 / 750);
}


.new_bttom_box{
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100vw * 70 / 750);
    transition: 0.2s all;
    overflow: hidden;
    transform: translateY(-100%);
}
.new_bttom_box.show{
    animation: new_bttom_show 0.5s linear 0s 1 forwards;
}
.new_bttom_box.hide{
    animation: new_bttom_hide 0.5s linear 0s 1 forwards;
}

@keyframes new_bttom_show {
    0%{
        height: calc(100vw * 70 / 750);
    }
    100%{
        height: calc(100vw * 650 / 750);
    }
}

@keyframes new_bttom_hide {
    0%{
        height: calc(100vw * 650 / 750);
    }
    100%{
        height: calc(100vw * 70 / 750);
    }
}
.new_bttom_nav{
    height: calc(100vw * 70 / 750);
    background-color: #070707;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_bttom_nav p{
    font-size: calc(100vw * 28 / 750);
    color: #fff;
}
.new_bttom_nav img{
    height: calc(100vw * 24 / 750);
}
.new_bttom_nav span{
    display: flex;
    align-items: center;
    font-size: calc(100vw * 24 / 750);
    color: #fff;
}
.new_bttom_nav>span{
    margin-left: calc(100vw * 5 / 750);
}
.new_bttom_nav span span{
    display: block;
    position: relative;
    font-size: calc(100vw * 18 / 750);
    margin-bottom: calc(100vw * 5 / 750);
}
.new_bttom_nav span span::after{
    content: '';
    position: absolute;
    bottom: calc(100vw * -3 / 750);
    top: unset;
    left: calc(100vw * -12 / 750);
    width: calc(100vw * 50 / 750);
    height: 1px;
    background-color: #fff;
}
.new_bttom_nav span span.close_top{
    margin-bottom: 0;
}
.new_bttom_nav span span.close_top::after{
    content: '';
    position: absolute;
    bottom: unset;
    top: calc(100vw * -2 / 750);
    left: calc(100vw * -12 / 750);
    width: calc(100vw * 60 / 750);
    height: 1px;
    background-color: #fff;
}
.new_bttom_content{
    width: 100%;
    height: calc(100vw * 580 / 750);
    background-color: rgba(50, 50, 51,0.9);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: 0.2s;
    box-sizing: border-box;
    padding: 0 calc(100vw * 45 / 750);
    padding-top: calc(100vw * 30 / 750);
}
.new_bttom_content.slideInUp{
    display: flex;
}
.new_bttom_content a {
    color: #fff;
    font-size: calc(100vw * 22 / 750);
    text-decoration: none;
    margin-bottom: calc(100vw * 20 / 750);
}
.new_bttom_content a:last-child{
    margin-bottom: 0;
}
.new_bttom_content a:hover{
    color: #0a68cb;
}
.new_bttom_content a:active{
    color: #0a68cb;
}
.new_bttom_a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.new_bttom_content span {
    display: block;
    width: calc(100vw * 2 / 750);
    height: calc(100vw * 14 / 750);
    background-color: #fff;
    margin: 0 calc(100vw * 20 / 750);
}
.new_bttom_content div{
    font-size: calc(100vw * 22 / 750);
    color: #fff;
    margin-bottom: calc(100vw * 20 / 750);
    line-height: 1.75;
    text-align: justify;
}