@import "../body.css";

.codeV {
    width: 100vw;
    display: block;
    position: relative;
}

.contentImg {
    width: 100vw;
    display: block;
    object-fit: contain;
}
.codeImg {
    position: absolute;
    top: 0;
    left: 15vw;
    vertical-align: middle;
    object-fit: contain;
    height: 100%;
    padding: 5px 5px;
    box-sizing: border-box;
    background-color: #ff831d;
}
a {
    text-decoration:none;
}
.footera {
    color: #d0d0d0;
    font-size: 12px;
    padding: 0 10px;
}
.footert {
    color: #d0d0d0;
    font-size: 12px;
    padding: 5px 5px;
    white-space: nowrap;
}
.footerb {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.v1 {
    width: 100vw;
    background-color: #fffee9;
}

.v11 {
    width: 60vw;
    margin-left: 20vw;
    font-size: 0;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
}
.first-v12 {
    width: 20vw;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    background-color: #fffee9;
}
.first-v11i {
    cursor: pointer;
    height: 10vw;
    width: 100%;
    margin-top: 2vw;
    display: block;
    object-fit: contain;
    box-sizing: border-box;
    background-color: #fffee9;
}
.first-v11tv {
    width: 100%;
    display: block;
    height: 5vw;
    box-sizing: border-box;
    font-size: 12px;
    background-color: #fffee9;
}
.first-v11t {
    background-color: #fffee9;
}




.flyv {
    position: fixed;
    width: 200px;
    height: 176px;
    right: 2vw;
    top: calc((100% - 176px)/2);
    background-color: rgba(0,0,0,0);
    cursor: pointer;
}
.flyi {
    width: 100%;
    object-fit: contain;
    background-color: rgba(0,0,0,0);
}
.flyci {
    position: absolute;
    top: 55px;
    left: 15px;
    width: 70px;
    object-fit: fill;
}
.showFly {
    width: 80vmin;
    margin-top: calc((100vh - 80vmin)/2);
    position: relative;
    background-color: rgba(0,0,0,0);
}
.showFlyi {
    width: 80vmin;
    height: 80vmin;
    object-fit: contain;
    background-color: rgba(0,0,0,0);
}
.showFlyc {
    position: absolute;
    left: 22vmin;
    top: 30vmin;
    height: 32vmin;
    width: 32vmin;
}

.f_img {
    width: 100%;
}