@import ;
/**{*/
/*    -webkit-touch-callout:none;*/
/*  -webkit-user-select:none;*/
/*  -khtml-user-select:none;*/
/*  -moz-user-select:none;*/
/*  -ms-user-select:none;*/
/*  user-select:none;*/
/*}*/
input,textarea{
	-webkit-user-select:auto;
}
.position {
    padding-left: 0;
}

.position em {
    display: none;
}

/*文章页*/
.gg_m {
    overflow: hidden;
}

.gg_m a {
    display: block;
}

.gg_m a img {
    width: 100%;
    display: block;
}

/*文章内容*/
.ar_con {
    overflow: hidden;
    position: relative;
}

.article_con .container {
    width: 100%;
    padding-top: 1.25rem;
}

.article_con .head h1 {
    font-size: 1.25rem;
    line-height: 1.8em;
    text-align: center;
}

.article_con .head_b {
    padding: 0.625rem 0;
    text-align: center;
    color: #999;
    font-size: 0.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.article_con .time,
.article_con .author {
    position: relative;
    padding-left: 1.2rem;
    margin-right: 1rem;
}

.article_con .head_b .iconfont {
    position: absolute;
    left: 0;
    top: 0;
}

.article_con .head_b b {
    padding: 0 0.2rem;
}

.article_con .article_con {
    margin-top: 5%;
    color: #666;
    line-height: 1.8em;
    padding: 0 3%;
    font-size: 1rem;
    margin-bottom: 3%;
}

.article_con {
    padding: 0 0.7rem;
    font-size: 1rem;
    line-height: 1.8rem;
    background: #fff;
    margin-bottom: 10px;
}

.article_con p {
    margin: 0.5rem 0;
    text-align: left;
}

.article_con p a {
    color: #12bbff;
}

.article_con h2,
.article_con h3 {
    font-weight: 600;
}

.article_con h3 {
    color: #ff7032;
}

.article_con iframe {
    width: 100%;
    #height: 260px;
}

.article_con img {
    max-width: 100%;
    min-width: 50%;
    height: auto;
    border-radius: 6px;
    margin: 0.6rem auto;
    display: block;
}

.au-info h3 {
    font-size: 0.75rem;
}

/* 阅读全文 */
.article_con .readall_box {
    position: relative;
    z-index: 9;
    padding: 0 0 0.625rem;
    margin-top: -200px;
    text-align: center;
}

.article_con .readall_box .read_more_mask {
    height: 200px;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(rgba(255, 255, 255, 0.5)), to(#fff));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0))
}

.article_con .read_more_btn {
    width: 100%;
    display: block;
    line-height: 3rem;
    cursor: pointer;
    font-size: 1rem;
    color: #12bbff;
    border-radius: 3rem;
    background: #f9f9f9;
    text-align: center;
    position: relative;
    border: 1px solid #12bbff;
}

.article_con .read_more_btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 6rem;
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    bottom: 3.10rem;
}

.more66 {
    display: none;
}

.read_more_btn {
    display: block;
}

.more66 em {
    display: inline-block;
    height: 18px;
    width: 18px;
    border: solid 1px #12bbff;
    background: #12bbff;
    border-radius: 50px;
    position: relative;
    top: 3px;
}

.more66 span {
    display: inline-block;
    font-size: 18px;
    color: #12bbff;
    margin-right: 10px;
}

.fx,
.c {
    transition-duration: 0.5s;
    line-height: 28px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin: 3px 3px 0px 5px;
    float: left;
    box-shadow: 1px 1px 5px #b3b3b3;
}

/*分页*/
.pnum {
    padding: 0.625rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.pnum a {
    min-width: 1.8rem;
    border-radius: 4px;
    margin: 0 2px;
    padding: 0 6px;
    height: 1.8rem;
    border: 1px solid #dbe1de;
    text-align: center;
    line-height: 1.8rem;
    box-sizing: border-box;
    display: block;
    float: left;
    font-size: 0.825rem;
}

.pnum a:nth-last-of-type(1) {
    border: 1px solid #dbe1de;
}

.pnum a.sed {
    background: #1e8fdf;
    border-radius: 4px;
    color: #fff;
    border: none;
}

/*上下篇*/
.con_prev {
    padding: 1rem 3%;
    background: #fff;
    border-top: 1px solid #f1f1f1;
}

.con_prev p {
    font-size: 1rem;
    box-sizing: border-box;
    line-height: 2rem;
}

/*下载*/
.xiazai_btn {
    width: 50%;
    margin: 0 auto;
    background: #16a2bb;
    color: #fff;
    display: block;
    height: 3rem;
    line-height: 3rem;
    border-radius: 3rem;
    text-align: center;
    box-shadow: 0 4px 10px rgba(6, 192, 204, .4);
    margin-top: 0.5rem;
}

.xiazai_btn em {
    margin-right: 0.5rem;
}

.download_card_btn_lb .content_box_tj img {
    min-width: auto !important;
}

.arfunction {
    margin: 0.6rem 0 1rem 0 !important;
}

.af_btn {
    width: 4.5rem !important;
}

/* 底部悬浮按钮 */
#fz_btn {
    width: 94%;
    margin-bottom: 0;
    height: 3.2rem;
    position: fixed;
    left: 0;
    display: block;
    z-index: 9;
    bottom: -5rem;
    transition: 0.3s ease;
    background: #fff;
    padding: 0.3rem 3%;
    box-shadow: 0 -0.5rem 0.8rem rgba(0, 0, 0, 0.05);
    border-top: 1px solid #e4e4e4;
}

.fz_btn1 {
    bottom: 0rem !important;
}

.fzcom_btn {
    width: 48.5% !important;
    height: 2.4rem !important;
    line-height: 2.4rem !important;
    display: block;
    background: #44b449 !important;
    color: #fff;
    font-size: 1rem !important;
    text-align: center;
    border: none;
    padding-top: 0 !important;
    margin: 0.4rem 0;
    box-sizing: border-box;
    float: left;
    position: relative;
    padding-left: 7%;
    box-sizing: border-box;
}

.fzcom_btn .icon {
    width: 1.1rem;
    height: 1.1rem;
    display: block;
    background: url(/uploads/image/swim/fz_icon2.svg) no-repeat;
    position: absolute;
    left: 22%;
    top: 0.65rem;
}

#fz_btn .fuzhi_btn {
    background: #12bbff !important;
    margin-right: 3%;
}

