﻿.about-vplay{background: #fff;color: #000;padding: 10px 30px;border-radius: 50px;font-weight: bold;font-size: 24px;margin: 30px 0;cursor: pointer;display:inline-block}
.about-v-bg{background: #000000a0;position: fixed;top: 0;width: 100vw;height: 100vh;align-items: center;justify-content: center;display: flex;z-index: 9999;}
.about-v-bg.hide{display: none;}
.about-v-box{max-width: 1080px;background: #fff;padding: 20px;border-radius: 20px;height: 70vh;width: 100%;position: relative;}
.about-v-feexit{display: flex;align-items: center;width: 50px;height: 50px;background: #fff;border-radius: 50%;justify-content: center;position: absolute;top: -25px;right: -25px;border: #eee 1px solid;}
.about-v-feexit span{width: 3px;height: 40px;background: #000;position: absolute;}
.about-v-feexit span:nth-child(1){transform: rotate(45deg);}
.about-v-feexit span:nth-child(2){transform: rotate(-45deg);}
.about-viceo{height: 100%;width: 100%;}
.about-viceo iframe{width: 100%;height: 100%;}
.information{margin-bottom:60px}
.information .common-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.information-lef{width:48%}
.information-lef .common-title{color:var(--fontcolor);text-align:left;}
.information-lef p{margin-top:10px;font-size:var(--fontsize18)}
.information-rig{width:48%}
.information-rig lite-youtube{max-width:100%}
@media (min-width:1367px){.information-lef .common-title{margin-bottom:25px}
.information-lef p{margin-top:10px;font-size:var(--fontsize20)}}
@media (max-width:768px){.information-lef{width:100%;margin-bottom:20px}
.information-lef p{margin-top:10px;font-size:var(--fontsize16)}
.information-rig{width:100%}}