.suspension {
    border-radius: 6px;
    bottom: 50%;
    height: 386px;
    margin-right: 24px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    z-index: 9999999;
}

.bottom_line_box, .suspension_title {
    display: flex;
    justify-content: center;
    width: 100%;
}

.suspension_title {
    align-items: center;
    cursor: pointer;
    flex-wrap: wrap;
    height: 100px;
}

.suspension_title div {
    background: #4d4d4d;
    border-radius: 2px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 24px;
    justify-content: center;
    line-height: 24px;
    width: 100%;
}

.suspension_item, .suspension_item_too {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -7px;
    overflow: hidden;
    width: 100%;
}

.suspension_item_list {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 93px;
    justify-content: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}

.suspension_item_img_right, .suspension_item_img_right_too {
    align-items: center;
    border-radius: 10px;
    display: flex;
    font-size: 12px;
    height: 15px;
    justify-content: center;
    margin-right: 12px;
    margin-top: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
}

.suspension_item_img_right {
    background: #c9000e;
    color: #fff;
}

.suspension_item_list_content, .suspension_item_list_content_too {
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 12px;
    justify-content: center;
    margin-top: 12px;
    width: 101px;
}

.bottom_line_box, .suspension_title {
    display: flex;
    justify-content: center;
    width: 100%;
}

.bottom_line {
    background: #f1f1f1;
    height: 1px;
    width: 80%;
}

.suspension_item_list_qrCode_box {
    background: url(https://oss.shangceng.com.cn/web/img/index/header/QRcode_right.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    height: 140px;
    justify-content: flex-start;
    margin-left: -130px;
    margin-top: -115px;
    position: absolute;
    width: 111px;
}

.suspension_item_list_qrCode {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 107px;
}

.code-img {
    height: 100px;
    width: 100px;
}

.suspension_item_list_qrCode_centent {
    color: #d9000f;
    font-size: 10px;
    font-weight: 700;
    margin-top: 3px;
}

.suspension_item_list_qrCode_centent_too {
    color: #848484;
    font-size: 9px;
    font-weight: 400;
}

.suspension_item_list_content_three, .suspension_item_list_content_three_too {
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 12px;
    justify-content: center;
    margin-top: 12px;
    width: 101px;
}

.suspension_item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 6px;
    box-sizing: border-box;
}


.suspension_offer_float {
    align-items: center;
    background: rgba(0,0,0,.5);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.sof_inside {
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 37px 53px;
    position: relative;
    width: 1100px;
}
.sof_title {
    display: flex;
}
.designer_subscribe_close {
    position: absolute;
    right: 0;
    top: 0;
}
.designer_subscribe_close_img {
    border-radius: 0 0 0 100%;
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 100%;
}
.designer_subscribe_close_img img {
    margin-left: 17px;
    margin-top: 10px;
}
.sof_title_name {
    color: #0b0b0b;
    font-size: 36px;
    font-weight: 700;
    height: 35px;
    line-height: 43px;
    width: 180px;
}
.sof_title_content {
    align-items: flex-end;
    color: #4d4d4d;
    display: flex;
    font-size: 15px;
    font-weight: 400;
    height: 45px;
    margin-left: 8px;
}
.sof_title_content_number {
    color: #86521f;
}
.sof_form_box {
    display: flex;
    justify-content: space-between;
}
.sof_form {
    display: flex;
    flex-direction: column;
    margin-top: 31px;
}
.sof_form_input_box {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 36px;
    margin-bottom: 20px;
    position: relative;
}
.sof_form_input_name {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    height: 17px;
    line-height: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.sof_form_input_symbol {
    box-sizing: border-box;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-left: 18px;
    margin-right: 20px;
    margin-top: 5px;
}
.sof_form_input {
    align-items: center;
    background: #f3f3f3;
    border: 0;
    box-sizing: border-box;
    display: flex;
    padding-left: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.sof_form_input, .sof_form_select {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    outline: none;
    width: 256px;
}
.sof_commit_box {
    animation: breathing-fd5a7351 1.5s ease-out;
    animation-iteration-count: infinite;
    background: #f4999f;
    border-radius: 50%;
    height: 138px;
    left: 0;
    margin-left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 138px;
}
.sof_commit, .sof_form_right {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.sof_commit {
    background: #d0000f;
    border-radius: 50%;
    box-sizing: border-box;
    color: #e9e9e8;
    cursor: pointer;
    font-size: 29px;
    font-weight: 400;
    height: 112px;
    justify-content: center;
    left: 0;
    margin-left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 112px;
}
.sof_line_bottom, .sof_line_top {
    background: #e9e9e9;
    height: 29%;
    left: 50%;
    position: absolute;
    width: 1px;
}
.sof_line_top {
    top: 0;
}
.sof_line_bottom {
    bottom: 0;
}
.sof_form_right {
    height: 100%;
    margin-top: -80px;
    width: 396px;
}
.sof_form_right_title {
    align-items: flex-end;
    color: #000;
    display: flex;
    font-size: 23px;
    font-weight: 400;
    margin-top: 48px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.sof_form_right_title div {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    height: 34px;
    line-height: 40px;
}
.offer_info {
    background: url(/assets/images/dashedBox.png) no-repeat 50%;
    box-sizing: border-box;
    height: 162px;
    margin-top: 31px;
    padding: 55px 30px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 396px;
}
.offer_info_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.offer_info_top_left {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    width: 100%;
}
.offer_info_top_left>div:first-child {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.offer_info_top_left>div:nth-child(2) {
    color: #000;
    display: flex;
    font-size: 21px;
    font-weight: 600;
    height: 27px;
    justify-content: center;
    margin-left: 5px;
    width: 75px;
}
.offer_info_bottom_content {
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 400;
    margin-top: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.offer_info_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    width: 100%;
}
.suspension_center_item_position_img .suspension_center_item_position_img_click{
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all .3s;
    width: 10px;
}
.suspension_center_item_position_img{
    transform: rotateX(0);
}
.suspension_center_item_position_img_click{
    transform: rotateX(-180deg);
}
.suspension_center_item_position{
    margin-right: 10px;
    position: absolute;
    right: 0;
}
.dtl_all_designer_item{
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px #0000001a;
    height: 200px;
    margin-left: -237px;
    margin-top: 30px;
    overflow-y: scroll;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 255px;
    z-index: 1;
}
.dtl_all_designer_item_list{
    align-items: center;
    border-bottom: 1px solid #eee;
    color: #787878;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
}