* {
    margin: 0;
    padding: 0;
}

body {
    height: 100vh;
    width: 100vw;
    position: relative;
    overflow: hidden;
}

#console {
    height: 375px;
    width: 100%;
    background: #fafbfd;
    position: absolute;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
}


#tip {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 375px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#choose {
    width: 100%;
    max-width: 390px;
    min-width: 370px;
    position: absolute;
    bottom: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}


#choose input {
    width: calc(90% - 20px);
    height: 40px;
    font-size: 20px;
    padding-left: 20px;
}

#numOn {
    font-size: 47px;
    font-weight: bold;
    position: absolute;
    right: 5%;
    bottom: 70px;
    height: 62px;
    line-height: 62px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}






#text {
    position: absolute;
    width: 90%;
    top: 10px;
    bottom: 140px;
    overflow-y: auto;
    display: flex;
    align-items: flex-end;
    flex-direction: column;


}

#text::-webkit-scrollbar {
    width: 0 !important
}

#text ul {
    text-align: right;
    list-style-type: none;
}

#text ul li {
    margin: 11px 0;
    color: #b3b3b3;
}

.bold {
    font-weight: bold;
    text-decoration: underline;
}

#console-buy {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    max-width: calc(390px*0.9);
    min-width: calc(370px*0.9);;
}

.num-alone5 {
    width: 98px;
    height: 36px;
    background: red;
    color: white;
    border-radius: 9px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    border: none;
    font-size: 17px;
    font-weight: bold;
}

.num-alone5:active {

    background: #fb3e3e;

}

.num-alone {
    width: 73px;
    height: 73px;
    background: #bbbbbb;
    color: black;
    border-radius: 9px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    border: none;
    font-size: 24px;

    font-weight: bold;
    margin-bottom: 5px;

}

.num-alone:active {

    background: #b2b4b7;

}


.num-alone2 {
    width: 98px;
    height: 32px;
    background: #f1f1f1;
    color: black;
    border-radius: 9px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    border: none;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}


.num-alone2:active {

    background: #cacaca;

}

.num-alone3 {
    width: 98px;
    height: 73px;
    background: #11a3fd;
    color: white;
    border-radius: 9px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    border: none;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.num-alone3:active {

    background: #108bd7;

}

.num-alone4 {
    width: 46px;
    height: 73px;
    background: #bbbbbb;
    color: black;
    border-radius: 9px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    border: none;
    font-size: 24px;
    font-weight: bold;
}

.num-alone4:active {

    background: #b2b4b7;

}


#console-button {
    width: 90%;
    display: flex;
    justify-content: space-around;
    max-width: calc(390px*0.9);
    min-width: calc(370px*0.9);;
    margin-top: 20px;
}

#num {
    width: 250px;
}


#moreNum {
    width: 100px;
}


#logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}


#logo img {
    height: 25px;
}

#logo p {
    font-size: 12px;
    line-height: 25px;
    color: #b3b3b3;
    margin-left: 25px;
}

#baogao {
    height: 100vh;
    width: 100vw;
    min-width: 375px;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;

}

#baogao-img {
    width: 400px;
    height: 711px;
    position: relative;
    z-index: 3;
    display: none;


}

.baogaoshow {
    width: 90% !important;
    height:90% !important;
    /*transform: scale(0.7);*/
    object-fit:contain;

}

#baogao-img p:nth-child(1) {
    position: absolute;
    font-size: 30px;
    color: #fefefc;
    font-weight: bold;
    top: 71px;
    left: 41px;
}

#baogao-img p:nth-child(2) {
    position: absolute;
    font-size: 12px;
    color: #fefefc;
    top: 190px;
    left: 41px;
}

#baogao-img p:nth-child(3) {
    position: absolute;
    font-size: 12px;
    color: #fefefc;
    top: 190px;
    left: 137px;

}


#baogao-img p:nth-child(4) {
    position: absolute;
    font-size: 12px;
    color: #fefefc;
    top: 270px;
    left: 55px;
    right: 55px;
    transform: scale(0.9);
    white-space: pre-wrap;
}

#baogao-img p:nth-child(5) {
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    color: #ffbd1f;
    top: 355px;
    left: 69px;


}

#baogao-img p:nth-child(5) span {
    position: absolute;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #fefefc;
    margin-left: 16px;

}

#baogao-img p:nth-child(6) {
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    color: #ffbd1f;
    top: 355px;
    left: 217px;


}

#baogao-img p:nth-child(6) span {
    position: absolute;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #fefefc;
    margin-left: 16px;

}


