* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    /* box-sizing: border-box; */
    font-family: Microsoft YaHei;
}

a {
    color: #333;
    display: inline-block;
}

body,
html {
    overflow-x: hidden;
}

a,
body,
div,
html,
img,
li,
ul,
dl,
dt,
dd {
    border: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
    word-break: break-all;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

ol,
ul,
dl,
dt,
dd {
    list-style: none;
}

em,
i,
b,
sub,
sup {
    font-style: normal;
}

.w1200 {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

.yy-clearfix::after {
    content: "";
    display: block;
    height: 0;
    line-height: 0px;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.xc-nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
   background:#f9f9f9
}

    .xc-nav .menu {
        height: 100%;
    }

    .xc-nav .left-logo {
        width: 187px;
        height: 60px;
    }

        .xc-nav .left-logo a {
            width:187px;
            height: 60px;
            display: inline-block;
        }

            .xc-nav .left-logo a img {
                width: 100%;
                height: 100%;
            }

    .xc-nav .right-navmenu {
    }

.right-navmenu ul li {
    float: left;
    margin-right: 80px;
}

    .right-navmenu ul li a:hover {
        color: #f03d50;
    }

    .right-navmenu ul li a {
        font-size: 16px;
        display: inline-block;
        font-family: Microsoft YaHei UI;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

        .right-navmenu ul li a.curr {
            color: #f03d50;
        }

    .right-navmenu ul li:last-child {
        margin-right: 0px;
    }

.xc-banner {
    width: 100%;
    /*background-image: url(/Images/hxyzs_img/xc-banner.png);*/
    background-image: url(/Images/newHome/xc-banner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 625px;
    position: relative;
}

.xc-link-info {
    width: 1090px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.3);
    bottom: -5px;
}

.w90p {
    width: 90% !important;
}

.xc-form {
    padding-top: 22px;
    padding-left: 14px;
}

    .xc-form .item {
        width: 230px;
        height: 40px;
        margin-right: 15px;
        float: left;
        background: rgba(255, 255, 255, 1);
        border-radius: 4px;
        line-height: 40px;
    }

        .xc-form .item span img {
            /* width: 17px;
    height: 17px; */
            margin-left: 11px;
            vertical-align: middle;
        }

        .xc-form .item .username {
            border: none;
            outline: none;
            height: 39px;
            background: rgba(255, 255, 255, 1);
            line-height: 38px;
            width: 84%;
            border-radius: 4px;
        }

    .xc-form .w273 {
        width: 273px;
    }

    .xc-form .w358 {
        width: 358px;
        margin-right: 0px;
    }

    .xc-form .xc-btn {
        /*background-image: url(/Images/hxyzs_img/xc-btn.png);*/
        width: 158px;
        height: 65px;
        background-repeat: no-repeat;
        position: relative;
        float: right;
        top: -12px;
        cursor: pointer;
        margin-right: 15px;
    }

.bg-xc-btn {
    border-radius: 40px;
    height: 45px;
    background-color: #FFEA95;
    position: relative;
    top: 10px;
}

    .bg-xc-btn:before {
        content: '';
        position: absolute;
        right: 0;
        background: #FFB648;
        width: 0;
        height: 100%;
        border-radius: 40px;
        transition: all .3s;
    }

    .bg-xc-btn:hover:before {
        left: 0;
        right: auto;
        width: 100%;
    }

.xc-form .xc-btn .xc-words {
    position: absolute;
    height: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    line-height: 20px;
    color: rgba(221, 55, 46, 1);
    top: 12px;
    left: 33px;
}

.xc-form .xc-btn .xc-arrow {
    width: 46px;
    height: 46px;
    position: absolute;
    /*top: 9px;*/
    right: 4px;
}

.mgt86 {
    margin-top: 86px;
}

.xc-solve {
    background-size: 100% 100%;
    width: 100%;
    height: 483px;
    background-repeat: no-repeat;
    background-image: url(/Images/hxyzs_img/xc-banner2.png);
    position: relative;
}

.solve-example .item:hover .icon {
    transform: rotate(360deg);
}

.solve-example .item .icon {
    width: 108px;
    height: 96px;
    position: absolute;
    left: 50px;
    top: 22px;
    transition: all 1s ease-in-out;
}

.solve-problem {
    text-align: center;
    position: relative;
}

    .solve-problem span {
        display: inline-block;
        vertical-align: middle;
    }

.solve-example .item {
    margin-right: 16px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    width: 387px;
    height: 140px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(241, 79, 101, 1);
    border-radius: 10px;
    box-shadow: 0px 3px 24px rgba(255, 112, 160, 0.18);
    position: relative;
}

.solve-example .border-none {
    border: none;
}

.solve-example .item:nth-child(3) {
    margin-right: 0px;
}

.solve-example .item:nth-child(6) {
    margin-right: 0px;
}

.solve-example .item .icon {
    width: 108px;
    height: 96px;
    position: absolute;
    left: 50px;
    top: 22px;
}

.solve-example .item .font {
    width: 126px;
    height: 48px;
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 25px;
    color: rgba(102, 102, 102, 1);
    position: absolute;
    left: 200px;
    top: 50px;
}

.exa {
    float: left;
}

.solve-example {
    margin-top: 30px;
}

.mgt30 {
    margin-top: 30px;
}

.xc-support {
    background-size: 100% 100%;
    width: 100%;
    height: 674px;
    background-repeat: no-repeat;
    background-image: url(/Images/hxyzs_img/xc-banner3.png);
    position: relative;
}

    .xc-support .btn-info {
        margin: 0px auto;
        width: 1200px;
        text-align: left;
    }

        .xc-support .btn-info img {
            margin-left: 40px;
            cursor: pointer;
        }

    .xc-support .btn {
        width: 285px;
        height: 68px;
        background: linear-gradient(88deg, rgba(255, 224, 72, 1) 0%, rgba(255, 232, 123, 1) 100%);
        border-radius: 45px;
        font-size: 24px;
        font-family: Microsoft YaHei UI;
        font-weight: bold;
        line-height: 68px;
        color: rgba(214, 33, 48, 1);
        cursor: pointer;
        text-align: center;
        margin-left: 40px;
    }

.support-img img {
    margin-top: 85px;
}

.support-example .item {
    width: 530px;
}

    .support-example .item .item-infos {
        overflow: hidden;
        height: 130px;
    }

.support-example .item-infos .tit {
    height: 30px;
    font-size: 24px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.support-example .item-infos .tit-info {
    /* height: 23px; */
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgba(255, 255, 255, 0.8);
}

.support-example .item-infos .right {
    margin-top: 38px;
    width: 396px;
}

.support-example .item .xc-bg1 img {
    width: 562px;
    position: absolute;
    top: 40px;
    right: -380px;
}

.mgt100 {
    margin-top: 100px;
}

.mgt70 {
    margin-top: 70px;
}

.yy-xc-form .item .placeholder-parent {
    display: inline;
}

.empowerment {
    width: 100%;
    padding-top: 20px;
    background: #fff;
    padding-bottom: 60px;
}

    .empowerment .emp-img {
        text-align: center;
    }

    .empowerment .example {
        width: 586px;
        height: 200px;
        /* background: linear-gradient(270deg, rgba(246, 67, 97, 1) 0%, rgba(255, 96, 96, 1) 100%); */
        background-image: url(/Images/hxyzs_img/xc-62.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;
        border-radius: 5px;
        float: left;
        margin-right: 28px;
        margin-bottom: 40px;
    }


.empowerment .example:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-20px);
    -webkit-transform:-webkit-transform .5s;
    transition:-webkit-transform .5s;
    transition:transform .5s;
    transition:transform .5s,-webkit-transform .5s;
    box-shadow:0 0 14px #ccc;
    transform:translateY(-5px)
}

        /*.empowerment .example:hover .logo img {
            transform: rotate(360deg);
        }*/

    .empowerment .logo {
        margin-right: 30px;
        /*transition: all 1s ease-in-out;*/
    }

        /*.empowerment .logo img {
            transition: all 1s ease-in-out;
        }*/

    .empowerment .example:nth-child(2n) {
        margin-right: 0px;
    }

    .empowerment .example .pad {
        padding: 30px;
    }

    .empowerment .middle .tit {
        height: 30px;
        font-size: 24px;
        font-family: Microsoft YaHei UI;
        font-weight: bold;
        line-height: 30px;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .empowerment .middle {
        margin-top: 30px;
    }

    .empowerment .logo {
        margin-right: 30px;
    }

    .empowerment .middle .tit-info {
        /* height: 53px; */
        width: 210px;
        font-size: 17px;
        font-family: Microsoft YaHei UI;
        font-weight: 400;
        line-height: 24px;
        color: rgba(255, 255, 255, 1);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .empowerment .right-img {
        margin-top: 22px;
        margin-right: 10px;
    }

    .empowerment .middle .tit-info em {
        color: #ffe048;
        font-weight: bold;
        font-size: 20px;
    }

.mgt15 {
    margin-top: 15px !important;
}

.mgt25 {
    margin-top: 25px !important;
}

.mgt5 {
    margin-top: 5px !important;
    margin-right: -7px !important;
}

.mgt-5 {
    margin-top: -5px !important;
    margin-right: 0px !important;
}

.mgt60 {
    margin-top: 60px;
}

.xc-enjoy {
    background-size: 100% 100%;
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-image: url(/Images/hxyzs_img/xc-banner4.png);
    position: relative;
}

.enjoy-img {
    text-align: center;
}

    .enjoy-img img {
        margin-top: 90px;
    }

.xc-enjoy .item {
    margin-top: 45px;
    padding-left: 30px;
}

    .xc-enjoy .item .logo {
        width: 174px;
        height: 190px;
        position: relative;
        margin-right: 150px;
        float: left;
        text-align: center;
        margin-bottom: 60px;
    }

        .xc-enjoy .item .logo:nth-child(4) {
            margin-right: 0px;
        }

        .xc-enjoy .item .logo:nth-child(8) {
            margin-right: 0px;
        }

        .xc-enjoy .item .logo img {
            width: 174px;
            height: 190px;
            transition: all 1s ease-in-out;
        }

            .xc-enjoy .item .logo img:hover {
                transform: rotate(360deg);
            }

        .xc-enjoy .item .logo p {
            width: 124px;
            height: 23px;
            font-size: 18px;
            font-family: Microsoft YaHei UI;
            font-weight: 400;
            line-height: 23px;
            color: rgba(255, 255, 255, 1);
            position: absolute;
            bottom: 0px;
            left: 25px;
        }

.xc-case {
    width: 100%;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .xc-case .xc-logo {
        text-align: center;
    }

    .xc-case .info {
        margin-top: 38px;
    }

        .xc-case .info ul li {
            float: left;
            width: 383px;
            margin-right: 20px;
            height: 300px;
            overflow: hidden;
        }

            .xc-case .info ul li:nth-child(3) {
                margin-right: 0px;
            }

            .xc-case .info ul li .pro-pic {
                width: 383px;
                height: 186px;
                margin: 0 auto 8px;
                overflow: hidden;
                cursor: pointer;
            }

                .xc-case .info ul li .pro-pic a {
                    height: 186px;
                    display: block;
                    text-align: center;
                    position: relative;
                }

                    .xc-case .info ul li .pro-pic a img {
                        width: 100%;
                        height: 100%;
                        transition: 0.8s;
                    }

                .xc-case .info ul li .pro-pic:hover img {
                    transform: scale(1.2);
                    -moz-transform: scale(1.2);
                    -webkit-transform: scale(1.2);
                }

            .xc-case .info ul li .tt {
                height: 21px;
                font-size: 16px;
                width: 100%;
                display: inline-block;
                font-family: Microsoft YaHei;
                font-weight: bold;
                line-height: 21px;
                margin-top: 10px;
                margin-bottom: 10px;
                color: rgba(51, 51, 51, 1);
            }

                .xc-case .info ul li .tt a {
                    text-overflow: ellipsis;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

            .xc-case .info ul li .recom-results span {
                display: block;
                height: 24px;
                line-height: 24px;
                margin-bottom: 10px;
                overflow: hidden;
            }

                .xc-case .info ul li .recom-results span i {
                    display: inline-block;
                    padding: 0 10px;
                    font-size: 12px;
                    color: #666;
                    max-width: 80px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    border-radius: 3px;
                    background-color: #e8e8e8;
                    overflow: hidden;
                    margin-right: 6px;
                }

            .xc-case .info ul li .recom-results p {
                font-size: 12px;
                color: #666;
                text-overflow: ellipsis;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

                .xc-case .info ul li .recom-results p .comm-icon {
                    width: 20px;
                    height: 17px;
                    vertical-align: middle;
                    margin-right: 5px;
                }

.xc-process {
    background-image: url(/Images/hxyzs_img/xc-banner5.png);
    background-size: 100% 100%;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    position: relative;
}

    .xc-process .line {
        position: absolute;
        top: 57px;
    }

        .xc-process .line img {
            width: 1100px;
        }

    .xc-process .xc-item {
        padding-left: 90px;
    }

    .xc-process .xc-logo {
        text-align: center;
    }

    .xc-process .info {
        position:relative;
        z-index:1;
        width: 140px;
        height: 140px;
        text-align: center;
        float: left;
        overflow: hidden;
        margin-right: 100px;
    }

        /*.xc-process .info img {
            transition: all 0.8s ease-in-out;
        }

        .xc-process .info:hover img {
            transform: rotate(360deg);
        }*/

        .xc-process .info:nth-child(5) {
            margin-right: 0px;
        }

        .xc-process .info p {
            font-weight: bold;
            font-style: italic;
            font-size: 20px;
            color: #fff;
            margin-top: -25px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
.form-info .user .placeholder-parent {
    display: inline
}

.xc-sub-info {
    background-image: url(/Images/hxyzs_img/xc-banner6.png);
    background-size: 100% 100%;
    width: 100%;
    height: 189px;
    background-repeat: no-repeat;
    position: relative;
    z-index:2;
}

    .xc-sub-info .left-logo {
        padding-top: 60px;
    }

        .xc-sub-info .left-logo .img {
            margin-bottom: 25px;
        }

        .xc-sub-info .left-logo .img-left {
            margin-left: 40px;
        }

    .xc-sub-info .right-info {
        margin-top: 28px;
    }

        .xc-sub-info .right-info .btn {
            width: 182px;
            height: 43px;
            background: rgba(240, 63, 82, 1);
            border-radius: 45px;
            color: #fff;
            font-size: 18px;
            font-family: Microsoft YaHei UI;
            font-weight: bold;
            line-height: 43px;
            text-align: center;
            margin-left: 18px;
            cursor: pointer;
            margin-top: 25px;
        }

            .xc-sub-info .right-info .btn:hover {
                animation-name: tada;
                animation: tada 1s infinite;
                -webkit-animation: tada 1s infinite;
            }

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.m-Notil {
    line-height: 30px;
    overflow: hidden;
    padding-left: 14px;
    position: relative;
    top: -10px;
}

    .m-Notil:last-child {
        margin: 0;
    }

.m-icon {
    float: left;
    display: inline-block;
    margin-right: 5px;
    overflow: hidden;
}

    .m-icon .iconfont {
        font-size: 22px;
        color: #e62d31;
        position: relative;
        top: -3px;
        vertical-align: middle;
    }

.m-NotiCont {
    display: inline-block;
    height: 35px;
    overflow: hidden;
    width: 97%;
}

.m-NoticScroll {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    overflow: hidden;
    height: 100%;
    /* padding: 0px 30px; */
}

    .m-NoticScroll a {
        display: inline-block;
        color: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        margin-right: 100px;
    }


    .m-NoticScroll li .time {
        margin-left: 100px;
        display: inline-block;
        vertical-align: top;
    }

    .m-NoticScroll li .title {
        max-width: 270px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline;
    }

/* 表格 */
.xc-service-banner {
    height: 467px;
}

    .xc-service-banner img {
        width: 100%;
        height: 100%;
    }

.mgt80 {
    margin-top: 80px;
}

.xc-p-table {
    /* height: 470px; */
    background: rgba(253, 230, 255, 1);
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 23px 17px;
}

.closebottom img {
    position: absolute;
    right: -40px;
    top: 15px;
    cursor: pointer;
}

.xc-p-table .table-top {
    /*position: relative;*/
}

    .xc-p-table .table-top .left {
        /* width: 260px; */
        height: 80px;
        margin-bottom: 22px;
    }

        .xc-p-table .table-top .left img {
            vertical-align: middle;
        }

        .xc-p-table .table-top .left p {
            font-size: 16px;
            font-family: Source Han Sans CN;
            font-weight: 400;
            color: rgba(102, 102, 102, 1);
        }

.yy-right-thead.isFixed {
    position: fixed;
    width: 1200px;
    padding-right: 17px;
    top: 0px;
}

.yy-right-thead.notFixed {
    right: 17px;
    top: -50px;
    position: absolute;
}

.yy-right-thead .info {
    float: right;
}

    .yy-right-thead .info .item {
        margin-right: 2px;
        width: 210px;
        height: 175px;
        border-radius: 3px;
        float: left;
    }

.item_red {
    background-image: url(/Images/hxyzs_img/xc-44.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.item_org {
    background-image: url(/Images/hxyzs_img/xc-45.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.item_blue {
    background-image: url(/Images/hxyzs_img/xc-46.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.item_purple {
    background-image: url(/Images/hxyzs_img/xc-47.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.yy-right-thead .info .item:last-child {
    margin-right: 0px;
}

.yy-right-thead .info .item .logo {
    padding-top: 23px;
    padding-left: 12px;
}

    .yy-right-thead .info .item .logo img {
        vertical-align: middle;
    }

.yy-right-thead .info .item p {
    font-size: 20px;
    color: white;
    padding-left: 24px;
    margin-bottom: 20px;
}

.yy-right-thead .info .item .btn {
    width: 120px;
    height: 35px;
    background: #FFEA95;
    border-radius: 45px;
    text-align: center;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(247, 69, 97, 1);
    cursor: pointer;
    line-height: 35px;
    margin-left: 25px;
}

    .yy-right-thead .info .item .btn a {
        color: rgba(247, 69, 97, 1);
    }
    .yy-right-thead .info .item .btn:hover{
        opacity:0.8
    }
    .xc-table {
        background: #fff;
        /* margin: 0px 17px; */
        border-collapse: collapse;
    }

    .xc-table tr {
        height: 60px;
        line-height: 60px;
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

        .xc-table tr td:nth-child(1) {
            width: 322px;
            text-align: left;
            padding-left: 48px;
            font-size: 16px;
        }

        .xc-table tr td {
            color: #666666;
            width: 212px;
            font-size: 16px;
            border: 1px solid #DCDCDB;
            margin: 0;
            text-align: center;
            display: table-cell;
            vertical-align: inherit;
        }

.xc-p-enjoy {
    /* height: 1100px; */
    margin-bottom: 20px;
    border-radius: 3px;
    padding: 30px 17px 20px
}

.xc-p-enjoy-pink {
    background: rgba(255, 224, 222, 1);
}

.xc-p-enjoy-blue {
    background: rgba(230, 233, 255, 1);
}

.xc-p-enjoy-org {
    background: rgba(251,239,227,1);
}

.xc-p-enjoy .logo {
    margin-bottom: 30px;
}

    .xc-p-enjoy .logo span {
        display: inline-block;
        vertical-align: middle;
        color: #666666;
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
    }

.xc-bottom {
    width: 100%;
    background-image: url(/Images/hxyzs_img/xc-52.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 500px;
}

.mgt50 {
    margin-top: 50px;
}

.padt40 {
    padding-top: 40px;
}

.xc-ask .item {
    float: left;
}

.xc-ask-bg1 {
    width: 600px;
    background-image: url(/Images/hxyzs_img/xc-58.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 268px;
    position: relative;
}

.xc-ask-bg2 {
    position: relative;
    width: 600px;
    background-image: url(/Images/hxyzs_img/xc-59.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 268px;
}

.xc-left-arrow {
    position: relative;
    left: -100px;
    width: 94px;
    height: 69px;
}

.xc-ask .item .logo {
    margin-bottom: 24px;
}

    .xc-ask .item .logo span {
        display: inline-block;
        vertical-align: middle;
    }

    .xc-ask .item .logo .font {
        margin-left: 17px;
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

.xc-ask .item .btn {
    text-align: center;
    width: 135px;
    margin-bottom: 24px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    height: 36px;
    line-height: 36px;
    background: rgba(248, 75, 97, 1);
    box-shadow: 0px 3px 6px rgba(165, 87, 87, 0.19);
    border-radius: 20px;
    cursor: pointer;
}

.xc-ask .item p {
    color: #666;
    font-size: 14px;
    margin-bottom: 24px;
}

.xc-message {
    position: absolute;
    left: 225px;
    top: 68px;
}

.xc-right-arrow {
    position: absolute;
    right: 30px;
    width: 94px;
    right: -105px;
    top: 290px;
    height: 69px;
}
/* 通知样式 */
.yy-head-bannerimg {
    position: relative;
    top: -10px;
}

    .yy-head-bannerimg .show-cricle {
        overflow: hidden;
        bottom: 0px;
        height: 30px;
        width: 100%;
        color: #fff;
        line-height: 30px;
        overflow: hidden;
    }

    .yy-head-bannerimg .ring-img {
        float: left;
    }

        .yy-head-bannerimg .ring-img img {
            width: 15px;
            position: relative;
            margin-left: 15px;
            top: 2px;
            margin-right: 5px;
        }

    .yy-head-bannerimg ul {
        float: left;
        width: 1150px;
    }

        .yy-head-bannerimg ul li {
            width: 1150px;
        }

            .yy-head-bannerimg ul li span {
                display: inline-block;
                float: left;
                width: 35%;
                font-size: 14px;
            }

                .yy-head-bannerimg ul li span + span {
                    display: inline-block;
                    padding-left: 29px;
                    float: right;
                    padding-right: 30px;
                    text-align: right;
                }

/*.yy-xc-form {
    padding-bottom: 10px;
}*/
.xc-form .item .placeholder-parent {
    display: inline !important;
}

.xc-ask .form-info {
    margin-top: -30px;
    margin-top: -30px;
}

    .xc-ask .form-info .user {
        margin-bottom: 10px;
        width: 243px;
        height: 40px;
        background: rgba(246, 246, 246, 1);
        border: 1px solid rgba(204, 204, 204, 1);
        border-radius: 4px;
    }

        .xc-ask .form-info .user .w243 {
            border: none;
            outline: none;
            height: 37px;
            background: #F6F6F6;
            line-height: 37px;
            width: 80%;
            border-radius: 4px;
        }

        .xc-ask .form-info .user span {
            display: inline-block;
            height: 40px;
            line-height: 40px;
            width: 35px;
        }

        .xc-ask .form-info .user .phone-icon {
            position: relative;
            left: 3px;
        }

        .xc-ask .form-info .user span img {
            vertical-align: middle;
            margin-left: 15px;
            margin-right: 10px;
        }

.phone-inpt {
    width: 82%;
}
