.main {
    width: 1200px;
    margin: 0 auto 40px auto;
    background: #fff;
}
.txt-scroll{
    background-color: #FFF9E0;
    background-image: url('/images/price/notice.png');
    background-size: 18px 18px;
    background-position: 10px center;
    background-repeat: no-repeat;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 5px 0 35px;
    color: #E75F00;
    font-size: 16px;
    cursor: pointer;
}
.txt-scroll .scrollbox{ width: 100%; white-space: nowrap; overflow:hidden; transition: all .2s; }
.txt-scroll .txt,
.txt-scroll .txt-clone{ display: inline; position: relative; }
.red {color: #fe751a;}
.green {color: #37BC4A;}


.ui-floor-nav .floor-content {
    width: 90%;
    background: #ffffff;
    margin-left: 5%;
    float: left;
}
.ui-floor-nav .floor-content .foor-content-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid #D2D2D2;
    float: left;
}
.ui-floor-nav .floor-content .foor-content-title .title {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 18px;
    color: #00aff2;
    border-bottom: 3px solid #00aff2;
}
.ui-floor-nav .floor-content .foor-content-title .content-title-div3 {
    float: right;
    margin-right: 15px;
    font-size: 14px;
    width: 140px;
    height: 35px;
    line-height: 35px;
    background: #FFFFFF;
    border: 1px solid #2D8DCD;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.ui-floor-nav .floor-content .foor-content-title .content-title-div3 > div {
    width: 16px;
    height: 16px;
    background: url("/images/feedback_1.png") no-repeat center;
    background-size: 100% 100%;
}
.ui-floor-nav .floor-content .foor-content-title .content-title-div3 > span {
    text-decoration: none;
    color: #2D8DCD;
}
.ui-floor-nav .floor-content .foor-content-title .content-title-div3:hover {
    background: #2D8DCD;
}
.ui-floor-nav .floor-content .foor-content-title .content-title-div3:hover > div {
    background: url("/images/feedback.png") no-repeat center;
    background-size: 100% 100%;
}
.ui-floor-nav .floor-content .foor-content-title .content-title-div3:hover > span {
    color: #FFFFFF;
}
.foor-content-table {
    margin-top: 50px;
    position: relative;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    /*background-color: white;*/
    border-radius: 25px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    padding: 20px;
    min-height:260px;
}

.foor-content-table-title{
    min-width: 95%;
    height:148px;
    text-align:left;
    font-size: 24px;
    color: #000000;
    /*display: flex;*/
}
.foor-content-table-title1{
    min-width: 95%;
    height:40px;
    text-align:left;
    font-size: 22px;
    color: #000000;
    display: flex;
}
.foor-content-contact1 {

    position: absolute;
    width: 85%;
    background: #F1F8FF;
    box-shadow: 4px 4px 2px 0px rgba(221,221,221,0.5);
    padding: 50px 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    left: 8%;
    top: 40%;

}
.foor-content-contact1 > span {
    z-index: 100;
    width: 180px;
    height: 48px;
    background: #2D8DCD;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foor-content-table-all {
    width:90%;
    margin-left: 5%;
    margin-top: 30px;
    position: relative;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    min-height:240px;
}

.float-left {float: left;}
.float-right {float: right;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.font-medium {font-weight: 500;}
.font-bold {font-weight: 700;}
.items-center {align-items: center;}
.flex {display: flex;}
.justify-between {justify-content: space-between;}
.justify-content {justify-content: center;}
.rounded-full {border-radius: 9999px;}


.mw-all {min-width: 100%;}
.w-all {width: 100%;}
.w-33 {width: 33%;}
.mh-580 {min-height:580px;}
.h-65 {height:65px;}
.p-20 {padding:20px;}
.p-30 {padding:30px;}
.px-3 {padding-left: 0.75rem;padding-right: 0.75rem;}
.px-4 {padding-left: 1.5rem;padding-right: 1.8rem;}
.py-1 {padding-top: 0.05rem;padding-bottom: 0.05rem;}
.py-3 {padding-top: 1rem;padding-bottom: 1rem;}
.py-2 {padding-top: 1.5rem;padding-bottom: 1.5rem;}
.mb-1 {margin-bottom: 0.25rem;}
.mb-2 {margin-bottom: 0.5rem;}
.mb-3 {margin-bottom: 0.75rem;}
.mt-2 {margin-top: 0.5rem;}
.mt-10 {margin-top: 10px;}
.mt-40 {margin-top: 40px;}
.ml {margin-left: auto;}
.ml-10 {margin-left: 10px}
.mr-5 {margin-right: 5px;}
.mr-25 {margin-right: 25px;}
.btl-radius-25 {border-top-left-radius: 25px;}
.btr-radius-25 {border-top-right-radius: 25px;}

.text-gray-500 {--tw-text-opacity: 1;color: rgb(107 114 128 / var(--tw-text-opacity));}
.text-gray-700 {--tw-text-opacity: 1;color: rgb(55 65 81 / var(--tw-text-opacity));}
.text-blue-600 {--tw-text-opacity: 1;color: rgb(37 99 235 / var(--tw-text-opacity));}
.text-purple-600 {--tw-text-opacity: 1;color: rgb(147 51 234 / var(--tw-text-opacity));}
.text-orange-600 {--tw-text-opacity: 1;color: rgb(227 71 16 / var(--tw-text-opacity));}
.text-green-500 {--tw-text-opacity: 1;color: rgb(34 197 94 / var(--tw-text-opacity));}
.text-green-800 {--tw-text-opacity: 1;color:rgb(18 116 74 / var(--tw-text-opacity));}
.text-red-500 {--tw-text-opacity: 1;color: rgb(239 68 68 / var(--tw-text-opacity));}
.text-black-500 {--tw-text-opacity: 1;color: rgb(0 0 0 / var(--tw-text-opacity));}
.text-red-800 {--tw-text-opacity: 1;color: rgb(153 27 27 / var(--tw-text-opacity));}


.bg-red-50 {--tw-bg-opacity: 1;background-color: rgb(254 242 242 / var(--tw-bg-opacity));}
.bg-green-50 {--tw-bg-opacity: 1;background-color: rgb(240 253 244 / var(--tw-bg-opacity));}
.bg-indigo-100 { --tw-bg-opacity: 1; background-color: rgb(224 231 255 / var(--tw-bg-opacity));  }

.text-xs {font-size: 0.25rem;line-height: 0.3rem;}
.text-sm {font-size: 0.35rem;line-height: 0.5rem;}
.text-lg {font-size: 0.75rem;line-height: 1rem;}
.text-xl {font-size: 1.05rem;line-height: 1.5rem;}
.text-2xl {font-size: 1.5rem;line-height: 1.75rem;}
.text-3xl {font-size:1.85rem;line-height:2rem;}


.other-float {
    position: fixed;
    display: flex;
    flex-flow: column;
    bottom: 5.7rem;
    right: 0.1rem;
}
.other-float > div {
    width: 0.84rem;
    cursor: pointer;
    margin-top: 0.25rem;
}
.other-float > div > img {
    width: 100%;
}
.other-float > div > div {
    position: relative;
    width: 100%;
    height: 0.37rem;
    background: #FFF;
    font-size: 0.2rem;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.daily-btn {
    width: 100%;
    padding: 0 0.3rem;
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.daily-btn > a {
    width: 3.35rem;
    height: 0.93rem;
    background: #2D8DCD;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.daily-btn > a > img {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.04rem;
}

.date-control {
    /*display: flex;*/
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.date-control div{
    width: 98%;
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 0.8rem;
    margin-top: 15px;
    margin-right: 2%;
}
.date-control label {
    font-size: 20px;
    font-weight: 600;
    /*color: #2c3e50;*/
}
.date-control input {
    margin-right: 10px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 20px;
    width: 50%;
}
.date-control select {
    margin-right: 10px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 20px;
    width: 50%;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    font-size: 15px;
}
.data-table th, .data-table td {
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}
.data-table th {
    background: #2D8DCD;
    color: white;
    font-weight: 600;
}
.data-table tr:nth-child(even) {
    background: #f7f9fc;
}
.data-table tr:hover {
    background: #eef5ff;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 120px !important;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 14px !important;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

