*{
    margin:0;
    padding:0;
    border:0 solid #000000;
}
#bd_snap{
    position:absolute;
    z-index:9999999999;
}
html, body, h1, h2, h3, h4, input, p, ul{
    margin:0;
    padding:0;
}
html{
    -webkit-text-size-adjust:none;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
ul, ol, li{
    list-style:none;
}
body{
    font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
    color:#ADADAD;
    background:rgba(250, 250, 250, 1);
}
input, textarea, select, button{
    font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
}
a{
    color:#666666;
    text-decoration:none;
}
/*message*/

.message{
    top: 80px;
    background: #FFEE83;
    color: #7C6045;
    width: 100%;
    margin: 0 auto;
    padding: 8px 0;
    border-bottom: 1px solid #ECCA82;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    position: relative;
    z-index:10;
}
.clearfix:after{
    content:"";
    display:block;
    visibility:hidden;
    height:0;
    line-height:0;
    clear:both;
}
.clearfix{
    zoom:1;
}
input{
    outline:none;
}
.w1200{
    width:1200px;
    margin:0 auto;
}
@font-face{
    font-family:"iconfont";
    src:url('//js.tuguaishou.com/font/20181227/iconfont.eot?v=20181227');
    src:url('//js.tuguaishou.com/font/20181227/iconfont.eot#iefix?v=20181227') format('embedded-opentype'), /* IE6-IE8 */ url('//js.tuguaishou.com/font/20181227/iconfont.woff?v=20181227') format('woff'), url('//js.tuguaishou.com/font/20181227/iconfont.ttf?v=20181227') format('truetype'), url('//js.tuguaishou.com/font/20181227/iconfont.svg#iconfont?v=20181227') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing:antialiased;
    -webkit-text-stroke-width:0.2px;
    -moz-osx-font-smoothing:grayscale;
}
/*nav*/

.navi{
    background:#FFFFFF;
    width:100%;
    box-shadow:0 2px 6px rgba(0, 0, 0, 0.1);
    top:-80px;
}
.nav{
    height:80px;
    min-width:1200px;
}
.logo-box{
    display:inline-block;
}
.logo{
    display:inline-block;
    height:80px;
    line-height:80px;
    padding-left:61px;
    vertical-align: middle;
}
.logo img{
    width:129px;
    height:50px;
    vertical-align: middle;
    margin-top: -10px;
}
.logo .slogan{
    color: #EC7043;
    font-size: 14px;
    border-left: 1px solid #EC7043;
    padding-left: 13px;
    margin-left: 18px;
}
#drag-fav{
    display:none;
    position:absolute;
    left:122px;
    top:10px;
    z-index:12;
    width:295px;
    height:150px;
}
#drag-fav img{
    width:295px;
    height:150px;
}
#drag-fav a{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    opacity:0;
}
.nav-block{
    position:absolute;
}
.nav > .nav-lists{
    height:100%;
    display:-webkit-box;
    left:50%;
    position:absolute;
    -webkit-transform:translate(-50%, 0);
    -moz-transform:translate(-50%, 0);
    -ms-transform:translate(-50%, 0);
    -o-transform:translate(-50%, 0);
    transform:translate(-50%, 0);
    top:0px;
}
.nav > .nav-lists .nav-on{
    border-bottom:3px solid #FF787E;
}
.nav > .nav-lists .nav-on > a, .nav > .nav-lists .nav-on .doubleA, .nav > .nav-lists .nav-on .xieGang{
    color:#FF787E;
}
.nav > .nav-lists > li{
    float:left;
    font-size:18.67px;
    height:100%;
    line-height:80px;
    box-sizing:border-box;
    margin:0px 10px;
    position:relative;
}
.nav .nav-lists > li > a{
    display:block;
    color:#666666;
    padding:0 7px;
    height:100%;
    font-size:16px;
    box-sizing:border-box;
}
.nav .nav-lists > li:hover > .singleA{
    color:#FF787E;
}
.nav .nav-lists > li > .doubleA:hover{
    color:#FF787E;
}
.nav .nav-lists > li > .doubleA{
    color:#666666;
}
/*hover下拉*/

.nav-pulldown-bg{
    z-index:9;
}
.nav-pulldown-bg{
    /*transition:all .3s;*/
    visibility:hidden;
    opacity:0;
    position:absolute;
    left:0;
    top:100px;
    width:580px;
    box-sizing:border-box;
    padding-top:12px;
}
/*.nav > .nav-lists > li#templ-on{*/
    /*position:unset;*/
/*}*/
.nav-pulldown-bg.nav-pulldown-templ{
    margin: auto;
    position: absolute;
    top:80px;
    width: 900px;
}
.nav-pulldown-bg.nav-pulldown-templ .pulldown-title{
    padding:0 30px;
}
.nav-pulldown-bg.nav-pulldown-templ .pulldown-title .head_search_count{
    color: #FF787E;
}
.nav-pulldown-bg.nav-pulldown-templ .nav-pulldown{
    margin:0 auto;
    width:900px;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
    padding:0px;
}

.nav-pulldown-bg.nav-pulldown-templ .nav-pulldown:before{
    left:86px;
}
.nav-pulldown-templ .pulldown-templ-class{
    width:33.33%;
    padding: 0 30px;
    float: left;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
    height:140px;
    background: rgba(255, 226, 228, 0.5);
}
.nav-pulldown-templ .pulldown-templ-class:nth-child(5n+2){
    background: rgba(255, 213, 198, 0.5);
}
.nav-pulldown-templ .pulldown-templ-class:nth-child(5n+3){
    background: rgba(216, 234, 255, 0.5);
}
.nav-pulldown-templ .pulldown-templ-class:nth-child(5n+4){
    background: rgba(220, 255, 208, 0.5);
}
.nav-pulldown-templ .pulldown-templ-class:nth-child(5n+5){
    background: rgba(231, 216, 255, 0.5);
}

