.price {
    color: #c6231d
}

.syb-user-wrapper {
    background: #f5f5f5;
    padding: 50px 0
}

.syb-user-wrapper .auto-content {
    display: flex
}

.syb-user-sidebar {
    width: 250px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    align-self: flex-start;
    position: sticky;
    top: 20px
}

.syb-user-sidebar__header {
    height: 80px;
    background: linear-gradient(90deg, #ba2124, #e6ba7a);
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    font-weight: bold
}

.syb-user-sidebar__list {
    padding: 20px
}

.syb-user-sidebar__list li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-size: 16px
}

.syb-user-sidebar__list li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333
}

.syb-user-sidebar__list li:hover {
    background: #f5f5f5
}

.syb-user-sidebar__list li.is-active {
    background: #f5f5f5
}

.syb-user-sidebar__list li.is-active a {
    color: #c6231d
}

.syb-user-container {
    margin-left: 40px;
    flex: 1;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    padding: 25px
}

.syb-user-container--index {
    padding: 0
}

.syb-user-title {
    width: 100%;
    min-height: 40px;
    border-radius: 20px;
    background: #e7bc7b;
    color: #41250e;
    padding: 0 5px 0 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.syb-user-title__title {
    font-weight: bold;
    font-size: 18px
}

.syb-user-title__title i {
    font-size: 20px;
    margin-right: 10px
}

.syb-user-title__nav {
    font-size: 16px;
    display: flex;
    align-items: center
}

.syb-user-title__nav li {
    margin-right: 30px;
    cursor: pointer
}

.syb-user-title__nav li.is-active {
    font-weight: bold;
    color: #c6231d
}

.syb-user-title__nav li.is-active a {
    color: #c6231d
}

.syb-user-title__extend {
    margin-right: 0;
    margin-left: auto
}

.syb-user-title a {
    color: #41250e;
    cursor: pointer;
    transition: all 0.3s ease
}

.syb-user-title a:hover {
    color: #c6231d
}

.syb-user-search {
    width: 280px;
    height: 32px;
    background: #fff;
    border-radius: 18px;
    margin-left: auto;
    padding: 0 0 0 15px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    overflow: hidden
}

.syb-user-search__inner {
    width: calc(100% - 50px);
    font-size: 14px
}

.syb-user-search__inner input {
    width: 100%;
    height: 100%;
    outline: none;
    border: 0;
    background: transparent
}

.syb-user-search__btn {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: relative;
    left: -1px;
    color: #666;
    cursor: pointer
}

.syb-user-search__btn::before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #666;
    position: relative;
    left: -4px
}

.syb-user-account {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(245, 245, 245, 0) 150px, rgba(245, 245, 245, 0.7) 200px, #f5f5f5 250px, #f5f5f5), linear-gradient(90deg, #ba2124, #e6ba7a);
    background-size: 100% 100%, 100% 99%;
    background-repeat: no-repeat;
    background-position: bottom, top;
    padding: 0
}

.syb-user-account__top {
    height: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px
}

.syb-user-account__info {
    display: flex;
    align-items: center
}

.syb-user-account__info_avatar {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    background: #f5f5f5;
    overflow: hidden
}

.syb-user-account__info_avatar img {
    width: 100%;
    height: 100%
}

.syb-user-account__info_text {
    margin-left: 20px;
    color: #fff
}

.syb-user-account__info_nickname {
    font-size: 20px;
   
}

.syb-user-account__info_nickname span {
    font-size: 14px;
    margin-left: 14px;
    cursor: pointer
}

.syb-user-account__info_nickname span:hover {
    text-decoration: underline
}

.syb-user-account__info_nickname i {
    margin-right: 5px
}

.syb-user-account__info_username {
    font-size: 18px;
    margin: 10px 0
}

.syb-user-account__info_btn {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
     margin-top: 10px;
}

.syb-user-account__info_btn:hover {
    background: rgba(0, 0, 0, 0.15);
    color: #fff
}

.syb-user-account__order {
    display: flex;
    align-self: stretch
}

.syb-user-account__order dl {
    width: 120px
}

.syb-user-account__order dl a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease
}

.syb-user-account__order dl a:hover {
    background: rgba(0, 0, 0, 0.15)
}

