* {
    margin: 0;
    padding: 0
}

body {
    background: #f5f5f5
}

img {
    width: 100%
}

.banner {
    width: 100%;
    height: 420px;
    position: relative
}

.banner .swiper-slide {
    position: relative;
    width: 100% !important;
    overflow: hidden
}

.banner .swiper-slide img {
    height: 420px;
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px
}

#banner-swiper {
    width: 100%;
    height: 420px
}

.swiper-pagination {
    position: relative;
    bottom: 39px
}

.swiper-pagination span {
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 0;
    margin-right: 10px;
    background: #fff !important
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #ed404d !important
}

.banner .top-order {
    height: 420px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.navbox {
    height: 255px;
    overflow: hidden;
    padding-top: 40px
}

.navbox .nav-list {
    width: 224px;
    height: 180px;
    background: #fff;
    float: left;
    margin-right: 20px;
    transition: all .5s ease
}

.navbox .nav-list:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
    transform: translate3d(0, -10px, 0)
}

.navbox .nav-list:last-child {
    margin-right: 0
}

.navbox .nav-list .title {
    height: 30px;
    line-height: 30px;
    position: relative;
    padding: 30px 0 0 30px;
    margin-bottom: 15px
}

.navbox .nav-list .title .icon {
    width: 30px;
    height: 30px;
    vertical-align: top
}

.navbox .nav-list .title span {
    display: inline-block;
    line-height: 30px;
    font-size: 20px;
    color: #333;
    font-weight: 549;
    margin: 0 10px
}

.navbox .nav-list .title .jiantou {
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px
}

.navbox .nav-list p {
    font-size: 14px;
    color: #666;
    padding-left: 30px
}

.navbox .nav-list button {
    display: block;
    width: 114px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #ed404d;
    margin: 15px auto 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.navbox .nav-list button a {
    color: #fff
}

.navbox .nav-list button a:hover {
    color: #fff
}

.decorate {
    width: 100%;
    overflow: hidden;
    background: #fff
}

.pdt80 {
    padding-top: 80px
}

.pdt60 {
    padding-top: 60px
}

.mrb60 {
    margin-bottom: 60px
}

.decorate-title {
    display: inline-block;
    padding: 0 30px;
    margin: 0 auto 26px;
    font-size: 42px;
    font-weight: 549;
    color: #333;
    text-align: center;
    line-height: 84px;
    position: relative;
    border-bottom: 1px solid #d9d9d9
}

.decorate-title h2 {
    font-weight: 549
}

.box-align {
    text-align: center
}

.decorate-title .line {
    width: 30px;
    height: 5px;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
    position: relative;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: auto;
    background: #ed404d
}

.new-gonglue-btn {
    display: none
}

.stitle {
    text-align: center;
    margin-bottom: 40px
}

.stitle span {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    position: relative
}

.stitle span.active {
    color: #333;
    font-weight: 500
}

.stitle span.active:hover {
    color: #dc4146
}

.stitle i {
    font-size: 16px;
    color: #d9d9d9;
    margin: 0 16px
}

.stitle span.active .sline {
    display: block;
    width: 10px;
    height: 2px;
    background: #ed404d;
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: auto
}

.company-list {
    width: 180px;
    height: 180px;
    float: left;
    margin-right: 24px;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
    transition: all .5s ease
}

.company-list:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
    transform: translate3d(0, -10px, 0)
}

.company-list:nth-child(6), .company-list:nth-child(12) {
    margin-right: 0
}

.company-list .company-logo {
    height: 100px;
    position: relative;
    border-bottom: 1px solid #f5f5f5
}

.company-list .company-logo img {
    display: block;
    width: 160px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.company-des {
    padding: 12px 10px
}

.company-list .company-name {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.red {
    color: #ed404d
}

.fr {
    float: right
}

.all-btn {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    margin: 50px auto 0;
    cursor: pointer;
    background: #fff
}

.new-designer-box {
    overflow: hidden;
    margin-bottom: 50px;
    padding: 12px 0
}

.new-designer-box .designer-list {
    width: 180px;
    height: 355px;
    float: left;
    margin-right: 24px;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    padding: 20px 19px;
    transition: all .5s ease
}

.new-designer-box .designer-list:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
    transform: translate3d(0, -10px, 0)
}

.new-designer-box .designer-list:last-child {
    margin-right: 0
}

.designer-list .designer-atver {
    width: 140px;
    height: 140px;
    margin-bottom: 25px
}

.designer-list .designer-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px
}

.designer-list .designer-info {
    font-size: 12px;
    color: #666
}

