* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'PangMenZhengDao';
    src: url(./庞门正道标题体.ttf);
}

@font-face {
    font-family: "Microsoft YaHei";
    src: url('./微软vista雅黑.ttf');
}

body {
    width: 100%;
    height: 100vh;
    background-image: url('./assets/backimage.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.herder {
    width: 100%;
    height: 8vh;
    background-image: url('./assets/herder.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    /* padding-left: 1vw; */
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.herder-bear {
    width: 25%;
    height: 8vh;
    margin: auto;
    display: flex;
    align-items: center;
    /* margin-top: 2vh; */
    justify-content: center;
}

.herder-img {
    width: 35%;
    height: 50%;
    display: flex;
    align-items: center;
}

.herder-img img {
    width: 100%;
    height: auto;
}

.herder-title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
}

.herder-title span {
    /* margin-left: 1vw; */
    font-family: "PangMenZhengDao";
}

.herder-title span:first-child {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.08vw;
    background-image: -webkit-linear-gradient(bottom, rgb(255, 191, 126) 10%, rgb(255, 255, 255) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "PangMenZhengDao";
}

.herder-title span:nth-child(2) {
    font-size: 0.9vw;
    font-weight: 900;
    margin-top: -2.5vh;
    background-image: -webkit-linear-gradient(bottom, rgb(255, 191, 126) 10%, rgb(255, 255, 255) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.time {
    width: 10%;
    height: 4vh;
    position: absolute;
    right: 2vw;
    top: 0.4vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.time-now {
    color: #fff;
    font-size: 1.5vw;
    font-weight: 100;
}

.time-data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0.5vw;
    color: rgba(255, 255, 255, 0.6);
}

.subject {
    width: 20%;
    height: 95%;
    background-image: url('./assets/left.png');
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.subject-environment {
    width: 95%;
    height: 19vh;
    margin-top: 4vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.subject-environment1 {
    width: 95%;
    height: 25vh;
}

.subject-environment2 {
    width: 95%;
    height: 40vh;
    margin-bottom: 3vh;
}

.subject-environment3 {
    width: 95%;
    height: 19vh;
    margin-top: 4vh;
    margin-left: 1vw;
}

.subject-environment4 {
    width: 95%;
    height: 20vh;
    margin-left: 1vw;
}

.subject-environment5 {
    width: 95%;
    height: 40vh;
    margin-bottom: 3vh;
    margin-left: 1vw;
}

.environment {
    width: 100%;
    height: 5vh;
    display: flex;
    align-items: center;
}

.environment-now {
    width: 9%;
    height: 60%;
    margin-left: 1vw;
}

.environment-now img {
    width: 100%;
    height: 100%;
}

.environment-to {
    display: flex;
    flex-direction: column;
    margin-left: 1vw;
}

.environment-to span:first-child {
    font-size: 1vw;
    font-weight: 500;
    text-shadow: 0.1vw 0.1vw 0.1vw rgba(255, 207, 158, 1);
    color: rgb(255, 255, 255);
}

.environment-to span:nth-child(2) {
    color: rgb(255, 207, 158);
    font-size: 0.8vw;
}

.subject-right {
    width: 20%;
    height: 95%;
    background-image: url('./assets/right.png');
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.environment-img {
    margin-top: 1vh;
    width: 100%;
    height: 79%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.environment-img img {
    width: 90%;
    height: auto;
}

.environment-img1 {
    width: 100%;
    height: 79%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.environment-img1 img {
    width: 80%;
    height: auto;
}

.environment-img2 {
    width: 100%;
    height: 83%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.environment-img2 img {
    width: 90%;
    height: auto;
}

.environment-img3 {
    width: 100%;
    height: 79%;
    display: flex;
    margin-left: 2vw;
}

.environment-img3 img {
    width: 50%;
    height: auto;
}

.environment-list {
    width: 100%;
    height: 83%;
}

.environment-list1 {
    width: 100%;
    height: 4vh;
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
}

.environment-list1 span {
    font-size: 0.8vw;
    color: rgb(255, 212, 168);
    width: 33.33%;
    text-align: center;
}

.environment-list2 {
    width: 100%;
    height: 3vh;
    /* border: 1px solid salmon; */
    display: flex;
    align-items: center;
    background-image: url('./assets/karback.png');
    background-size: 100% 100%;
    margin: 1vh 0 0 0;
}

.environment-list2 span {
    font-size: 0.8vw;
    color: rgb(255, 255, 255);
    width: 33.33%;
    text-align: center;
}

.environment-weathe {
    width: 100%;
    height: 13vh;
    display: flex;
    justify-content: space-around;
    margin: auto;
}

.environment-weathe-now {
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    background-image: url(./assets/hjd.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.environment-weathe-now span:first-child {
    width: 100%;
    height: 3vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.369);
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    color: rgb(255, 255, 255);
    font-size: 0.8vw;
}

.environment-weathe-tow {
    width: 0.5%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.231);

}

.environment-weathe-sui {
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;

}

.environment-weathe-sui-now {
    width: 43%;
    height: 45%;
    margin: 0 0 0 0.5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-image: url('./assets/hjfk.png');
    background-size: 100% 100%;
}

.environment-weathe-sui-now hr {
    width: 85%;
    height: 1%;
    border: none;
    background-color: rgb(255, 207, 158);
}

.environment-weathe-sui-now span:first-child {
    color: rgb(255, 207, 158);
    font-size: 0.8vw;
}

.click-buttom {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    height: 5vh;
    background-image: url('./assets/click.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.click-buttom-list {
    width: 30%;
    height: 4vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.click-buttom-list div {
    display: flex;
    align-items: center;
    /* margin: 0 0.5vw; */
    font-size: 0.8vw;
    padding: 1.5vh 0.7vw;
    color: rgb(255, 255, 255);
}

.click-buttom-list div img {
    margin: 0 0.2vw;
}

.acvet {
    background-image: url('./assets/y.png');
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center;
}


.Specified {
    width: 25vw;
    height: 26vh;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(./assets/vuex.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
}

.Specified-title {
    margin-top: 0.6vh;
    padding-left: 2.5vw;
    color: #fff;
    font-size: 1vw;
}

.Specified-suty {
    width: 88%;
    height: 18vh;
    margin-left: 2vw;
    margin-top: 1.5vh;
    display: flex;
    flex-wrap: wrap;
}

.Specified-top {
    width: 45%;
    height: 45%;
    display: flex;
    padding: 0.5vh 0.5vw;
    align-items: center;
    justify-content: space-between;
    margin: 0.5vh 0;
    position: relative;
}

.Specified-top>div:first-child {
    width: 35%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.add {
    width: 65%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.app {
    width: 100%;
    font-size: 0.5vw;
    display: flex;
    align-items: center;
    color: #fff;
}

.app span {
    color: rgb(255, 207, 158);
}

.icon {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: orange;
    border-radius: 2em;
    margin: 0 0.5vw;
}

.back {
    width: 80%;
    left: 0;
    top: 0;
    position: absolute;
    border: 1px dashed #e8e8e8;
    margin-left: 1vw;
}

.back1 {
    height: 90%;
    right: 0;
    top: 0.5vh;
    position: absolute;
    border: 1px dashed #e8e8e8;
}

.close {
    position: absolute;
    top: 2%;
    right: 2%;
    z-index: 10000;
    color: #fff;
    cursor: pointer;
}

.windowher {
    position: absolute;
    /* left: 50%;
    top: 50%; */
    width: 474px;
    height: 245px;
    background-image: url('./assets/hjxx.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
}

.windowher-title {
    margin: 1.5vh auto 0 auto;
    width: 438px;
    height: 27px;
    background-image: url('./assets/hjxxtitle.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* margin-bottom: 0.1vh; */
}

.windowher-title span {
    width: 5vw;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 800;
    margin-left: 9.2vw;
    display: block;
    font-size: 1em;
    font-family: "微软雅黑";
    color: rgb(255, 227, 170);
}

.windowher-sutyc {
    width: 90%;
    height: 19.5vh;
    margin: auto;
}

ul {
    width: 100%;
    height: 2.9vh;
    list-style: none;
    display: flex;
}

ul li {
    width: 20%;
    font-size: 0.8vw;
    font-family: "Microsoft YaHei";

    line-height: 2.9vh;
}


.windowher-sutyc ul:first-child li:last-child {
    text-align: center;
}

.windowher-sutyc ul:not(first-child) li {
    text-align: center;
    color: #fff;
}

.h {
    width: 5vw;
    height: 5.4vh;
    position: absolute;
    /* left: 50%;
    top: 20%; */
    display: none;
}

.cha {
    width: 13vw;
    height: 14vh;
    background-image: url(./assets/cctb1.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
	display: none;
    /* left: 50%; */
    /* top: 20%; */
}

.cha-i {
    width: 10vw;
    height: 8vh;
    /* border: 1px solid red; */
    margin: 4.5vh 0 0 2vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.cha-i div {
    color: #fff;
    font-size: 0.7vw;
    font-family: "Microsoft YaHei";
    margin-left: 1vw;
}

.cha-i div span {
    color: rgb(255, 227, 170);
}

.cha1 {
    width: 13vw;
    height: 14vh;
    background-image: url(./assets/cctb2.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
	display: none;
    /* left: 20%; */
    /* top: 20%; */
}

.cha-i1 {
    width: 10vw;
    height: 8vh;
    /* border: 1px solid red; */
    margin: 4.5vh 0 0 2vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.cha-i1 div {
    color: #fff;
    font-size: 0.7vw;
    font-family: "Microsoft YaHei";
    margin-left: 1vw;
}

.cha-i1 div span {
    color: rgb(255, 227, 170);
}

.sxt {
    width: 5vw;
    height: 5vh;
    z-index: 1;
    position: absolute;
    left: 20%;
    top: 40%;
}

.jk {
    width: 30vw;
    height: 30vh;
    background-image: url('./assets/jk.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
    position: absolute;
    left: 40%;
    top: 40%;
    display: none;
}
.close{
    position: absolute;
    right: 4%;
    top: 13%;
    opacity: 0.5;
}