body {
    position: relative;
    padding-bottom: 350px;
}

@media (orientation: portrait) {
    body {
        padding-bottom: 420px;
    }
}

a,b,p,div,i,button,input,form {
    font-size: 14px;
}

@media (max-width: 1240px) {
    a,b,p,div,i,button,input,form {
        font-size: 13px;
    }
}

@media (max-width: 1240px) and (min-height:1000px) {
    a,b,p,div,i,button,input,form {
        font-size: 2rem;
    }
}

h1 {
    font-size: 43px;
}

@media (orientation: portrait) {
    h1 {
        font-size: 38px
    }
}

* {
    outline: none;
}

a {
    color: #8a8a8a;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #278dff;
}

.page {
    text-align: center;
    clear: both;
}

.rows-overflow-1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.rows-overflow-2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rows-overflow-3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*公用头部 start*/
.header {
}

.header .top {
    background: #e6e6e6;
    text-align: center;
}

.header .top .container {
    text-align: left;
    padding-top: 15px;
}

.header .left {
    display: inline-block;
    margin-left: 20px;
}

.header .left span {
}

.header .left a {
    margin-left: 40px;
}

.header .right {
    display: inline-block;
    float: right;
}

.header .right input {
    border: 0;
    height: 30px;
    padding-left: 13px;
    margin-right: -6px;
}

.header .right button {
    background: #4195ea;
    color: white;
    border: 0;
    height: 30px;
    width: 60px;
    vertical-align: top;
}

.header .mid {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header .mid .container {
}

.header .mid .container .left {
}

.header .mid .container .left img {
    height: 120px;
    display: inline-block;
}

.header .mid .container .left .con {
    display: inline-block;
    color: #323391;
    text-align: center;
    vertical-align: middle;
    margin-left: 20px;
}

.header .mid .container .left .con h1 {
    font-weight: 700;
}

.header .mid .container .left .con p {
}

.header .mid .container .right {
    width: 44%;
    height: 140px;
    position: relative;
}
.header .mid .container .right .swiper-button-next {
    right: -40px;
}

.header .mid .container .right .swiper-button-prev {
    left: -40px;
}
.header .mid .container .right .swiper-slide img {
    height: 100%;
}

.header .mid .container .right img {
}

.header .bot {
    background: #278dff;
    position: relative;
}

.header .bot .navi {
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.header .bot .navi .item {
    display: inline-block;
    text-align: left;
    margin-right: 30px;
    padding: 10px 13px;
    position: relative;
}

.header .bot .navi .item.active {
    background: #c21b1f;
}

.header .bot .navi .item.active b {
    color: #ffee0a;
}

.header .bot .navi a.item:last-of-type {
    margin-right: 0;
}

.header .bot .navi .item b {
    color: white;
}

@media (min-width: 1240px) {
    .header .bot:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -2px;
        background: #c21b1f;
        /* z-index: 2; */
    }

    .header .bot .navi .item b {
        font-size: 16px;
    }

    .header .bot .navi .item .son a {
        font-size: 16px;
    }
}

.header .bot .navi .item:hover {
    background: #278dff;
}

.header .bot .navi .item:hover b {
    color: #ffee0a;
}

.header .bot .navi .item .son {
    position: absolute;
    z-index: 2;
    background: #c21b1f;
    background: #c21b1fd9;
    top: 42px;
    left: 0;
    display: none;
}

@media (orientation: landscape) {
    .header .bot .navi .item:hover {
        background: #c21b1f;
    }

    .header .bot .navi .item:hover .son {
        display: block;
        overflow: hidden;
        animation-name: nav_slock;
        animation-duration: 0.3s;
    }

    @keyframes nav_slock {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
}

.header .bot .navi .item .son a {
    display: block;
    color: white;
    padding: 10px 13px;
}

.header .bot .navi .item .son a:hover {
    color: #ffc824;
}

@media (max-width: 1240px) {
    .header .mid .container .left img {
        height: 80px;
    }

    .header .mid .container .left .con b {
        font-size: 30px;
        font-weight: 500;
    }
}

.nav_close {
    display: none;
}

@media (orientation: portrait) {
    .header .bot {
        background: #278dff;
        width: 60%;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100;
        display: none;
    }

    .header .bot .navi {
        text-align: left;
        padding: 0;
        display: block;
        margin-top: 30px;
    }

    .header .bot .navi .item {
        display: block;
        text-align: left;
        margin-right: 0;
        padding: 10px 60px;
        line-height: 30px;
        margin-top: 20px;
    }

    .header .bot .navi .item.active {
        background: #278dff;
    }

    .header .bot .navi .item.active b {
        color: white;
    }

    .header .bot .navi .item:nth-of-type(10) {
        margin-right: 0;
    }

    .header .bot .navi .item b {
        color: white;
        font-size: 3rem;
        letter-spacing: 10px;
    }

    .header .bot .navi .item:hover .son {
        background: #278dff;
    }

    .header .bot .navi .item:hover b {
        color: white;
    }

    .header .bot .navi .item .son {
        position: relative;
        top: 0;
        margin-top: 20px;
        letter-spacing: 10px;
        display: none;
    }

    .header .bot .navi .item .son a {
        font-size: 2.5rem;
    }

    .nav_close {
        display: block;
        font-size: 66px;
        color: white;
        position: absolute;
        right: 25px;
        top: 5px;
    }
}

#open_nav {
    width: 75px;
    position: fixed;
    right: 25px;
    top: 25px;
    z-index: 100;
    display: none;
}

@media (orientation: portrait) {
    #open_nav {
        display: block;
    }
}

