/*首页banner s*/

#banner {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
}

#banner .hd {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 10;
    text-align: center;
    padding-right: 12%;
}

#banner .hd ul li {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 3px 3px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    line-height: 30px;
    text-align: center;
}

#banner .hd ul li.current,
.index-banner .hd ul li:hover {
    border: #fff 2px solid;
    color: #fff;
    -webkit-box-shadow: 0 0 2px rgba(6, 0, 1, 0.36);
    box-shadow: 0 0 2px rgba(6, 0, 1, 0.36);
}

#banner .bd ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: none;
}

#banner .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#banner .ckBtn {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 36px;
    height: 60px;
    margin-top: -30px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    text-indent: -9999px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: url(//static.699pic.com/images/index/jiantou.png) no-repeat;
    display: block;
}

#banner:hover .ckBtn {
    opacity: 0.7;
}

#banner .ckBtn:hover {
    opacity: 1;
}

#banner .ckBtn.prevBtn {
    left: 50%;
    margin-left: -600px;
    background: url(//static.699pic.com/images/index/prev.png) no-repeat;
}

#banner .ckBtn.nextBtn {
    right: 50%;
    margin-right: -347px;
    background: url(//static.699pic.com/images/index/next.png) no-repeat;
}


/*banner悬浮块 s*/

.slideBox .slider-fixbox {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.slider-fixbox .fixbox-cont {
    width: 248px;
    height: 347px;
    background: url("//static.699pic.com/images/index/fixbox-bg.png") no-repeat 0px 0px;
    position: absolute;
    right: 0;
    margin-top: 8px;
    z-index: 1;
}

.slider-fixbox .fixbox-cont h3 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin: 20px 0 6px
}

.slider-fixbox .fixbox-cont .box-line-tit {
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}

.slider-fixbox .fixbox-cont .box-line-tit:before,
.slideBox .slider-fixbox .fixbox-cont .box-line-tit:after {
    content: '';
    width: 37px;
    height: 1px;
    position: absolute;
    top: 50%;
}

.slider-fixbox .fixbox-cont .box-line-tit:before {
    left: 15px;
    background: url("//static.699pic.com/images/index/fixbox-bg.png") no-repeat -15px -377px;
}

.slider-fixbox .fixbox-cont .box-line-tit:after {
    right: 15px;
    background: url("//static.699pic.com/images/index/fixbox-bg.png") no-repeat -200px -377px;
}

.slider-fixbox .fixbox-cont .box-creat-bd {
    text-align: center;
    margin: 12px 0
}

.slider-fixbox .fixbox-cont .box-creat-bd .creat-item {
    display: inline-block;
    margin: 0 6px;
    text-align: center;
}

.slider-fixbox .fixbox-cont .box-creat-bd .creat-item .creat-icon {
    display: inline-block;
    width: 52px;
    height: 52px;
    background: url("//static.699pic.com/images/index/fix-creat-icon.png") no-repeat;
}

.slider-fixbox .fixbox-cont .box-creat-bd .creat-item .icon-one {
    background-position: 0 0;
}

.slider-fixbox .fixbox-cont .box-creat-bd .creat-item .icon-two {
    background-position: 0 -56px;
}

.slider-fixbox .fixbox-cont .box-creat-bd .creat-item .icon-three {
    background-position: 0 -112px;
}

.slider-fixbox .fixbox-cont .box-creat-bd .creat-item span {
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: block;
}

.box-long-img {
    text-align: center;
}

.box-long-img>img {
    vertical-align: top;
    cursor: pointer;
}

.slider-fixbox .fixbox-cont .box-creat-butm p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 46px;
}


/*banner悬浮块 e*/


/*首页banner e*/


/*品质保障 s*/

.sp-banner {
    padding: 20px 0;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #EEEFF2;
}

.sp-banner .sp-banner-m {
    height: 100%;
    position: relative;
}