.designer-list .yuyue-designer {
    width: 140px;
    height: 30px;
    background: #ed404d;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-top: 25px;
    cursor: pointer
}

.comment-box {
    overflow: hidden;
    margin-bottom: 30px
}

.comment-list {
    width: 385px;
    height: 180px;
    float: left;
    margin-right: 22px;
    box-sizing: border-box;
    padding: 10px 20px;
    border: 1px solid #f5f5f5;
    margin-bottom: 20px
}

.comment-list:nth-child(3), .comment-list:nth-child(6) {
    margin-right: 0
}

.comment-list .comment-list-top {
    height: 60px;
    line-height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #f0f0f0;
    position: relative
}

.comment-list .comment-list-top img {
    width: 100px;
    height: 50px;
    margin-right: 20px
}

.comment-list .comment-list-top span {
    display: inline-block;
    height: 60px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    position: absolute;
    top: 0
}

.comment-list .comment-list-content {
    font-size: 12px;
    color: #666;
    margin: 15px 0;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.comment-list .comment-list-rate img {
    width: 12px;
    height: 11px
}

.new-clear-fix {
    margin-bottom: 50px;
    position: relative
}

.new-clear-fix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.company-box .companylist-left {
    display: block;
    width: 20px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    margin: auto
}

.company-box .companylist-right {
    display: block;
    width: 20px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
    margin: auto
}

.company-box .company-swiper .swiper-button-prev {
    width: 20px;
    height: 50px;
    background: url("../image/left2.png") no-repeat;
    background-size: 100% 100%
}

.company-box .company-swiper .swiper-button-next {
    width: 20px;
    height: 50px;
    background: url("../image/right2.png") no-repeat;
    background-size: 100% 100%
}

.company-box .company-swiper .swiper-button-prev.swiper-button-disabled {
    background: url("../image/left1.png") no-repeat;
    background-size: 100% 100%
}

.company-box .company-swiper .swiper-button-next.swiper-button-disabled {
    background: url("../image/right1.png") no-repeat;
    background-size: 100% 100%
}

.tonglan {
    height: 130px
}

.company-box1, .company-box2 {
    padding-bottom: 60px
}

.company-box2, .company-box3 {
    display: none
}

.decorate-xgt {
    width: 100%;
    padding-bottom: 60px
}

.xgt-line {
    border-right: 10px solid #f5f5f5 !important;
    border-left: 10px solid #f5f5f5 !important
}

.xgt-box {
    width: 100%;
    overflow: hidden;
    position: relative
}

#decorate_2, #decorate_3, #decorate_4, #decorate_5 {
    display: none
}

.xgt-box .xgt-modal {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: space-around;
    display: none
}

.xgt-box .xgt-modal .b-title {
    font-size: 32px;
    color: #fff;
    text-align: center
}

.xgt-box .xgt-modal .s-title {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 17px 0 25px
}

.xgt-box .xgt-modal .find-sheji {
    display: block;
    width: 150px;
    height: 40px;
    margin: 0 auto;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #fff
}

.xgt-box .xgt-left-box {
    display: block;
    width: 19.58%
}

.xgt-box img {
    vertical-align: middle;
    transition: all 1s;
    -webkit-transition: all 1s
}

.xgt-box .xgt-left {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative
}