/*公用头部 end*/
/*首页 start*/
.top_banner {
    position: relative;
    margin-top: 2px;
}

.top_banner * {
    height: auto;
}

.top_banner a {
    display: block;
}

.top_banner a img {
    width: 100%;
}

.information {
}

.information .dl {
    width: 31%;
    display: inline-block;
}

.information .notice {
    width: 31%;
    display: inline-block;
    padding-top: 0;
}

.information .x_banner {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    height: 325px;
    position: relative;
    margin-top: 9px;
}

.information .x_banner .swiper-slide {
    background-size: cover;
}

.information .x_banner .swiper-pagination {
    bottom: 10px;
    right: 0;
}

.information .x_banner .swiper-pagination-bullet {
    width: 25px;
    border-radius: 0;
    height: 25px;
    margin: 0 7px;
    background: #ffffff;
    color: #c21b1f;
    opacity: 1;
}

.information .x_banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #c21b1f;
    color: white;
    height: 35px;
    width: 35px;
    vertical-align: bottom;
    line-height: 35px;
}

.about_list {
    vertical-align: top;
}

.about_list .tit {
    background: #4195ea;
    margin-top: 9px;
}

.about_list .tit a {
    color: white;
    line-height: 50px;
    padding: 0 20px;
    display: inline-block;
}

.about_list .tit a.active {
    background: white;
    color: #4195ea;
}

.about_list .tit a:nth-of-type(1) {
    font-weight: 700;
}

@media (min-width: 1240px) {
    .about_list .tit a:nth-of-type(1) {
        font-size: 16px;
    }
}

.about_list .tit a.more {
    float: right;
}

.about_list .con {
}

.about_list .con li {
    color: #c21b1f;
    border-bottom: 1px solid #ececec;
}

