.content_chants {
    width: 100%;
    overflow: hidden;
}

.content_chants_inner {
    min-height: 1000px;
    width: 1200px;
    background: #FFFFFF;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
}

.lists_view {
    width: 100%;
    /* background: salmon; */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.lists_view_left {
    width: 996px;
    /* background: sandybrown; */
    display: flex;
    border-bottom: 1px solid #EEEEEE;
    padding: 20px 0;
}

.lists_view_left img {
    height: 126px;
    width: 180px;
    border-radius: 8px;
}

.innertext {
    margin-left: 20px;
}

.innertext h4 {
    font-size: 18px;
    width: 780px;
}

.flex_3 {
    display: flex;
    justify-content: space-between;
    width: 784px;
    margin-top: 16px;
}

.flex_3 .name {
    width: 160px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
    color: #6E6E6E;
}

.flex_3 .type {
    width: 160px;
    height: 76px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
    color: #6E6E6E;
    opacity: 1;
}

.innertext h4,
.flex_3 .name p,
.flex_3 .type p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flex_3 .Introduction {
    width: 420px;
    height: 76px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
    color: #6E6E6E;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.lists_view_right button {
    width: 128px;
    height: 38px;
    background: var(--color);
    opacity: 1;
    border-radius: 10px;
    outline: none;
    border: 0;
    color: var(--font-color);
    margin-top: 45px;
    cursor: pointer;
}

.lists_view_right button:hover {
    background: var(--selected-color);
}


.mask {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background: rgba(33, 33, 33, 0.18);
    display: none;
}

.alert_view {
    width: 470px;
    height: 426px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.alert_view .title {
    font-size: 25px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 33px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 36px 0 22px 0;
}

.close {
    position: absolute;
    height: 16px;
    width: 16px;
    right: 18px;
    top: 18px;
}

.inner_content {
    width: 400px;
    height: 290px;
    /* background: burlywood; */
    margin: 0 auto;
}

.startName_warp {
    font-size: 14px;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #DFDEDE;
    display: flex;
    justify-content: space-between;
}

.address {
    display: flex;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    justify-content: space-between;
    height: 24px;
    padding: 18px 0;
    border-bottom: 1px solid #DFDEDE;
}

.area {
    white-space: nowrap;
}

.select {
    margin-left: 5px;
    width: 20%;
}

.switch span {
    display: inline-block;
    width: 48px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #E0DFDF;
    opacity: 1;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.phone {
    height: 20px;
    padding: 20px 0 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #E0DFDF;
}

.phone input {
    outline: none;
    border: 0;
    margin-left: 20px;
}

.code {
    height: 20px;
    padding: 20px 0 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #E0DFDF;
    display: flex;
    justify-content: space-between;
}

.code input {
    outline: none;
    border: 0;
    margin-left: -100px;
    width: 100px;
}

.getcode {
    color: var(--color);
    cursor: pointer;
    width: 80px;
    /* background: pink; */
    text-align: center;
}

.submit {
    width: 100%;
    height: 50px;
    background: var(--color);
    box-shadow: 0px 3px 6px rgba(90, 77, 22, 0.6);
    opacity: 1;
    border: 0;
    outline: none;
    border-radius: 4px;
    margin-top: 30px;
    color: #FFFFFF;
    cursor: pointer;
}

.link_type {
    background: var(--color) !important;
    color: #FFFFFF;
}