.xgt-box .activeall img {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.xgt-box .xgt-center .xgt-center-top {
    margin-bottom: 10px;
    overflow: hidden
}

.xgt-box .xgt-center .xgt-center-top .xgt-center-left {
    width: 39.69%;
    height: 49.35%;
    position: absolute;
    top: 0;
    left: 20.1%;
    overflow: hidden
}

.xgt-box .xgt-center .xgt-center-top .xgt-center-right {
    width: 19.58%;
    height: 49.35%;
    position: absolute;
    top: 0;
    left: 60.31%;
    overflow: hidden
}

.xgt-box .xgt-center .xgt-center-bottom .xgt-center-right {
    width: 19.58%;
    height: 49.35%;
    position: absolute;
    bottom: 0;
    left: 20.1%;
    overflow: hidden
}

.xgt-box .xgt-center .xgt-center-bottom .xgt-center-left {
    width: 39.69%;
    height: 49.35%;
    position: absolute;
    bottom: 0;
    left: 40.2%;
    overflow: hidden
}

.xgt-box .xgt-right .xgt-right-top {
    width: 19.58%;
    height: 49.35%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden
}

.xgt-box .xgt-right .xgt-right-bottom {
    width: 19.58%;
    height: 49.35%;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.xgt-box .xgt-right>div {
    width: 100%;
    height: 380px
}

.decorate-al {
    background: #fff
}

.decorate-al .w350 {
    width: 350px
}

.decorate-al .w350>div {
    height: 235px
}

.al-box {
    padding-bottom: 60px
}

.al-box .xiandai-al {
    width: 100%;
    overflow: hidden;
    position: relative
}

#case_image_2, #case_image_3, #case_image_4, #case_image_5, #case_image_6 {
    display: none
}

.xiandai-al .img-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 18px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: relative;
    bottom: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xiandai-al img {
    vertical-align: middle;
    transition: all .5s;
    -webkit-transition: all .5s
}

.xiandai-al .alactive img {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.xiandai-al .case-move {
    overflow: hidden
}

.xiandai-al .xiandai-al-list1 .list1-top {
    position: absolute;
    width: 18.23%;
    height: 48.96%;
    top: 0;
    left: 0
}

.xiandai-al .xiandai-al-list1 .list1-bottom {
    width: 18.23%;
    height: 48.96%;
    position: absolute;
    bottom: 0;
    left: 0
}

.xiandai-al .xiandai-al-list2 {
    width: 25%;
    margin-left: 18.75%
}

.xiandai-al .xiandai-al-list3 .al-list3-top {
    width: 16.67%;
    height: 48.96%;
    position: absolute;
    top: 0;
    left: 44.27%
}

.xiandai-al .xiandai-al-list3 .al-list3-bottom {
    width: 16.67%;
    height: 48.96%;
    position: absolute;
    bottom: 0;
    left: 44.27%
}

.xiandai-al .xiandai-al-list4 {
    width: 19.79%;
    position: absolute;
    top: 0;
    left: 61.46%
}

.xiandai-al .xiandai-al-list5 .list5-top {
    width: 18.23%;
    height: 48.96%;
    position: absolute;
    top: 0;
    right: 0
}

.xiandai-al .xiandai-al-list5 .list5-bottom {
    width: 18.23%;
    height: 48.96%;
    position: absolute;
    bottom: 0;
    right: 0
}

.mrb10 {
    margin-bottom: 10px
}

.decorate-gonglue {
    padding-bottom: 60px
}

.gonglue-box {
    overflow: hidden;
    margin-bottom: 40px
}

.gonglue-box .gonglue-left {
    width: 850px;
    float: left
}

.gonglue-box .gonglue-left .new-zx-zixun, .gonglue-box .gonglue-left .new-zx-liucheng {
    width: 100%;
    height: 100%
}

.gonglue-box .gonglue-left .new-gonglue-box2 {
    display: none
}

.gonglue-box .gonglue-left .gonglue-list {
    width: 100%;
    height: 155px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden
}

.gonglue-box .gonglue-left .gonglue-list:last-child {
    margin-bottom: 0
}

.gonglue-left .gonglue-list .gonglue-list-left {
    width: 210px;
    height: 155px;
    float: left
}

.gonglue-left .gonglue-list .gonglue-list-left img {
    width: 100%;
    height: 100%
}

.gonglue-left .gonglue-list .gonglue-list-right {
    width: 640px;
    height: 155px;
    float: left;
    box-sizing: border-box;
    padding: 18px 30px
}

.gonglue-left .gonglue-list .gonglue-list-right a:hover p {
    color: #ed404d
}

.gonglue-list .gonglue-list-right .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.gonglue-list .gonglue-list-right .descrition {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    margin: 10px 0;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.gonglue-list .gonglue-list-right .tags {
    position: relative
}

.gonglue-list .gonglue-list-right .tags ul {
    overflow: hidden;
    display: inline-block
}

.gonglue-list .gonglue-list-right .tags ul li {
    display: block;
    padding: 4px 7px;
    background: #e7f4fa;
    font-size: 12px;
    color: #333;
    float: left;
    margin-right: 10px
}

.gonglue-list-right .tags span {
    display: inline-block;
    line-height: 24px;
    position: absolute;
    color: #ed404d;
    font-size: 12px
}

.gonglue-list-right .tags .zan {
    right: 55px
}

.gonglue-list-right .tags .liulan {
    right: 0
}

.gonglue-list-right .tags img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    position: relative;
    top: 3px
}

.gonglue-box .gonglue-right {
    width: 320px;
    float: right
}

.gonglue-right .new-order-box {
    width: 100%;
    height: 450px;
    background: url("../image/order_bg.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 30px
}

.new-order-box .new-order-title {
    font-size: 24px;
    color: #333;
    font-weight: bold
}

.new-order-box .new-order-title span {
    color: #ed404d
}

.new-order-box .new-order-small-title {
    font-size: 12px;
    color: #333;
    margin: 5px 0 30px
}

.order-form .order-city {
    overflow: hidden
}

.order-form .order-city select {
    width: 122px;
    height: 40px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    font-size: 14px
}

.order-form .order-city select#f_bj_cs {
    margin-right: 15px
}

.order-form .error-tit {
    height: 15px;
    line-height: 15px;
    color: #ed404d
}

.order-form .li {
    height: 40px
}

.order-form .li input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    border: 1px solid #e6e6e6;
    padding-left: 10px;
    font-size: 14px
}

.disclamer-line {
    margin: 15px 0 10px
}

.order-form .order-apply-btn {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #ed404d;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer
}

.order-form .success-tips {
    font-size: 12px;
    color: #666
}

.order-form .success-tips span {
    color: #ed404d
}

.gonglue-right .right-adv {
    width: 100%;
    height: 210px;
    margin-top: 20px
}

.fuwu-liucheng {
    width: 100%;
    height: 365px;
    background: #fff;
    box-sizing: border-box;
    padding-top: 55px
}

.fuwu-liucheng .title {
    font-size: 42px;
    color: #333;
    font-weight: 549;
    text-align: center;
    margin-bottom: 5px
}

.fuwu-liucheng .s-title {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 50px
}

.fuwu-liucheng .lc-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-around;
    position: relative
}

