<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å³ä¾§è”ç³»æ‚¬æµ®çª—*/
#relation_div {
    position: fixed;
    width: 48px;
    top: 550px;
    right: 10px;
    background-color: #7a7a7a;
    cursor: pointer;
}

#relation_div .relation_span {
    background: url('../../images/ce_icons.png') no-repeat -130px 0;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 5px;
    position: relative;
}

#relation_div:hover {
    background-color: red;
}

#relation_div .moddle_box {
    background: #f7f7f7;
    right: 42px;
    font-size: 14px;
    box-shadow: 0 0 4px #ddd;
    box-sizing: border-box;
    color: #666;
    width: 233px;
    height: 190px;
    padding: 20px;
    position: absolute;
    top: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: all 0.1s linear;
    display: none;
}

#relation_div .moddle_box p {
    margin-left: 20px;
}

#relation_div .moddle_box .qq {
    background: url(../../images/ce_icons.png) no-repeat -7px -54px;
    position: absolute;
    left: 15px;
    top: 21px;
    width: 21px;
    height: 21px;
}

#relation_div .moddle_box .phone {
    background: url(../../images/ce_icons.png) no-repeat -51px -54px;
    position: absolute;
    left: 15px;
    width: 21px;
    height: 21px;
}

#relation_div .moddle_box a:hover {
    color: red;
    text-decoration: none;
}

#relation_div .moddle_box a i {
    margin-right: 3px;
    display: inline-block;
    height: 16px;
    width: 23px;
    background: url(../../images/qqol.gif);
}

.container {
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}
.header .container{
    overflow: hidden;
    position: relative;
    padding: 10px 15px;
}
.header .container::after{
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    content: "";
    background: #f2f2f2;
}

#uploader .filelist li .nr .info a.yulan {
    margin-right: 40px;
    margin-top: 6px;
}

#uploader .filelist li .nr .info a.yulan:hover {
    color: #00b7ee;
    text-decoration: underline;
}

.header {
    background-color: #fff;
}
.header .logo {
    margin: 2px 50px 0 0;
}

.header .menu {
    margin-top: 0px;
}

.header .menu a {
    display: inline-block;
    color: #4A4A4A;
    height: 60px;
    line-height: 60px;
    /*width: 180px;*/
    width: auto;
    padding: 0 16px;
    text-align: center;
    /*margin-right: 5px;*/
}

.header .menu a:hover,
.header .menu .active {
    background-color: #4779fd;
}

.header .user-cz {
    padding-top: 15px;
}

.wxchatLogo {
    background: url('../images/no-repeat.png') no-repeat -50px -82px;
    padding: 12px 13px;
    margin: 0 4px -5px 0;
    display: inline-block;
}

.header .user-cz a {
    color: #fff;
    display: inline-block;
    margin: 0 10px;
}

.header .user-cz a img {
    margin-right: 6px;
}
.header .new__mobanma__user img{
    height: 30px;
}

