* {
    margin: 0 0;
    padding: 0 0;
}

body {
    font-family: Monospace;
    background: url("../../models/bgc.png") no-repeat;
    background-size: cover;
    color: #fff;
    margin: 0px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

#info {
    color: #fff;
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0px;
    /* text-align: center; */
    z-index: 0;
    display: block;

}

#info2 {
    color: #fff;
    position: absolute;
    top: 15px;
    width: 100%;
    left: 50px;
    /* text-align: center; */
    /* z-index: 100; */
    display: block;

}

#info1 {
    position: absolute;
    top: 15px;
    right: 20px;
    /* text-align: center; */
    z-index: 0;
    color: black;
    display: flex;
}

#info1 .sky {
    /* width: 20px; */
    display: flex;
    /* flex-direction: column;
        align-items: flex-end; */
}

#info1 .sky #fengex {
    margin-left: 15px;
}

#info1 .sky h1 {
    width: 30px;
}

#info1 .sky p {
    width: 20px;
}

#info a {
    color: #75ddc1;
    font-weight: bold;
}

#info ul {
    list-style: none;
}

#info ul li {
    width: 115px;
}

#info ul li img {
    width: 110px;
    height: 62px;

}

.labelall {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.labelall .onebut {
    /* background: #fff;
    border: 1px solid rgb(59, 59, 59);
    border-radius: 5px;
    margin: 10px 0; */
}

.labelall .onebut img:focus {
    mix-blend-mode: darken;
    background-color: red;
}

/* 描述 */
.miaoshu {
    font-size: 16px;
    color: #433729;
    font-family: "微软雅黑";
    line-height: 25px;
    letter-spacing: 3px;
    /* display: none; */
    text-align: justify;
}

.shuxun {
    writing-mode: tb-rl;
    margin-top: 20px;
}

@font-face {
    font-family: 'fzltxhjw';
    src: url('../../models/fzltxhjw.ttf')
}

@font-face {
    font-family: 'msyh';
    src: url('../../models/msyh.ttf')
}

.conturexz {
    font-family: 'fzltxhjw';
    color: #6b3906;
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 8px;
}

.wightYing {
    font-family: 'msyh';
    color: #433729;
    line-height: 40px;
    font-size: 32px;
    /* font-weight: bold; */
    letter-spacing: 8px;
}

.pdsmuse {
    color: #433729;
    font-family: "微软雅黑";
    line-height: 50px;
    letter-spacing: 5px;
    margin-left: 20px;
    font-size: 14px;
}

.sureHeight {
    height: 700px;
}

#info3 {
    position: absolute;
    bottom: 25px;
    width: 100%;
    right: 5%;
    z-index: -1;
    /* display: none; */

}

#info4 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    /* width: 50%; */
    transform: translate(-50%,-50%);
    /* height: 400px; */
    /* z-index: 200; */
    margin: 0 auto;
    /* margin-top: 10%; */
    display: none;
    /* background-color: #000; */
    background: rgba(0, 0, 0, .2);
}

video {
    width: 50%;
    /* height: 400px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#info3 img {
    margin-left: 65%;
    margin-bottom: 10px;
}

.messageSame {
    background-color: #806640;
    width: 35%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.messageSamecopy {
    width: 100%;
    font-size: 10px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.mesone {
    display: flex;
    justify-content: space-around;
}

.eachOne {
    width: 30%;
    text-align: left;
}

.copyeachOneName {
    color: #aaa;
    margin-bottom: 10px;
}

.copyeachOne span {
    display: block;
    text-align: center;
}

.eachName {
    margin-right: 20px;
    font-size: 13px;
}

.closed {
    position: absolute;
    right: 10%;
    top: 10%;
    z-index: 9999;
    width: 40px;
    height: 40px;
    /* display: none; */
}

#fengex {
    /* display: none; */
}

.openTan {
    background-color: #000;
    opacity: .9;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 889;
}

.opentanCenter {
    background-image: url("../../models/cent.png");
    background-size: 100% 100%;
    width: 50%;
    height: 500px;
    margin: 0 auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) ;
}

.content_miaoshu {
    width: 88%;
    margin: 20px auto;
    margin-top: 3.5%;
    /* padding: 10% 0px; */
    height: 420px;
    overflow: auto;
}

.center_miaoshu {
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    text-align: justify;
    text-indent: 2em;
    opacity: .8;
    padding: 0 20px;
    /* background-color: #fff; */

}

.shaw { 
     width: 100%;
     height: 100%;
    font-family: Monospace;
    background: url("../../models/bgc.png") no-repeat;
    background-size: cover;
    color: #fff;
    position: absolute;
    z-index: 999;
   
}

.shaw_ct{
     width: 100%;
     height: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     position: relative;
}


.center {
    width: 10%;
    height: 200px;
    margin: 0 auto;
    /* position: absolute;
    top: 35%;
    left: 45%; */
}

.jdt {
    /* position: absolute;
    top: 55%;
    left: 40%; */
    height: 10px;
    width: 20%;
    color: burlywood;
}

.sent {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    /* height: 80px; */
}

.aa {
    /* width: 300px;
    height: 10px; */
    border-radius: 5px;
    background: #ccc;
    overflow: hidden;
}

.bb {
    height: 10px;
    width: 30%;
    background: burlywood;
}