@charset "UTF-8";
/*这里是通用css作用于全部*/

* {
    margin: 0px;
    padding: 0px;
    font-family: '微软雅黑';
}

a:focus {
    text-decoration: none;
}

/*bootstrap中取消a标签点击出现下划线的效果*/
/*最后加的调整按钮点击的时候取消按钮周边的颜色*/

input:focus {
    outline: none;
}

button:focus {
    outline: none;
}

p {
    margin-bottom: 0px;
}

a:hover {
    text-decoration: none;
    /*去除下换线*/
}

li {
    list-style: none;
    /*去除原点*/
}

ul {
    margin-bottom: 0px;
}

.clear {
    zoom: 1;
}

/*为了兼容性，因为ie6/7不能使用伪类，所以加上此行代码。*/

.clear:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.big {
    width: 1200px;
    margin: 0px auto;
}

/*头部*/

.topBg {
    background-color: #F1F1F1;
    /*height: 30px;*/
}

.top {
    background-color: #F1F1F1;
    /*height: 30px;*/
}

.top>ul {
    padding-left: 50px;
    display: inline-block;
}

.top ul li {
    margin-top: 2px !important;
    float: left;
    /*width: 100px;*/
    text-align: center;

}

.top>ul>li {
    width: 100px;
}

.top #er-top {
    line-height: 30px;
}

.top ul li a {
    display: inline-block;
    line-height: 10px;
    font-size: 12px;
    color: #333;
}

#topborder li:hover a {
    border-top: 2px solid #0076ca;
    margin-top: -2px;
    color: #0076ca;
}

/*.top ul li:hover .kefu-top ul li a{border-top:none;margin-top: 0px;}*/
.topBorderTop {
    border-top: 2px solid #0076ca;
    color: #0076ca !important;
    margin-top: -2px;
}

/*调整头部*/


/*.top2{background-color: #f1f1f1;}*/

.top2 .topR {
    position: relative;
}

/*
.top2 .topR a{
    font-size: 12px;
}
*/
/*个人中心的小图标图片设置*/
#top-per-r {
    position: relative;
    bottom: 2px;
}

.top2 .topR>ul>.topRj-nth2 img {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: 1px;
}

.top2 .topR>ul>.topRj-nth2 {
    border-left: 1px solid #ddd;
    padding-left: 10px;
    margin-left: 10px;
}

.top2 .topR>ul>li+li {
    margin: 0px 20px;
}

.top2 .topR {

    float: right;
    display: inline-block;
}

.top2 .topR img {
    vertical-align: middle;
}

#kefu-top {
    padding-bottom: 5px;
}

.top2 .topR .kefu-top {
    display: none;
    border: 1px solid #eee;
    top: 35px;
    text-align: center;
    background-color: #fff;
    right: 55px;
    z-index: 3;
    position: absolute;
}

.top2 .topR .kefu-top li {
    padding: 2px 15px 2px;
    float: none;
    text-align: center;
}

/*.top2 .topR .kefu-top li+li{padding-top: -5px;}*/
.top2 .topR .kefu-top li:hover {
    background-color: #f1f1f1;
}

.top2 .topR .kefu-top li:hover img {
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
}

.top2 .topR .kefu-top li a {

    color: #333;
}

.top2 .topR .kefu-top li a img {
    padding-right: 5px;
}

.top2 .topR .kefu-top li:hover a {
    color: #0076ca;
}

.top2 .topR .er-top {
    display: none;
    padding: 10px;
    top: 30px;
    text-align: center;
    right: -28px;
    z-index: 3;
    position: absolute;
}

.top2 .topR .er-top img {
    width: 80px;
    height: 80px;
}

/*logo*/

.logo {
    margin: 10px auto;
}

.logo img {
    width: 100%;
    vertical-align: middle;
}

.logo .logo-1 {
    width: 240px;
    display: inline-block;
    height: 80px;
    margin-left: 20px;
}

.logo .logo-1 img {
    height: 100%;
}