.syb-user-account__order dt {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    position: relative
}

.syb-user-account__order dt i {
    font-size: 24px;
    color: #a1a1a1
}

.syb-user-account__order dd {
    color: #fff;
    font-size: 16px;
    margin-top: 10px
}

.syb-user-account__order_sub {
    position: absolute;
    width: 35px;
    height: 35px;
    position: absolute;
    right: -15px;
    top: -15px;
    background: #f8ebeb;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #c6231d;
    font-size: 18px;
    color: #c6231d;
    text-align: center;
    line-height: 35px
}

.syb-user-account__content_wrapper {
    padding: 0 25px
}

.syb-user-account__content {
    border-radius: 10px;
    background: #fff;
    padding: 25px
}

.syb-user-account__row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px
}

.syb-user-account__col {
    min-height: 150px
}

.syb-user-account__col--260 {
    width: 260px
}

.syb-user-account__col--340 {
    width: 340px
}

.syb-user-account__col--460 {
    width: 460px
}

.syb-user-account__col--full {
    width: 100%
}

.syb-user-account__divider {
    width: 1px;
    height: 60px;
    background: #cbcbcb;
    align-self: flex-end;
    margin-bottom: 30px
}

.syb-user-account__adviser {
    color: #666
}

.syb-user-account__adviser_qrcode {
    float: left;
    width: 70px;
    height: 70px
}

.syb-user-account__adviser_qrcode img {
    width: 100%;
    height: 100%
}

.syb-user-account__adviser h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 85px
}

.syb-user-account__adviser p {
    padding-left: 85px;
    font-size: 16px
}

.syb-user-account__adviser p i {
    margin-right: 5px
}

.syb-user-account__member p {
    font-size: 16px
}

.syb-user-account__member p b {
    margin-right: 5px
}

.syb-user-account__member p strong {
    color: #ddb06f;
    margin-right: 5px
}

.syb-user-account__member p em {
    font-style: normal;
    font-weight: bold;
    color: #c6231d
}

.syb-user-account__progress {
    width: 100%;
    height: 24px;
    background: #f8ebeb;
    border-radius: 12px;
    margin-top: 15px;
    position: relative
}

.syb-user-account__progress.is-done .syb-user-account__progress_mascot {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    right: -20px;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.3);
    transform: translateY(-8px)
}

.syb-user-account__progress.is-done .syb-user-account__progress_mascot:hover {
    opacity: 0
}

.syb-user-account__progress.is-done .syb-user-account__progress_text {
    opacity: 1
}

.syb-user-account__progress.is-done:hover .syb-user-account__progress_mascot {
    opacity: 0
}

.syb-user-account__progress.is-little .syb-user-account__progress_text {
    left: 0;
    right: auto;
    color: #fff
}

.syb-user-account__progress_text {
    font-size: 12px;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px;
    opacity: 0;
    transition: all 0.3s ease
}

.syb-user-account__progress_inner {
    width: 0%;
    height: 100%;
    background: #c6231d;
    border-radius: 12px;
    position: relative
}

.syb-user-account__progress_mascot {
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 12px;
    background-color: #c6231d;
    background-image: url("/static/img/logo.png?v=9e95b7ca8118");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
    top: 0;
    right: 0;
    transition: all 0.3s ease
}

