@charset "utf-8";
/**
 * Created by Yanting zhao on 20/09/18.
 */

/*======================== common ======================*/
a,a:hover,a:link,a:active{text-decoration: none;}

/*=======================雪碧图调用=======================*/
.sprite{background: url(../images/sprite.png) no-repeat;}

/*=======================右侧浮层样式=======================*/

.rightPopImg{position: fixed;right: 10%;bottom:10%;width: 88px;z-index: 10;}
.rightPopImg .pop_joy{background: url(../images/popRight/icon_joy.png) no-repeat;width: 88px;height: 75px;display: block;position: relative;bottom: -10px;}
.rightPopImg ul li{width: 76px;height:42px;background:#ff738b;margin:3px 0;border-radius: 8px;padding:3px;position: relative;cursor: pointer;}
.rightPopImg ul li::after{content: '';position: absolute;bottom:-10px;left: 50%;transform: translate(-50%,0);background: url(../images/popRight/icon_connect.png) no-repeat; width: 4px;height: 18px;z-index: 3;}
.rightPopImg ul li:nth-last-child(1)::after{background: none;}
.rightPopImg ul li span{width: 76px;background:#fff;display: block;margin:0 auto;height: 42px;border-radius: 8px;font:bold 13px/42px 'Microsoft Yahei';text-align: center;color:#ff738b;}

.rightPopImg ul li:nth-last-child(1) span{background: none;height: auto;}
.rightPopImg ul li:nth-last-child(1) span i{display: block;background: url(../images/popRight/icon_top.png) no-repeat;width: 44px;height: 14px; margin:15px auto 0;}
.rightPopImg ul li:nth-last-child(2){cursor: unset;}
.rightPopImg ul li:nth-last-child(2) span{text-align: center;padding-top: 6px;height: 36px;line-height: 1;}
.rightPopImg ul li:nth-last-child(2) span i{display: inline-block;background: url(../images/popRight/icon_tel.png) no-repeat; width: 17px;height: 16px;vertical-align: middle;margin:0 3px;}