.sp-banner .sp-banner-m dl {
    width: 300px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.sp-banner .sp-banner-m dl.last-dl {
    padding: 0;
}

.sp-banner .sp-banner-m dl dt {
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    color: #444;
}

.sp-banner .sp-banner-m dl dt i {
    width: 44px;
    height: 44px;
    display: inline-block;
    margin-right: 7px;
    background: url(//static.699pic.com/images/index/index.png);
    vertical-align: -14px;
}

.sp-banner .sp-banner-m dl dt i.st1 {
    background-position: -45px -45px;
}

.sp-banner .sp-banner-m dl dt i.st3 {
    background-position: 0 -45px;
}

.sp-banner .sp-banner-m dl dt i.st2 {
    background-position: -45px 0;
}

.sp-banner .sp-banner-m dl dd p {
    line-height: 28px;
}

.sp-banner .sp-banner-m dl dd .tit-p {
    font-size: 20px;
    color: #444;
}

.sp-banner .sp-banner-m dl dd .slo-p {
    font-size: 14px;
    color: #999;
}

.sp-banner .sp-banner-m dl dd span {
    color: #f6492c;
}


/*品质保障 e*/


/*专题分类  s*/

.classify-block {
    text-align: center;
}

.classify-block h3 {
    font-size: 28px;
    color: #666666;
    padding: 42px 0 7px;
}

.classify-block .classify-describe {
    font-size: 14px;
    color: #999999;
    padding-bottom: 21px;
}

.classify-block .Featd-imglist {
    margin-right: -20px;
    overflow: hidden;
}

.classify-block .Featd-imglist li {
    float: left;
    width: 285px;
    height: 168px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.Featd-imglist li img {
    width: 100%;
    height: 100%;
}

.Featd-imglist li.head {
    margin-bottom: 20px;
}

.Featd-imglist li.head img {
    -webkit-transition: all .4s cubic-bezier(0, 1, .75, 1);
    -o-transition: all .4s cubic-bezier(0, 1, .75, 1);
    transition: all .4s cubic-bezier(0, 1, .75, 1);
}

.classify-block .Featd-imglist li.head:hover img {
    webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.Featd-imglist li .imglist-char {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 1.14px;
    background: rgba(0, 0, 0, 0.3);
}

.classify-block .label-list {
    margin-right: -11px;
    padding-bottom: 20px;
}

.classify-block .label-list a {
    display: block;
    float: left;
    border: 1px solid #EEEFF2;
    border-radius: 2px;
    box-sizing: border-box;
    width: 140px;
    height: 46px;
    line-height: 44px;
    margin: 12px 11px 0 0;
}

.classify-block .label-list a:hover {
    border-color: #ff5200;
    background: #ff5200;
    color: #fff;
    transition: background, border-color 0.2s;
}

.classify-more {
    height: 70px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 20px;
}

.classify-more p {
    display: inline-block;
    width: 552px;
    border-top: 1px solid #EEEFF2;
    height: 0;
}

.classify-more p span {
    display: inline-block;
    padding: 0 31px;
    background: #fff;
    position: relative;
    top: -11px;
}

.classify-more p a {
    font-size: 14px;
    color: #666666;
}

.classify-more p a:hover {
    color: #0099E5;
}

.classify-bcolor,
.classify-bcolor .classify-more p span {
    background: #F6F7F9;
}


/*专题分类  e*/


/*同行推荐 s*/

.peer-recommend {
    width: 100%;
    padding: 50px 0 0px;
    background: #fff;
}

.peer-recommend .recommend-cont h3 {
    text-align: center;
    font-size: 26px;
    color: #666;
    margin-bottom: 30px;
}

.peer-recommend .recommend-cont .recommend-list {
    margin-right: -20px;
    width: 104%\9;
    margin-bottom: 20px;
}

.peer-recommend .recommend-cont .recommend-list .list-item {
    width: 285px;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}

.peer-recommend .recommend-cont .recommend-list .list-item .item-show {
    width: 100%;
    overflow: hidden;
}

.peer-recommend .recommend-cont .recommend-list .list-item .item-show img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.peer-recommend .recommend-cont .recommend-list .list-item:hover .item-show img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.peer-recommend .recommend-cont .recommend-list .list-item .item-info {
    padding: 15px 15px 0;
    border: 1px solid #ededed;
    border-top: none;
    height: 142px;
}

.peer-recommend .recommend-cont .recommend-list .list-item .item-info .info-tit {
    color: #3e3e3e;
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
}

.peer-recommend .recommend-cont .recommend-list .list-item .item-info .info-cont {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
}

.peer-recommend .recommend-cont .recommend-list .list-item .item-info .butm-name {
    margin-top: -6px;
}

.peer-recommend .recommend-cont .recommend-list .list-item .item-info .butm-name span {
    font-size: 14px;
    color: #8a8a88;
    vertical-align: middle;
    display: inline-block;
    margin-right: 6px;
}

.peer-recommend .recommend-cont .recommend-list .list-item .item-info .butm-name img {
    vertical-align: middle;
    height: 40px;
    width: 40px;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.peer-recommend .recommend-cont .recommend-list .list-item:hover {
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
}


/*同行推荐 e*/


/*授权模式 s*/

.mandate-model {
    background: #fafafa;
    padding: 50px 0 70px;
}

.mandate-model h3 {
    font-size: 26px;
    color: #666;
    text-align: center;
}

.mandate-model .mandate-exp {
    text-align: center;
    margin-top: 60px;
}

.mandate-model .mandate-exp .exp-item {
    display: inline-block;
    text-align: center;
    padding: 0 42px;
    border-right: 1px solid #ededed;
}

.mandate-model .mandate-exp .exp-item p {
    font-size: 16px;
    line-height: 48px;
}

.mandate-model .mandate-exp .exp-item p strong {
    font-size: 48px;
    font-weight: normal;
}


/*授权模式 e*/


/*正版图库 s*/

#add-map {
    width: 100%;
    background: #ffffff;
}

.map-vip {
    width: 1200px;
    margin: 0 auto;
}

.add-tilte {
    height: 35px;
    font-size: 26px;
    font-family: å¾®è½¯é›…é»‘;
    color: #666666;
    text-align: center;
    line-height: 35px;
}

.vip-box {
    width: 100%;
    margin-top: 40px;
}

.personal-vip {
    width: 590px;
    background: #FAFAFA;
    float: left;
}

.per-prompt {
    width: 100%;
    height: 315px;
    background: #00CB92;
    border-radius: 4px;
    margin-bottom: 22px;
    padding-top: 40px;
    box-sizing: border-box;
}

.per-prompt h2 {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 21px;
}

.per-down {
    width: 100%;
    height: 24px;
    margin-bottom: 41px;
}

.per-down p {
    height: 24px;
    font-size: 18px;
    font-family: 微软雅黑;
    color: rgb(255, 255, 255);
    text-align: center;
    float: left;
}

.per-down p span {
    font-size: 18px;
    display: inline-block;
    position: relative;
    top: -13px;
    background: #00CB92;
    padding: 0 17px;
}

.per-list {
    width: 100%;
    padding-left: 18px;
    box-sizing: border-box;
    background: #00CB92;
}

.per-list .list-img {
    width: 215px;
    height: 110px;
    background: url(http://js.699pic.com/images/index/sh-nav.jpg) no-repeat 0px 1px;
    float: left;
    margin-right: 8px;
}

.per-list .list-img-2 {
    width: 215px;
    height: 109px;
    background: url(http://js.699pic.com/images/index/sh-nav.jpg) no-repeat 0px -119px;
    background-color: #00CB92;
    float: left;
    margin-right: 8px;
}

.per-list .list-text {
    height: 110px;
    float: left;
    background: #00CB92;
}

.per-list .list-text>p {
    height: 21px;
    font-size: 16px;
    font-family: å¾®è½¯é›…é»‘;
    color: #FFFFFF;
    line-height: 14px;
    margin-bottom: 7px;
}

.map-vip .per-button {
    display: block;
    width: 195px;
    height: 42px;
    border: none;
    margin: 0 auto 20px;
    background: #00CB92;
    border-radius: 3px;
    outline: none;
    font-size: 18px;
    font-family: å¾®è½¯é›…é»‘;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}

.map-vip .per-button:hover {
    opacity: 0.8;
}

.business-vip {
    width: 590px;
    background: #FAFAFA;
    float: right;
}

.par-friends {
    background: #FAFAFA!important;
}

.line-1 {
    height: 1px;
    width: 120px;
    background: #80E5C9;
    margin: 11.5px 20px 11.5px 40px;
    float: left;
}

.line-2 {
    height: 1px;
    width: 120px;
    background: #80E5C9;
    margin: 11.5px 40px 11.5px 20px;
    float: right;
}


/*正版图库 e*/


/*合作伙伴列表 s*/

.partners-friend {
    background: #fff;
}

.partners-cont h3 {
    font-size: 26px;
    color: #666;
    text-align: center;
    font-weight: normal;
    padding: 40px 0;
}

.partners-cont .list {
    text-align: center;
    margin-bottom: -12px;
    height: 130px;
    overflow: hidden;
}

.partners-cont .list a {
    display: inline-block;
    margin: 0 20px 30px;
    background: url("//static.699pic.com/images/index/partnersv1.png") no-repeat;
}

.partners-cont .list a:hover {
    background-image: url(//static.699pic.com/images/index/partnersv1-hover.png);
}

.partners-cont .list .baidu {
    width: 99px;
    height: 32px;
    background-position: 0 0;
}

.partners-cont .list .meidi {
    width: 118px;
    height: 32px;
    background-position: 0 -37px;
}

.partners-cont .list .ftx {
    width: 160px;
    height: 32px;
    background-position: 0 -75px;
}

.partners-cont .list .zgdxin {
    width: 105px;
    height: 32px;
    background-position: 0 -113px;
}

.partners-cont .list .kugou {
    width: 142px;
    height: 32px;
    background-position: 0 -155px;
}

.partners-cont .list .njbank {
    width: 115px;
    height: 32px;
    background-position: 0 -197px;
}

.partners-cont .list .xindf {
    width: 82px;
    height: 32px;
    background-position: 0 -240px;
}

.partners-cont .list .mayijf {
    width: 78px;
    height: 33px;
    background-position: 0 -279px;
}

.partners-cont .list .changh {
    width: 194px;
    height: 32px;
    background-position: 0 -318px;
}

.partners-cont .list .xiech {
    width: 90px;
    height: 32px;
    background-position: 0 -355px;
}

.partners-cont .list .xinhbx {
    width: 94px;
    height: 33px;
    background-position: 0 -392px;
}

.partners-cont .list .xiaozhu {
    width: 66px;
    height: 32px;
    background-position: 0 -431px;
}

.partners-cont .list .zglt {
    width: 160px;
    height: 32px;
    background-position: 0 -471px;
}


/*合作伙伴列表 e*/


/*左悬浮导航 s*/

.leftNav {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -675px;
    width: 56px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #EEEFF2;
    border-radius: 2px;
}

.leftNav.show {
    opacity: 1;
    visibility: visible;
}

.leftNav-list {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.leftNav-list li {
    width: 34px;
    cursor: pointer;
    padding: 11px;
    border-bottom: 1px solid #EEEFF2;
}

.leftNav-list li:last-child {
    border: 0;
}

.leftNav-list li i.icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url(//static.699pic.com/images/index/Lnavicon.png) no-repeat;
}

.leftNav-list li i.icon1 {
    background-position: 0 0;
}

.leftNav-list li i.icon2 {
    background-position: 0 -26px;
}

.leftNav-list li i.icon3 {
    background-position: 0 -52px;
}

.leftNav-list li i.icon4 {
    background-position: 0 -78px;
}

.leftNav-list li i.icon5 {
    background-position: 0 -104px;
}

.leftNav-list li:hover i.icon1,
.leftNav-list li.on i.icon1 {
    background-position: -28px 0;
}

.leftNav-list li:hover i.icon2,
.leftNav-list li.on i.icon2 {
    background-position: -28px -26px;
}

.leftNav-list li:hover i.icon3,
.leftNav-list li.on i.icon3 {
    background-position: -28px -52px;
}

.leftNav-list li:hover i.icon4,
.leftNav-list li.on i.icon4 {
    background-position: -28px -78px;
}

.leftNav-list li:hover i.icon5,
.leftNav-list li.on i.icon5 {
    background-position: -28px -104px;
}

.leftNav-list li p {
    font-size: 14px;
    color: #666666;
}

.leftNav-list li:hover p,
.leftNav-list li.on p {
    color: #0099E5;
}


/*左悬浮导航 e*/


/*视频 s*/

.pop-video {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
}

.pop-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.videos {
    width: 800px;
    height: 450px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.plyr__tooltip {
    display: none;
}

.videos-cloce {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    background: #ddd;
    color: #333;
    cursor: pointer;
    z-index: 9;
}


/*视频 e*/


/*友情链接 s*/

.friend-link-cont {
    background: #333;
}

.friend-link {
    padding: 20px 0;
    border: 1px solid #444;
    border-left: none;
    border-right: none;
}

.friend-link .link-tab a {
    display: inline-block;
    margin-right: 14px;
    color: #999;
}

.friend-link .link-tab a:hover,
.friend-link .link-tab a.on {
    color: #fff;
}

.friend-link .link-list {
    min-height: 50px;
    margin-top: 10px;
    overflow: hidden;
}

.friend-link ul li {
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin-right: 14px;
}

.friend-link ul li a {
    color: #9a9a9a;
}


/*友情链接 e*/


/*新右悬浮导航 s*/

.RightNav {
    position: fixed;
    right: -40px;
    top: 0;
    height: 100%;
    width: 40px;
    z-index: 101;
    background: #242424;
    box-sizing: border-box;
    transition: right 0.4s 1.5s ease-in-out;
}

.RightNav.show {
    right: 0;
}

.Rigmidle-part {
    margin-top: 200px;
    position: relative;
}

.Rig-service {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    font-size: 12px;
    color: #FEFEFE;
    line-height: 15px;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}

.Rig-service:hover {
    background: #0099E5;
}

.rigber-top:before,
.Rig-service:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 4px;
    height: 2px;
    width: 32px;
    background: rgba(255, 255, 255, 0.30);
}

.rigber-top {
    position: relative;
}

.Rig-service i.qqicon {
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url(//static.699pic.com/images/index/ico.png) no-repeat -13px -12px;
}

.Rigmidle-part-blick {
    position: absolute;
    top: 0;
    right: 40px;
    background: #494949;
    width: 230px;
    box-sizing: border-box;
    padding-left: 14px;
}

.Rigmidle-part-blick:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 17px;
    height: 0;
    border: 3px solid #494949;
    border-color: transparent transparent transparent #494949;
}

.Rigmidle-partLine {
    padding-top: 10px;
}

.Rigmidle-partLine i {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
    margin-top: 4px;
    background: url(//static.699pic.com/images/index/ico.png) no-repeat;
}

.Rigmidle-partLine i.icon {
    background-position: -210px -9px;
}

.Rigmidle-partLine i.icon2 {
    background-position: -250px -10px;
}

.agent-account {
    padding-top: 6.5px;
}

.agent-account .size {
    display: block;
    margin: 0 auto -6px;
    overflow: hidden;
    width: 28px;
    height: 40px;
    font-size: 14px;
    color: #ccc;
}

.RigLine-char {
    font-size: 14px;
    color: #FEFEFE;
    line-height: 21px;
    text-align: left;
}

.RigLine-relation {
    display: block;
    width: 100px;
    height: 28px;
    box-sizing: border-box;
    background: #FAFAFA;
    border: 1px solid #269EDC;
    border-radius: 2px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #269EDC;
    margin: 4px 0 8px;
}

.RigLine-relation i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    margin-right: 4px;
    vertical-align: top;
    background: url("//static.699pic.com/images/common/leftbottom.png") no-repeat 2px -113px;
}

.Rigmidle-partLine2 {
    margin-top: 18px;
    padding-left: 30px;
    padding-bottom: 10px;
}

.RigDown-btn {
    display: block;
    padding: 12px 12px;
    position: relative;
    margin: 5px 0;
    cursor: pointer;
    transition: all 0.2s;
}

.RigDown-btn:hover {
    background: #0099E5;
}

.RigDown-btn .agencyLcon {
    display: block;
    width: 17px;
    height: 20px;
    margin-left: -0.5px;
    margin-top: -2px;
    margin-bottom: -2px;
    background: url(//static.699pic.com/images/index/ico2.png) no-repeat -332px -10px;
}

.RigDown-btn .switchAccount {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -2px;
    margin-bottom: -2px;
    background: url(//static.699pic.com/images/index/ico2.png) no-repeat -290px -10px;
}

.RigDown-btn .downLcon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(//static.699pic.com/images/index/ico.png) no-repeat -52px -12px;
}


.Rigmidle-ovflblick {
    width: 94px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #494949;
    position: absolute;
    right: 40px;
    top: 0;
    font-size: 14px;
    color: #FEFEFE;
}

.Rigmidle-ovflblick:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 17px;
    height: 0;
    border: 3px solid #494949;
    border-color: transparent transparent transparent #494949;
}

.hover:hover .hover-show {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    top: 0;
    transition: all 0.3s;
}

.hover-show {
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    top: 20px;
    cursor: default;
}

.Rigbotm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.Rig-btn {
    position: relative;
    padding: 12px;
    tr4: all 0.2s;
    cursor: pointer;
}

.Rig-btn:hover {
    background: #0099E5;
}

.rigbtn-icon1 {
    display: block;
    width: 16px;
    height: 16px;
    background: url(//static.699pic.com/images/index/ico.png) no-repeat -92px -12px;
}

.rigbtn-icon2 {
    display: block;
    width: 16px;
    height: 16px;
    background: url(//static.699pic.com/images/index/ico.png) no-repeat -132px -12px;
}

.rigbtn-icon3 {
    display: block;
    width: 24px;
    height: 17px;
    margin-left: -4px;
    margin-top: -1px;
    background: url(//static.699pic.com/images/index/ico.png) no-repeat -167px -13px;
}

.Rigmidle-ewm:after {
    content: '';
    position: absolute;
    right: -6px;
    bottom: 17px;
    height: 0;
    border: 3px solid #494949;
    border-color: transparent transparent transparent #494949;
}

.Rigmidle-ewm {
    padding: 10px;
    position: absolute;
    right: 40px;
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    background: #494949;
    text-align: center;
    transition: all 0.2s;
    cursor: default;
}

.Rigmidle-ewm p {
    height: 23px;
    line-height: 30px;
    font-size: 14px;
    color: #FEFEFE;
}

.Rig-btn:hover .Rigmidle-ewm {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
/*问卷调查s*/
.questionnaire{
    display: block;
    padding-top: 8px;
    width: 40px;
    height: 52px;
    background: url(//static.699pic.com/images/index/yjwj-xiao.png) no-repeat 0 8px;
}
.questionnaire-block{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 40px;
    top: 0;
    width: 160px;
    height: 160px;
    background: url(//static.699pic.com/images/index/yjwj-da.png) no-repeat 0 0;
    transition: all 0.5s;
}
.questionnaire-block .questionnaire-close{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    right:5px;
    cursor: pointer;
}
.questionnaire-block a{
    display: block;
    width: 100%;
    height: 100%;
}

/*问卷调查e*/

/*3.22 侧边栏活动 s*/
.sideColumn-activity {
    position: absolute;
    top: -75px;
    width: 100%;
    text-align: center;
}

.sideColumn-activity .activity-character{
    display: block;
    font-size: 12px;
    padding: 0 4px;
    color: #FEE273;
    line-height: 14px;
    margin-top: 2px;
}
.sideColumn-activity .sideColumn-icon{
	display: block;
	margin: 0 auto;
	width: 28px;
	height: 29px;
	background: url(//static.699pic.com/images/vip/VIPhuodon.png) no-repeat  -1px -110px;
	animation: bounce infinite ease-in-out 1.5s;
}
.sideColumn-activityLink{
	box-sizing: border-box;
    position: fixed;
    bottom: 9%;
    right: 50%;
    margin-right: -729px;
    width: 100px;
    height: 98px;
    background: url(//static.699pic.com/images/vip/VIPhuodon.png) no-repeat 0 0;
	animation: bounce infinite ease-in-out 1.5s;
}
@keyframes bounce{
	0%{
		transform: translate(0,0);
	}
	50%{
		transform: translate(0,-6px);
	}
	100%{
		transform: translate(0,0);
	}
}
/*活动大图标*/

/*侧边栏活动 e*/

/*新右悬浮导航 e*/




/*代理弹窗 s*/

.agency-pop {
    display: none;
    width: 580px;
    height: 305px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 4px 0;
    z-index: 100;
}

.agency-title {
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #DCDCDC;
}

.agency-title span {
    width: 16px;
    height: 16px;
    margin: 17px 0;
    background: url(http://static.699pic.com/images/common/leftbottom.png) no-repeat 0px -96px;
    display: block;
    cursor: pointer;
}

.agency-list {
    height: 254.5px;
    box-sizing: border-box;
    padding: 20px 0 20px 19px;
}

.agency-list ul {
    height: 100%;
    overflow: auto;
}

.agency-list ul li {
    cursor: pointer;
    float: left;
    width: 128px;
    height: 36px;
    box-sizing: border-box;
    line-height: 34px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    margin: 0 8px 8px 0;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.agency-list ul li i {
    width: 22px;
    height: 22px;
    background: url(http://static.699pic.com/images/checked-icon.png) no-repeat center;
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.agency-list ul li.on {
    color: #FE5200;
    border-color: #FE5200;
}

.agency-list ul li.on i {
    display: block;
}


/*代理弹窗 E*/


/*代理提示*/

.RightNav.show .agent-hint {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s 2.4s;
}

.agent-hint {
    position: absolute;
    top: -18px;
    left: -313px;
    width: 300px;
    height: 170px;
    padding-top: 47px;
    box-sizing: border-box;
    box-shadow: 0 0 4px #494949;
    border: 1px solid #494949/9;
    background: #494949;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.agent-hint:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -16px;
    border: 8px solid #494949;
    border-color: transparent transparent transparent #494949;
}

.agent-hint p {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}

.agent-hint a.confirm-hint {
    display: inline-block;
    margin-top: 18px;
    width: 126px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    background: #169BD5;
    color: #fff;
    font-size: 14px;
    transition: opacity 0.2s;
}

.agent-hint a:hover {
    opacity: 0.8;
}






/*媒体查询 自适应*/

@media screen and (max-width: 1366px) {
    .personal-vip,
    .business-vip {
        width: 490px;
    }
    .map-vip,
    .recommend-cont,
    .sp-banner-m,
    .mandate-content,
    .slider-fixbox {
        width: 1000px;
    }
    .per-list .list-text>p {
        font-size: 12px;
    }
    .per-list {
        padding-left: 8px;
    }
    .classify-block>div,
    .partners-friend>div {
        width: 1000px;
    }
    .classify-block .Featd-imglist li {
        width: 241px;
        height: 142.06px;
        margin-right: 12px;
    }
    .classify-block .label-list a {
        width: 116px;
        margin-right: 10.3px;
    }
    .leftNav {
        margin-left: -570px;
    }
    .sp-banner .sp-banner-m dl {
        width: 250px;
    }
    .sp-banner .sp-banner-m dl dd .slo-p {
        font-size: 12px;
    }
    .peer-recommend .recommend-cont .recommend-list .list-item {
        width: 241px;
        margin-right: 12px;
    }
    .peer-recommend .recommend-cont .recommend-list .list-item .item-info .info-cont,
    .peer-recommend .recommend-cont .recommend-list .list-item .item-info .butm-name span {
        font-size: 12px;
    }
    .mandate-model .mandate-exp .exp-item p strong {
        font-size: 36px;
    }
    .mandate-model .mandate-exp .exp-item {
        padding: 0 35px;
    }
    .put-area .sea-logo {
        margin-right: 10px;
    }
    .foot-cont>div,
    .friend-link,
    .copy-right>div {
        width: 100%;
        box-sizing: border-box;
        padding-right: 45px;
        padding-left: 20px;
    }
    .newsucai {
        width: 100%;
    }
    #header {
        box-sizing: border-box;
    }
    #header .nav li .nav-item {
        font-size: 14px;
    }
    #banner .ckBtn.prevBtn {
        margin-left: -548px;
    }
    #banner .ckBtn.nextBtn {
        margin-right: -245px;
    }
    #banner .hd {
        padding-right: 26%;
    }
    .new-edition,
    .old-version {
        margin-left: -660px;
    }
    html,
    body {
        min-width: 1090px;
    }
}

@media screen and (max-width: 1120px) {
    .RightNav {
        display: none;
    }
}