* {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

@font-face {
    font-family: 'BigruixianBoldkGBV1.0';
    src: url('./RUIZIRUIXIANMENGXIANGHEIJIANV1-0-1.TTF');
}

body {
    width: 100%;
    height: 100vh;
    /* background-image: url('./img/bodyback.png'); */
    /* background-color: black;
    background-size: auto; */
}

.button {
    width: 100%;
    height: 8.8%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('./img/buttonback.png') no-repeat 0px center, linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.button-click {
    width: 100%;
    height: 75%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('./img/buttonclick.png');
    background-size: 100% 100%;
}

.button-sui {
    width: 25%;
    height: 97%;
    margin-left: 36%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.button-sui img {
    width: auto;
    height: auto;
    z-index: 2;
    cursor: pointer;
}

.top {
    width: 100%;
    height: 8%;
    background: url('./img/topback.png') no-repeat 13px center, linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    z-index: 100000;
}

.herder-title {
    width: 29.5%;
    height: 100%;
    margin-left: 34%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.herder-title span:first-child {
    position: relative;
    font-size: 1.4vw;
    margin-top: 0.5vh;
    letter-spacing: 0.2vw;
    font-weight: 800;
    font-family: "BigruixianBoldkGBV1.0";
    color: #fff;
    text-shadow: 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9);
}

.herder-title span:last-child {
    position: relative;
    font-size: 0.8vw;
    font-family: "BigruixianBoldkGBV1.0";
    color: #fff;
    margin-top: 0.5vh;
    text-shadow: 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9);
}

.right {
    width: 2%;
    height: 51%;
    position: absolute;
    right: 2vw;
    top: 2vh;
    cursor: pointer;
}

.right img {
    width: 100%;
}

.leftitem {
    position: absolute;
    left: 2vw;
    top: 2vh;
    display: flex;
    align-items: center;
}

.leftitem div {
    display: flex;
    align-items: center;
    margin-right: 0.4vw;
}

.leftitem div>span {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 0.5vw;
}

#spannow {
    font-size: 1vw;
    color: #fff;
    font-family: "BigruixianBoldkGBV1.0";
}

#spantow {
    margin-left: 0.5vw;
    color: #fff;
    font-size: 0.5vw;
    font-family: "SourceHanSansCN";
}