#baogao-img p:nth-child(7) {
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    color: #ffbd1f;
    top: 420px;
    left: 98px;
    display: flex;
    align-items: center;


}

#baogao-img p:nth-child(7) span {

    font-weight: bold;
    font-size: 13px;
    color: #fefefc;
    margin-left: 5px;

}

#baogao-img p:nth-child(8) {
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    color: #ffbd1f;
    top: 420px;
    left: 270px;
    display: flex;
    align-items: center;


}

#baogao-img p:nth-child(8) span {
    font-weight: bold;
    font-size: 13px;
    color: #fefefc;
    margin-left: 5px;

}


#baogao-img p:nth-child(9) {
    position: absolute;
    top: 440px;
    left: 240px;
    transform: scale(0.5);
    color: #fefefc;
}

#baogao-img p:nth-child(9) p1 {
    display: inline-block;
    height: 10px;
    font-weight: normal;
    font-size: 12px;
    color: #fefefc;


}


#baogao-img p:nth-child(10) {
    position: absolute;
    font-weight: 500;
    font-size: 12px;
    color: #fefefc;
    top: 490px;
    left: 69px;
    display: flex;
    align-items: center;


}

#baogao-img p:nth-child(10) span {
    color: #ffbd1f;
    font-weight: bold;
    margin: 0 2px;

}


#baogao-img p:nth-child(11) {
    position: absolute;
    font-weight: bold;
    font-size: 12px;
    color: #fefefc;
    top: 515px;
    left: 55px;
    background: red;
    border-radius: 10px;
    width: 190px;
    height: 20px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    padding-left: 5px;
    line-height: 20px;


}

#baogao-img p:nth-child(11) span {

    /*transform: scale(0.9);*/

}

#baogao-img p:nth-child(12) {
    position: absolute;
    font-weight: bold;
    font-size: 12px;
    color: #fefefc;
    top: 540px;
    left: 55px;
    background: #3966ff;
    border-radius: 10px;
    width: 240px;
    height: 20px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    padding-left: 5px;
    line-height: 20px;


}

#baogao-img p:nth-child(12) span {

    /*transform: scale(0.9);*/

}


#baogao-img p:nth-child(13) {
    position: absolute;
    font-weight: bold;
    font-size: 12px;
    color: #fefefc;
    top: 565px;
    left: 55px;
    background: #ffbc01;
    border-radius: 10px;
    width: 280px;
    height: 20px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    padding-left: 5px;
    line-height: 20px;


}

#baogao-img p:nth-child(13) span {

    /*transform: scale(0.9);*/

}

#baogao-img p:nth-child(14) {
    position: absolute;
    font-weight: bold;
    font-size: 12px;
    color: #fefefc;
    top: 540px;
    left: 275px;
    display: flex;
    align-items: center;

}

#baogao-img p:nth-child(14) img {
    height: 20px;
    margin-right: 5px;
}

#baogao svg {
    position: absolute;
    top: 5%;
    right: 5%;
    height: 20px;
    width: 20px;
    z-index: 100;
}

#baogaobeijing {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 711px;
    z-index: -1;
}


#variety1{
    width: calc(90% - 20px);
    height: 40px;
    font-size: 20px;
    padding-left: 20px;
    z-index: 2;
}

#typelist1-main{
    width: 90%;
    height: 200px;
    overflow-y: auto;
    position: absolute;
    top: 58px;
    z-index: 1;
    background: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: none;
}


#typelist1-main svg{
    position: fixed;
    bottom: 358px;
    left: calc(50% + 130px);

    width: 20px;
    height: 20px;
    z-index: 199;
}

#typelist1{
    list-style-type: none;
}

#typelist1 li{
    height: 40px;
    width: calc(100% - 20px);
    border-top: 1px solid rgba(0,0,0,0.3);
    line-height: 40px;
    padding-left: 20px;
}


#textLine{
    height:100%;
    width: 1px;
    background: black;
    animation: blink 1s linear infinite;
}

@keyframes blink{
    0%{opacity: 1;}

    100%{opacity: 0;}
}
/* 添加兼容性前缀 */
@-webkit-keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-ms-keyframes blink {
    0% {opacity: 1; }
    100% { opacity: 0;}
}
@-o-keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

#navSum{
    position: fixed;
    left: -44px;
    bottom: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*transform: scale(0.9);*/

}


#navSum-main{

    writing-mode: vertical-lr;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #11a3fd;
}

#navSum-main a{
    display: inline-block;
    Letter-spacing:2px;
    margin: 0 5px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-weight: bold;


}


#navSum-main svg{
    height: 30px;
    width: 30px;
    margin-top: 10px;

}

#anniu {
    width: 20px;
}