.header .user-cz a .head_nickname{
    color: #4A4A4A;
    max-width: 110px;
    height: 30px;
    line-height: 30px;
    float: right;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.new__mobanma__user .user-sets{
    top: 60px;
    background-color: #ffffff;
    width: 145px;
    z-index: 200;
    text-align: center;
    color: #333;
    height: 60px;
    line-height: 30px;
    box-shadow: 0 0 1px rgba(191, 213, 228, 0.91);
    position: absolute;
    display: none;
}

.new__mobanma__user .user-sets a{
    color: #4a4a4a;
    font-size: 14px;
}
.new__mobanma__user .user-sets &gt; li{
    border-bottom: 1px solid #f2f2f2;
}
.new__mobanma__user .user-sets &gt; li:hover{
    background-color: #f2f2f2;
}

.header .user-cz:hover&gt;.user-sets,.new__mobanma__user .user-sets:hover{
    display: block;
}

.content .ys-tabs {
    margin-bottom: -2px;
}

.content .ys-tabs ul li {
    float: left;
    background-color: #fff;
    /*background-color: #c8edf7;*/
    /*margin-right: 2px;*/
}

.content .ys-tabs ul li a {
    display: block;
    padding: 0 24px;
    height: 45px;
    line-height: 45px;
    /*border: 2px #ffffff solid;*/
    /*border-bottom: 2px #e6e6e6  solid ;*/
    /*border-radius: 3px 3px 0 0;*/
}

.content .ys-tabs ul li a.active {
    /*background-color: #2875CD !important;*/
    /*border-left: 2px #e6e6e6  solid;*/
    /*border-top: 2px #e6e6e6  solid;*/
    /*border-right: 2px #e6e6e6  solid;*/
    /*border-bottom: 2px #ffffff  solid ;*/
    color: #09bd71;
    position: relative;
}
.content .ys-tabs ul li a.active::after{
    width: 22px;
    height: 2px;
    background: #09bd71;
    position: absolute;
    bottom: 7px;
    opacity: 1;
    border-radius: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
}

.yasuoBtn {
    margin-top: -5px;
}

.btn-group {
    margin-top: 5px;
}

.content .ys-gn-nr {
    /*border: 2px #e6e6e6 solid;*/
    padding: 60px 0;
    position: relative;
    /*padding: 30px;*/
    /* padding: 10px 30px 30px 30px;*/
}

.content .ys-nr .ys-items {
    width: 50%;
    padding: 20px 6% 20px 0;
}

.background-color-shade{
    position: absolute;
    height: 100%;
    background-color: #F3F3F3;
    width: 100%;
    top: 0;
    z-index: -1;
}

.content .ys-nr .ys-items h3 {
    color: #990033;
}

.content .ys-nr .ys-items p {
    line-height: 30px;
    font-size: 14px;
}

.ys-content {
    padding: 30px 0 50px 0;
}

.ys-content .ys-list {
    width: 330px;
}

.ys-content .ys-pd {
    margin: 0 50px;
}

.hc-content {
    background-color: #ebf7fe;
    padding: 60px 0 10px 0;
}

.hc-content .hc-list {
    width: 45%;
}

.hc-content .hc-list .top .info {
    padding-left: 57px;
}

.hc-content .hc-list .top .info h3 {
    color: #1c1c1c;
}

.pl-content {
    padding: 50px 0 20px 0;
}

.pl-content .pl-form {
    width: 500px;
    margin: 0 0 60px 60px;
}

.pl-content .text-area {
    border: 1px #e6e6e6 solid;
    padding: 10px;
}

.pl-content .text-area textarea {
    width: 100%;
    border: 0;
    height: 100px;
}

.pl-content .pl-btn button {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #01b6ee;
    border: 0;
}

.pl-content .pl-lists .pl-hed {
    color: #247188;
}

.pl-content .pl-lists ul li {
    border-bottom: 1px #e6e6e6 solid;
    padding: 20px 0;
}

.pl-content .pl-lists ul li .pl-info {
    padding-left: 50px;
}

.pl-content .pl-lists ul li .pl-info .title .zan {
    float: right;
    background: url('../images/zan-default.png') no-repeat right center;
    padding-right: 30px;
    display: inline-block;
    color: #999;
}

.pl-content .pl-lists ul li .pl-info .title .zanhover {
    background: url('../images/zan-hover.png') no-repeat right center;
}

.pl-content .pl-lists ul li .pl-info .nr {
    padding-left: 6px;
    line-height: 26px;
}

.pl-content .pl-lists ul li .pl-info .nr span {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 0 8px;
    border-radius: 3px;
}

.pl-content .pl-lists ul li.first {
    width: 55%;
}

.successData ul li {
    border: 1px #a0d6ff solid;
    width: 32%;
    margin: 0 0 1% 1%;
    float: left;
    position: relative;
}

.successData ul li .nr {
    padding: 15px;
}

.successData ul li .nr .fl {
    width: 130px;
    padding-bottom: 8px;
}

.successData ul li .nr .fl .pic {
    width: 130px;
    height: 80px;
    overflow: hidden;
}

.successData ul li .nr .fl .pic img {
    width: 100%;
}

.successData ul li .nr .info {
    padding-left: 150px;
    size: 10px;
    line-height: 30px;
}

.successData ul li .hover-show {
    height: 35px;
    line-height: 35px;
    background-color: #26c2f1;
    opacity: 0.8;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: right;
}

.successData ul li .hover-show a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin: 0 8px 0 0;
}

.footer {
    background-color: #f5f5f5;
    border-top: 2px #e6e6e6 solid;
    padding: 30px 0;
}

.layui-form-label {
    width: auto;
    font-size: 14px;
}

.layui-form-select dl dd.layui-this {
    background-color: #09bd71;
}

.layui-form-item .layui-inline {
    margin-right: 0;
}

.layui-input {
    background-color: #f0f0f0;
    font-size: 14px;
}

.upload-btn,
.ssi-button.success {
    margin-top: 10px;
    background-color: #00b7ee;
    border: 0;
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
}

.upload-btn:hover {
    background-color: #00abde;
    color: #fff;
}

#uploader .filelist li p.progress {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    z-index: 1000;
}

#uploader .filelist li p.progress span {
    display: none;
    overflow: hidden;
    width: 0;
    height: 100%;
    background: #1483d8 url(../images/progress.png) repeat-x;

    -webit-transition: width 200ms linear;
    -moz-transition: width 200ms linear;
    -o-transition: width 200ms linear;
    -ms-transition: width 200ms linear;
    transition: width 200ms linear;

    -webkit-animation: progressmove 2s linear infinite;
    -moz-animation: progressmove 2s linear infinite;
    -o-animation: progressmove 2s linear infinite;
    -ms-animation: progressmove 2s linear infinite;
    animation: progressmove 2s linear infinite;

    -webkit-transform: translateZ(0);
}

@-webkit-keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}

@-moz-keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}

@keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}

.link {
    margin-top: 50px;
}

.link p {
    padding: 5px 0;
    margin-bottom: 20px;

}

.link p a {
    color: #00a2d4;
}

.logo img {
    height: 64px;
}