.syb-user-account__privilege {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.syb-user-account__privilege dl {
    display: flex;
    flex-direction: column;
    align-items: center
}

.syb-user-account__privilege dl:nth-of-type(1) dt {
    padding-top: 10px;
    background: #89afd5
}

.syb-user-account__privilege dl:nth-of-type(2) dt {
    background: #a29ec7
}

.syb-user-account__privilege dl:nth-of-type(3) dt {
    background: #d1c0a5
}

.syb-user-account__privilege dt {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 22px;
    text-align: center;
    color: #fff
}

.syb-user-account__privilege dt em {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    color: #89afd5;
    border-radius: 9px;
    font-size: 10px;
    margin-left: 2px;
    font-style: normal
}

.syb-user-account__privilege dt img {
    width: 100%;
    height: 100%
}

.syb-user-account__privilege dd {
    font-size: 16px;
    color: #666
}

.syb-user-account__privilege .syb-button {
    font-size: 12px;
    padding: 0 8px;
    line-height: 1.5
}

.syb-user-account__privilege_apply {
    font-size: 12px !important
}

.syb-user-account__privilege_apply i {
    margin-left: 2px
}

.syb-user-account__friend_text {
    font-size: 16px;
    display: flex;
    justify-content: space-between
}

.syb-user-account__friend_text .invite-copy {
    color: #c6231d
}

.syb-user-account__friend_text .invite-copy i {
    display: inline-block;
    border: 1px solid #c6231d;
    border-radius: 15px;
    margin-left: 5px;
    padding: 0 5px;
    cursor: pointer;
    font-size: 12px;
    font-style: normal
}

.syb-user-account__friend_text img {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: relative;
    top: -2px
}

.syb-user-account__friend_text a {
    color: #c6231d
}

.syb-user-account__friend_text a:hover {
    text-decoration: underline
}

.syb-user-account__friend_img {
    width: 460px;
    height: 110px;
    background: #f5f5f5;
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden
}

.syb-user-account__friend_img img {
    width: 100%;
    height: 100%
}

.syb-browsing-history__section {
    padding-top: 20px
}

.syb-browsing-history__title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    position: relative
}

.syb-browsing-history__title span {
    float: left;
    padding-right: 30px
}

.syb-browsing-history__title::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 110px);
    right: 0;
    height: 3px;
    background: #ececec;
    top: 18px
}

.syb-browsing-history__box {
    display: flex;
    flex-wrap: wrap
}

.syb-browsing-history__item {
    width: 160px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    margin: 0 15px 15px 0;
    cursor: pointer
}

.syb-browsing-history__item:hover .syb-browsing-history__text {
    color: #c6231d
}

.syb-browsing-history__item:hover img {
    transform: scale(1.05)
}

.syb-browsing-history__item:nth-of-type(6n) {
    margin-right: 0
}

.syb-browsing-history__img {
    width: 160px;
    height: 145px;
    overflow: hidden
}

.syb-browsing-history__img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease
}

.syb-browsing-history__text {
    line-height: 40px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.syb-browsing-history__more {
    text-align: center;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    color: #c6231d
}

.syb-browsing-history__nomore {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 10px
}

.syb-browsing-history__empty {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #c6231d;
    text-align: center
}

.syb-browsing-history__empty p {
    margin: 60px 0 30px
}

.syb-user-info {
    font-size: 16px
}

.syb-user-info .layui-form {
    width: 500px
}

.syb-user-info__edit {
    color: #c6231d;
    cursor: pointer
}

.syb-user-info__edit:hover {
    text-decoration: underline
}

.syb-user-info .layui-form-label {
    width: 90px
}

.syb-user-info .layui-input-block {
    margin-left: 120px
}

.syb-user-info .layui-form-checkbox>div {
    font-size: 16px
}

.syb-user-info th {
    background: #f7f7f7
}

.syb-user-info th,
.syb-user-info td {
    padding: 8px
}

.syb-user-info .syb-button {
    margin-right: 20px
}



.syb-user-info__upload {
    width: 100%;
    height: 85px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    border: 1px dashed #ccc
}

.syb-user-info__upload input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    opacity: 0
}

.syb-user-info__upload-icon {
    font-size: 30px
}

.syb-user-info__img {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    position: relative;
    background: #eee
}

.syb-user-info__img img {
    border-radius: 6px;
    width: 100%;
    height: 100%
}

.syb-user-info__img-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    font-size: 26px
}

.syb-user-info__img-close {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #c7c7c7;
    color: #fff;
    position: absolute;
    right: -5px;
    top: -5px;
    display: block;
    text-align: center;
    line-height: 15px;
    cursor: pointer
}

.syb-security {
    font-size: 16px;
    box-sizing: border-box
}

.syb-security .el-breadcrumb {
    font-size: 16px
}

.syb-security .el-breadcrumb__inner a:hover,
.syb-security .el-breadcrumb__inner.is-link:hover {
    color: #c6231d
}

.syb-security .syb-icon-tongguo {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background: #47b762;
    color: #fff;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    margin-right: 5px
}

.syb-security__item {
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
    border-top: 1px dashed #e2e2e2
}