#fz_btn .fuzhi_btn .icon {
    background: url(/uploads/image/swim/fz_icon1.svg) no-repeat;
}

.ar-author {
    height: 3rem;
    background: #fff;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

.author_nr {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.au-avatar {
    width: 2.3rem;
    height: 2.3rem;
    margin-top: 0.3rem;
    float: left;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.au-avatar img {
    width: 100%;
}

.au-info {
    float: left;
    padding-left: .5rem;
    /*width: 100%;*/
}

.au-info h3 {
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.5rem;
}

.au-info h3 em {
    color: #f0a81d;
    margin-left: 0.2rem;
}

.au-info p {
    font-size: 0.75rem;
    color: #999;
    line-height: 1.2rem;
    width: 6rem;
    overflow: hidden;
    height: 1rem;
}

.arfunction {
    position: absolute;
    right: 0.3rem;
    top: 0.5rem;
}

.af_btn {
    width: 2rem;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    float: right;
}

.af_btn .iconfont {
    font-size: 1.4rem;
    color: #666;
}

.af_itme {
    position: relative;
    margin: 0 0.1rem;
    float: left;
}

.af_itme .af_icon {
    width: 2rem;
    height: 2rem;
    display: block;
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
    background: url(/uploads/image/lsdipc/af_icon.png) no-repeat;
}

.af_itme span {
    font-size: 0.75rem;
    display: block;
    color: #999;
    margin-top: 0.2rem;
}

.af_fx .af_icon {
    background-position: -0.1rem -11.55rem;
}

.af_tx .af_icon {
    background-position: -0.1rem -18.5rem;
}

.af_xz .af_icon {
    background-position: -0.1rem -25.1rem;
}

.af_sub {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    display: none;
}

.af_rwap {
    content: "";
    display: block;
    position: fixed;
    z-index: 10;
    width: 100%;
    padding-bottom: 2rem;
    background: #fff;
    bottom: 0;
    left: 0;
    border-radius: 1rem 1rem 0 0;
    display: none
}

.af_rwap h4 {
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 0.75rem;
    font-weight: normal;
    border-bottom: 1px solid #f1f1f1;
    color: #999;
}

.af_fx_rwap a {
    float: left;
    display: block;
    width: 25%;
    font-size: 0.75rem;
    color: #666;
    text-align: center;
}

.af_fx_rwap .iconfont {
    width: 2.4rem;
    height: 2.4rem;
    display: block;
    margin: 2rem auto 0.5rem auto;
    border-radius: 100%;
    font-size: 1.5rem;
    background: #f1f1f1;
    line-height: 2.4rem;
}

.bds_weixin .iconfont {
    color: #18bc23;
}

.bds_sqq .iconfont {
    color: #31b0fb;
}

.bds_tsina .iconfont {
    color: #e43837;
}

.bds_qzone .iconfont {
    color: #f4bc13;
}

.bds_weixinpyq .iconfont {
    color: #f98a01;
}

.arf_tx_rwap .rwap_nr {
    margin: 0 1rem;
    border-top: 1px dashed #f1f1f1;
    padding-top: 1rem;
}

.arf_tx_rwap .rwap_nr:nth-child(2) {
    border-top: none;
}

.arf_tx_rwap .rwap_nr p {
    font-size: 1rem;
    line-height: 2.4rem;
    position: relative;
    padding-left: 3rem;
}

.arf_tx_rwap .rwap_nr b {
    font-size: 1.2rem;
    margin-left: 1rem;
}

.arf_tx_rwap .iconfont {
    width: 2.4rem;
    height: 2.4rem;
    display: block;
    background: #f7f7f7 url(/uploads/image/lsdipc/af_icon.png) no-repeat;
    border-radius: 100%;
    background-position: -0.1rem -30.75rem;
    position: absolute;
    left: 0;
    top: 0;
}

.af_btn .iconfont {
    color: #ccc !important;
}

.af_xz .iconfont {
    color: #44b499 !important;
}

/* 表单 */
.arf_tx_rwap {
    padding-bottom: 0;
}

.arf_tx_rwap h4 {
    font-size: 1rem;
    color: #333;
    font-weight: bold;
}

.input_txt {
    width: 100%;
    border: 1px solid #e1e1e1;
    height: 2.5rem;
    border-radius: 3px;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
    font-size: 1rem;
}

.tou_label {
    width: 10rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.8rem;
    color: #999;
}

.tou_btn {
    width: 44%;
    font-size: 1rem;
    height: 2.5rem;
    line-height: 2rem;
    border: none;
    background: #12bbff;
    color: #fff;
    margin: 1rem 3% 1.5rem 3%;
    float: left;
}

.tou_ret {
    background: #999;
}

.af_btn {
    width: 2rem !important;
}

.ar-author {
    overflow: hidden;
    /*margin: 0.5rem 0 0.2rem 0;*/
}

.ar-author img,
.ar-author p {
    margin: 0;
}

.au-info h3 {
    color: #333;
}

.af_itme {
    margin: 0 0 0 0.4rem !important;
}

.af_itme span {
    height: 1rem;
    line-height: 0.5rem;
}

.arfunction {
    margin: 0 !important;
    background: #fff;
}

.fuzhi_btn,
.af_xz {
    display: block;
    background: #12bbff;
    font-size: 0.8rem;
    padding-top: 0.25rem;
    line-height: 1rem;
    width: 3.6rem;
    height: 2.2rem;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    margin-top: 0.3rem;
}

.fuzhi_btn span,
.af_xz span {
    color: #fff;
}

.af_xz {
    background: #44b449;
}


.top-search-warp {
    position: fixed;
    top: -45px;
    left: 0;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    background: #fff;
    padding:0 10px;
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
    right: 0;
    margin: auto;
    max-width: 750px;
}
.top-show {
    top: 0;
    opacity: 1;
}
.top-search-warp .input-warp {
    display: flex;
    align-items: center;
    width: 99%;
    font-size: 16px;
    height: 32px;
    border: 1px solid #56c653;
    border-radius: 4px;
    box-sizing: border-box;
}
.top-search-warp .input-warp .search-input {
    width: 75%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 14px;
    border: none;
}
.top-search-warp .input-warp .search-input::placeholder {
    font-size: 14px;
}
.top-search-warp .input-warp .search-btn {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;
    background: #56c653;
    color: #fff;
}
.top-search-warp .top-xiazai-btn {
    width: 25%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #44b449;
    font-size: 14px;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 4px;
    padding: 0;
}


.top-search-warp .title-ul-warp {
    position: absolute;
    left: 10px;
    top: 45px;
    width: 50%;
    background: #fff;
    padding:0 10px;
    box-sizing: border-box;
    display: none;
}
.ul-show {
    display: block !important;
}
.title-ul-warp .ul-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px dashed #e1e1e1;
}
.title-ul-warp .ul-list a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.title-ul-warp .shouqi {
    width: 100%;
    justify-content: center !important;
    color: black;
}