.header .nav {
    display: none;
    width: 60px;
    height: 60px;
    position: relative;
    transition: all 300ms ease-in-out;
    margin-top: 5px;
}

.header .nav span {
    width: 25px;
    position: absolute;
    height: 2px;
    display: block;
    background: #fff;
    left: 50%;
    transition: all 0.3s ease-in-out;
}

.header .nav span.line1 {
    top: 18px;
}

.header .nav span.line2 {
    top: 25px;
}

.header .nav span.line3 {
    top: 32px;
}

.header .nav:hover span {
    transition: all 0.2s ease-in-out;
}

.header .clickactive span.line1 {
    transform: rotate(-45deg);
    top: 25px;
}

.header .clickactive span.line2 {
    opacity: 0;
}

.header .clickactive span.line3 {
    transform: rotate(45deg);
    top: 25px;
}

.header .phone-menu {
    width: 160px;
    background-color: #000;
    opacity: 0.8;
    height: 100%;
    position: fixed;
    left: -160px;
    top: 0;
    z-index: 99;
    text-align: center;
}

.header .phone-menu .title {
    height: 60px;
    line-height: 60px;
}

.header .phone-menu p {
    margin: 0 10px;
    line-height: 50px;
    border-bottom: 1px #3b3b3b solid;
}

.header .phone-menu p a {
    display: block;
    color: #fff;
}

.header .phone-menu p a i {
    margin-right: 8px;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.cc-style-first {
    width: 200px;
}

.cc-style-other {
    width: 120px;
}

.phone-giftool {
    width: 600px;
}

.footer .fr p {
    display: inline;
}

/*é¦–é¡µæ–°ç‰ˆæœç´¢æ&nbsp;·å¼*/
.topTow {
    clear: both;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 110px;
    margin-top: -10px;
}

.topTow .new_logo {
    float: left;
    width: auto;
    margin-top: 14px;
    margin-left: 13px;
    max-height: 64px;
}

#search_box {
    float: left;
    margin-left: 80px;
    margin-top: 22px;
    min-width: 783px;
    height: 50px;
    position: relative;
}

#search_box .search {
    height: 100%;
    position: relative;
    border-radius: 50px;
    background-color: #f3f3f3;
    width: 659px;
}



#search_box .search div.search_model {
    position: absolute;
    top: 0;
    width: 95px;
    height: 100%;
    border-radius: 40px 0 0 40px;
    line-height: 50px;
    color: #999;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    padding-right: 11px;
    background-color: #e9e9e9;
}

#search_box .search input {
    width: 65%;
    height: 100%;
    padding: 0;
    margin-left: 124px;
    margin-right: 0;
    padding-right: 25px;
    outline: 0;
    font-size: 14px;
    border: none;
    background-color: #f3f3f3;
}

.top_guding {
    position: fixed;
    top: -880px;
    left: 0;
    padding-top: 16px;
    z-index: 5000;
    width: 100%;
    height: 72px;
    -webkit-box-shadow: 0 -4px 20px #000;
    box-shadow: 0 -4px 20px #000;
    background-color: #fff;
    -webkit-transition: top .3s;
    transition: top .3s;
}

.topRow .image-search-box {
    position: absolute;
    top: 100%;
    left: 20%;
    display: none;
    -webkit-box-shadow: 0 0 20px #888;
    box-shadow: 0 0 20px #888;
}

.topTow:after {
    content: "";
    display: block;
    clear: both;
}

#search_box .search div.search_model span {
    color: #999;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#search_box .search div.search_model i {
    color: #999;
    position: absolute;
    right: 13%;
    top: 30%;
}

#search_box .search div.search_model .smx {
    width: 104px;
    position: absolute;
    top: 50px;
    left: 2px;
    color: #666;
    height: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    border-top: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    background: #fff;
    z-index: 1000;
}

#search_box .search div.search_model .smx:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 40%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

#search_box .search div.search_model .smx li {
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    color: #999;
}
/*.topTow .hot_words_r {*/
/*position: absolute;*/
/*top: 6px;*/
/*right: 0;*/
/*display: inline-block;*/
/*margin-left: 16px;*/
/*width: 104px;*/
/*height: 38px;*/
/*border-radius: 10px;*/
/*background: url(https://www.om.cn/images/home/recent.png) no-repeat 50%;*/
/*color: #fff;*/
/*}*/

.topTow .hot_words_r {
    position: absolute;
    top: 6px;
    right: 0;
    display: inline-block;
    margin-left: 16px;
    width: 104px;
    height: 38px;
    border-radius: 30px;
    border: 1px solid #2657D7;
    color: #2657D7;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    background-image: linear-gradient(#ffffff 52%, #f0f8ff);
}
.topTow .hot_words_r .fa{
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg); 	/* IE 9 */
    -moz-transform:rotate(-90deg); 	/* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari å’Œ Chrome */
    -o-transform:rotate(-90deg); 	/* Opera */
}
/*#search_box .search button {*/
    /*float: right;*/
    /*margin-top: 6px;*/
    /*margin-right: 7px;*/
    /*border: 0;*/
    /*width: 56px;*/
    /*line-height: 34px;*/
    /*height: 38px;*/
    /*font-size: 16px;*/
    /*padding: 0;*/
    /*color: #fff;*/
    /*outline: 0;*/
    /*cursor: pointer;*/
    /*-webkit-transition: all .123s linear;*/
    /*transition: all .123s linear;*/
    /*background: url(https://www.om.cn/images/home/btn_search.png) no-repeat 50%;*/