.nav-pulldown-templ .pulldown-templ-class .templ-class-title{
    height:55px;
    line-height:50px;
    font-weight:400;
    color:#444444;
    font-size: 14px;
}
.nav-pulldown-templ .pulldown-templ-class .templ-class-title a{
    color:#333333;
    font-weight: 600;
}
.nav-pulldown-templ .pulldown-templ-class .templ-class-title a.more{
    font-size:16px;
    font-weight:400;
    color:#666666;
    float:right;
}
.nav-pulldown-templ .pulldown-templ-class .templ-class-title a:hover{
    color:#FF716B;
}
.nav-pulldown-templ .pulldown-templ-class .templ-class-list{
    line-height: 16px;
}
.nav-pulldown-templ .pulldown-templ-class .templ-class-list:after{
    display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;
}

.nav-pulldown-templ .pulldown-templ-class .templ-class-list a{
    font-size:12px;
    font-weight:400;
    color:#666666;
    margin-bottom:20px;
    display:block;
    float:left;
    width:25%;
    white-space:nowrap;
}
.nav-pulldown-templ .pulldown-templ-class .templ-class-list a:hover{
    color:#FF716B;
}
.nav-pulldown-bg.nav-pulldown-templ .nav-pulldown .pulldown-list{
    border:none;
}
.nav-pulldown-templ .nav-pulldown:after{
    display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;
}

.nav-pulldown{
    width:100%;
    background:#FFFFFF;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25); */
    border:1px solid #EDEDED;
    border-radius:4px;
    position:relative;
    padding:0 28px;
}
.nav-pulldown:before{
    display:none;
    content:'';
    position:absolute;
    border-right:1px solid #EDEDED;
    border-bottom:1px solid #EDEDED;
    width:18px;
    height:18px;
    transform:rotate(-135deg);
    left:36px;
    top:-10px;
    background:#FFFFFF;
}
.VIP-privilege .nav-pulldown:before{
    margin-left:-2px;
}
.nav-lists > li:hover .nav-pulldown-bg{
    visibility:visible;
    opacity:1;
    top:80px;
    padding-top: 12px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);

}
.pulldown-title{
    height:67px;
    line-height:67px;
    font-size:16px;
    color:#999999;
}
.pulldown-title .pulldown-title-link{
    font-size:18px;
    color:#666666;
    margin-right:40px;
    font-weight:normal;
}
.vip-link{
    display:inline-block;
    width:110px;
    height:32px;
    line-height:32px;
    text-align:center;
    font-size:14px;
    margin-top:18px;
    border-radius:4px;
    color:#FFFFFF;
    background:#FF787E;
    transition:opacity 0.2s;
}
.vip-link:hover{
    opacity:0.8;
}
.title-color2 .pulldown-title-link{
    color:#666666;
    letter-spacing:0;
    font-weight:normal;
}
#assert-on .doubleA{
    display:inline-block;
    padding:0 7px 0 0;
}
#assert-on .doubleA:first-child{
    padding-left:7px;
    padding-right:0px;
}
.pulldown-list{
    padding-top:14px;
    padding-bottom:8px;
    border-top:1px solid #EEEEEE;
}
.pulldown-list .pulldown-list-title{
    font-size:16px;
    color:#333333;
    line-height:22px;
    position:relative;
    padding-left:15px;
}
.pulldown-list .pulldown-list-title::before{
    position:absolute;
    content:'';
    background:#FF787E;
    border-radius:2px;
    width:8px;
    height:18px;
    top:2px;
    left:0px;
}
.pulldown-list.title-colorNew3 .pulldown-list-title::before{
    background:#FF9873;
}
.title-colorNew3 .pulldown-list-block a:before{
    border-color:#FF9873;
}
.title-colorNew3 .pulldown-list-block a:hover{
    color:#FF9873;
}

.pulldown-list.title-colorNew2 .pulldown-list-title::before{
    background:#8D86FF;
}
.title-colorNew2 .pulldown-list-block a:before{
    border-color:#8D86FF;
}
.title-colorNew2 .pulldown-list-block a:hover{
    color:#8D86FF;
}
.pulldown-list.title-colorNew1 .pulldown-list-title::before{
    background:#87E672;
}
.title-colorNew1 .pulldown-list-block a:before{
    border-color:#87E672;
}
.title-colorNew1 .pulldown-list-block a:hover{
    color:#87E672;
}
.pulldown-list.title-colorNew4 .pulldown-list-title::before{
    background:#78ADFF;
}
.title-colorNew4 .pulldown-list-block a:before{
    border-color:#78ADFF;
}
.title-colorNew4 .pulldown-list-block a:hover{
    color:#78ADFF;
}
.pulldown-list-block{
    padding-left:150px;
}
.cut-rotate .pulldown-list-block{
    padding:0 0 10px 0;
}
.pulldown-list-block a{
    float:left;
    font-size:14px;
    height:24px;
    line-height:24px;
    /* border-radius: 10px; */
    /* padding: 0 12px; */
    margin-bottom:3px;
    position:relative;
    width:33.33%;
    text-indent:12px;
}

.nav-pulldown-bg.nav-pulldown-templ .pulldown-list-block a{
    width:20%;
}

.pulldown-list-block a:before{
    display:block;
    content:'';
    position:absolute;
    width:4px;
    height:4px;
    border:3px solid #FF787E;
    border-radius:50%;
    background:#FFFFFF;
    left:-2px;
    top:7px;
}
.pulldown-list-block a:hover, .pulldown-list-block a.on{
    color:#FF787E;
    /* background-color: #F5F6F7; */
}
.pulldown-hint{
    font-size:12px;
    color:#999999;
}
/*搜索栏*/