.about_list .con li a {
    line-height: 50px;
    height: 50px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.t_banner {
    display: block;
    margin-top: 9px;
    margin-bottom: 0px;
}

.t_banner img {
    width: 100%;
}

.r_banner {
    margin-top: 10px;
    margin-bottom: 0px;
}

.r_banner a {
    display: inline-block;
    width: 49.5%;
}

.r_banner a:nth-of-type(2) {
    float: right;
}

.r_banner a img {
    width: 100%;
}

.attract {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.rule {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}

.index_honor {
}

.index_honor .tit {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
}

.index_honor .tit:after {
    content: '';
    background: #4195ea;
    width: 80px;
    height: 2px;
    display: block;
    margin: 0 auto;
}

.index_honor .tit b {
    letter-spacing: 7px;
    font-size: 24px;
}

.index_honor .tit b span {
    color: #4195ea;
    font-size: 40px;
    font-weight: 500;
}

.index_honor .tit p {
    color: #ababab;
}

.index_honor .con {
    position: relative;
}

.index_honor .con * {
    height: auto;
}
.index_honor .swiper-button-next {
    right: -40px;
}

.index_honor .swiper-button-prev {
    left: -40px;
}

.index_honor .con .swiper-slide .thumb {
    height: 290px;
    background-size: cover;
}

@media (max-width: 1000px) {
    .index_honor .con .swiper-slide .thumb {
        height: 250px;
    }
}

@media (max-width: 700px) {
    .index_honor .con .swiper-slide .thumb {
        height: 230px;
    }
}

.index_honor .con .swiper-slide .text {
    overflow: hidden;
    background: #f2f2f2;
    color: #424242;
    padding: 20px;
}

.index_honor .con .swiper-slide .text b {
    display: block;
}

.index_honor .con .swiper-slide .text p {
    margin-top: 8px;
    border-bottom: 1px solid #555;
    /* padding-bottom: 77px; */
    line-height: 24px;
    height: 72px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index_honor .con .swiper-slide .text div{
    
margin-top: 9px;
    
text-align: right;
}

.index_honor .con .swiper-slide .text i {
    border: 1px solid #d0d0d0;
    background: #e4e4e4;
    padding: 0px 12px;
    display: inline-block;
    margin-top: 6px;
    border-radius: 12px;
    font-size: 16px;
}

.index_honor .con .swiper-slide:hover .text {
    background: #4195ea;
    color: white;
}

.index_honor .con .swiper-slide:hover .text p {
    border-bottom: 1px solid #ececec;
}

.index_honor .con .swiper-slide:hover .text i {
    background: unset;
}

.index_link {
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
}

.index_link .tit {
    font-size: 24px;
    color: #888;
}

.index_link .tit b {
    color: #4195ea;
    font-size: 30px;
    font-weight: 700;
    padding-right: 20px;
    vertical-align: bottom;
}

.index_link * {
    height: auto;
}

.index_link .swiper-button-next {
    right: -40px;
}

.index_link .swiper-button-prev {
    left: -40px;
}

.index_link .swiper-slide {
    margin-bottom: 10px;
}

@media (max-width: 1240px) {
    .index_link {
        padding: 0 20px;
    }
}

/*首页 end*/
/*公用底部 start*/
.footer {
    background: #0e61b5;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer .container {
    padding: 0 20px;
}

.footer .tit {
    font-size: 26px;
    font-family: serif;
    border-bottom: 1px solid #949494;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.footer .tit i {
    font-size: 23px;
    margin-left: 20px;
    font-style: normal;
    font-family: -webkit-pictograph;
}

.footer .con {
}

.footer .con .left {
    display: inline-block;
}

.footer .con .left a {
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
    color: white;
}

.footer .con .left p {
    display: block;
}

.footer .con .right {
    display: inline-block;
    float: right;
    text-align: right;
    margin-top: 14px;
    white-space: nowrap;
}

.footer .con .right .code {
    display: inline-block;
    text-align: center;
}

.footer .con .right .code:nth-of-type(2) {
    margin-left: 30px
}

.footer .con .right .code b {
    display: block;
    margin-bottom: 8px;
}

.footer .bot {
    border-top: 1px solid #949494;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-top: 10px;
    text-align: center;
    display: block;
    color: #fff;
}

@media (max-width: 1000px) {
    .footer .con .left {
        width: 55%;
    }

    .footer .con .right {
        width: 40%;
    }
}

/*公用底部 end*/
/*面包屑导航+搜索 start*/
.c_nav {
    padding: 24px 0;
    border-bottom: 1px dashed;
    margin-bottom: 20px;
}

.c_nav .crumbs {
    display: inline-block;
}

.c_nav .crumbs .index_jump {
    vertical-align: text-bottom;
}

.c_nav .crumbs .index_jump img {
    width: 22px;
}

.c_nav .crumbs .arrow {
    display: inline-block;
    margin: 0 17px;
}

.c_nav .crumbs .item {
    font-weight: 700;
    vertical-align: middle;
    font-size: 16px;
}

.c_nav .crumbs .item.active {
    color: #278dff;
}

@media (max-width: 1240px) and (min-height:1000px) {
    .c_nav .crumbs .item {
        font-size: 2.5rem;
        vertical-align: top;
    }
}

.c_nav .search {
    display: inline-block;
    float: right;
}

.c_nav .search label {
    display: inline-block;
    color: #278dff;
    margin-right: 14px;
}

.c_nav .search .input {
    display: inline-block;
    background: #d3e5f9;
    border-radius: 20px;
}

.c_nav .search .input input {
    background: none;
    border: 0;
    padding-left: 20px;
    height: 35px;
    color: #868686;
}

.c_nav .search .input button {
    color: #278dff;
    background: unset;
    border: none;
    margin-right: 16px;
}

@media (max-width: 1240px) {
    .c_nav {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
}

/*面包屑导航+搜索 end*/
/*拍卖公告-搜索 start*/
.notice_search {
    display: inline-block;
    float: right;
}

.notice_search >* {
    /* width: 200px; */
    display: inline-block;
    vertical-align: top !important;
    margin-left: 20px;
}
.notice_search >input[name='title']{
    
width: 140px;
}
.notice_search .layer-date {
    width: 120px;
}

/*拍卖公告-搜索 end*/
/*栏目内通用的左边的推荐元素 start*/
.recommend_left {
    width: 24%;
    display: inline-block;
}

.recommend_left .item {
    margin-bottom: 35px;
}

.recommend_left .item .tit {
    height: 40px;
    border-bottom: 1px solid #555;
}

.recommend_left .item .tit b {
    color: #278dff;
    border-bottom: 3px solid #278dff;
    padding-bottom: 15px;
    display: inline-block;
    height: calc(100% + 2px);
}

.recommend_left .item .tit .more {
    float: right;
}

.recommend_left .item .ul_list {
    margin-top: 16px;
}

.recommend_left .item .ul_list a {
    display: block;
    line-height: 36px;
    border-bottom: 1px dashed;
    height: 36px;
}

@media (max-width: 1240px) {
    .recommend_left {
        display: none;
    }
}

/*栏目内通用的左边的推荐元素 end*/
/*栏目通用的大盒子 start*/
.lanmu_box {
    width: 70%;
    display: inline-block;
    margin-bottom: 35px;
    vertical-align: top;
    float: right;
}

.lanmu_box .search {
    margin-bottom: 40px;
}

.lanmu_box .tit {
    height: 40px;
    border-bottom: 1px solid #555;
    margin-bottom: 20px;
    position: relative;
}

.lanmu_box .tit>b>a {
    color: #278dff;
    border-bottom: 3px solid #278dff;
    padding-bottom: 14px;
    display: inline-block;
    height: calc(100% + 2px);
    font-size: 18px;
}

@media (max-width: 1240px) and (min-height:1000px) {
    .lanmu_box .tit b {
        font-size: 2.5rem;
    }
}

.lanmu_box .tit>a {
    margin-left: 50px;
}

.lanmu_box.about .tit>a {
    margin-left: 37px;
}

.lanmu_box .tit a.active {
    color: #278dff;
}

@media (max-width: 1240px) {
    .lanmu_box {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
}

/*栏目通用的大盒子 end*/
/*联系我们 start*/
.contact_box {
}

.contact_box .text {
}

.contact_box .text b {
    display: block;
    text-align: center;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 20px;
}

.contact_box .text p {
}

.contact_box .address {
    margin-top: 45px;
}

.contact_box .address .item {
    width: 32%;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #ececec;
    vertical-align: top;
}

.contact_box .address .item:nth-of-type(3) {
    border-right: none;
}

.contact_box .address .item b {
    display: block;
    margin: 20px 0;
}

.contact_box .address .item p {
}

.contact_box .code {
    text-align: center;
    margin-top: 47px;
}

.contact_box .code div {
    display: inline-block;
    text-align: center;
    margin: 0 50px;
}

.contact_box .code div img {
}

.contact_box .code div p {
    margin-top: 10px;
}

/*联系我们 end*/
/*法律法规 start*/
.news_list {
}

.news_list .item {
    display: block;
    margin-top: 18px;
}

.news_list .item img {
    width: 200px;
}

.news_list .item .con {
    width: calc(100% - 222px);
    display: inline-block;
    padding-top: 20px;
    vertical-align: top;
    margin-left: 15px;
}

.news_list .item .con div {
}

.news_list .item .con div b {
    margin-top: 20px;
    font-size: 16px;
}

@media (max-width: 1200px) and (min-height:1000px) {
    .news_list .item .con div b {
        font-size: 2.5rem;
    }
}

.news_list .item .con div i {
    float: right;
}

.news_list .item .con p {
    margin-top: 10px;
}

/*法律法规 end*/
/*资料下载 start*/
.download {
}

.download .item {
    display: block;
    border-bottom: 1px dashed #278dff;
    height: 65px;
    line-height: 65px;
    margin-top: 5px;
    color: #555;
    clear: both;
}

.download .item .left {
    display: inline-block;
}

.download .item .left i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    border: 1px solid #278dff;
    vertical-align: text-top;
    margin-right: 10px;
}

.download .item .left span {
}

.download .item .right {
    float: right;
    display: inline-block;
}

.download .item .right i {
    margin-right: 60px;
}

.download .item .right span {
    font-size: 17px;
    background: #d3e5f9;
    padding: 7px 16px;
    color: #278dff;
    border-radius: 22px;
}

/*鼠标滑过效果*/
.download .item:hover {
    color: #278dff;
}

.download .item:hover .left {
}

.download .item:hover .left i {
    background: #278dff;
}

.download .item:hover .left span {
}

.download .item:hover .right {
}

.download .item:hover .right i {
}

.download .item:hover .right span {
    color: white;
    background: #278dff;
}

/*资料下载 end*/
/*拍卖公告 start*/
.notice {
}

.notice .item {
    display: block;
    line-height: 52px;
    clear: both;
}

.notice .item span:nth-of-type(1) {
    width: 70%;
    display: inline-block;
    overflow: hidden;
}

.notice .item span:nth-of-type(2) {
    float: right;
}

/*拍卖公告 end*/
/*企业荣耀 start*/
.honor {
}

.honor .item {
    width: 32%;
    margin-right: 2%;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.honor .item:nth-of-type(3n) {
    margin-right: 0;
}

.honor .item:nth-of-type(3n+1) {
    clear: both;
}

.honor .item img {
    width: 100%;
}

.honor .item p {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.honor .item p:nth-of-type(1) {
    margin-top: 10px;
    text-align: center;
}

.honor .item p:nth-of-type(2) {
    text-align: center;
}

/*企业荣耀 end*/
/*公用详情 start*/
.detail_box {
}

.detail_box .title {
    display: block;
    text-align: center;
    color: #616161;
    font-weight: 700;
    letter-spacing: 2px;
}

.detail_box .createtime {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.detail_box .content {
}

.print_r {
    float: right;
}

.download_file {
    float: right;
    margin-top: 4px;
    margin-right: 20px;
}

/*公用详情 end*/
/*司法拍卖 start*/
.judicial {
}

.judicial b {
    display: block;
    text-align: center;
}

.judicial img {
    margin-top: 30px;
}

.judicial div {
    margin-top: 30px;
}

.judicial .left {
    color: #278dff;
}

.judicial .right {
    float: right;
}

/*司法拍卖 end*/
/*成员列表 start*/
.team_list {
}

.team_list .item {
    width: 23%;
    margin-right: 2.6%;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.team_list .item:nth-of-type(4n) {
    margin-right: 0;
}

.team_list .item:nth-of-type(4n+1) {
    clear: both;
}

.team_list .item img {
    width: 100%;
}

.team_list .item p {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.team_list .item p:nth-of-type(1) {
    margin-top: 10px;
    text-align: center;
}

.team_list .item p:nth-of-type(2) {
    text-align: center;
}

/*成员列表 end*/
/*jsselect start*/
.selectPickerWrapper * {
    box-sizing: border-box;
}

.selectPickerWrapper {
    position: relative;
    display: inline-block;
}

.select-picker-search {
    width: 200px;
    height: 32px;
    line-height: 32px;
    color: #666;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

.select-picker-search-checked {
    position: relative;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 5px;
    color: rgb(117, 117, 117);
}

.select-picker-search-checked:after {
    border: 5px solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    top: 12.2px;
    border-top: 8px solid #666;
    right: 0;
}

.select-picker-options-wrp {
    display: none;
    width: 200px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background-color: #fff;
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 999;
    float: right;
}

.select-picker-options-serch input {
    width: 160px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 12px 0 0 10px;
    padding-left: 8px;
}

.select-picker-options-serch input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6)
}

.select-picker-options-list {
    width: 100%;
    padding: 8px 0;
}

.select-picker-options-list-item {
    width: 100%;
    line-height: 36px;
    cursor: pointer;
    padding: 0 12px;
    display: block;
}

.select-picker-options-list-item:hover {
    background: #ebf1f5;
}

.duihao {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: translateY(4px);
    margin-right: 6px;
}

.duihao-checked {
    background: #00a0ff;
    position: relative;
}

.duihao-checked:before, .duihao-checked::after {
    content: "";
    height: 10px;
    width: 2px;
    border-radius: 10px;
    display: block;
    background: white;
    position: absolute;
    top: 4px;
    left: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.duihao-checked::before {
    height: 6px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: 5px;
}

.duihao-nocheck {
    border: 1px solid #ddd;
}

/*jsselect end*/
/*首页弹出框 start*/
.popad {
    position: fixed;
    top: 23%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 500px;
}

.popad .con {
    width: 100%;
}

.popad .fa-close {
    width: 35px;
    position: absolute;
    right: 0;
    top: 0;
}

/*首页弹出框 end*/