/*}*/

#search_box .search button {
    float: right;
    margin-top: 6px;
    margin-right: 7px;
    width: 56px;
    line-height: 34px;
    height: 38px;
    font-size: 16px;
    padding: 0;
    color: #2657D7;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .123s linear;
    transition: all .123s linear;
    background-color: #F5F5F4;
    border: 1px solid #2657D7;
    border-radius: 41px;
    background-image: linear-gradient(#ffffff 52%, #f0f8ff);
}
#search_box .search button i{
    font-size: 26px;
}

.icon-photo {
    display: inline-block;
    width: 24px;
    height: 20px;
    background: url(https://www.om.cn/images/bg_image_search.png) no-repeat;
    background-position: -5px -5px;
}

.search .icon-photo {
    position: absolute;
    right: 13%;
    top: 29%;
    cursor: pointer;
}

#search_box .search div.search_model:hover .smx {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: visible
}

#search_box .search div.search_model .smx li:hover {
    background: #f3f3f3
}

@media (max-width: 1200px) {
    .topTow .new_logo {
        margin-left: 0;
    }

    .topTow .hot_words_r {
        right: 20px;
    }

    #search_box {
        min-width: 660px;
        margin-left: 40px;
        margin-right: 10px;
    }

    .topRow .image-search-box {
        width: 520px;
    }

    #search_box .search {
        width: 520px;
    }

    #search_box .search input {
        width: 57%;
    }
}
.logo{
    /*display: none;*/
}
#mainseach-app{
    display: block;
}

/*é¦–é¡µæ–°ç‰ˆæœç´¢æ&nbsp;·å¼end*/

@media screen and (max-width: 470px) {

    #mainseach-app{
        display: none;
    }
    .logo{
        display: block;
    }
    .container {
        width: 100%;
        padding: 0;
    }

    .header {
        padding: 0 3%;
        margin-bottom: 20px;
    }

    .logo img {
        height: 40px;
        margin-top: 10px;
    }

    .header .menu {
        display: none;
    }

    .header .nav {
        display: block;
    }

    .content .ys-tabs {
        margin-bottom: 20px;
        padding: 0 0 5% 3%;
        border-bottom: 2px #e6e6e6 solid;
    }

    .content .ys-tabs ul li {
        width: 31.6%;
        margin: 0 1% 1% 0;
        border-radius: 3px;
    }

    .content .ys-tabs ul li a {
        display: block;
        text-align: center;
        border-bottom: 0;
        padding: 0;
    }

    .content .ys-gn-nr {
        border: 0;
    }

    .content .ys-tabs ul li a.active {
        border: 0;
        background-color: #01b6ee;
        color: #fff;
    }

    .content .ys-tabs ul li:nth-child(8), .content .ys-tabs ul li:nth-child(7) {
        display: none;
    }

    .content .ys-tabs ul li:nth-child(13) {
        width: 47.88%;
    }

    .content .ys-gn-nr {
        padding: 3%;
    }

    .layui-form-item .layui-input-inline {
        margin-left: 90px;
    }

    .cc-style-first, .cc-style-other {
        width: 100%;
    }

    .yasuoBtn {
        width: 100%;
    }

    .layui-elem-quote {
        padding: 10px;
    }

    .ys-content {
        padding: 0 0 20px 0;
    }

    .ys-content .ys-list {
        width: 33%;
        padding: 0 3%;
        overflow: hidden;
    }

    .ys-content .ys-list p:last-child {
        display: none;
    }

    .pl-content .pl-form {
        margin-bottom: 30px;
    }

    .ys-content .ys-list {
        margin: 0;
    }

    .onlineTools ul li {
        width: 32%;
    }

    .pl-content .pl-form {
        width: 100%
    }

    .my-say {
        text-align: left;
        padding-left: 3%;
    }

    .my-tips {
        padding: 0 3%;
        text-align: left;
    }

    .pl-content .text-area {
        margin: 0 3% 5% 3%;
    }

    .pl-btn, .pl-hed {
        padding: 0 3%;
    }

    .pl-content .pl-lists ul li.first {
        width: 100%;
        padding: 2% 3% 4% 3%;
        margin-bottom: 3%;
    }

    .pl-content .pl-lists ul li:last-child {
        text-align: center;
        background-color: #f9f9f9;
        margin-top: -3%;
        padding: 5% 0;
    }

    .phone-giftool {
        width: 100%;
        margin-left: 0;
    }

    .phone-table .layui-btn-primary {
        width: 100%;
        padding: 3px 10px;
        height: auto;
    }

    .phone-table .layui-btn-primary del {
        display: block;
    }

    .fsqun {
        display: none;
    }

    .footer .fr, .footer .fl {
        float: none;
    }

    .footer .fr p, .footer .fl p {
        display: block;
        text-align: center;
    }


}