.fixation-nav{
    position:fixed;
    top:0;
    left:0;
    transition:top 0.6s;
    z-index:10;
}
.hider-seek{
    display:none;
    top:16px;
    left:112px;
}
.hider-seek .box-text{
    background-color:#EEEEEE;
}
.box-text::-webkit-input-placeholder,.box-little-text::-webkit-input-placeholder{
    /* WebKit browsers */ color:#D4D4D4;
}
.hider-seek .input-pull-down, .hider-seek .seek-select-list{
    background:#FFFFFF;
}
.banner-seek{
    margin:0 auto;
    position:relative;
    width:710px;
}
.box-text{
    height:48px;
    width:710px;
    line-height:48px;
    text-indent:8px;
    border:none;
    background:#FFFFFF;
    font-size:14px;
    color:#333333;
    border-radius:4px;
    box-sizing:border-box;
    padding:0 112px 0 100px;
}
.box-btn{
    position:absolute;
    right:0px;
    top:0px;
    height:48px;
    line-height:48px;
    font-size:14px;
    width:100px;
    border-radius:0 4px 4px 0;
    color:#FFFFFF;
    border:none;
    cursor:pointer;
    background:#FF787E;
    text-align: center;
}
.box-btn .iconfont{
    font-size:26px;
}
.box-bg-btn{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    width: 100px;
    border-radius: 0 4px 4px 0;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    background: #FF787E;
    text-align: center;
}
.box-as-btn{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    width: 100px;
    border-radius: 0 4px 4px 0;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    background: #FF787E;
    text-align: center;
}
.box-btn:hover{
    opacity:0.8;
}
.input-pull-down{
    display:none;
    position:absolute;
    top:50px;
    left:96px;
    width:514px;
    box-sizing:border-box;
    z-index:5;
    padding:12px 0 11px 0;
    background:#FFFFFF;
    border-radius: 4px;
}

