﻿/* common */
* {
    word-wrap: break-word
}

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
    margin: 0;
    padding: 0
}

li, dl, dd, ul, ol {
    list-style-type: none
}

html, body {
    *position: static;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input, button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
}

input, button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
}

body, th, td, button, input, select, textarea {
    text-align: left;
    ;
    font-size: 12px;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

body {
    line-height: 1.6;
    background: #f5f5f5;
    behavior: url(css/csshover.htc);
    font-family: arial,\5FAE\8F6F\96C5\9ED1,"Microsoft Yahei",\5b8b\4f53;
    _font-family: Arial,\5b8b\4f53;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}
/* 公共样式中的默认超链接 */
a, area {
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #007aff;
        text-decoration: underline;
        outline: none
    }

    a.ie6:hover {
        zoom: 1
    }

    a:focus {
        outline: none
    }

    a:hover, a:active {
        outline: none
    }

:focus {
    outline: none
}

.f-main, a.f-main {
    color: #007aff
}

.f-green {
    color: #00af36
}

.f-blue {
    color: #007aff
}
/*IE下a:hover 背景闪烁*/
html {
    overflow: -moz-scrollbars-vertical;
    zoom: expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))
}



/*HTML5 reset*/
header, footer, section, aside, details, menu, article, section, nav, address, figure, figcaption, legend {
    display: block;
    margin: 0;
    padding: 0
}

time {
    display: inline
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

    audio:not([controls]) {
        display: none
    }

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

    legend small {
        font-size: 15px;
        color: #999
    }

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border-width: 0;
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0
}

.cl:after, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl, .clearfix {
    zoom: 1
}
/* 公共样式  */
.wp {
    width: 1000px;
    margin: auto;
    overflow: hidden
}

.wphead {
    width: 1000px;
    margin: 0px auto
}

.m20 {
    margin: 20px;
}

.fl {
    float: left
}

.fr {
    float: right
}

.ml10 {
    margin-left: 10px
}