.fuwu-liucheng .lc-box .lc-list {
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.fuwu-liucheng .lc-box .lc-list .icon {
    width: 60px;
    height: 60px
}

.fuwu-liucheng .lc-box .lc-list .relat {
    position: relative;
    width: 100%;
    padding-left: 40px;
    box-sizing: border-box
}

.fuwu-liucheng .lc-box .lc-list .icon_name {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0
}

.fuwu-liucheng .lc-box .lc-list span {
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.lc-box .lc-line {
    width: 1000px;
    height: 10px;
    position: absolute;
    top: 50px;
    left: 100px
}

.know-qzw {
    padding-bottom: 50px
}

.know-qzw .information {
    width: 100%;
    height: 425px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-around
}

.know-qzw .information .info-list {
    width: 386px;
    height: 425px;
    background: #fff
}

.info-list .info-list-top {
    width: 100%;
    height: 280px
}

.info-list .info-tit {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin: 25px 0 10px
}

.info-list .info-logo1 img {
    width: 131px;
    height: 60px
}

.info-list .info-logo2 img {
    width: 180px;
    height: 60px
}

.info-list .info-logo3 img {
    width: 140px;
    height: 60px
}

.pdl20 {
    padding-left: 20px
}

.info-message {
    width: 100%;
    height: 320px;
    background: url("../image/FmdCj1Cu8oCAMGuRRLZmNnsa5BfF.jpg") no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
    box-sizing: border-box
}

.info-message .info-big-title {
    line-height: 60px;
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px
}

.info-message .info-small-title {
    line-height: 22px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px
}

.info-message .info-descripiton ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-around
}

.info-message .info-descripiton ul li p:first-child {
    font-size: 16px;
    color: #fff
}

.info-message .info-descripiton ul li p:nth-child(2) {
    font-size: 60px;
    color: #fff;
    font-weight: bold
}

.info-message .info-descripiton ul li p:nth-child(2) span {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-left: 10px
}

.new-order-box .order-form .disclamer-line span.disclamer-text {
    color: #999
}

.g-msg {
    width: 300px;
    position: fixed;
    bottom: 260px;
    left: 0;
    height: 36px;
    line-height: 36px;
    z-index: 2
}

.g-msg .msg {
    width: 250px;
    position: absolute;
    top: 50px;
    background-color: #ed404d;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA000000, endColorstr=#AA000000);
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    color: #fff;
    overflow: hidden;
    display: none
}

:root .g-msg .msg {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)
}

.msg img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden;
    margin: 5px 2% 0 1.2%;
    float: left
}

.zb-tit-font .zb-tit-sub-title {
    float: left;
    font-family: "Microsoft Yahei";
    font-weight: 400;
    font-size: 24px;
    margin-right: 10px;
    margin-left: 20px;
    color: #333
}

.pc-5 {
    display: none
}

.pc-13 {
    display: block !important
}

.new-success-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    display: none
}

.new-fadan-success {
    width: 420px;
    height: 220px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    text-align: center
}

.new-fadan-success span {
    color: #ed404d;
    font-size: 14px
}

.success_exit {
    background: #ed404d;
    width: 260px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #fff;
    opacity: 1;
    margin: 20px auto
}

.success_exit:hover {
    cursor: pointer
}