.custom {
    width: 22%;
    height: 47%;
    position: absolute;
    left: 46%;
    top: 26.5%;
    background-image: url('./img/custombackimg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
}

.custom-title {
    width: 55%;
    height: 3vh;
    margin-left: 5.8vw;
    margin-top: 10.5vh;
    margin-bottom: 2vh;
    background-image: url('./img/custom.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 3vh;
    color: #fff;
    font-size: 0.8vw;
    font-family: "SourceHanSansCN";
}

.custom-title-tow {
    font-size: 0.8vw;
    margin: 0 0vw 0 6vw;
    display: flex;
    align-items: center;
    color: #fff;
}

.custom-title-tow span {
    margin-right: 0.5vw;
    font-size: 0.8vw;
    color: rgb(211, 231, 255);
}

.custom-jucty {
    display: flex;
    align-items: center;
    margin-left: 5vw;
    margin-top: 1.5vh;
}

.custom-jucty img {
    width: auto;
    height: auto;
    margin-right: 0.5vw;
}

.custom-jucty span {
    font-size: 0.9vw;
    color: rgb(211, 231, 255);
}

.custom1 {
    width: 22%;
    height: 47%;
    position: absolute;
    left: 46%;
    top: 26.5%;
    background-image: url('./img/custoomback.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
}

.custom1-title {
    width: 55%;
    height: 3vh;
    margin-left: 5.8vw;
    margin-top: 10.5vh;
    margin-bottom: 2vh;
    background-image: url('./img/custoom.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 3vh;
    color: #fff;
    font-size: 0.8vw;
    font-family: "SourceHanSansCN";
}

.custom1-title-tow {
    color: #fff;
    font-size: 0.8vw;
    margin: 0 0vw 0 6vw;
    display: flex;
    align-items: center;
}

.custom1-title-tow span {
    margin-right: 0.5vw;
    font-size: 0.8vw;
}

.left-sujuty {
    width: 20%;
    height: 99%;
    position: absolute;
    left: 0;
    top: 1vh;
    /* z-index: -1; */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.left-back {
    width: 85%;
    height: 91%;
    padding-left: 1.5vw;
    margin-top: 6vh;
    background-image: url(./img/leftback.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 1;
}

.left-Hakodate {
    width: 100%;
    height: 22vh;
}

.left-Hakodate-title {
    width: 65%;
    height: 6vh;
    background-image: url('./img/lefttitle.png');
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position-y: -2vh;
    background-position-x: -2vw;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.left-Hakodate-title span {
    font-family: "BigruixianBoldkGBV1.0";
    color: #fff;
    text-shadow: 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9);
}

.left-Hakodate-title span:first-child {
    margin-top: 1.5vh;
    margin-left: 1vw;
}

.left-Hakodate-title span:last-child {
    margin-left: 1.8vw;
    margin-top: 0.5vh;
    font-size: 0.5vw;
}

.left-Hakodate-sujuty {
    display: flex;
}

.left-Hakodate-sujuty div img {
    width: 98%;
    height: auto;
}

.left-Hakodate-sujuty hr {
    width: 0.1vw;
    height: 15vh;
    border: none;
    margin: 0 0.2vw;
    background-color: rgba(189, 224, 255, 0.42);
}

.left-Hakodate-sujuty div:first-child {
    width: 60%;
    font-size: 0.2vw;
}

.left-Hakodate-sujuty div:last-child {
    width: 40%;
    font-size: 0.4vw;
    font-family: "SourceHanSansCN";
    letter-spacing: 0.1vw;
    color: rgba(255, 255, 255, 0.49);
}

.left-Hakodate-sujuty div:last-child span {
    font-size: 0.8vw;
    font-family: "SourceHanSansCN";
    color: rgb(187, 223, 255);
}

.lefy-Hakodate {
    width: 100%;
    height: 20vh;
    /* border: 1px solid red; */
}

.lefy-Hakodate-title {
    width: 85%;
    height: 8vh;
    background-image: url('./img/lefttitle1.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position-x: -1vw;
    display: flex;
    flex-direction: column;
}

.lefy-Hakodate-title span {
    font-family: "BigruixianBoldkGBV1.0";
    color: #fff;
    text-shadow: 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9);
}

.lefy-Hakodate-title span:first-child {
    font-size: 1vw;
    margin-top: 2.5vh;
}

.lefy-Hakodate-title span:last-child {
    font-size: 0.5vw;
    margin-top: 0.2vh;
    margin-left: 1vw;
}

.lefy-Hakodate-justy {
    display: flex;
    align-items: center;
    margin-top: -1vh;
    justify-content: space-around;
}

.lefy-Hakodate-justy div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lefy-Hakodate-justy div img {
    width: 100%;
    height: auto;
}

.lefy-Hakodate-justy div span {
    font-size: 0.8vw;
    margin-top: 0.5vh;
    font-family: "SourceHanSansCN";
    color: rgb(158, 207, 255);
}

.lefh-Hakodate {
    width: 100%;
    height: 44vh;
}

.lefh-Hakodate-title {
    width: 78%;
    height: 8vh;
    background-image: url('./img/lefttitle2.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position-x: -1vw;
    background-position-y: -1.5vh;
    display: flex;
    flex-direction: column;
}

.lefh-Hakodate-title span {
    font-family: "BigruixianBoldkGBV1.0";
    color: #fff;
    text-shadow: 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9);
}

.lefh-Hakodate-title span:first-child {
    font-size: 1vw;
    margin-top: 1vh;
}

.lefh-Hakodate-title span:last-child {
    font-size: 0.5vw;
    margin-top: 0.5vh;
    margin-left: 1vw;
}

.lefh-Hakodate-judety {
    width: 100%;
    height: 100%;
    margin-top: -2vh;
}

.lefh-Hakodate-judety-title {
    width: 99%;
    height: 5vh;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-color: rgb(69, 103, 126);
    background-color: rgba(26, 34, 40, 0.588);
}

.lefh-Hakodate-judety-title div {
    color: #fff;
    font-size: 0.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lefh-Hakodate-judety-title div:nth-child(5) span {
    color: rgb(80, 141, 215);
}

.lefh-Hakodate-table {
    width: 99%;
    height: 31vh;
    margin-top: 1vh;
    border: 1px solid;
    border-color: rgb(69, 103, 126);
    background-color: rgba(26, 35, 43, 0.588);
    z-index: 2;
}

.lefh-Hakodate-table-title {
    width: 100%;
    height: 4vh;
    background-image: url('./img/lefttable.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.lefh-Hakodate-table-title span {
    font-size: 0.8vw;
    color: #fff;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0vh 0.2vw;
}

.lefh-Hakodate-table-title span:first-child {
    background-image: linear-gradient(to top, rgb(0, 114, 255), rgba(53, 64, 73, 0), rgb(0, 114, 255));
}

.lefh-Hakodate-table-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0.8vh 0;
    border-bottom: 1px solid;
    border-color: rgba(69, 103, 126, 0.62);
}

.lefh-Hakodate-table-list span {
    font-size: 0.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "SourceHanSansCN";
    color: rgb(255, 255, 255);
}

.lefh-Hakodate-table-list span:first-child {
    width: 22%;
    padding: 0 0 0 0.2vw;
}

.lefh-Hakodate-table-list span:not(first-child) {
    width: 19.5%;
}


.right-sujuty {
    width: 20%;
    height: 99%;
    position: absolute;
    right: 0;
    top: 1vh;
    /* z-index: -1; */
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.right-back {
    width: 92%;
    height: 90%;
    padding-right: 1.5vw;
    margin-top: 6vh;
    background-image: url(./img/rightback.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 1;
    background-position-x: right;
}

.right-now {
    width: 100%;
    height: 42vh;
}

.right-tow {
    width: 100%;
    height: 43vh;
}

.right-title {
    width: 85%;
    height: 6vh;
    background-image: url('./img/righttitle.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-x: -0.6vw;
    background-position-y: -1.5vh;
    display: flex;
    flex-direction: column;
}

.right-title span {
    font-family: "BigruixianBoldkGBV1.0";
    color: #fff;
    text-shadow: 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9);
}

.right-title span:first-child {
    font-size: 1vw;
    margin: 0.8vh 0 0.2vh 0vw;
}

.right-title span:last-child {
    margin: 0.2vh 0 0 2vw;
    font-size: 0.5vw;
}

.right-sujuty-now {
    width: 100%;
    height: 10vh;
    background-image: url('./img/rightbottom.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-y: 9vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-sujuty-now img {
    width: 85%;
    margin-top: -1vh;
    height: auto;
}

.right-sujuty-sui {
    width: 100%;
    height: 12vh;
    margin-top: 0.5vw;
    background-image: url('./img/rightbottom.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-y: 10.9vh;
    display: flex;
}

.right-sujuty-sui div:first-child {
    width: 50%;
    height: 100%;
}

.right-sujuty-sui div:first-child img {
    width: 90%;
    height: auto;
}

.right-sujuty-sui div:last-child {
    width: 40%;
    height: 80%;
    margin-left: 0.5vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(219, 238, 255, 0.078);
}

.right-sujuty-sui div:last-child div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3vh;
    background-image: url('./img/hh.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position-y: 0.5vh;
    color: #fff;
    font-size: 0.5vw;
    text-align: center;
}

.app {
    background-image: linear-gradient(to top, rgba(24, 97, 161, 0.9) 30%, rgba(255, 255, 255, 1) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 2vw;
}

.right-sujuty-sui div:last-child span:last-child {
    font-size: 1vw;
    color: #fff;
}

.right-sujuty-fits {
    width: 100%;
    height: 100%;
}

.right-sujuty-fits img {
    width: 89%;
    height: auto;
}

.right-tow-title {
    width: 100%;
    height: 7vh;
    background-image: url('./img/tight.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position-x: -1vw;
    background-position-y: -1vh;
    display: flex;
    flex-direction: column;
}

.right-tow-title span {
    font-family: "BigruixianBoldkGBV1.0";
    color: #fff;
    text-shadow: 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9);
}

.right-tow-title span:first-child {
    margin-top: 1.5vh;
    font-size: 1vw;
}

.right-tow-title span:last-child {
    margin-top: 0.5vh;
    font-size: 0.5vw;
    margin-left: 1vw;
}

.right-tow-statistics {
    width: 100%;
    height: 2.5vh;
    background-image: url('./img/statistics.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: "BigruixianBoldkGBV1.0";
    color: #fff;
    text-align: center;
    text-shadow: 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9), 0 0vw 10px rgba(24, 97, 161, 0.9);
}

.right-tow-echarts {
    width: 100%;
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-tow-echarts img {
    width: auto;
    height: auto;
}

.right-tow-echar {
    width: 100%;
    height: 100%;
}

.right-tow-echar img {
    position: relative;
    margin-top: 0.5vh;
    width: 85%;
    height: auto;
}

.close {
    position: absolute;
    top: 16%;
    right: 8%;
    color: #fff;
    cursor: pointer;
}

.tp {
    width: 10vw;
    height: 10vh;
    z-index: 1;
    position: absolute;
    left: 40%;
    top: 20%;
}

.sty {
    width: 25%;
    height: 30%;
    position: absolute;
    left: 37.5%;
    top: 30%;
    z-index: 1;
    background-image: url('./img/sxt.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: center;
}

.sty span {
    position: absolute;
    right: 0.5vw;
    top: 0.5vh;
    cursor: pointer;
}

.sp{
    width: 100%;
    height: 96%;
    margin-top: -0.8%;
    text-align: center;
    background: rgba(0,0,0,0.3);
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}