.mr5 {
    margin-right: 5px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt18 {
    margin-top: 18px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb100 {
    margin-bottom: 100px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl40 {
    padding-left: 40px
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt80 {
    padding-top: 80px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pb10 {
    padding-bottom: 10px
}

.pb30 {
    padding-bottom: 30px
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr40 {
    padding-right: 40px
}

.text-c {
    text-align: center
}

.text-l {
    text-align: left
}

.text-r {
    text-align: right
}

.f-12 {
    font-size: 12px
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.f-40 {
    font-size: 40px;
}

.f-b {
    font-weight: bold
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.yahei {
    font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft Yahei"
}

.simsun {
    font-family: "simsun"
}

.c-999 {
    color: #999
}

.c-666 {
    color: #666
}

.c-333 {
    color: #333
}

.c-000 {
    color: #000
}

.c-fff {
    color: #fff
}

.c-red {
    color: #c00
}

.c-orange {
    color: #ff8b1b
}

.bggrey {
    background: #EDEFF5;
}

.bgwhite {
    background: #fff
}

.por {
    position: relative
}

.poa {
    position: absolute
}

/*img*/
img {
    border: 0;
    vertical-align: middle
}

a img, img {
    -ms-interpolation-mode: bicubic
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

del {
    color: #aaa;
    font-size: 12px;
    font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft Yahei";
}
/*input*/
.inp {
    padding: 0 10px;
    width: 250px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #d1d1d1;
    color: #999
}

.btn {
    font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft Yahei";
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    padding: 3px 12px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 0;
}

.btn-blue {
    background: #007aff;
    color: #fff;
    border: 1px solid #007aff
}

.btn-blue-w {
    background: #fff;
    color: #007aff;
    border: 1px solid #007aff
}

    .btn-blue:hover, .btn-blue-w:hover {
        color: #fff;
        text-decoration: none;
        background: #007aff;
        border: 1px solid #1a8ddf
    }

.btn-orange {
    background: #ff8b1b;
    color: #fff
}

.btn-orange-w {
    background: #fff;
    color: #ff8b1b;
    border: 1px solid #ff8b1b
}

    .btn-orange:hover, .btn-orange-w:hover {
        color: #fff;
        text-decoration: none;
        background: #fd942f
    }

.btn-grey {
    background: #dadada;
    border: 1px solid #d6d6d6;
}

    .btn-grey:hover {
        color: #fff;
        text-decoration: none
    }

.btn-red {
    background: #d93030;
    color: #fff;
    border: 1px solid #d93030;
}

    .btn-red:hover {
        background: #fff;
        color: #d93030;
        text-decoration: none
    }

.btn-big {
    padding: 10px 50px;
    font-size: 18px
}

.radius {
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari 和 Chrome */
    border-radius: 4px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.radius2 {
    -moz-border-radius: 20px; /* Firefox */
    -webkit-border-radius: 20px; /* Safari 和 Chrome */
    border-radius: 20px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

/*浏览器提示*/
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 0px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px
}

    .alert, .alert h4 {
        color: #c09853
    }

        .alert h4 {
            margin: 0
        }

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

    .alert-danger h4 {
        color: #b94a48
    }
/*头部*/

.header {
    width: 100%;
    height: 74px;
    display: block;
    padding: 0;
    margin: 0px auto;
    background: #fff;
    border-bottom: 1px solid #dedede;
    box-shadow: 0px 2px 3px #f0f0f0;
}

    .header .logo {
        float: left;
        width: 260px;
        height: 74px;
        background: url(../images/logo.png) no-repeat left center;
    }

/*nav*/
.nav {
    float: right;
    font-size: 16px;
    line-height: 74px;
}

    .nav li.nav_link {
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 74px;
        font-size: 16px;
        text-align: center;
        padding: 0 18px;
    }

        .nav li.nav_link a {
            overflow: hidden;
            color: #333;
            display: inline-table
        }

            .nav li.nav_link a:hover, .nav li.nav_link a.c {
                color: #007aff;
                text-decoration: none
            }

    .nav li.header_link {
        float: left;
        height: 74px;
        border-left: 1px solid #dedede;
        line-height: 24px;
    }

        .nav li.header_link a {
            float: left;
            padding: 0 15px;
            height: 74px;
            font-size: 14px;
            color: #6CB0FF;
        }

            .nav li.header_link a i.header_ico {
                width: 30px;
                height: 30px;
                margin: 0px auto;
                margin-top: 10px;
                display: block;
                background-image: url(../images/header_link_ico.png)
            }

            .nav li.header_link a i.header_qrcode {
                background-position: -1px 0
            }

            .nav li.header_link a i.header_login {
                background-position: -28px 0
            }

            .nav li.header_link a i.header_reg {
                background-position: -59px 0
            }

            .nav li.header_link a i.header_msg {
                background-position: -90px 0
            }

            .nav li.header_link a .avatar {
                width: 50px;
                height: 50px;
                margin-top: 10px;
                overflow: hidden;
                display: block;
                border: 0;
                border-radius: 100px;
                background: url("../images/avatar-default.png");
                background-size: 50px 50px;
            }

                .nav li.header_link a .avatar img {
                    width: 50px;
                    height: 50px;
                    border: 0
                }



.wphead .header_link .dropDown {
    position: relative;
}

.wphead .header_link_qrcode {
    position: absolute;
    top: 74px;
    left: -1px;
    padding: 10px;
    width: 200px;
    height: 200px;
    z-index: 10;
    background: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 0;
    display: none;
    text-align: center;
}

    .wphead .header_link_qrcode img {
        width: 200px;
        height: 200px;
    }

.wphead .header_link .dropDown.hover {
    background: #f5f5f5;
    border-right: 1px solid #dedede;
    padding-right: 14px;
}

.hover .header_link_qrcode {
    display: block
}

.nav li a:hover {
    text-decoration: none
}
/*footer*/
.footer {
    width: 100%;
    overflow: hidden;
    background: url(../images/newindex/footerbg.jpg) no-repeat center bottom #171717;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

    .footer .footermenu {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #353535
    }

        .footer .footermenu a {
            padding-right: 20px;
            float: left;
            color: #fff
        }


    .footer .footerm {
        padding: 30px 0 20px 0;
        overflow: hidden;
        color: #a9a8a8;
        font-size: 16px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

.footerm .footerm-l {
    width: 50%;
    overflow: hidden;
    text-align: left;
    float: left;
    padding-top: 20px;
}

.footerm p {
    width: 100%;
    line-height: 30px;
}

    .footerm p.f-main {
        color: #6bb3fb
    }

.footerm .footerm-m a {
    width: 80px;
    height: 36px;
    background: #fff;
    float: left;
    margin: 5px;
    display: inline-block;
}

    .footerm .footerm-m a img {
        width: 80px;
        height: 36px;
    }

.footerm .footerm-r .ewm_t {
    width: 20px;
    height: 120px;
    padding: 5px 10px;
    display: inline-block;
    float: left;
    background: #282828;
    text-align: center;
    line-height: 17px
}

.footerm .footerm-r img {
    width: 120px;
    height: 120px;
    padding: 5px;
    background: #fff;
}

.footer .footerb {
    width: 100%;
    height: 30px;
    padding: 8px 0;
    background: #282828;
    line-height: 30px;
    color: #a9a9a9
}

/*分页*/
.pageul {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
    padding: 30px 0px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

    .pageul a, .pageul span {
        color: #999;
        line-height: 20px;
        background: #e0e0e0;
        padding: 5px 11px;
        margin: 0px 3px;
        display: inline;
        text-decoration: none;
        -moz-border-radius: 2px; /* Firefox */
        -webkit-border-radius: 2px; /* Safari 和 Chrome */
        border-radius: 2px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    }

        .pageul a:hover, .pageul .current {
            line-height: 20px;
            padding: 5px 11px;
            color: #fff;
            background: #007aff;
        }

/*进度条*/
.progressbar-s {
    height: 8px;
    width: 102px;
    position: relative;
    text-align: center;
    margin-top: 6px;
    background: #e6e6e6;
    display: inline-block
}

.progressbar-s-bg {
    background: #007aff;
    height: 8px;
    left: 0;
    overflow: hidden;
    position: absolute;
    animation: myfirst 2s;
    -moz-animation: myfirst 2s; /* Firefox */
    -webkit-animation: myfirst 2s; /* Safari 和 Chrome */
    -o-animation: myfirst 2s; /* Opera */
}

.progressbar {
    height: 8px;
    width: 180px;
    position: relative;
    text-align: center;
    background: #e6e6e6;
    margin-top: 8px;
    display: inline-block
}

.progressbar-bg {
    background: #007aff;
    height: 8px;
    left: 0;
    overflow: hidden;
    position: absolute;
    animation: myfirst 3s;
    -moz-animation: myfirst 3s; /* Firefox */
    -webkit-animation: myfirst 3s; /* Safari 和 Chrome */
    -o-animation: myfirst 3s; /* Opera */
}

@keyframes myfirst {
    0% {
        width: 0%;
    }

    100% {
        background: #007aff;
    }
}

@-moz-keyframes myfirst /* Firefox */
{
    0% {
        width: 0%;
    }

    100% {
        background: #007aff;
    }
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    0% {
        width: 0%;
    }

    100% {
        background: #007aff;
    }
}

@-o-keyframes myfirst /* Opera */
{
    0% {
        width: 0%;
    }

    100% {
        background: #007aff;
    }
}
/*面包屑*/
.crumbs {
    margin: 0 auto;
    height: 20px;
    padding: 15px 0 0 0;
    color: #666;
    font-size: 14px;
}

    .crumbs span, .crumbs a {
        color: #333;
    }

    .crumbs span {
        padding: 0 5px;
    }



/*table*/
table {
    width: 100%;
    empty-cells: show;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

    table.ranking {
        font-size: 12px;
        color: #666;
        vertical-align: middle;
    }

        table.ranking th {
            color: #007aff;
            text-align: center;
        }

        table.ranking td {
            text-align: center;
            padding: 12px 0;
        }

            table.ranking td .ranking-num {
                color: #fff;
                width: 22px;
                height: 20px;
                background: #FF8B1B;
                text-align: center;
                display: block;
                margin: 0px auto
            }

            table.ranking td .ranking-num2 {
                color: #666;
                width: 22px;
                height: 20px;
                background: #ddd;
                text-align: center;
                display: block;
                margin: 0px auto
            }


/*带水平线*/
.table th {
    font-weight: bold
}

.table th, .table td {
    padding: 8px;
    line-height: 20px;
    vertical-align: top;
    font-size: 14px
}

.table td {
    vertical-align: middle;
    height: 20px
}

.table tbody tr.success > td {
    background-color: #dff0d8
}

.table tbody tr.error > td {
    background-color: #f2dede
}

.table tbody tr.warning > td {
    background-color: #fcf8e3
}

.table tbody tr.info > td {
    background-color: #d9edf7
}

.table tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}
/*带横向分割线*/

.table-border th {
    border-bottom: 1px solid #e0e0e0
}

.table-border td {
    border-bottom: 1px solid #ddd
}

.table-border2 {
    border-top: 1px solid #e0e0e0
}

    .table-border2 th, .table-border2 td {
        border-bottom: 1px solid #e0e0e0;
        background: #fff
    }
/*th带背景*/
.table-bg thead th {
    background-color: #f2f2f2;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    line-height: 20px;
    padding: 12px 5px;
}

.table-bg tr td {
    text-align: center;
}

.table-bg2 thead th {
    background-color: #f4f4f4;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    line-height: 32px;
}

.table-bg2 tr td {
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    line-height: 22px
}
/*带外边框*/
.table-bordered {
    border: 1px solid #e2e2e2;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
}

    .table-bordered th, .table-bordered td {
        border-left: 1px solid #e2e2e2
    }
/* .table-border.table-bordered{ border-bottom:0;} */
/*奇数行背景设为浅灰色，IE低版本不支持*/
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

table.f-14 td {
    font-size: 14px
}



/*alter-tip*/
.alertsbg {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: none;
}

.alertsBox {
    z-index: 1005;
    position: fixed;
    top: 20%;
    left: 50%;
    box-shadow: 2px 2px 3px #555;
    width: 400px;
    background: #fff;
    margin: 50px 0 0 -200px;
    display: none;
}

.y_alertsBoxTitle {
    border-bottom: 1px solid #ddd;
    color: #007aff;
    font-size: 16px;
    height: 40px;
    left: 0;
    line-height: 40px;
    padding-left: 15px;
    position: absolute;
    top: 0;
    width: 385px;
}

.y_alertsBoxCon {
    padding: 68px 22px 22px 22px;
    color: #555555;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

    .y_alertsBoxCon span {
        color: #007aff;
        font-size: 16px;
    }

    .y_alertsBoxCon a {
        background: #007aff;
        color: #fff;
        display: block;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        margin: 10px auto;
        text-align: center;
        width: 140px;
        text-decoration: none;
    }

.y_alertsBoxButton {
    background: rgba(0, 0, 0, 0) url("../images/member/authentications.png") repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 38px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 34px;
}

.y_alertsbtn {
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ddd
}

    .y_alertsbtn .btn {
        font-size: 14px;
        height: 26px;
        line-height: 26px;
        padding: 4px 40px;
        margin: 0 5px
    }

.btn-grey {
    background: #d0d0d0
}


.greyborder {
    border-top: 1px solid #e7e7e7
}




/*返回顶部*/
/*------------*/
.back-box {
    position: fixed;
    bottom: 300px;
    right: 0px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
    z-index: 9000;
}

    .back-box a {
        width: 61px;
        height: 61px;
        background-image: url(../images/backlan.png);
        margin-bottom: 1px;
        display: block;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .back-box a.code {
            background-position: -61px 0;
        }

            .back-box a.code:hover {
                background-position: 0 0px;
            }

        .back-box a.gototop {
            background-position: -61px -61px;
        }

            .back-box a.gototop:hover {
                background-position: 0px -61px;
            }


    .back-box #code_img {
        position: fixed;
        bottom: 260px;
        cursor: pointer;
        display: none;
        width: 160px;
        padding: 0px 15px;
        right: 73px;
        z-index: 100;
        background: #fff;
    }

        .back-box #code_img img {
            width: 160px;
            height: 160px;
            border: 0
        }

        .back-box #code_img p {
            width: 100%;
            text-align: center;
            font-size: 14px;
            font-weight: 600;
            margin: 10px 0;
        }

        .back-box #code_img:before {
            position: absolute;
            content: "";
            height: 0;
            width: 0;
            pointer-events: none;
            border: solid transparent;
            border-color: rgba(255, 255, 255, 0);
            border-left-color: #fff;
            border-width: 10px;
            top: 50%;
            left: 100%;
            margin-top: -10px;
        }


/*popupcode*/
.hide_box {
    z-index: 999;
    filter: alpha(opacity=50);
    background: #666;
    opacity: 0.5;
    -moz-opacity: 0.5;
    left: 0;
    top: 0;
    height: 99%;
    width: 100%;
    position: fixed;
    display: none;
}

.popupcode_box {
    width: 300px;
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin-left: -160px;
    margin-top: -200px;
    border: 1px dotted #dedede;
    display: none;
}

    .popupcode_box .popupcode_tit {
        color: #000;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        overflow: hidden
    }

    .popupcode_box .popupcode_con {
        padding: 20px 0;
        width: 100%;
        font-size: 16px;
        overflow: hidden;
        font-size: 14px;
    }

    .popupcode_box .popupcode_ft {
        width: 100%;
        padding: 10px 0;
        display: block;
    }

        .popupcode_box .popupcode_ft a.btn {
            height: 30px;
            width: 100%;
            padding: 5px 0px;
            font-size: 16px;
            line-height: 30px;
            display: block;
            margin-bottom: 10px;
        }

.popupcode_close {
    float: right;
    display: inline-block;
    text-decoration: none
}

.popupcode_ft .popupcode_ewmcode {
    width: 150px;
    height: 150px;
    margin: 0px auto;
    padding: 0 0 10px 0;
    display: none
}

    .popupcode_ft .popupcode_ewmcode img {
        width: 150px;
        height: 150px;
        border: 0;
    }



/*浮动广告*/
#floatDiv{
  position:absolute;left:50px;top:60px;z-index: 999999;
}
#floatlink{
  width:30px;height:30px;position:absolute;right:0px;cursor: pointer;
}