.syb-security__item:first-child,
.syb-security__item:last-child {
    border-top: none
}

.syb-security__title {
    width: 33%;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px
}

.syb-security__title .icon {
    width: 45px;
    height: 45px;
    background: #f7f7f7;
    color: #4d4d4d;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    margin-right: 15px;
    border-radius: 23px;
    font-weight: normal
}

.syb-security__title::after {
    content: '!';
    margin-left: 5px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #e72d2d;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px
}

.syb-security__title--done::after {
    content: '鉁�';
    background: #47b762
}

.syb-security__text {
    width: 33%;
    text-align: center
}

.syb-security__set {
    width: 33%;
    text-align: right
}

.syb-security__set .syb-icon-zhuxiao {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.syb-security .syb-login2input__label {
    width: 70px
}

.syb-security-summarize {
    display: flex;
    height: 160px;
    align-items: center
}

.syb-security-summarize__score {
    width: 190px;
    height: 140px;
    position: relative;
    background: url("/static/img/security/safe-low.png?v=c77f11f90cf6")
}

.syb-security-summarize__score span {
    display: block;
    position: absolute;
    width: 100px;
    height: 50px;
    left: 11px;
    top: 32px;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: #fff
}

.syb-security-summarize__score--normal {
    background: url("/static/img/security/safe-normal.png?v=c956436985f9")
}

.syb-security-summarize__score--low {
    background: url("/static/img/security/safe-low.png?v=c77f11f90cf6")
}

.syb-security-summarize__score--high {
    background: url("/static/img/security/safe-high.png?v=7573d1736007")
}

.syb-security-summarize__desc {
    font-size: 16px;
    margin-left: 30px;
    padding: 10px 20px;
    background: #eee;
    border-radius: 10px;
    position: relative
}

.syb-security-summarize__desc::before {
    content: "";
    position: absolute;
    border-top: 15px solid #eee;
    border-radius: 50px 0 0 0;
    top: 5px;
    left: -15px;
    width: 25px;
    height: 20px;
    transform: scaleY(-1) rotate(45deg)
}

.syb-security-step {
    width: 500px;
    margin: 50px auto
}

.syb-security-step .el-step__icon {
    background: #bfbfbf;
    color: #fff;
    width: 30px;
    height: 30px;
    border: 0
}

.syb-security-step .el-step__head.is-finish,
.syb-security-step .el-step__head.is-process {
    border-color: #bfbfbf
}

.syb-security-step .el-step__head.is-finish .el-step__icon,
.syb-security-step .el-step__head.is-process .el-step__icon {
    background: #c6231d
}

.syb-security-step .el-step__line {
    transform: scaleX(70%) translateY(3px);
    background: #bfbfbf
}

.syb-security-step .el-step__title {
    font-weight: normal
}

.syb-security-step .el-step__title.is-finish,
.syb-security-step .el-step__title.is-process {
    color: #c6231d !important
}

.syb-user-integral__info {
    display: flex
}

.syb-user-integral__info dl {
    width: 280px
}

.syb-user-integral__info dt {
    font-size: 16px;
    color: #666
}

.syb-user-integral__info .number {
    font-size: 48px;
    font-weight: bold;
    color: #c6231d;
    font-family: 'Microsoft YaHei';
    letter-spacing: -3px;
    margin-bottom: 10px
}

.syb-user-integral__info div {
    margin-left: auto
}

.syb-user-integral__describe {
    border-radius: 10px;
    padding: 25px 30px;
    background: #f5f5f5;
    font-size: 16px;
    line-height: 1.5;
    margin: 25px 0
}

.syb-user-integral__describe h3 {
    color: #c6231d;
    margin: 20px 0 10px
}

.syb-user-integral__describe h3:first-child {
    margin-top: 0
}

.syb-user-integral__describe p {
    padding: 3px 0
}

.syb-user-integral__describe p:last-child {
    margin-top: 20px
}

.syb-user-integral__describe p:last-child a {
    color: #4659cf
}

.syb-user-integral__describe p:last-child a:hover {
    text-decoration: underline
}

.syb-user-integral__tab th {
    font-size: 16px;
    background: #f7f7f7
}

.syb-user-integral__tab td {
    font-size: 16px
}

.syb-user-integral__tab h3 {
    font-size: 16px;
    margin-bottom: 10px
}

.syb-user-address__add {
    text-align: right;
    margin-bottom: 20px;
    padding-right: 20px
}

.syb-user-address__content {
    padding: 0 20px;
    display: grid;
    grid-template-columns:calc(50% - 10px) calc(50% - 10px);
    grid-row-gap: 20px;
    grid-column-gap: 20px
}

.syb-user-address__item {
    box-sizing: border-box;
    padding: 0 30px;
    border: 1px dashed #c8c8c8;
    border-radius: 10px;
    transition: all 0.3s ease
}

.syb-user-address__item:hover {
    border-color: #888;
    background: #f5f5f5
}

.syb-user-address__item:hover .syb-user-address__item_action span {
    color: #c6231d
}

.syb-user-address__item h3 {
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 20px
}

.syb-user-address__item h3 span {
    float: right
}

.syb-user-address__item p {
    height: 55px;
    font-size: 16px;
    color: #333;
    line-height: 1.5
}

.syb-user-address__item p span {
    margin-right: 10px
}

.syb-user-address__item_action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dedede;
    height: 50px
}