/*æ–°ç‰ˆåº•éƒ¨è®¾ç½®*/

/*footer*/

.footer__new{
    background:#323232;
}
#go-fav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #3D3D3D;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}
#go-fav b {
    font-weight: normal;
    margin: 0 20px;
}
#go-fav span {
    padding: 5px 10px;
    background: #09bd71;
    border-radius: 5px;
    color: #fff;
    margin: 0 5px;
}
#go-fav a {
    margin-top: 2px;
    width: 120px;
    height: 30px;
    background: #09bd71;
    border-radius: 25px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.footer-content{
    margin:0 auto;
}
.friendship{
    border-top:1px solid #585858;
    height:100px;
    line-height:30px;
    padding-left:3px;
}
.friendship li{
    float:left;
    margin-right:4px;
}
.friendship a{
    font-size:14px;
    color:#999999;
}
.footet-jiesao{
    height:100px;
    font-size:14px;
}
.logos{
    float:left;
    height:100%;
    width:161px;
    background:url(//s.tuguaishou.com/new-index/text-logo.png) 4px 31px no-repeat;
}
.footer-url{
    padding-top:33px;
    color:#CAC9C9;
    padding-bottom:4px;
}
.footet-jiesao p &gt; a{
    font-size:14px;
    color:#FFFFFF;
    margin-right:13px;
}
.footet-jiesao &gt; div{
    height:100%;
}
.footer-bottom-size{
    font-size:12px;
    color:#939393;
    line-height:30px;
    text-align:left;
    background-color:#212121;
}
.footer-logo{
    padding-right:24px;
    margin-right:24px;
    border-right:1px solid #585858;
}
.footer-content .partner-box{
    font-size:14px;
    color:rgba(235, 235, 235, 1);
    width: 260px;
    display:inline-block;
    line-height:1;
    vertical-align: -30px;
}
.footer-content .partner-box .partner{
    width: 70px;
    height: 30px;
    background:rgba(255, 255, 255, 1);
    border-radius:4px;
    display:inline-block;
    text-align:center;
    line-height: 28px;
    margin-top:24px;
    margin-right:4px;
}
.footer-content .partner-box .partner img{
    vertical-align:middle;
    width: 50px;
}


.w1170{
    width: 1170px;
    margin: 0 auto;
}
.footer-kefu .lxkf {
    float: right;
}

.footet-jiesao{
    height:172px;
}
.footer-logo-box{
    line-height:140px;
}
.footer-kefu{
    display:flex;
    justify-content:center;
    align-items:center;
    line-height:1;
}
.footer-kefu .vx-code{
    width:100px;
    text-align:center;
    margin-right:30px;
    display:inline-block;
}
.footer-kefu .xcx-code{
    width:100px;
    text-align:center;
    display:inline-block;
}
.footer-kefu .vx-code img{
    width:100px;
    height:100px;
    margin-bottom:10px;
}
.footer-kefu .xcx-code img{
    width:100px;
    height:100px;
    margin-bottom:10px;
}
.footer-kefu .qq-kefu .lxkf{
    width:180px;
    height:30px;
    line-height:30px;
    text-align:center;
    display:block;
    background:#565656;
    border-radius:15px;
    font-size:14px;
    font-weight:400;
    color:rgba(147, 147, 147, 1);
    cursor:pointer;
    margin-bottom:10px;
}
.footer-kefu .qq-kefu{
    font-size:14px;
    font-weight:400;
    color:rgba(147, 147, 147, 1);
    line-height:36px;
    text-align:right;
    padding-left:30px;
}

.friendship .customer-service{
    width:1200px;
    height:38px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:16px auto 0;
}
.friendship .customer-service .customer-service-btn{
    width:98px;
    height:38px;
    text-align:center;
    background:rgba(0, 0, 0, 1);
    border-radius:2px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    color:rgba(134, 135, 136, 1);
    line-height:38px;
}
.friendship .customer-service .customer-service-right{
    width:1083px;
    height:32px;
    font-size:12px;
    font-family:MicrosoftYaHei;
    color:rgba(166, 167, 168, 1);
    line-height:32px;
}


.friendship .business-cooper{
    width:1200px;
    height:38px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:16px auto 0;
}
.friendship .business-cooper .business-cooper-btn{
    width:98px;
    height:38px;
    text-align:center;
    background:rgba(0, 0, 0, 1);
    border-radius:2px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    color:rgba(134, 135, 136, 1);
    line-height:38px;
}
.friendship .business-cooper .business-cooper-right{
    width:1083px;
    height:32px;
    font-size:12px;
    font-family:MicrosoftYaHei;
    color:rgba(166, 167, 168, 1);
    line-height:32px;
}


.friendship .friend-link{
    width:1200px;
    height:38px;
    margin:16px auto 0;
}
.friendship .friend-link .friend-link-btn{
    text-align:left;
    border-radius:2px;
    line-height:38px;
    display:block;
    font-size:16px;
    font-weight:bold;
    color:rgba(124, 124, 124, 1);
}

.friendship .friend-link .friend-link-btn .tab {
    font-size:14px;
    font-weight:bold;
    color:rgba(124, 124, 124, 1);
    margin-right: 20px;
}

.friendship .friend-link .friend-link-btn .tab:hover {
    color: #F55057;
}

.friendship .friend-link .friend-link-right{
    line-height:16px;
    font-size:14px;
    font-weight:400;
    color:rgba(98, 98, 98, 1);
}

.friendship .friend-link .friend-link-right a{
    margin-right:5px;
    color:rgba(98, 98, 98, 1);
    font-size:12px;
}
#nav-chunjiedacu{
    background:#FF4800;
    font-size:12px;
    color:#FFFFFF;
    border-radius:9px;
    top:15px;
    right:-32px;
    position:absolute;
    width:40px;
    height:18px;
    line-height:18px;
    text-align:center;
}
.footer-bottom-size a{
    color:#999999;
}

