body {
    background: #f3f4f8;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.location img {
    width: 12px;
    height: 12px;
    display: inline-block;
}

/* 标题 */
.l_title {
    padding-top: 40px;
}

.l_back {
    position: absolute;
    top: 0;
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
}

.l_back img {
    width: 500px;
}

.title {
    text-align: center;
    font-size: 34px;
    position: relative;
    height: 60px;
    margin-top: 40px;
    font-weight: bold;
    position: relative;
}

.title2 {
    color: white;
}

.title2::after {
    background: white;
}

.titletext {
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
    font-size: 20px;
    position: relative;
}

.titletext2 {
    color: white;
}

.place_block {
    box-sizing: border-box;
    padding: 0px 0px 80px 0px;
}

.one_list {
    margin-top: 60px;
}

/* 表格 */
#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
    background-color: white;
}

#customers td,
#customers th {
    font-size: 16px;
    border: 1px solid #e7ecf8;
    padding: 14px 10px 15px 10px;
}

#customers th {
    font-size: 18px;
    background-color: white;
    text-align: center;
}

#customers tr td {
    text-align: center;
    font-size: 15px;
}

#customers tr.alt td {
    background-color: white;
}

#customers tr .tdline {
    width: 50px;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
    background: #e4effa;
    font-size: 18px;
}

#customers tr .tdline2 {
    background: #fae4f1;
}

#customers tr .tdline3 {
    background: #edfff1;
}

#customers tr .tdline4 {
    background: #faf4e4;
}

#customers tr .tdline5 {
    background: #f2ebf7;
}

#customers tr .tdline6 {
    background: #e4effa;
}

#customers tr .td_img {
    width: 18px;
    height: 18px;
    display: inline-block;
}

#customers tr .td_img img {
    width: 18px;
    height: 18px;
}


.text_left {
    text-align: left !important;
}

#customers th .th_title {
    box-sizing: border-box;
    padding: 10px 0px 5px 0px;
    font-size: 24px;

}

#customers th .th_price {
    font-weight: normal;
    font-size: 16px;
    color: #333333;

}

#customers th .big {
    font-size: 26px;
    line-height: 50px;
}

#customers th .th_price2 {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;

}

#customers th .th_con {
    height: 192px;
}

#customers th .th_btn {
    height: 30px;
    line-height: 30px;
    width: fit-content;
    background: #5aacff;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 15px;
    margin: 10px auto;
    border-radius: 5px;
    font-weight: normal;
    cursor: pointer;
}

#customers th .th_btn2 {
    background: #ffbf14;
}

#customers th .th_btn3 {
    background: #54cd87;
}

#customers th .th_btn4 {
    background: #c36bf0;
}

#customers th .th_btn:hover {
    opacity: 0.8;
}

#customers th .th_price3 {
    visibility: hidden;
}

#customers th .th_priceone {
    position: relative;
    top: 20%;
}

#customers tr .textleft {
    box-sizing: border-box;
    padding-left: 80px;
}

.price_btn {
    height: 60px;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    line-height: 60px;
    margin: 60px auto 0px auto;
    background: #178eff;
    color: white;
    cursor: pointer;
}

.price_btn:hover {
    background: #0e7adf;
}













@media screen and (max-width:1000px) {

    /* 标题 */
    .l_title {
        padding-top: 20px;
    }

}

@media screen and (max-width:800px) {

    /* 标题 */
    .l_back {
        width: 50%;
        left: 50%;
        transform: translateX(-50%);
    }

    .l_back img {
        width: 100%;
    }

    .title {
        font-size: 20px;
        height: 20px;
        margin-top: 0px;
    }

    .titletext {
        margin-top: 15px;
        font-size: 14px;
    }

    /* 表格 */
    #customers {
        min-width: 700px;
    }

    #customers td,
    #customers th {
        font-size: 14px;
    }

    .one_list {
        overflow-x: auto;
        margin-top: 30px;
    }

    #customers tr .tdline {
        width: fit-content;
        font-size: 16px;
    }
    #customers tr .textleft{
        padding-left: 0;
    }
    #customers th .th_title{
        font-size: 18px;
    }
     #customers tr .thone{
        font-size: 18px !important;
    }
    
}