.logo .logo-2 {
    display: inline-block;
    font-size: 25px;
    margin-left: 50px;
    margin-right: 50px;
    color: #0076ca;
    /*后来加的渐变色*/
    background-image: -webkit-linear-gradient(bottom, #0033ca, #0099ca, #0076ca);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo form {
    display: inline-block;
}

.logo form input {
    margin-left: 50px;
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 40px;
    border: 2px solid #0076ca;
    width: 300px;
    border-right: none;
    margin-right: -12px;
    vertical-align: top;
    /*vertical-align: top;结局button 和input 无法对齐*/
}

.logo form button {
    background-color: #0076ca;
    padding: 9px 20px;
    border-bottom-right-radius: 5px;
    height: 40px;
    border-top-right-radius: 5px;
    margin-left: 0px;
    border: 2px solid #0076ca;
}

.logo form button img {
    width: 100%;
}

/*新加的链接*/
.logo .wai202006 {
    display: inline-block;
    height: 65px;
    margin-left: 40px;
    position: relative;
    top: 17px;
}

.logo .wai202006 a {
    text-align: center;
    display: inline-block;
    margin: 0px 20px;
}

.logo .wai202006 a img {
    width: 40px;
}

.logo .wai202006 a p {
    margin-top: 5px;
    color: #333333;
}

/*导航*/

.nav_zBg {
    background-color: #1866b1;
}

.nav_z {
    background-color: #1866b1;
    color: #FFFFFF;
    height: 86px;
    box-sizing: border-box;
}

.nav_z a {
    color: #fff;
}

.nav_z p {
    width: 18px;
    display: inline-block;
    box-sizing: content-box;
    padding: 20px 10px 20px;
    font-size: 16px;
    font-weight: bold;
    background-color: #1253a5;
}

.nav_z ul {
    display: inline-block;
    float: right;
    padding-top: 7px;
    padding-left: 30px;
}

.nav_z ul li {
    float: left;
    display: block;
    text-align: left;
    line-height: 25px;
    width: 90px;
}

.nav_z ul li a:hover {
    background-color: #1253a5;
    color: yellow;
}

.nav_z .nav-center {
    margin: 0px auto;
    margin-left: 70px;
}

.nav_z .navfloat {
    float: left;
}

/*第一个导航*/


/*.nav_z .nav1{}*/

.nav_z .nav1 ul {
    width: 300px;
    margin: 0 auto;
}

.nav_z .nav1 ul li {
    width: 65px;
}

/*第二个导航*/


/*.nav_z .nav2{}*/

.nav_z .nav2 ul {
    width: 300px;
}

/*第三个导航*/


/*.nav_z .nav3{}*/

.nav_z .nav3 ul {
    width: 220px;
}

/*.nav_z .nav3 ul li{width: 95px;}*/


/*第四个导航*/


/*.nav_z .nav4{}*/

.nav_z .nav4 ul {
    width: 150px;
}

.nav_z .nav4 ul li {
    width: 120px;
}

/*底部大综合*/

.footer {
    background-color: #f1f1f1;
}

.foot {
    padding: 10px 0px;
}

.foot .foot1 ul {
    display: flex;
    width: 1100px;
    margin: 0 auto;
}

.foot .foot1 ul li {
    flex: 1;
}

.foot .foot1 ul li>p {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 75px;
    height: 73px;
    background-size: contain;
}

.foot .foot1 ul li>p>a {
    letter-spacing: 2px;
    padding-top: 15px;
    margin: 0px auto;
    text-align: center;
    display: block;
    width: 37px;
    color: #0076CA;
    font-size: 16px;
}

/*
.foot .foot1 img {
    width: 75px;
    border-radius: 45px;
    display: inline-block;
    vertical-align: middle;
}
*/
.foot .foot1 .foot_text {
    display: inline-block;
    color: #999;
    vertical-align: middle;
}

.foot .foot1 .foot_text p {
    margin-bottom: 0px;
}

.foot .foot2 a {
    color: #999;
}

.foot .foot2 {
    color: #999;
}

.foot .foot2 ul {
    margin: 0 auto;
    width: 550px;
    text-align: center;
    padding-top: 50px;
}

.foot .foot2 ul li {
    float: left;
}

.foot .foot2 ul li+li {
    padding-left: 10px;
}

.foot .foot3 a {
    color: #999;
}

.foot .foot3 ul li {
    float: left;
}

.foot .foot3 ul li+li {
    padding-left: 10px;
}

.foot .foot3 ul {
    margin: 0 auto;
    width: 400px;
    text-align: center;
    padding-top: 20px;
}

/*footlist底部调整*/

.foot .footlist2 {
    display: flex;
    margin: 10px auto 0px;
    width: 1100px;
}

.foot .footlist2 ul {
    flex: 1;
}

.foot .footlist2 .footlist2_t {
    flex: 3;
}

.foot .footlist2 img {
    width: 115px;
    height: 115px;
}

.foot .footlist2 ul p {
    padding-bottom: 10px;
    /*    color: #666;*/
}

.foot .footlist2 ul p a {
    color: #666;
}

.foot .footlist2 ul li a {
    color: #999;
    line-height: 30px;
}

.foot .footlist2 .footlist2_t {
    line-height: 15px;
    padding-left: 60px;
}

.foot .footlist2 .footlist2_t li:nth-child(2) a {
    font-size: 25px;
    color: #666;
}

.foot .footlist2 .footlist2_t li:nth-child(3) a {
    color: #666;
}

.foot .footlist2 .footlist2_t li:nth-child(5) a {
    color: #666;
}

.foot .footlist3 {
    text-align: center;
    color: #666;
}

.foot .footlist3 ul {
    margin: 10px auto;
}

.foot .footlist3 ul li {
    float: left;
    padding-right: 10px;
    line-height: 20px;
}

.foot .footlist3 ul li a {
    color: #666;
    font-size: 12px;
}

.foot .footlist3>p {
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

/*下面 是 成人高考页面优化 通用属性设置*/


/*导航*/


/*.nav_z .nav-center-adult{width: 1050px !important;}*/


/*第一个导航*/


/*.nav_z .nav1-adult{width: 250px;display: block;}*/

.nav_z .nav1-adult ul {
    width: 260px;
    /*    padding: 10px 25px;*/
}

.nav_z .nav1-adult ul li {
    width: 70px;
}

/*第二个导航*/


/*.nav_z .nav2-adult{width: 250px;display: block;}*/

.nav_z .nav2-adult ul {
    width: 120px;
    padding: 20px 10px 10px 20px;
}

.nav_z .nav2-adult p {
    width: 38px;
    box-sizing: border-box;
    height: 86px;
    padding: 10px 10px;
}

.nav_z .nav2-adult ul li {
    width: 45px;
}

.nav_z .nav3-adult p {
    width: 38px;
    box-sizing: border-box;
    height: 86px;
    padding: 10px 10px;
}

.nav_z .nav3-adult .nav2-zhuan {
    margin-top: 10px;
    display: block;
}

.nav_z .nav3-adult .nav2-zhuan a {
    display: inline-block;
}

.nav_z .nav3-adult .nav2-zhuan a+a {
    padding-left: 10px;
}

/*第三个导航*/


/*.nav_z .nav3-adult{width: 270px; display: block;}*/

.nav_z .nav3-adult ul {
    width: 175px;
    padding: 20px 20px 10px 20px;
}

.nav_z .nav3-adult p {

    padding: 10px 10px;
}

.nav_z .nav3-adult ul li {
    width: 45px;
}

.nav_z .nav3-adult .nav3-zhuan {
    margin-top: 10px;
    display: block;
}

.nav_z .nav3-adult .nav3-zhuan a {
    display: inline-block;
}

.nav_z .nav3-adult .nav3-zhuan a+a {
    padding-left: 10px;
}

/*第四个导航*/


/*.nav_z .nav4-adult{width: 120px;}*/

.nav_z .nav4-adult ul {
    width: 190px;
    padding-left: 30px;
}

.nav_z .nav4-adult ul li {
    width: 70px;
}

/*第五个导航*/


/*.nav_z .nav5-adult{width: 120px;}*/

.nav_z .nav5-adult ul {
    width: 90px;
}

.nav_z .nav5-adult ul li {
    width: 65px;
}

/*成人高考独有的 最底部的 带边框的div  成人高考备考资料*/

.adult-reference-only {
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 30px;
}

/*.adult-reference-only>ul{display: block;}*/

.adult-reference-only>p {
    color: #666;
    font-size: 16px;
    padding-left: 30px;
    background: url(/templates/befen/images/adult/xing.png) no-repeat left;
}

.adult-reference-only>ul>li {
    float: left;
    color: #666;
    line-height: 25px;
    padding: 0px 3px;
    margin-top: 3px;
}

.adult-reference-only>ul>li>a {
    color: #999;
}

.adult-reference-only>ul>li:first-child {
    background-color: #cccccc;
    font-size: 14px;
    margin-top: 8px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    color: #FFFFFF;
    line-height: 15px;
}

#listpages {
    float: left;
    overflow: hidden;
}

#listpages ul {
    float: left;
    display: inline;
    margin-top: 10px;
}