.video-box{top:0;left:0;position:fixed;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#69000000, endColorstr=#69000000);z-index:50;display:none;}
.video-close{position:absolute;right:-40px;top:0px;font-size:22px;padding:0px;border-radius:50px;width:34px;height:34px;text-align:center;line-height:32px;background:rgba(0, 0, 0, 0.3);color:rgba(255, 255, 255, 0.7);}
.video-div{width:845px;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
.start-video{width:845px;height:475px;}
#video_play{width:114px;height:50px;float:right;margin-top:5px;margin-right:20px;cursor:pointer;}
@media screen and (max-width:1300px){
    #video_play{display:none;}
}

#enter-start-designer {
    float: right;
    line-height: 36px;
    width: 103px;
    height: 36px;
    display: inline-block;
    text-align: center;
    background: rgba(255,120,126,1);
    border-radius: 18px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(255,255,255,1);
    margin: 12px 20px 0 0;
}

.condition #user-tool-box li.ring-title a.useravatar_link{
    display:unset;
    padding-left:0;
}

.all-client{
    padding-top:30px;
    width:100px;
    float:right;
    color:rgba(147, 147, 147, 1);
    position:relative;
    text-align:center;
    cursor:pointer;
}
.all-client .iconfont{
    font-size:36px;
    display:block;
    margin-bottom:20px;
    /*color:rgba(147, 147, 147, 1);*/
}
.all-client:hover{
    color:#09bd71;
}
.all-client .iconfont.xcx-icon{
    background-color:rgba(147, 147, 147, 1);;
    color:#323232;
    width:42px;
    height:42px;
    text-align:center;
    line-height:42px;
    border-radius:100%;
    font-size:30px;
    margin:-2px auto 16px auto;
}
.all-client .iconfont.bigger{
    font-size: 56px;
    margin-bottom: 12px;
    margin-top: -12px;
}
.all-client a{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
}
.all-client .img-box{
    position:absolute;
    bottom:96px;
    left:-22px;
    width: 142px;
    height: 158px;
    background:rgba(255, 255, 255, 1);
    border-radius:5px;
    color:#939393;
    text-align:center;
    display:none;
    padding:10px 15px;
    border: 1px solid #CCCCCC;
}
.all-client .img-box img{
    /*width:112px;*/
    height:112px;
}
.all-client:hover .img-box{
    display:block;
}