.syb-user-address__item_action .layui-form-radio {
    margin: 0 !important
}

.syb-user-address__item_action span {
    font-size: 16px;
    color: #666;
    transition: all 0.3s ease;
    margin-left: 25px;
    cursor: pointer
}

.syb-user-address__pagination {
    margin-top: 20px
}

.syb-user-order__content {
    padding: 0 20px
}

.syb-user-order__pagination {
    margin-top: 20px
}

.syb-user-order__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px
}

.syb-user-order__empty_text {
    font-size: 16px;
    margin-top: 30px
}

.syb-user-order__empty_btn {
    margin-top: 60px
}

.syb-user-order__empty_btn .syb-button {
    padding: 10px 30px;
    font-size: 16px
}

.syb-user-order__table {
    text-align: center
}

.syb-user-order__table tbody tr:nth-of-type(2n-1) {
    background: #f0f0f0;
    transition: all 0.3s ease
}

.syb-user-order__table tbody tr:nth-of-type(2n) {
    background: #fff
}

.syb-user-order__table tbody tr:nth-of-type(2n):hover {
    background: #fafafa
}

.syb-user-order__table th {
    font-size: 16px;
    color: #333;
    text-align: center
}

.syb-user-order__table td {
    font-size: 16px
}

.syb-user-order__table .syb-button {
    line-height: 28px;
    padding: 0 10px;
    display: inline-block;
    margin: 5px;
    font-size: 16px
}

.syb-user-order__table .price {
    color: #c6231d
}

.syb-user-order__textbtn {
    padding: 0 10px;
    line-height: 28px;
    white-space: nowrap;
    margin: 5px
}

.syb-user-order__title {
    text-align: left;
    color: #999;
    padding: 15px !important
}

.syb-user-order__title span {
    margin-right: 30px
}

.syb-user-order__title em {
    font-style: normal;
    color: #333
}

.syb-user-order__title .count-down {
    color: #c6231d
}

.syb-user-order__product_list {
    padding: 0 !important;
    text-align: left
}

.syb-user-order__product_item {
    border-top: 1px dashed #eee;
    padding: 20px
}

.syb-user-order__product_item:first-child {
    border-top: 0
}

.syb-user-order__product_item a {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.syb-user-order__product_img {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px
}

.syb-user-order__product_img img {
    width: 100%;
    height: 100%
}

.syb-user-order__product_info {
    display: flex;
    align-self: stretch;
    flex-direction: column;
    justify-content: space-between;
    color: #999
}

.syb-user-order__product_info p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.syb-user-order__product_info em {
    font-style: normal;
    color: #333
}

.syb-user-order__product_num {
    margin-left: 20px
}

.syb-user-section {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative
}

.syb-user-section__title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    background: #f5f5f5;
    padding: 0 30px;
    line-height: 40px;
    font-weight: bold
}

.syb-user-section__content {
    padding: 20px 30px
}

.syb-user-section__content p {
    padding: 3px 0
}

.syb-user-section__content p .btn {
    color: #c6231d;
    cursor: pointer;
    margin: 0 10px
}

