.conner-toggle {z-index: 2;cursor: pointer;position: fixed;bottom: 253px;right: 0;width: 54px;height: 49px;}
.conner-toggle .toggle1{transition: all linear 0.5s;position: fixed;}
.conner-toggle .toggle1 {background: url(../images/conner/open.png) no-repeat;width: 34px;height: 49px;}
/* .conner-toggle .toggle2 {background: url(images/down.png) no-repeat;width: 34px;height: 49px;} */
.conner-open .toggle1 {transition: all linear 0.5s;bottom:253px;right:452px;-webkit-transform: rotate(180deg);transform: rotate(180deg);animation: linear rotation1 0.1s;}
/* .conner-open .toggle2 {transition: all linear 0.8s;opacity: 0.0;animation: linear opacity1 1.0s;} */
.conner-menu {z-index: 1;border: 1px solid #666;background: #fff;position: fixed;bottom: 0;right: -452px;width: 450px;height: 300px;overflow-y: scroll;}
.conner-menu .close{background:url(../images/conner/close.png) no-repeat;width: 39px;height: 39px;position: absolute;bottom: 1px;right: 1px;z-index: 2;cursor: pointer;}
.conner-list{margin:0;padding: 20px;list-style: none;}
.conner-list li{margin:0 0 15px;}
.conner-list li h2{font-size: 18px;color: #000;margin:0 0 10px;}
.conner-list li p{font-size: 14px;margin:0 0 5px;}
.conner-list li p.time{font-size: 12px;color: #888}
.top_logined .ring{position: absolute;width: 30px;top: 0;right: 0;z-index: 10;}
.top_logined .ring .ringnum{font-size: 12px;color: #fff;background: #f00;position: absolute;left: 28px;top: 31px;border-radius: 20px;padding: 0 5px;}
.conner-toggle-left {z-index: 1;cursor: pointer;position: fixed;bottom: 279px;left: 0;width: 19px;height: 21px;}
.conner-toggle-left .toggle1{transition: all linear 0.5s;position: fixed;}
.conner-toggle-left .toggle1 {background: url(../images/conner/open.png) no-repeat;width: 19px;height: 21px;}
.conner-toggle-left.conner-open .toggle1 {transition: all linear 0.5s;bottom:279px;left:0;-webkit-transform: rotate(180deg);transform: rotate(180deg);animation: linear rotation1 0.1s;}
/* .conner-open .toggle2 {transition: all linear 0.8s;opacity: 0.0;animation: linear opacity1 1.0s;} */
.conner-menu-left {z-index: 2;background: #fff;position: fixed;bottom: 0;left: 0;width: 360px;height: 300px;}
.conner-menu-left .close-left{background:url(../images/conner/close.png) no-repeat;width: 19px;height: 21px;position: absolute;top: 1px;right: 1px;z-index: 3;cursor: pointer;}