.ani-up:hover {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*ä¾§è¾¹æ&nbsp;*/
#sidebar *{box-sizing: content-box;}
#sidebar{width:60px;height:auto;position:fixed;right:10px;top:40%;z-index:10;cursor:pointer;font-size:12px;color:#666666;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0px solid #ECECEC;box-shadow:0px 0px 2px 0px rgba(220, 220, 220, 0.74);}
#sidebar .sidebar-block{width:60px;height:60px;background-color:#FFFFFF;border-top:1px solid #ECECEC;padding-top:8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;}
#sidebar .sidebar-block:first-child{border-top:none;}
#sidebar .sidebar-block:hover{background-color:#09bd71;color:#FFFFFF;border-radius:0px;}
#sidebar .sidebar-block .iconfont,#sidebar .sidebar-block .Hui-iconfont{font-size:24px;color:#09bd71;display:block;line-height:1;}
#sidebar .sidebar-block:hover &gt; .iconfont,#sidebar .sidebar-block:hover &gt; .Hui-iconfont{color:#FFFFFF;}
#sidebar .sidebar-block .sidebar-pop{display:none;cursor:default}
#sidebar .sidebar-block:hover &gt; .sidebar-pop{display:block;position:absolute;top:0;padding-right:20px; width:160px;height:182px;left:-167px;}
#sidebar .sidebar-block:hover &gt; .sidebar-pop .pop-box{background:rgba(255, 255, 255, 1);border-radius:2px;background-size:100%;font-size:12px;color:#333333}
#sidebar .sidebar-block:hover &gt; .pop_link .sidebar-pop{display:block;padding-right:20px; width:160px;height:182px;}
#sidebar #client-box.sidebar-block:hover &gt; .pop_link .pop-box{
    float:left;width:160px;height:182px;
    box-shadow:0px 1px 5px 0px rgba(4,23,58,0.15);
    border-radius:8px;
    background-color: #fff;
}
#sidebar #client-box.sidebar-block:hover &gt; .sidebar-pop .pop-box{
    float:left;width:150px;height:140px;
}
#sidebar .sidebar-client-box &gt; .sidebar-pop .pop-box .app-qrcode{
    width:72px;
    height:72px;
}
/**å•ä¸ªæŒ‰é’®æ&nbsp;·å¼**/
#sidebar .sidebar-return-top-box{display:none;}
#sidebar .sidebar-wechat-box .pop-box img{width:auto;height:80px;}
#sidebar .sidebar-qq-group-box span{color:#09bd71;margin-top:10px;display:block;}
#sidebar .sidebar-qq-group-box a{border-radius:4px;width:84px;height:26px;color:#FFFFFF;text-align:center;display:block;line-height:26px;margin:15px auto 10px auto;background:#09bd71;}
#sidebar .sidebar-cs-box{-webkit-user-select:text ;-moz-user-select:text ;-ms-user-select:text ;user-select:text ;}
#sidebar .sidebar-cs-box .sidebar-pop .iconfont{color:#09bd71;margin-right:6px;}
#sidebar .sidebar-cs-box:hover &gt; .sidebar-pop{width:180px !important;left:-186px;text-align:left;}
#sidebar .sidebar-cs-box:hover &gt; .sidebar-pop .pop-box{padding-bottom:10px; line-height:24px;box-shadow:0px 1px 5px 0px rgba(4,23,58,0.15);border-radius:8px;}
#sidebar .sidebar-cs-box:hover &gt; .sidebar-pop .pop-box .zx-kf{font-size:14px;font-weight:600;color:rgba(32,32,32,1);text-align: center;border-bottom: 1px solid #EBEBEB;height: 34px;line-height: 34px;}

#sidebar .sidebar-cs-box &gt; .sidebar-pop .pop-box &gt; p{padding-left:11px;letter-spacing: 1px}
#sidebar .sidebar-cs-box &gt; .sidebar-pop .pop-box .online-kf{border-bottom:1px solid #E7E7E7;padding-right: 10px}
#sidebar .sidebar-cs-box &gt; .sidebar-pop .pop-box .lxdh{border-bottom:1px solid #E7E7E7;padding-bottom: 12px;margin-bottom: 12px}
#sidebar .sidebar-cs-box &gt; .sidebar-pop .pop-box &gt; p .grey{color:#A1A1A1;}
#sidebar .sidebar-cs-box &gt; .sidebar-pop .pop-box .web-help {line-height: 17px}
#sidebar .sidebar-cs-box &gt; .sidebar-pop .pop-box .web-help a{font-weight:600;font-size:12px;color:#202020;text-decoration: underline}
#sidebar .sidebar-cs-box &gt; .sidebar-pop .pop-box .web-help:hover a{color: #09bd71}

#sidebar .sidebar-cs-box &gt; .sidebar-pop .pop-box &gt; p &gt; b{font-size:14px;font-weight:bold;}

#sidebar .sidebar-cs-box &gt; .sidebar-pop .pop-box &gt; p{margin-bottom:14px;}
#sidebar .sidebar-cs-box &gt; .sidebar-pop .pop-box &gt; p:last-child{margin-bottom:0px;}
#sidebar .sidebar-cs-box &gt; .sidebar-pop .pop-box .online-kf .intro{width: 158px;letter-spacing: 0px}

#sidebar .sidebar-cs-box &gt; .sidebar-pop .pop-box .sidebar-cs-work-time{padding-left:22px;}
#sidebar .sidebar-cs-box &gt; .sidebar-pop .pop-box .lxkf{text-align:center;color:#FFFFFF;font-size:12px;display:block; margin:8px 0 14px 0;cursor:pointer;width:154px;height:32px;line-height:32px;background:#09bd71;border-radius:5px;
}
#sidebar .sidebar-block .sidebar_jump{width:50px;height:47px;display:inline-block}
#sidebar .sidebar-client-box .sidebar_jump &gt; .iconfont{font-size:24px;color:#09bd71;display:block;line-height:1;}
#sidebar .sidebar-block:hover{background-color:#09bd71;color:#FFFFFF;border-radius:0px;}
#sidebar .sidebar-client-box .sidebar_jump:hover &gt; .iconfont{color:#FFFFFF;}
#sidebar .sidebar-client-box .sidebar_jump:hover{color:#FFFFFF;}
#sidebar .sidebar-client-box img{width:56px;height:60px;margin-top:7px;}
#sidebar .sidebar-client-box p{margin-top:13px;margin-bottom:13px;line-height:12px;letter-spacing:1px;font-weight:500;font-size:14px}
#sidebar .sidebar-client-box &gt; .sidebar-pop .pop-box &gt; span{margin-bottom:20px;line-height:12px;letter-spacing:1px;font-weight:400;font-size:12px;color:rgba(136, 136, 136, 1);}
#sidebar .sidebar-client-box:hover .sidebar_jump &gt; .iconfont{color:#FFFFFF;}
#sidebar .sidebar-client-box:hover .sidebar_jump{color:#FFFFFF;}
#sidebar .sidebar-client-box &gt; .sidebar-pop .pop-box .khf-install{
    width: 84px;
    height: 26px;
    background: rgba(255, 120, 126, 1);
    border-radius: 4px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    display: block;
    margin: 0 auto 4px auto;
    cursor: pointer;
}