.syb-user-section__content p .btn:hover {
    text-decoration: underline
}

.syb-user-section__content p .btn-disabled {
    color: #999
}

.syb-user-section__content p .btn-disabled:hover {
    text-decoration: none
}

.syb-user-section__content p.line {
    padding: 0;
    border-top: 1px solid #eee;
    margin: 5px 0
}

.syb-user-button-group {
    padding: 20px 0 0
}

.syb-user-button-group .syb-button {
    margin-right: 10px
}

.syb-user-button-group .syb-addcart {
    padding: 0 30px;
    border-radius: 18px;
    margin-right: 10px
}

.syb-user-button-group .syb-addcart--bag {
    padding: 0 40px 0 30px
}

.syb-user-button-group .syb-addcart__addmore {
    width: 30px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px
}

.evaluate__content {
    display: flex
}

.evaluate__star {
    width: 300px;
    flex-shrink: 0
}

.evaluate__star p {
    overflow: hidden;
    padding: 5px 0
}

.evaluate__name {
    float: left;
    margin-right: 15px
}

.evaluate__input {
    flex-grow: 1;
    padding: 5px 0
}

.evaluate__input .el-textarea__inner:focus {
    border-color: #dcdfe6
}

.evaluate__submit {
    width: 80px;
    height: 30px;
    background: #c6231d;
    color: #fff;
    border-radius: 4px;
    margin: 20px 0 0;
    cursor: pointer;
    text-align: center;
    line-height: 30px
}

.evaluate__submit--disabled {
    background: #ccc;
    pointer-events: none
}

.evaluate-modal {
    position: fixed;
    width: 340px;
    height: 380px;
    bottom: 50px;
    right: 80px;
    z-index: 10000
}

.evaluate-modal:before {
    content: '';
    display: block;
    position: absolute;
    width: 79px;
    height: 88px;
    right: 25px;
    top: -88px;
    background: url("/static/img/deer-4.png?v=451b9f9ac311")
}

.evaluate-modal__content {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden
}

.evaluate-modal__header {
    width: 100%;
    height: 88px;
    background: #b61b21;
    border-radius: 0 0 50% 50%;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box
}

.evaluate-modal__close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #921e22;
    color: #fff;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px
}

.evaluate-modal__start {
    padding: 10px 0
}

.evaluate-modal__start p {
    display: flex;
    justify-content: center;
    font-size: 14px;
    padding: 5px 0
}

.evaluate .el-rate__icon {
    font-size: 22px
}

.evaluate-modal__input {
    width: 80%;
    margin: 0 auto
}

.evaluate-modal__submit {
    padding-top: 20px;
    text-align: center
}

.syb-user-table {
    width: 100%
}

.syb-user-table thead {
    background: #dfdfdf;
    color: #666
}

.syb-user-table th,
.syb-user-table td {
    font-size: 16px;
    padding: 10px;
    text-align: center
}

.syb-user-table tbody td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.syb-user-table tbody td:last-child {
    border-right: 0
}

.syb-user-table tbody tr:nth-of-type(2n) {
    background: #f7f7f7
}

.syb-user-goods {
    display: flex;
    padding: 20px
}

.syb-user-goods a {
    display: flex
}

.syb-user-goods__img {
    width: 90px;
    height: 90px;
    border-radius: 4px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 25px;
    overflow: hidden
}

.syb-user-goods__img>img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease
}

.syb-user-goods__img>img:hover {
    transform: scale(1.05)
}

.syb-user-goods__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left
}

.syb-user-goods__info h3 {
    font-size: 16px;
    transition: all 0.3s ease;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.syb-user-goods__info h3:hover {
    color: #c6231d
}

.syb-user-goods__info p {
    color: #999
}

.syb-user-goods__info p em {
    color: #333
}

.syb-order-return-tips {
    border: 1px solid #c6231d;
    background: #fff5f5;
    border-radius: 6px;
    padding: 20px;
    margin-top: 20px;
    position: relative
}

.syb-order-return-tips::before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 55px;
    top: -7px;
    background: #fff5f5;
    border-left: 1px solid #c6231d;
    border-top: 1px solid #c6231d;
    transform: rotate(45deg);
    border-top-left-radius: 4px
}