.screen {
    color: rgb(56, 59, 70);
    font-size: 28px;
    padding: 44px 28px;
}

.select-menu {
    width: 130px;
    display: inline-block;
    border-radius: 20px;
}

.select-menu:nth-child(2) {
    width: 90px;
    display: inline-block;
    border-radius: 20px;
}

.select-menu:nth-child(3) {
    width: 148px;
    display: inline-block;
    border-radius: 20px;
}

.select-menu:nth-child(4) {
    width: 182px;
    display: inline-block;
    border-radius: 20px;
}

.select-menu-ul {
   list-style: none;
    left: 50%;
    transform: translateX(-50%);
    width: 268px;
    text-align: left;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.select-menu-ul0,
.select-menu-ul1,
.select-menu-ul2,
.select-menu-ul3 {
    /* position: relative; */
    width: 130px;
   list-style: none;
    text-align: left;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.select-menu-ul1 {
    /* position: relative; */
    width: 90px;
}

.select-menu-ul2 {
    /* position: relative; */
    width: 148px;
}

.select-menu-ul3 {
    /* position: relative; */
    width: 182px;
}

.select-menu-ul li,
.select-menu-ul0 li,
.select-menu-ul1 li,
.select-menu-ul2 li,
.select-menu-ul3 li {
    padding: 2% 0 2% 3%;
    text-align: center;
    color: rgb(56, 59, 70);
    font-family: Microsoft YaHei;
    font-size: 28px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0px;

}

.select-menu-ul li a {
    color: rgb(56, 59, 70) !important;

}

.select-menu-ul li:hover,
.select-menu-ul0 li:hover,
.select-menu-ul1 li:hover,
.select-menu-ul2 li:hover,
.select-menu-ul3 li:hover {
    background: #f2f2f2;

}

.select-menu-div {
    position: relative;
    height: 64px;
    line-height: 30px;
    border-radius: 10px;
}

.select-menu-div3,
.select-menu-div2,
.select-menu-div1,
.select-menu-div0 {
    position: relative;
    height: 64px;
    line-height: 30px;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(218, 218, 218);
    border-radius: 12px;
}

.select-this,
.select-this0,
.select-this1,
.select-this2,
.select-this3 {
    background: rgb(248, 212, 212);
    border-radius: 10px;
}

.select-this:hover,
.select-this0:hover,
.select-this1:hover,
.select-this2:hover,
.select-this3:hover {
    background: rgb(248, 212, 212) !important;
    border-radius: 10px;
}

.select-menu-div img {
    margin-right: 5px;
    position: absolute;
    right: -14px;
    top: 20px;
    width: 30px;
    height: 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.select-menu-div0 img,
.select-menu-div1 img,
.select-menu-div2 img,
.select-menu-div3 img {
    margin-right: 5px;
    position: absolute;
    right: 0px;
    top: 15px;
    /* width: 30px;
    height: 20px; */
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.select-menu-input {
    /* margin-left:3%; */
    border: 0;
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: right;
    color: rgb(21, 21, 21);
    font-size: 32px;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    /* padding-left: 50px; */
    box-sizing: border-box;
    border: 0px;
    border-radius: 10px;
    background: rgb(0, 0, 0, 0);
    padding-right: 40px;
    border: 0px;
}

.select-menu-input0,
.select-menu-input1,
.select-menu-input2,
.select-menu-input3 {
    border: 0;
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: left;
    color: rgb(21, 21, 21);
    font-size: 28px;
    cursor: pointer;
    user-select: none;
    /* padding-left: 50px; */
    box-sizing: border-box;
    border: 0px;
    border-radius: 10px;
    background: rgb(0, 0, 0, 0);
    padding-right: 40px;
    border: 0px;
    padding: 0px 12px;
    box-sizing: border-box;
}

.select-menu-i,
.select-menu-i0,
.select-menu-i1,
.select-menu-i2,
.select-menu-i3 {
    transform: rotate(180deg);

}

body {
    width: 750px;
    height: 100vh;
    overflow: hidden;
}

.beidan {
    width: 750px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    box-sizing: border-box;
    background: rgb(246, 246, 246);
}

.top {
    width: 750px;
    height: 128px;
    background: #fff;
    position: relative;
}

.logo {
    position: absolute;
    width: 454px;
    height: 422px;
    top: -250px;
    right: -112px;
}

.img-left {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}

.img-left img {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 12px;
    height: 24px;
}

.top-text {
    position: absolute;
    height: 58px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 32px;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    z-index: 999;
}

.menuBar {
    position: absolute;
    width: 48px;
    height: 48px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.menuBar img {
    width: 48px;
    height: 48px;
}

.tipsmark {
    position: fixed;
      top: 0;
    left: 0;
    width: 750px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.tipsmark div {
    text-align: center;
    width: 678px;
    height: 422px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 20px;
}

.tipsmark div span {
    color: rgb(255, 76, 76);
    font-family: Microsoft YaHei;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0px;
    margin-top: 140px;
    margin-bottom: 120px;
    display: block;
}

.tipsmark p {
    margin: 0 auto;
    width: 152px;
    height: 64px;
    line-height: 64px;
    background: rgb(255, 76, 76);
    border-radius: 32px;
    color: rgb(255, 255, 255);
    font-family: Noto Sans SC;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
}

.topSelect {
    display: flex;
    align-items: center;
    background: #fff;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.topSelect .jiangqidiv {
    display: flex;
    /*  22072 */
    /* flex: 0 0 230px; */
    height: 64px;
    padding-left: 10px;
    box-sizing: border-box;
    color: rgb(56, 59, 70);
    font-family: Noto Sans SC;
    font-size: 24px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0px;
    text-align: left;
    margin-right: 10px;
}


.topSelect .saishi {
    width: 182px;
    height: 64px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(218, 218, 218);
    border-radius: 12px;

    padding-left: 12px;
    box-sizing: border-box;
    color: rgb(56, 59, 70);
    font-family: Noto Sans SC;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;


}

.topSelect .saishi img,
.topSelect .changchi img {
    width: 32px;
    height: 32px;
    margin-left: 12px;
}

.topSelect .changchi {
    margin-left: 10px;
    width: 322px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(218, 218, 218);
    border-radius: 12px;
    height: 64px;
    padding-left: 12px;
    box-sizing: border-box;
    color: rgb(56, 59, 70);
    font-family: Noto Sans SC;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    position: relative;
}

.changchibox {
    position: absolute;
    top: 64px;
    left: 0;
    width: 292px;
    height: 320px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgb(218, 218, 218);
    border-radius: 12px;
    padding: 16px 0;
    box-sizing: border-box;
    z-index: 9999;
    /* 矩形 56 */

}

.changchibox div {
    width: 272px;
    height: 60px;
    line-height: 60px;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto;
    color: rgb(56, 59, 70);
    font-family: Noto Sans SC;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0px;

}

.changchibox div.active {
    background: rgb(248, 212, 212);
    color: rgb(255, 76, 76);
}

.changCiMark {
    height: 100vh;
    position: fixed;
      top: 0;
    left: 0;
    width: 750px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.changCiMark_box {
    width: 678px;
    min-height: 422px;
    max-height: 900px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 20px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.changCiMark_top {
    background: rgba(255, 76, 76, 0.4);
    border-radius: 20px 20px 0px 0px;
    height: 86px;
    color: rgb(255, 255, 255);
    font-family: Microsoft YaHei;
    font-size: 28px;
    font-weight: 700;
    line-height: 86px;
    letter-spacing: 0px;
    text-align: center;
}

.changCiMark_btm {
    min-height: 230px;
    max-height: 580px;
    overflow: auto;
    padding: 80px 25px;
    box-sizing: border-box;
}

.changCiMark_btm div {
    display: inline-block;
    /* 矩形 12 */
    margin-right: 10px;
    width: 202px;
    height: 64px;
    box-sizing: border-box;
    border: 1px solid rgb(171, 175, 179);
    border-radius: 12px;
    color: rgb(171, 175, 179);
    font-family: Noto Sans SC;
    font-size: 28px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 20px;
    padding:0 10px;
    box-sizing: border-box;
}
.changCiMark_btm div:nth-of-type(3n){
    margin-right: 0;
}
.changCiMark_btm div.active {
    color: #fff;
    background: rgb(255, 76, 76);
    border-color: rgb(255, 76, 76);
    border-radius: 6px;
}

.buttons {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    box-sizing: border-box;
}

.buttons div {
    width: 154px;
    height: 64px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(255, 76, 76);
    border-radius: 32px;
    text-align: center;
    line-height: 60px;
    color: rgb(255, 76, 76);
    font-family: Noto Sans SC;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;


}

.tips {
    width: 722.92px;
    height: 52.08px;
    font-size: 25px;
    border-radius: 6.94px;
    margin: 12px auto;
    position: relative;
    color: rgb(255, 76, 76);
    overflow: hidden;
    display: flex;
    line-height: 52.08px;

}

@keyframes identifier {
    from {
        transform: translateX(700px);
    }

    to {
        transform: translateX(-1000px);
    }
}

.tips .right {
    position: absolute;
    width: 630px;
    height: 52.08px;
    right: 20px;

    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;

    line-height: 52.08px;
    letter-spacing: 2.08px;
    overflow: hidden;
}

.tips .right div {
    position: absolute;
    width: 1200px;
    height: 52.08px;
    line-height: 55.08px;

    animation: identifier 15s infinite linear;
}

.table {
    margin: 0 auto;
    width: 728px;
    box-sizing: border-box;
    border: 2px solid rgb(171, 175, 179);
    border-bottom: 0;
    border-top: 0;

}

.table-item {
    display: flex;
    position: relative;
    margin-bottom: 8px;
    border-bottom: 2px solid rgb(171, 175, 179);
    border-top: 2px solid rgb(171, 175, 179);


}

.item-one {
    text-align: center;
    height: 180px;
    width: 80px;
    font-size: 24px;
    color: rgb(85, 85, 85);
    border-right: 2px solid rgb(171, 175, 179);
    background: #fff;

}

.item-one .one-top {
    height: 90px;
}

.item-one div {
    line-height: 100px;
}

.item-one .one-btm div {
    line-height: 36px;
}

.item-tow {
    font-size: 24px;
    color: rgb(85, 85, 85);
    text-align: center;
    width: 60px;
    line-height: 120px;
    border-right: 2px solid rgb(171, 175, 179);
    background: #fff;
}

.item-tow .tow_top {
    line-height: 120px;
    height: 90px;
}

.item-tow .tow_btm {
    line-height: 40px;
}

.item-tow .tow_btm2 {
    color: #80B7D6;
    font-weight: 700;
    line-height: 40px;
}

.item_three {
    flex: 1;
    text-align: center;
    background: rgb(254, 250, 244);
}

.three_top {
    color: rgb(85, 85, 85);
    font-family: Microsoft YaHei;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgb(171, 175, 179);
    height: 90px;
}
.three_top div {
    display: flex;
    flex: 1;
    justify-content: center;
}

.three_btm {
    height: 90px;
    display: flex;
    line-height: 50px;
}

.three_btm .active {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: rgb(255, 76, 76) !important;
    color: rgb(255, 255, 255) !important;
}

.three_btm .active span,
.three_btm .active div { 
    color: rgb(255, 255, 255) !important;
    
}

.three_btm>div {
    flex: 1;
    height: 90px;
    color: rgb(85, 85, 85);
    font-family: Microsoft YaHei;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    line-height: 70px;
    border-right: 2px solid rgb(171, 175, 179);
}

.three_btm>div:last-of-type {
    border: 0;
}

.three_btm>div div {
    height: 50px;
}

.three_btm span {
    line-height: 40px;
    display: block;
    background: none;
}

.item_last {
    border-left: 2px solid rgb(171, 175, 179);
    width: 140px;
    color: rgb(85, 85, 85);
    font-family: Microsoft YaHei;
    font-size: 24px;
    font-weight: 400;
    /* line-height: 16px; */
    letter-spacing: 0px;
    text-align: center;
    background: rgb(251, 228, 227);
    padding: 20px 10px;
    box-sizing: border-box;

}

.table-item .div {
    /* width: 110px; */
    background: rgb(254, 250, 244);
    width: 100%;
    position: absolute;
    bottom: -6px;
    left: 0;
    border-top: 2px solid rgb(171, 175, 179);
    height: 8px;

}

.table-item .div div {
    width: 140px;
    position: absolute;
    right: 0;
    height: 8px;
    border-left: 2px solid rgb(171, 175, 179);
    /* border-right: 2px solid rgb(171, 175, 179); */
    box-sizing: border-box;
    background: rgb(251, 228, 227);
}

.item_last div {
    height: 110px;
    display: flex;
    align-items: center;
}

.item_last p {
    color: rgb(255, 76, 76)
}