#sidebar .sidebar-wechat-box:hover .sidebar-pop{
    width:254px;
    height:160px;
    left:-261px;
    box-shadow:0px 1px 5px 0px rgba(4,23,58,0.15);
    border-radius: 8px;
}
#sidebar .sidebar-wechat-box:hover &gt; .sidebar-pop .pop-box{
    width:auto;
    height:133px;
    padding: 14px 16px 13px 14px;
}
#sidebar .sidebar-wechat-box:hover &gt; .sidebar-pop {
    padding-right: 0px;
}
#sidebar .sidebar-wechat-box:hover &gt; .sidebar-pop .pop-box:nth-child(1) {
    border-right: 1px solid rgba(235,235,235,1);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
#sidebar .sidebar-wechat-box:hover &gt; .sidebar-pop .sidebar-app .pop-box {
    border-radius:0px 8px 8px 0px;

}

#sidebar .sidebar-wechat-box:hover &gt; .sidebar-pop .pop-box:last-child{
    border-right:1px solid transparent;
}
#sidebar .sidebar-wechat-box:hover &gt; .sidebar-pop .pop-box p{
    font-size:14px;
    color:#202020;
    margin-top: 3px;
}
#sidebar .sidebar-wechat-box:hover &gt; .sidebar-pop .pop-box span{
    font-size:12px;
    font-weight:500;
    color:rgba(255,69,85,1);
    line-height:24px;
}
#sidebar .sidebar-wechat-box:hover &gt; .jump-app .iconfont {
    color: #fff;
}
#sidebar .sidebar-wechat-box:hover &gt; .jump-app {
    color: #fff;
    display: block;
}

.sidebar{
    position:fixed;
    bottom:20%;
    right:15px;
    width:62px;
    height:245px;
    box-sizing:border-box;
    border-top:1px solid #EEEEEE;
    z-index:10;
    top:unset;
    background:unset;
    display:unset;
}
.sidebar-icon2{
    background-position:0 0;
}
.sidebar-icon2:hover{
    background-position:0 -72px;
}
.sidebar-icon3{
    background-position:0 -141px;
}
.sidebar-icon3:hover{
    background-position:0 -211px;
}
.sidebar-icon4{
    background-position:0 -286px;
}
.sidebar-icon4:hover{
    background-position:0 -356px;
}
.sidebar-wechat-box .sidebar-pop {
    width: 160px;
    height: 182px;
}
#sidebar #client-box.sidebar-block:hover &gt; .pop_link .pop-box {
    padding: 16px 11px 21px;
    height: 145px;
    width: 138px;
    cursor: pointer;
}
#sidebar #client-box .sidebar-pop .pop-box .client-slogan {
    font-size:12px;
    font-weight:600;
    color:rgba(32,32,32,1);
    line-height:16px;
    margin-bottom: 15px;
}
#sidebar #client-box .sidebar-pop .pop-box .client-slogan .client-slogan-logo{
    border-radius: 50%;
    background:rgba(255,69,85,0.1);
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #09bd71;
    margin-right: 6px;
    font-size: 12px;
    vertical-align: middle;
    letter-spacing: 1px;
}
#sidebar #client-box .sidebar-pop .pop-box .ljdk {
    width:124px;
    height:28px;
    background:#09bd71;
    border-radius:4px;
    font-size:12px;
    color:rgba(255,255,255,1);
    line-height:28px;
    display: inline-block;
}

#sidebar .sidebar-pop .iconfont {
    -webkit-text-stroke-width:0px;
}
#sidebar .sidebar-block .sidebar-pop .pop-box.fl p {
    font-size: 12px;
}
#sidebar .sidebar-block a {
    display: inline-block;
    color:#333333;
}
#sidebar .sidebar-client-box:hover .sidebar_jump &gt; .iconfont {
    display: block;
}
#sidebar .sidebar-wechat-box .sidebar-pop:after{
    display: inline-block;
    content: '';
    position: absolute;
    right: -27px;
    left: 254px;
    background: transparent;
    width: 10px;
    height: 60px;
}
#sidebar .sidebar-client-box .pop_link {
    display: block;
    position:absolute;top:0;
    left: -167px;
}
#sidebar .sidebar-block:hover .lxkf {
    color: #fff;
}
#sidebar .sidebar-block:hover .lxkf .iconfont {
    color: #fff;
}
#sidebar .sidebar-wechat-box:hover &gt; .jump-app .iconfont {
    color: #fff;
}
#sidebar .sidebar-wechat-box:hover &gt; .jump-app {
    color:#FFFFFF;
}

/*ä¾§è¾¹æ&nbsp; end */</pre></body></html>