#listpages ul li {
    float: left;
    margin-right: 4px;
    display: inline;
}

#listpages ul li a {
    float: left;
    padding: 2px 8px;
    background: #FFFFFF;
    border: 1px solid #E6E7E1;
    color: #0F6AC5;
    text-decoration: none;
    overflow: hidden;
}

#listpages ul li a:active {
    border: 1px solid #E6E7E1;
    text-decoration: none;
}

#listpages ul li a:visited {
    border: 1px solid #E6E7E1;
    text-decoration: none;
}

#listpages ul li a:hover {
    border: 1px solid #0F6AC5;
    text-decoration: none;
}

#listpages ul li a.thisclass {
    background: #FFFFFF;
    border: 1px solid #0076ca;
    color: #0076ca;
    font-weight: bold;
}

/*顶部切换上边线设置*/
.selected {
    border-top: 2px solid #007ca;
    color: #f00 !important;
}

.navSelected {
    background-color: #1253a5;
    color: yellow !important;
}

.navSelected2 {
    color: yellow !important;
}

/*给learn-query.html添加下划线*/
.queryBorderJi {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

/*给自学考试里面的历年真题添加悬浮后的样式*/
.query>.queryR>.queryR-icon ul li:hover a p {
    color: #f00;
}

.query .queryR .queryR-true p {
    height: 20px;
    line-height: 22px;
}

.query .queryR .queryR-true p:hover {
    color: #f00;
    border-left: 3px solid #f00;
}

table {
    margin: 0px auto;
}

.query .queryR .queryR-true p a {
    color: #0076CA;
}

.query .queryR .queryR-true p:hover a {
    color: #f00;
}

/*给learn/adult.article.html里面的 关注微信 添加一个样式点击显示蒙层，点击图片放大  的样式*/
.toggle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 20000;
    display: none;
}