.input-pull-down li{
    height:32px;
    line-height:32px;
    font-size:13.34px;
    text-align:left;
}
.input-pull-down li .down-link{
    display:block;
    height:100%;
    padding:0 16px;
}
.down-hot .down-link{
    color:#FF0000;
}
.new-li .down-link .down-size,.new-li .new-down-link .down-size{
    width:75%;
    display:inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.input-pull-down li .new-down-link{
    display:block;
    height:100%;
    padding:0 16px;
}
.down-hot .new-down-link{
    color:#FF787E;
}
.input-pull-down li:hover{
    background: #FF787E;
}
.input-pull-down li:hover span{
    color: #FFFFFF;
}
.two-columns > div{
    background:#EEEEEE;
    height:340px;
}
.two-columns-left{
    width:895px;
    box-shadow:0 5px 10px #EDEDED;
}
.input-pull-down .input-recently{
    height:29px;
    line-height:18px;
    color:#FF787E;
    border-bottom:1px solid #FFEAE8;
    padding:0 16px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:460px;
}
.input-pull-down .input-recently:hover{
    background:none;
}
.input-pull-down .input-recently a{
    margin-left:16px;
}
.input-pull-down .input-recently a:hover{
    color:#FF787E;
}
/*搜索选择*/

.seek-select{
    width:92px;
    box-sizing:border-box;
    height:48px;
    line-height:48px;
    position:absolute;
    font-size:14px;
    color:#666666;
}
.seek-select:after{
    content:'';
    position:absolute;
    height:25px;
    width:1px;
    background:#CCCCCC;
    top:12px;
    right:-1px;
}
.seek-select:hover .seek-Selected > .iconfont{
    transform:rotate(180deg);
}
.seek-head-select{
    width:96px;
    box-sizing:border-box;
    height:48px;
    line-height:48px;
    position:absolute;
    font-size:14px;
    color:#666666;
}
.seek-head-select:after{
    content:'';
    position:absolute;
    height:24px;
    width:1px;
    background:#d4d4d4;
    top:12px;
    right:0;
}
.seek-head-select:hover .seek-Selected > .iconfont{
    transform:rotate(180deg);
}
.seek-Selected{
    padding-left:25px;
}
.seek-Selected > .iconfont{
    display:inline-block;
    font-size:14px;
    vertical-align:1px;
    margin-left:10px;
    color:#A3A3A3;
    transition:transform 0.3s;
}
.seek-select-list{
    z-index:9;
    display:none;
    left:-1px;
    top:48px;
    position:absolute;
    width:92px;
    text-align:center;
    border-radius:4px;
    padding-top:2px;
}
.seek-select-list > li{
    color:#666666;
    height:38px;
    cursor:pointer;
    line-height:38px;
    background: #ffffff;
}
/*.seek-select-list>li:hover{background: #f9eae8;}*/

.seek-select-list > li.seek-select-color1{
    border-radius:4px 4px 0 0;
}
.seek-select-list > li.seek-select-color3,.seek-select-list > li:last-child{
    border-radius:0 0 4px 4px !important;
}
.seek-select-list > li.seek-select-color1:hover{
    background-color:#FF787E;
    color:#FFFFFF;
}
.seek-select-list > li.seek-select-color2:hover{
    background-color:#FF787E;
    color:#FFFFFF;
}
.seek-select-list > li.seek-select-color3:hover{
    background-color:#FF787E;
    color:#FFFFFF;
}
.seek-select-head-list{
    z-index:9;
    display:none;
    left:-1px;
    top:34px;
    position:absolute;
    width:92px;
    text-align:center;
    border-radius:4px;
    padding-top:20px;
}
.seek-select-head-list > li{
    color:#666666;
    height:38px;
    cursor:pointer;
    line-height:38px;
    background:#FFFFFF;
}
.seek-select-head-list > li.seek-select-color1{
    border-radius:4px 4px 0 0;
}
.seek-select-head-list > li.seek-select-color3,.seek-select-head-list > li:last-child{
    border-radius:0 0 4px 4px !important;
}
/*.seek-select-head-list>li:hover{background: #f9eae8;}*/

.seek-select-head-list > li.seek-select-color1:hover{
    background-color:#FF787E;
    color:#FFFFFF;
}
.seek-select-head-list > li.seek-select-color2:hover{
    background-color:#FF787E;
    color:#FFFFFF;
}
.seek-select-head-list > li.seek-select-color3:hover{
    background-color:#FF787E;
    color:#FFFFFF;
}
.VIP-privilege{
    position:relative;
}
.VIP-privilege:hover > a{
    color:#FF787E;
}
/* .VIP-privilege:hover .VIP-privilege-intr {
    opacity: 1;
    visibility: visible;
} */

.VIP-privilege .VIP-privilege-intr{
    z-index:9;
    width: 266px;
    height: 261px;
    text-align:center;
}
.VIP-privilege-intr > h3{
    font-size:20px;
    color:#666;
    height:60px;
    line-height:70px;
}
.VIP-privilege-intr > ul > li{
    height:37px;
    font-size:14px;
    color:#666666;
    line-height:40px;
}
.VIP-privilege-intr > ul > li > span{
    color:#FF787E;
    margin-left:1px;
}
.privilege-intr-jiaru{
    margin:20px auto;
    display:block;
    width:182px;
    height:38px;
    border-radius:4px;
    line-height:38px;
    color:#FFFFFF;
    letter-spacing:1px;
    font-size:16px;
    background:#FF787E;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7147', endColorstr='#f65e30', GradientType=0);
}
.privilege-intr-jiaru:hover{
    opacity:0.8;
}
.hader-ipt{
    position:relative;
    height:80px;
    margin-right:30px;
    display:inline-block;
    float: right;
}
.register{
    float:right;
    width:124px;
    height:30px;
    font-weight:900;
    border:1px solid #FF787E;
    border-radius:4px;
    line-height:29px;
    text-align:center;
    font-size:14px;
    color:#FF787E;
    box-sizing:border-box;
    margin-left:16px;
    margin-top:-7px;
}
.register:hover{
    color:#FD7060;
    border-color:#FD7060;
}
.register .give_vip{
    width:97px;
    margin-top:-4px;
}
.Before-login > a{
    display:inline-block;
    width:80px;
    text-align:center;
    line-height:80px;
    background:#FFFFFF;
    font-size:16px;
    float:left;
    color:#666666;
}
.Before-login > a:hover{
    background:#FF787E;
    color:#FFFFFF;
}
.Before-login > a > span{
    position:relative;
}
.Before-login > a.btn-register > span:before{
    position:absolute;
    content:'';
    display:block;
    background:url(//s.tuguaishou.com/new-index/20180327/vip.png?v=2) no-repeat center center;
    background-size:100%;
    width:80px;
    height:21px;
    top:-20px;
    left:50%;
    margin-left:-40px;
}
/*登录状态*/

.condition{
    float:left;
    width:90px;
    box-sizing:border-box;
    position:relative;
    margin:18px 5px 0 0;
    height:50px;
}
.condition > img.portrait{
    width:45px;
    height:45px;
    border-radius:50%;
    margin-right:10px;
    cursor:pointer;
}
.condition > i.iconfont{
    position:relative;
    top:-17px;
    color:#666666;
    display:inline-block;
    transform:rotate(0deg);
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
}
.condition > .leave_line{
    position:relative;
    top:-44px;
    height:30px;
    border-right:1px #EBEBEB solid;
    display:block;
    margin-left:34px;
}
.condition:hover > i.iconfont{
    transform:rotate(180deg);
}
.condition > span{
    width:22px;
    height:19px;
    position:absolute;
    top:28px;
    left:31px;
}
.condition .cond-VIP{
    width: 22px;
    height: 19px;
    position: absolute;
    top:-8px;
    left:32px;
    transform:rotate(45deg);
}
.cond-VIP2, .cond-VIP4, .cond-VIP6{
    background:url(//s.tuguaishou.com/vip/1.png) no-repeat;
    background-size:100%;
}
.cond-VIP3, .cond-VIP5, .cond-VIP7{
    background:url(//s.tuguaishou.com/vip/2.png) no-repeat;
    background-size:100%;
}
.cond-VIP8, .cond-VIP9, .cond-VIP10, .cond-VIP12, .cond-VIP14, .cond-VIP16{
    background:url(//s.tuguaishou.com/vip/3.png) no-repeat;
    background-size:100%;
}
.cond-VIP11,.cond-VIP13,.cond-VIP14{
    background:url(//s.tuguaishou.com/vip/4_small.png) no-repeat;
    background-size:100%;
}
.condition > ul:before{
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:30px;
    top:-18px;
    left:0;
}
.condition > ul{
    opacity:0;
    transition:visibility, opacity 0.3s;
    visibility:hidden;
    position:absolute;
    width:170px;
    z-index:6;
    font-size:14px;
    color:#666666;
    top:62px;
    left:50%;
    margin-left:-85px;
    box-shadow:0 0 15px rgba(0, 0, 0, 0.2);
}
.condition:hover > ul{
    opacity:1;
    visibility:visible;
}
.hider-new{
    position:absolute;
    width:16px;
    height:14px;
    top:21px;
    right:-5px;
    background:url(//s.tuguaishou.com/new-index/20180327/icon_vip_01.png) 0 0 no-repeat;
}
.condition ul .ring-title{
    height:72px;
    background:#F6F6F6;
}
.condition ul li{
    background:#FFFFFF;
    height:40px;
    line-height:40px;
}
.condition ul .ring-title p{
    padding-top:4px;
    text-indent:23px;
    height:25px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:150px;
    line-height:30px;
}
.condition ul li a{
    display:block;
    width:100%;
    padding-left:15px;
    color:#666666;
    height:100%;
    box-sizing:border-box;
}
.icon-uli span{
    width:18px;
    height:16px;
    background:url(//s.tuguaishou.com/vip/2.png) no-repeat;
    background-size:100%;
    display:inline-block;
    margin-right:9px;
    vertical-align:middle;
    position:relative;
    top:-1px;
}
.ring-home{
    line-height:39px;
    border-top:1px solid #E1E1E1;
}
.condition ul li:hover{
    background:#F6F6F6;
}
.condition ul li .iconfont{
    padding-right:9px;
}
.condition ul li:hover .iconfont{
    color:#ff787e;
    background: #ff787e;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.condition ul li .iconfont{
    padding-right:9px;
    color:#666666;
}
.information{
    position:relative;
    margin-left:5px;
}
.information .information-link{
    font-size:24px;
    color:#999999;
    position:relative;
    line-height:80px;
    margin-right:10px;
}
.information-on:before{
    position:absolute;
    content:'';
    display:block;
    width:6px;
    height:6px;
    border-radius:50%;
    background:red;
    top:-1px;
    right:1px;
}
.information:hover .information-list{
    opacity:1;
    visibility:visible;
}
.information-list{
    opacity:0;
    visibility:hidden;
    transition:visibility, opacity 0.3s;
    position:absolute;
    top:49px;
    left:50%;
    margin-left:-140px;
    width:280px;
    background:#FFFFFF;
    z-index:6;
    box-sizing:border-box;
    border:1px solid #FBEBE9;
    box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
}
.information-list:before{
    position:absolute;
    top:-30px;
    content:'';
    width:100%;
    height:30px;
}
.information-list > a{
    display:block;
    height:51px;
    line-height:50px;
    font-size:16px;
    color:#666666;
    box-sizing:border-box;
    padding-left:27px;
    border-bottom:1px dashed #E5E5E5;
    transition:background 0.2s;
}
.information-list > a:hover{
    background:#F6F6F6;
}
.information-list > a > i{
    display:inline-block;
    width:6px;
    height:6px;
    background:red;
    border-radius:50%;
    vertical-align:20px;
    margin:0 10px 0 -13px;
}
.information-list > a > i.off{
    background:#999999;
}
.information-list > a > span{
    display:inline-block;
    width:240px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.information-list > p{
    height:49px;
    line-height:49px;
    text-align:center;
}
.information-list > p > a{
    font-size:16px;
    color:#666666;
    transition:color 0.2s;
}
.information-list > p > a:hover{
    color:#DF6552;
}
/*footer*/

.footer{
    background:#3F3E3E;
}
.footer-content{
    margin:0 auto;
}
.friendship{
    border-top:1px solid #585858;
    height: 138px;
    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 > a{
    font-size:14px;
    color:#FFFFFF;
    margin-right:13px;
}
.footet-jiesao > div{
    height:100%;
}
.footer-bottom-size{
    font-size:14px;
    color:#999999;
    height:48px;
    line-height:48px;
    text-align:center;
    background:#333333;
}
.publicity{
    width:464px;
    height:100%;
    background:url(//s.tuguaishou.com/index_img/publicity.png) 0 42px no-repeat;
}
/*侧边栏*/
#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:1px solid #ECECEC;box-shadow:0px 2px 4px 0px rgba(225,225,225,0.5);}
#sidebar .sidebar-block{width:60px;height:60px;background-color:#fff;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:#FF787E;color:#FFFFFF;border-radius:0px;}
#sidebar .sidebar-block > .iconfont{font-size:24px;color:#FF787E;display:block;}
#sidebar .sidebar-pop:before{display:block;content:'';position:absolute;border-left:1px solid #EDEDED;border-bottom:1px solid #EDEDED;width:15px;height:15px;transform:rotate(-135deg);right:13px;top:15px;background:#FFFFFF;}
#sidebar .sidebar-block:hover > .iconfont{color:#FFFFFF;}
#sidebar .sidebar-block .sidebar-pop{display:none;cursor:default}
#sidebar .sidebar-block:hover > .sidebar-pop{display:block;position:absolute;width:150px;height:150px;left:-170px;top:0;padding-right:20px;}
#sidebar .sidebar-block:hover > .sidebar-pop .pop-box{background:rgba(255, 255, 255, 1);box-shadow:0px 0px 4px 1px rgba(232, 232, 232, 0.5);border-radius:2px;border:1px solid #EDEDED;background-size:100%;font-size:12px;color:#333333;padding-top:14px;}
/**单个按钮样式**/
#sidebar .sidebar-return-top-box{display:none;}
#sidebar .sidebar-wechat-box .pop-box img{width:115px;height:115px;}
#sidebar .sidebar-qq-group-box span{color:#FF787E;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:#FF787E;}
#sidebar .sidebar-cs-box .sidebar-pop .iconfont{color:#FF787E;margin-right:6px;}
#sidebar .sidebar-cs-box:hover > .sidebar-pop{width:180px;left:-200px;text-align:left;}
#sidebar .sidebar-cs-box:hover > .sidebar-pop .pop-box{padding-left:10px;}
#sidebar .sidebar-cs-box > .sidebar-pop .pop-box > p{margin-bottom:20px;}
#sidebar .sidebar-cs-box > .sidebar-pop .pop-box .sidebar-cs-work-time{padding-left:22px;}
#sidebar .sidebar-cs-box > .sidebar-pop .pop-box .lxkf{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 22px auto;cursor:pointer;}
/*侧边栏 end */

.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-icon{
    display:block;
    position:relative;
    width:60px;
    height:60px;
    border:1px solid #EEEEEE;
    border-top:none;
    background:url(//s.tuguaishou.com/index_img/icon.png) 0 -425px no-repeat;
}
.sidebar-icon:hover{
    background-position:0 -494px;
}
.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-icon5{
    background:url(//s.tuguaishou.com/index_img/zhuanqian.png);
    background-color:#FFFFFF;
    background-position:0 -141px;
    background-position:-1px -1px;
}
.sidebar-icon5:hover{
    background:url(//s.tuguaishou.com/index_img/zhuanqian1.png)
}
.ewm{
    display:none;
    position:absolute;
    width:170px;
    height:170px;
    top:-1px;
    left:-170px;
    background:url(//js.tuguaishou.com/image/wechat_qrcode/1.jpg) 0 0 no-repeat;
    background-size: 100%;
}
.icon-weixi:hover .ewm{
    display:block;
}
.qun-block{
    width:220px;
    height:186px;
    top:-193px;
    right:-15px;
    position:absolute;
    overflow:hidden;
}
.QQqun{
    display:block;
    width:99px;
    height:45px;
    background:url(//s.tuguaishou.com/index_img/qqqun.png) no-repeat right bottom;
    position:absolute;
    cursor:pointer;
    right:0;
    bottom:0;
}
.header-information-block{
    width:220px;
    position:absolute;
    bottom:-195px;
    right:-220px;
    z-index:100;
    box-sizing:border-box;
    border:1px solid #EEEEEE;
    border-radius:2px;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
}
.header-information-none{
    bottom:0px;
    right:0px;
}
.header-information-block > .header-in-block1{
    padding:20px 0 19px 20px;
    border-bottom:1px dashed #E5E5E5;
    background:#FFFFFF;
}
.header-information-block > .header-in-block2{
    padding:19px 0 15px 20px;
    background:#FFFFFF;
    border-top:0;
    box-sizing:border-box;
}
.header-information-block p{
    color:#666666;
    font-size:14px;
}
.header-in-title{
    line-height:14px;
    height:26px;
}
.header-in-jia{
    height:28px;
    line-height:28px;
}
.header-in-jia > span{
    width:89px;
    display:inline-block;
}
.header-in-jia > a{
    display:inline-block;
    width:90px;
    height:28px;
    line-height:28px;
    text-align:center;
    border-radius:4px;
    background:#F98066;
    color:#FFFFFF;
}
.header-in-jia > a:hover{
    background:#FF787E;
}
.header-in-title > span{
    color:#FF787E;
}
.clos-pop{
    float:right;
    cursor:pointer;
    color:#666666;
    margin:9px 10px 0;
}
.clos-pop:hover{
    color:#FF787E;
}
.icon-shanchu1:before{
    content:"\e605";
}
.icon-shoucang:before{
    content:"\e663";
}
.icon-aixin:before{
    content:"\e663";
}
.icon-qq:before{
    content:"\e601";
}
.icon-weixin:before{
    content:"\e604";
}
.icon-huaban:before{
    content:"\e63c";
}
.icon-iconjs:before{
    content:"\e639";
}
.icon-bianji:before{
    content:"\e77d";
}
.icon-zuo:before{
    content:"\e66e";
}
.icon-weibiaoti101:before{
    content:"\e622";
}
.icon-xiala:before{
    content:"\e635";
}
.icon-weibo:before{
    content:"\e614";
}
.icon-caiyixiu092206:before{
    content:"\e60a";
}
.icon-gouxuan:before{
    content:"\e739";
}
.icon-xiala-copy:before{
    content:"\e602";
}
.icon-chakan-copy:before{
    content:"\e645";
}
.icon-tuichu:before{
    content:"\e60b";
}
.icon-wenhao:before{
    content:"\e66d";
}
.icon-shanchu:before{
    content:"\e62f";
}
.icon-weibo1:before{
    content:"\e626";
}
.icon-taobao:before{
    content:"\e65e";
}
.icon-zhengpinbaozheng:before{
    content:"\e6c2";
}
.icon-youjian:before{
    content:"\e610";
}
.icon-dingwei:before{
    content:"\e668";
}
.icon-baidu:before{
    content:"\e609";
}
.icon-tupian:before{
    content:"\e6a9";
}
.icon-search1:before{
    content:"\e607";
}
.icon-lingsheng:before{
    content:"\e608";
}
.icon-sheji:before{
    content:"\ea12";
}
.icon-yinshua:before{
    content:"\e734";
}
.icon-ren:before{
    content:"\e60f";
}
.icon-shenhe:before{
    content:"\e698";
}
.icon-kuaisu:before{
    content:"\e603";
}
.icon-yijian-copy-copy-copy-copy:before{
    content:"\ea16";
}
.icon-del:before{
    content:"\e641";
}
.icon-bi:before{
    content:"\e606";
}
.icon-xiangshang-copy:before{
    content:"\ea17";
}
/*下载次数不够弹窗*/

.pop-bg{
    z-index:100;
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    background:url('https://s.tuguaishou.com/index_img/pop-bg.png');
    top:0;
    left:0;
    bottom:0;
    right:0;
}
.payment-pop{
    width:500px;
    height: 270px;
    padding-top:40px;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    background:#FFFFFF;
    text-align:center;
    border-radius:4px;
}
.payment-pop > img{
    margin-top:-55px;
    vertical-align:top;
}
.payment-pop-text{
    font-size:16px;
    font-family:"微软雅黑";
    height:30px;
    line-height:30px;
    color:#858585;
    margin-top:10px;
}
.payment-pop > h3{
    font-size:26px;
    color:#000000;
    height:60px;
    line-height:60px;
}
.payment-pop-size{
    color:#666666;
    font-size:22px;
    height:68px;
}
.payment-pop-size > span{
    color:#FF787E;
}
.payment-pop-join{
    display: inline-block;
    width: 220px;
    height: 42px;
    border-radius: 4px;
    line-height: 42px;
    color: #FFFFFF;
    font-weight: 900;
    letter-spacing: 1px;
    background: #FF787E;
}
.payment-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);
    cursor:pointer;
}
/*.payment-close:hover{*/
    /*background:url(//s.tuguaishou.com/index_img/fk-delhv.png) 0 0 no-repeat;*/
/*}*/
/*.payment-close:after{*/
    /*content:'';*/
    /*display:block;*/
    /*width:25px;*/
    /*height:2px;*/
    /*position:absolute;*/
    /*top:16px;*/
    /*left:-25px;*/
    /*background:#FEF7EA;*/
/*}*/
/*下载失败弹窗*/

.downloadPopup{
    color:#666666;
}
.downloadPopup .downloadFaile2 .successIcon{
    font-size:60px;
    color:#FF787E;
    position:absolute;
    left:50%;
    top:30px;
    margin-left:-30px;
}
.icon-fail:before{
    content:"\e639";
}
.downloadPopup .downloadFaile2 .successText{
    font-size:18px;
    position:absolute;
    top:106px;
    left:0;
    width:100%;
    text-align:center;
}
.downloadPopup .downloadFaile2 .redownloadBtn{
    background:linear-gradient(180deg, #FD7147, #F65E30);
    color:#FFFFFF;
    font-weight:700;
    width:180px;
    height:42px;
    line-height:42px;
    text-align:center;
    border-radius:18px;
    cursor:pointer;
    position:absolute;
    bottom:36px;
    left:50%;
    margin-left:-90px;
}
#search_count{
    width:400px;
    display:inline-block;
}
/* 响应式 */
@media screen and (max-width:1460px){
    .new-monster .w1200{
        width:1000px;
    }
    .new-monster .userbox > li{
        margin-right:52px;
        height:306.67px;
    }
    .new-monster .userbox > li .pic-talk{
        font-size:14px;
        padding-top:10px;
        margin:0 12px;
    }
    .new-monster .userbox > li .users-logos{
        right:15px;
        bottom:0;
    }
    .new-monster .userbox > li .pic-name{
        margin:0 12px;
    }
    .new-monster .userbox > li .pic-name span{
        font-size:14px;
    }
    .new-monster .new-banner .nb-lists > li{
        margin-right:100px;
    }
    /* .new-monster .nav .nav-lists>li>a {
        font-size: 14px;
    } */
    .new-monster .nav > .nav-lists > li{
        margin-left:18px;
    }
    /* .new-monster .Before-login>a {
        width: 120px;
    } */
}
.invite_enter{
    width:145px;
    float:left;
    margin:20px 26px 0 0;
}

/*小搜索栏*/
#head-little-text-box{
    height:100%;
    display:flex;
    display:-webkit-flex;
    align-items:center;
    position:relative;
}
#head-little-text-box .input-pull-down{
    box-shadow: 1px 2px 1px rgba(0,0,0,.2);
    top: 66px;
    left: 70px;
    width: 381px;
}
#head-little-text{
    background: #F2F2F2;
    border-radius: 4px;
    height: 38px;
    width: 381px;
    padding: 11px 35px 11px 8px;;
    box-sizing: border-box;
    font-size: 12px;
    margin-left: 71px;
}
#head-little-text-box .search-button{
    margin-left:-30px;
    cursor:pointer;
}
.shgongshang img{
    width: 15px;
    vertical-align: -3px;
}
@media screen and (max-width:1570px){
    #head-little-text{
        height:30px;
        width:190px;
        margin-left:30px;
    }
}
@media screen and (max-width:1320px){
    .invite_enter{
        display:none;
    }
}
.page-corner-mark{
    position:absolute !important;
    background:none !important;
    width:0 !important;
    height:0 !important;
    border-bottom:36px solid rgba(0, 0, 0, 0.6) !important;
    border-left:36px solid transparent !important;
    bottom:78px !important;
    right:0 !important;
}
.page-corner-mark .page-num{
    position:absolute !important;
    right:15px !important;
    color:#FFFFFF !important;
    font-size:14px !important;
    top:18px !important;
}
.information-link:hover{ color:#f3695a; }
.closeTopMessage{ position:absolute; right:20%; cursor:pointer; }
#goCheck{ background:#ffa383; background:-moz-linear-gradient(-45deg, #ffa383 0%, #f25e4c 100%); background:-webkit-linear-gradient(-45deg, #ffa383 0%, #f25e4c 100%); background:linear-gradient(135deg, #ffa383 0%, #f25e4c 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa383', endColorstr='#f25e4c', GradientType=1); }
.sidebar .qun-none{ width:100px; height:45px; top:-52px; right:-15px; }
.reg-piece #wx_refer{ height:26px; background:none; line-height:26px; color:#959090; margin-bottom:5px; margin-top:5px; font-size:15px; }
.sidebar-icon{ height:59px; width:59px; background-color:white; }
.bindphone_tip{ font-size:12px; margin-top:-5px; color:red; margin-bottom:25px; }
.navi{ position:fixed; top:0; left:0; z-index:10; }
.Before-login > a.btn-register > span:before{display:none;}

.footer-logo-box{
    vertical-align: middle;
    line-height:100px;
    margin-right:60px;
}
.footer-function{
    height:100%;
    line-height: 100px;

}
.footer-function a{
    height:22px;
    border-right:1px #6C6C6C solid;
    font-size:14px;
    color:#9A9A9A;
    padding:0 10px;
}
.footer-function a:last-child{
    border:none;
}
.footer-logo{
    width: 192px;
    height: 74px;
    vertical-align: middle;
    margin-top: -10px;
}
.footer-slogan{
    color: #EC7043;
    font-size: 14px;
    border-left: 1px solid #EC7043;
    padding-left:13px;
    margin-left:18px;
}
.footer-kefu{
    line-height:100px;
    margin-right:10px;
}
.footer-kefu  .lxkf{
    margin-right:40px;
}
.footer-kefu a{
    color:#9A9A9A;
    font-size:12px;
}
.footer-kefu a .iconfont{
    color:#FF8B36;
}

.footer-tab{
    width:98px;
    height:36px;
    background:#222222;
    font-size:14px;
    color:#FFFFFF;
    border-radius:2px;
    text-align:center;
    line-height:36px;
    display:inline-block;
}
.sidebar-qq{
    display:none;
}
.sidebar-qq-box{
    position: absolute;
    width: 172px;
    height: 190px;
    top: -1px;
    right:60px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 4px 1px rgba(232,232,232,0.5);
    border-radius:2px 0px 0px 0px;
    border:1px solid rgba(237, 237, 237, 1);
    font-size:12px;
    padding:25px 0 0 9px;
}
.sidebar-qq .iconfont{
    color:#FF787E;
}
.sidebar-qq p{
    padding-left:16px;
}
.sidebar-icon2:hover .sidebar-qq{
    display:block;
}
.sidebar-qq .lxkf{
    display:block;
    margin:10px auto 0 auto;
    width:84px;
    height:26px;
    background:rgba(255,120,126,1);
    border-radius:4px;
    line-height:26px;
    text-align:center;
    font-size:12px;
    color:#FFFFFF;
}
.header-enter{
    width:90px;
    height:80px;
    font-size:16px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(102,102,102,1);
    line-height:80px;
    position: relative;
    float:right;
}
.header-enter:hover{
    cursor: pointer;
    color: #ff787e;
}
.header-enter img{
    position: absolute;
    width: 58px;
    height: 21px;
    left:32px;
    top:10px
}


.enter_activity{position:fixed;right:50px;top:200px;width:120px;}
@keyframes computer{
    0%{transform:translate(0px, 0px);}
    50%{transform:translate(0px, -40px);}
    100%{transform:translate(0px, 0px);}
}

#goCheck{
    display:block;
    width:100%;
    height:48px;
    background:#ffa383;
    background:-moz-linear-gradient(-45deg, #ffa383 0%, #f25e4c 100%);
    background:-webkit-linear-gradient(-45deg, #ffa383 0%, #f25e4c 100%);
    background:linear-gradient(135deg, #ffa383 0%, #f25e4c 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa383', endColorstr='#f25e4c', GradientType=1);
    line-height:48px;
    color:#fff;
    font-size:18px;
    margin-bottom:50px;
    border-radius:2px;
}

/**弹出层 start*/
.pop-mask{
    position:relative;
}
.pop-vip-update.pop-bg .pop-mask{
    width: 460px;
    height: 503px;
    padding-top:40px;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    text-align:center;
    border-radius:4px;
}
.pop-vip-update .pop-mask-close{
    position:absolute;
    width:50px;
    height:50px;
    display:block;
    right: 6px;
    top: 70px;
    cursor:pointer;
}
.pop-vip-update a{
    display: inline-block;
    position: relative;
    bottom: 150px;
}
/**弹出层 end*/

#cnzz_stat_icon_1275225820{
    display:none;
}

/*小程序头部下拉*/
#xcx_show{font-size:16px;font-weight:400;float:right;display:block;height:80px;line-height:80px;margin-right:10px;cursor:pointer;position:relative;}
#xcx_show:hover .xcx_code_box{display:block;}
#xcx_show .xcx_code_box{position:absolute;left:50%;-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);-o-transform:translate(-50%, 0);transform:translate(-50%, 0);padding-top:12px;display:none;}
#xcx_show .xcx_code_box .xcx_code_pulldown{width:125px;height:177px;background:#ffffff;border:2px solid rgba(243, 243, 243, 1);border-radius:4px;font-size:12px;color:#666666;text-align:center;line-height:20px;padding:16px 39px;}
#xcx_show .xcx_code_box .xcx_code_pulldown img{display:block;width:126px;height:126px;margin:10px auto 0 auto;}


/*新底部*/
.footet-jiesao{
    height: 140px;
}
.footer-logo-box{
    line-height: 140px;
}
.footer-function {
    line-height: 140px!important;
}
.footer-function a {
    padding: 0 21px;
}
.footer-kefu{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.footer-kefu .vx-code{
    width: 80px;
    text-align: center;
    margin-right: 27px;
}
.footer-kefu .xcx-code{
    width: 80px;
    text-align: center;
}
.footer-kefu .vx-code img{
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.footer-kefu .xcx-code img{
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.friendship{
    height: 180px;
}

.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;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px auto 0;
}
.friendship .friend-link .friend-link-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 .friend-link .friend-link-right{
    width:1083px;
    height:32px;
    font-size:12px;
    font-family:MicrosoftYaHei;
    color:rgba(166,167,168,1);
    line-height:16px;
}
.friendship .friend-link .friend-link-right a{
    margin-right: 4px;
    font-size: 12px;
}
#nav-chunjiedacu{
    background: #FF0000;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 9px;
    top: 15px;
    right: -55px;
    position: absolute;
    width: 66px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}