* {
    margin: 0;
    padding: 0;
}
.login {
    width: 100%;
    height: 100vh;
    display: flex;
}
.login_left {
    width: 50%;
    height: 100%;
    background: linear-gradient(96.9deg, #36D8BB 0%, #1FBABC 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_icon {
    width: 443px;
    height: 447px;
}
.login_right {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}
.right_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_btn {
    width: 110px;
    height: 38px;
    border: 1px solid #1fbabc;
    border-radius: 19px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #1FBABC;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}
.login_window {
    width: 344px;
    height: 477px;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    margin: 0 auto;
    margin-top: 150px;
    box-sizing: border-box;
    padding: 30px 25px 0 25px;
}
.window_name {
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #1FBABC;
}
.window_tips {
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #888888;
    margin-top: 6px;
    margin-bottom: 30px;
}
.window_input {
    height: 50px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.phone {
    width: 24px;
    height: 24px;
    margin: 0 15px;
}
.line {
    height: 17px;
    border-left: 1px solid #eee;
}
.input {
    margin-left: 15px;
    border: none;
    outline: none;
}
.code {
    width: 62px;
    height: 28px;
    background: #1fbabc;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
    border-radius: 14px;
}
.code_time {
    display: none;
    width: 62px;
    height: 28px;
    background: #bbbbbb;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
    border-radius: 14px;
}
.button {
    height: 40px;
    background: #1fbabc;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 30px;
    cursor: pointer;
}
.login_type {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.row_name {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #888888;
    margin: 0 8px;
}
.row_line {
    width: 70px;
    border-top: 1px solid #c9c9c9;
}
.wechat {
    width: 32px;
    height: 32px;
    display: block;
    cursor: pointer;
    margin: 20px auto;
}
.bottom_tips {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #BBBBBB;
    text-align: center;
    margin-top: 60px;
}
.zhe {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0,.9);
}
.zhe_center {
    width: 320px;
    height: 320px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    margin: auto;
}
.zhe_name {
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.code_img {
    width: 320px;
    height: 320px;
    margin-top: 20px;
}
.zhe_bottom {
    height: 62px;
    background: #232323;
    border-radius: 31px;
    overflow: hidden;
    margin-top: 25px;
}
.zhe_txt {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 6px;
}
.bg {
    background: #f8f9fb;
    overflow: hidden;
}
.card {
    width: 1200px;
    background: #fff;
    height: 860px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.success_icon {
    width: 150px;
    height: 100px;
    margin-top: 150px;
}
.success_tips {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #888888;
    margin: 25px 0 20px 0;
}
.s_line {
    width: 240px;
    border-top: 1px solid #eee;
}
.s_price {
    font-weight: 900;
    font-style: normal;
    color: #1FBABC;
    font-size: 32px;
    margin: 10px 0 6px 0;
}
.s_txt {
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #888888;
}
.pay_box {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}
.pay_btn {
    width: 200px;
    height: 50px;
    background: #1fbabc;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #FFFFFF;
    cursor: pointer;
}
.pay_btn_a {
    width: 198px;
    height: 48px;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #1FBABC;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #1FBABC;
    margin-left: 20px;
    cursor: pointer;
}
.card_head {
    height: 58px;
    border-bottom: 1px solid #eee;
    padding-left: 40px;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #000000;
    list-style: none;
    line-height: 58px;
    width: 100%;
}
.pay_center {
    display: flex;
    padding-top: 100px;
}
.pay_top {
    font-weight: 400;
    color: #000000;
    font-size: 14px;
}
.pay_code {
    width: 340px;
    height: 340px;
    margin: 25px 0 10px 0;
}
.pay_tips {
    width: 355px;
}
.pay_phone {
    width: 363px;
    height: 464px;
    margin: 30px 0 0 70px;
}
.pay_time {
    font-weight: 700;
    color: #1FBABC;
    font-size: 16px;
}
.ss_info {
    background: #f8f9fb;
    min-height: 780px;
    overflow: hidden;
}
.ss_center {
    width: 1200px;
    margin: 20px auto;
}
.ss_name {
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #333;
}
.ss_tabs {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.ss_tab {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #666666;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.ss_tab_a {
    border: 1px solid #1fbabc;
    border-radius: 20px;
    color: #1fbabc;
}
.ss_tab:hover {
    color: #1fbabc;
}
.ss_list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ss_item {
    width: 285px;
    height: 308px;
    margin-bottom: 20px;
    border-radius: 6px;
}
.ss_item:hover {    
    box-shadow: 0px 4px 8px rgb(0 0 0 / 5%);
}
.ss_item_top {
    width: 285px;
    height: 180px;
    position: relative;
}
.ss_item_img {
    width: 100%;
    height: 100%;
}
.ss_item_tag {
    width: 70px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    background: #1fbabc;
    border-radius: 0 6px 0 6px;
}
.ss_item_pay {
    width: 70px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffa142;
    border-radius: 0 6px 0 6px;
}
.ss_item_close {
    width: 70px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    background: #bbbbbb;
    border-radius: 0 6px 0 6px;
}
.ss_item_bottom {
    height: 128px;
    background: #fff;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
}
.ss_item_name {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ss_item_time {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #888888;
    margin: 6px 0;
}
.ss_item_price {
    font-weight: 900;
    font-style: normal;
    font-size: 14px;
    color: #1FBABC;
}
.ss_result {
    width: 70px;
    height: 28px;
    font-weight: 400;
    font-style: normal;
    color: #1FBABC;
    font-size: 13px;
    background: #e8f8f8;
    text-align: center;
    line-height: 28px;
    margin-top: 6px;
}
.ss_detail {
    width: 70px;
    height: 28px;
    font-weight: 400;
    font-style: normal;
    color: #FFA142;
    font-size: 13px;
    background: #fff5ec;
    text-align: center;
    line-height: 28px;
    margin-top: 6px;
}
.ss_test {
    width: 68px;
    height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #333;
    font-size: 13px;
    text-align: center;
    line-height: 28px;
    margin-top: 6px;
    border: 1px solid #dddddd;
}
.jb {
    display: flex;
    width: 1200px;
    margin: 20px auto;
    justify-content: space-between;
}
.jb_left {
    width: 280px;
    height: 280px;
    background: #fff;
    box-sizing: border-box;
    padding-left: 20px;
}
.jb_head {
    height: 54px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    position: relative;
}
.jb_head::after {
    content: "";
    position: absolute;
    width: 97px;
    height: 2px;
    background: #1fbabc;
    left: 0;
    bottom: 0;
}
.user_icon {
    width: 15px;
    height: 15px;
}
.user_text {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #333;
    margin-left: 10px;
}
.jb_right {
    width: 900px;
    height: 280px;
    background: #fff;
    box-sizing: border-box;
}
.jb_right_head {
    height: 54px;
    border-bottom: 1px solid #eeeeee;
    line-height: 54px;
    padding-left: 20px;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #333;
}
.jb_right_content {
    padding-left: 20px;
}
.jb_first {
    height: 100px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}
.width_name {
    width: 56px;
    text-align: right;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #888888;
}
.jb_avatar {
    width: 60px;
    height: 60px;
    background: gold;
    border-radius: 50%;
    margin-left: 20px;
}
.jb_second {
    height: 60px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}
.width_num {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    margin-left: 20px;
}