.toggle .timg {
    position: fixed;
    top: 20%;
    left: 18%;
    width: 64%;
    height: 88%;
    z-index: 1001;
    display: none;
}

.toggle .timg img {
    display: block;
    margin: 0 auto;
    width: 186px;
    height: 186px;
}

/*留言式弹窗 设置  */
.Leaving-a-message .LeavAI-icon {
    box-sizing: border-box;
    /* border-radius: 10px; */
    padding: 10px;
    text-align: center;
    position: fixed;
    right: 0px;
    top: calc(45% + 138px);
    z-index: 17;
    cursor: pointer;
    width: 82px;
    /*  取消图片和文字鼠标双击的时候被选择  这样体验效果更好*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* 背景色渐变 从下往上 */
    background-color: #1966B1;
    color: #fff;
    background: -moz-linear-gradient(bottom, #1966B1 0%, #2B96E7 100%);
    background: -webkit-linear-gradient(bottom, #1966B1 0%, #2B96E7 100%);
    background: -o-linear-gradient(bottom, #1966B1 0%, #2B96E7 100%);
    background: -ms-linear-gradient(bottom, #1966B1 0%, #2B96E7 100%);
    background: linear-gradient(to bottom, #1966B1 0%, #2B96E7 100%);
}

/* 图片 */
.Leaving-a-message .LeavAI-icon img {
    width: 30px;
}

/* 文字 */
.Leaving-a-message .LeavAI-icon p {
    margin: 0px;
    font-size: 16px;
}

/* 留言的弹窗 设置*/
.Leaving-a-message .LeavAI-Nei {
    display: none;
    border: 1px solid #ddd;
    padding-bottom: 10px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    position: fixed;
    right: 100px;
    bottom: 100px;
    z-index: 1000;
    width: 350px;
}

/* 弹窗 顶部 */
.Leaving-a-message .LeavAI-Nei .LeavAI-Nei-top {
    padding: 5px 10px;
    /* width: 400px; */
    /* 背景色渐变 从下往上 */
    background-color: #1966B1;
    color: #fff;
    background: -moz-linear-gradient(bottom, #1966B1 0%, #2B96E7 100%);
    background: -webkit-linear-gradient(bottom, #1966B1 0%, #2B96E7 100%);
    background: -o-linear-gradient(bottom, #1966B1 0%, #2B96E7 100%);
    background: -ms-linear-gradient(bottom, #1966B1 0%, #2B96E7 100%);
    background: linear-gradient(to bottom, #1966B1 0%, #2B96E7 100%);
}

.Leaving-a-message .LeavAI-Nei .LeavAI-Nei-top p {
    float: left;
    margin: 0px;
}

.Leaving-a-message .LeavAI-Nei .LeavAI-Nei-top .LeavAI-Nei-top-p1 {
    width: 50px;
    height: 50px;
}

.Leaving-a-message .LeavAI-Nei .LeavAI-Nei-top .LeavAI-Nei-top-p1 img {
    width: 100%;
    border-radius: 50%;
    vertical-align: middle;
}

.Leaving-a-message .LeavAI-Nei .LeavAI-Nei-top .LeavAI-Nei-top-p2 {
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    padding-left: 10px;
}

.Leaving-a-message .LeavAI-Nei .LeavAI-Nei-top .LeavAI-Nei-top-p3 {
    float: right;
    width: 30px;
    text-align: right;
    font-size: 18px;
    cursor: pointer;
}

/* 表单 */
.Leaving-a-message .LeavAI-Nei form {
    text-align: left;
    padding: 10px 20px;
}

.Leaving-a-message .LeavAI-Nei form p {
    font-size: 14px;
    color: #333;
    margin: 5px 0px;
}

.Leaving-a-message .LeavAI-Nei form p img {
    height: 10px;
    height: 10px;
    vertical-align: middle;
}

.Leaving-a-message .LeavAI-Nei form input {
    font-size: 12px;
    border: 1px solid #ddd;
    outline: none;
    color: #333;
    padding: 7px 5px;
    width: 300px;
    background-color: #FAF8F9;
    margin-bottom: 20px;
}

.Leaving-a-message .LeavAI-Nei form textarea {
    font-size: 12px;
    width: 310px;
    height: 70px;
    padding: 3px;
    text-align: left;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
}

.Leaving-a-message .LeavAI-Nei form button {
    outline: none;
    margin: 20px auto 0px;
    display: block;
    text-align: center;
    width: 150px;
    padding: 10px;
    /* 背景色渐变 从下往上 */
    background-color: #1966B1;
    color: #fff;
    background: -moz-linear-gradient(bottom, #1966B1 0%, #2B96E7 100%);
    background: -webkit-linear-gradient(bottom, #1966B1 0%, #2B96E7 100%);
    background: -o-linear-gradient(bottom, #1966B1 0%, #2B96E7 100%);
    background: -ms-linear-gradient(bottom, #1966B1 0%, #2B96E7 100%);
    background: linear-gradient(to bottom, #1966B1 0%, #2B96E7 100%);
    /*取消凹陷效果*/
    background-repeat: no-repeat;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    /*取消凹陷效果结束*/
}

/*弹出的内容*/
.LeavAIJiaoY #neiJYF {
    margin-bottom: -10px;
    padding-bottom: 2px;
    font-size: 14px;
    visibility: hidden;
    color: #f00;
    /*  取消图片和文字鼠标双击的时候被选择  这样体验效果更好*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

/*设置所有的地区点击之后变红色*/
.allDQJa {
    color: #f00 !important;
}

/*文本省略号*/
.ellipsis {
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.ellipsis,
.ellipsis a {
    color: #666;
    font-size: 16px;
    text-align: center;
}

/* 2020-05-13修改自学考试导航 */
.new_nav_fiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* 对应的flexstartitem */
.new_nav_fiv li {
    line-height: 25px;
    text-align: center;
    flex: 1;
    font-size: 16px;
    padding: 5px 0px;
}

.new_nav_fiv li a {
    color: #fff;
    line-height: 25px;
}


/* 新加得靠右侧的快捷方式 */
.izl-rmenu {
    margin-right: 0;
    width: 82px;
    position: fixed;
    right: 2px;
    top: 45%;
    -webkit-box-shadow: #DDD 0px 1px 5px;
    -moz-box-shadow: #DDD 0px 1px 5px;
    box-shadow: #DDD 0px 1px 5px;
    z-index: 999;
}

.izl-rmenu .consult {
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}

.izl-rmenu .consult .phone {
    background-color: rgb(247, 247, 255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}

.izl-rmenu a.consult:hover .phone {
    display: inline !important;
}

.izl-rmenu .cart {
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 82px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}

.izl-rmenu a.cart:hover .pic {
    display: block;
}

/* .izl-rmenu .btn_top {
    background-image: url(https://www.17sucai.com/preview/159264/2016-06-23/%E5%9C%A8%E7%BA%BF%E5%AE%A2%E6%9C%8D+%E8%BF%94%E5%9B%9E%E9%A1%B6%E9%83%A81/images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(https://www.17sucai.com/preview/159264/2016-06-23/%E5%9C%A8%E7%BA%BF%E5%AE%A2%E6%9C%8D+%E8%BF%94%E5%9B%9E%E9%A1%B6%E9%83%A81/images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
} */
.izl-rmenu .cart .pic {
    display: none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
}

#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 45%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF !important;
    z-index: 999;
}