/*bootstrap默认消开始 ==========*/
@media (min-width: 576px) {
    .container {
        /*max-width: 100%;*/
    }
}
/*bootstrap默认消结束 ==========*/

@media only screen and (max-width: 750px) {
    /*移动默认设置14px*/
    body{
        font-size: 14px;
    }

    #top-use .container {
        width: 100%;
        padding: 0 20px;
    }

    /**
     * 首页开始 =============================
     */
    
    /*首页-头部开始 --------------------*/
    /*容器*/
    #top-use {
        height: 60px;
    }
    #top-use .container {
        height: 60px;
        padding: 0 3%;
    }
    #top-use .t-logo {
        width: 30%;
    }
    /*头部下边框隐藏*/
    #top-use {
        border: none;
    }
    /*下拉隐藏*/
    #top-use .pulldown {
        display: none;
    }
    /*搜索隐藏*/
    #top-use .t-search {
        display: none; 
    }
    .top-use .t-search {
        /*margin-top: -55px;*/
        margin-top: 15px;
    }
    .bshare-custom.icon-medium {
        display: none;
    }
    
    /*用户*/
    #top-use .t-user {
        font-size: 14px;
    }
    #top-use .t-user:before {
        content: '';
        width: 22px;
        left: -20px;
        margin-top: -2px;
    }
    #top-use .t-user-no:before {
        content: '';
        width: 25px;
        left: -20px;
        margin-top: -2px;
    }

    /*顶部修改为两行调整开始*/
    .top-use-one .t-user {
        margin-right: 10px;
    }
    .mysearchbox .mysearchbox-btn {
        width: 11%;
        font-size: 14px;
        line-height: 37px;
    }
    .mysearchbox .mysearchbox-ipt {
        width: 77%;
        text-indent: 40px;
    }
    /*顶部修改为两行调整结束*/

    /*首页-头部结束 ------------------------*/
    /*首页-顶部导航开始 --------------------*/
    /*导航收展菜单(移动显示)*/
    .pc-topnav {
        display: none;
    }
    .mobile-index-pullx {
        display: block;
        position: relative;
        background: url('/Public/Home/image/mobile-index-pullico.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 5%;
        height: 20px;
        /*float: left;*/
        margin-top: 10px;
        margin-left: 3%;
    }
    .mobile-index-pully {
        /*display: block;*/
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: #ffffff;
        z-index: 100001;
    }
    .mobile-index-pully a {
        display: block;
        width: 90%;
        height: 50px;
        line-height: 1;
        padding: 5% 0;
        text-align: center;
        margin: 0 auto;
        border-bottom: 1px solid #cccccc;
        /*24/16*/
        /*font-size: 24px;*/
        /*font-size: 125%;*/
        font-size: 100%;
        text-decoration: none;
        color: #333333;
    }
    .mobile-index-pully .pully-head {
        width: 100%;
        border-bottom: 1px solid #cccccc;
        line-height: 1;
    }
    .mobile-index-pully .pully-close {
        display: inline-block;
        width: 3.5%;
        height: 29px;
        /*background-image: url(/Public/Home/image/mobile-index-pullclose.png);*/
        background-image: url(/Public/Home/image/mobile-index-navclose.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        margin-top: 15px;
        margin-bottom: 5px;
        margin-right: 5%;
        border: none;
    }
    #top-nav {
        /*box-shadow: none;*/
        /*height: 30px;*/
        height: 42px;
        /*padding-top: 1px;*/
        /*margin-top: 10px;*/
    }
    #top-nav .item {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    #top-nav .item:first-child {
        border: none;
    }
    /*首页-顶部导航结束 --------------------*/
    /*首页-轮播图开始 ----------------------*/
    .carousel .carousel-inner .index-topbanner {
        width:100%;
        height: 200px;
    }
    /*首页-轮播图结束 ----------------------*/
    /*首页-最新头条开始 --------------------*/
    #news .container {
        width: 100%;
    }
    /*左部*/
    #news .news-box .news-title .news-right {
        width: 5%;
    }
    #news .news-box .news-title .left-title {
        font-size: 14px;
    }
    #news .news-box {
        float: none;
        width: 95%;
        margin: 0 auto;
    }
    .xw-tt-news .areas {
        width: 100%;
    }
    .xw-tt-news .item .image {
        width: 35%;
        /*margin-left: 20px;*/
        margin-left: 3%;
        height: 100px;
    }
    .xw-tt-news .areas .item {
        width: 100%;
        height: 150px;
    }
    #newslist {
        /*padding-left: 25px;*/
    }
    .xw-tt-news .areas .item:hover {
        box-shadow: -1px 0px 12px #e0e0e0;
    }
    .xw-tt-news .areas .item .item-head {
        font-size: 14px;
    }
    #news .myactivity-select {
        margin-top: 20px;
    }
    #news .myactivity-top {
        background-size: cover;
        background-position: center;
    }
    #news .myactivity-top:after {
        /*right: -22px;*/
        right: 0;
    }
    .yzw-btn-more {
        margin:30px auto;
    }
    .xw-tt-news .item .context {
        width: 55%;
    }
    /*右部*/
    #news .myactivity {
        /*float: none;*/
        width: 95%;
        margin: 0 auto;
        margin-right: 2.5%;
    }
    #news .myactivity-top:after {
        width: 20%;
    }
    #news .myactivity-item {
        width: 70%;
        margin: 10px auto 0;
    }
    #aim .container {
        width: 100%;
        padding-left: 10%;
    }
    #aim .aim-item {
        /*width: 21%;*/
        width: 43%;
        /*height: 81px;*/
        height: 120px;
    }
    #aim .aim-item img {
        width: 100%;
        height: 100%;
    }
    #aim .aim-bottom {
        width: 87%;
        height: 40px;
        background-position: center;
        background-size: contain;
    }
    #aim .aim-bottom img {
        width: 100%;
        height: 100%;
    }
    /*首页-最新头条结束 --------------------*/
    /*首页-视频区开始 ----------------------*/
    #video .com-tab .item {
        margin: 5px;
    }
    #video .container {
        width: 100%;
    }
    #video .video-title-container {
        width: 95%;
        margin: 0 auto;
    }
    #video .video-title {
        width: 100%;
    }
    #video .video-title:after {
        /*width: 20%;*/
        width: 60px;
    }
    #video .video-title-container .com-title {
        float: none;
        font-size: 14px;
        /*width: 20%;*/
        width: 60px;
    }
    #video .video-title-container .com-tab {
        float: none;
        margin-top: 45px;
        margin-bottom: 15px;
    }
    #video .v-box-b {
        float: none;
        /*width: 60%;*/
        width: 77%;
        margin: 0 auto;
        margin-left: 9%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #video .v-box-s {
        float: none;
        width: 85%;
        margin: 10px auto 0;
        padding-left: 2%;
    }
    #video .v-box-s .v-text {
        background: rgba(0,0,0,.5);
    }

    #video .v-small-box {
        float: left;
        width: 45%;
        margin: 0;
        margin-right: 2%;
        margin-top: 2%;
    }
    #video .v-box-s .marginb10 {
        margin-bottom: 0;
    }
    #video .v-box-s .marginl12 {
        margin-left: 0;
    }
    .xw-tt-sp-video {
    	margin-top: 0;
    }
    .xw-tt-sp-video .v-box-s .v-small-box {
        height: 100px;
    }
    .xw-tt-sp-video .views {
    	margin: 0;
    }
    .xw-tt-sp-video .container .com-tab {
    	padding: 0 3%;
    }

    #video .v-box-b .v-text {
        background: rgba(0,0,0,.5);
    }

    /*首页-视频区结束 ----------------------*/
    /*首页-breed版块开始 -------------------*/
    #breed .container {
        width: 100%;
        min-height: auto;
    }
    #breed .news-box {
        float: none;
        width: 95%;
        margin: 0 auto;
    }
    #breed .compony {
        float: none;
    }
    .xw-tt-news .areas {
        /*padding-left: 25px;*/
    }
    /*首页-breed版块结束 -------------------*/
    /*首页-推荐企业开始 --------------------*/
    #breed .compony {
        width: 100%;
    }
    #breed .compony .member .ico-box {
        background-position: center;
    }
    /*首页-推荐企业结束 --------------------*/
    /*首页-推荐专家开始 --------------------*/
    #breed .compony .c-bottom {
        margin-bottom: 30px;
    }
    /*首页-推荐专家结束 --------------------*/
    /*首页-底部开始 ------------------------*/
    #footer {
        width: 100%;
        /*height: 355px;*/
    }
    #footer .container {
        width: 100%;
    }
    #footer .service {
        width: 100%;
        margin: 0;
        padding: 0 20px;
        height: 222px;
    }
    #footer .service dl {
        width: 22%;
    }
    #footer .bottom {
        height: auto;
        font-size: 12px;
    }
    #footer .bottom .copyright {
        margin-top: 5%;
    }
    /*首页-底部结束 ------------------------*/
    
    /**
     * 首页结束 =============================
     */
    

    /**
     * 头条开始 =============================
     */
    .xw-tt-xw-top-nav {
        height: 42px;
    }
    .xw-tt-xw-top-nav .xw-tt-xw-item {
        width: auto;
    }
    
    .xw-tt-xw-xq-news .areas .item:hover {
        box-shadow: 0 0 10px #e0e0e0;
    }
    
    .xw-tt-main .container-box {
        padding: 1%;
    }
    
    /*轮播部分开始*/
    .xw-tt-container {
        width: 100%;
        padding: 0 10px;
    }
    .xw-tt-top-nav {
        width: 100%;
        height: 42px;
        line-height: 2.5;
    }
    .xw-tt-top-nav .xw-tt-container {
        height: 100%;
    }
    .xw-tt-top-nav .xw-tt-container .xw-tt-selected {
        height: 100%;
        /*width: auto;*/
    }
    .xw-tt-top-nav .xw-tt-item {
        width: 10%;
        /*height: 26px;*/
        height: 100%;
        line-height: 42px;
    }
    .xw-tt-top-nav {
        box-shadow: 3px 5px 10px #e8e8e8;
    }
    .xw-top-swiper {
        float: none;
        width: 95%;
        margin: 10px auto 0;
    }
    .xw-show .xw-show-box {
        width: 100%;
        height: auto;
    }
    .xw-tt-xiaotu {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .xw-top-swiper .carousel-inner .carousel-item img {
        width: 100%;
    }
    .xw-tt-xiaotu .xw-tt-xiaotu-t {
        /*width: 86%;*/
        width: 100%;
        margin:10px auto 0;
    }
    .xw-top-swiper .carousel-inner .carousel-item .beijingtu {
        height: 330px;
    }
    .xw-tt-xiaotu .xw-tt-xiaotu-box {
        margin-left: 2.5%;
    }

    /*右侧*/
    .xw-tt-xiaotu .xw-tt-xiaotu-txt {
        height: 62px;
    }
    /*轮播部分结束*/
    /*列表开始*/
    .xw-tt-news .com-tab {
        height: 50px;
    }
    .xw-tt-news .com-tab .items {
        /*width: 15%;*/
        width: 25%;
        margin-bottom: 5px;
    }
    .xw-tt-news .news-title-container {
        width: 100%;
        margin: 0 auto;
    }
    .xw-tt-news .areas .item {
        width: 100%;
    }
    .xw-tt-main .container-box {
        width: 100%;
    }
    .xw-tt-main .container-left {
        width: 100%;
        float: none;
    }
    .xw-tt-news .container {
        width: 100%;
        padding-top: 0;
    }
    .xw-tt-news .com-tab {
        margin-left: 0;
        padding-left: 3%;
        padding-right: 3%;
    }
    .xw-show .xw-show-box {
        width: 100%;
        margin-top: 30px;
    }
    /*列表结束*/
    /*广告开始*/
    .xw-tt-aim {
        padding: 0 2%;
    }
    .xw-tt-aim img {
        width: 100%;
    }
    /*广告结束*/
    /*视频结束*/
    .xw-tt-video {
        width: 95%;
        margin: 30px auto 0;
    }
    .xw-tt-video .com-title {
        font-size: 14px;
    }
    .xw-tt-video .v-small-box .v-text {
        font-size: 14px;
        bottom: -50px;
    }
    .xw-tt-video .v-small-box .v-label {
        bottom: -96px;
    }

    /*视频结束*/
    /*评选入口开始 ------------------------*/
    .xw-tt-main .container-right {
        /*float: none;*/
        width: 100%;
    }
    .container-right .myactivity .myactivity-top {
        width: 75%;
        margin: 20px auto;
    }
    .container-right .myactivity-select {
        width: 75%;
        margin: 20px auto 0;
        padding-left: 2%;
    }
    .container-right .myactivity-item {
        display: block;
        width: 75%;
        margin: 10px auto 0;
    }
    .container-right .myactivity-select .square {
        width: 46%;
    }
    .container-right .myactivity-select .square3 {
        margin-bottom: 20px;
    }
    .container-right .myactivity-select .square4 {
        margin-bottom: 20px;
    }

    /*推荐视频开始*/
    .container-right .compony .tjvideo .send .send-l {
        font-size: 16px;
    }
    .container-right .compony .tjvideo .member .b1 {
        width: 33%;
    }
    .container-right .tjvideo .text-box {
        width: 65%;
    }
    .container-right .compony .member .text-box .follow {
        width: 20%;
    }
    .container-right .compony .tjvideo .member .text-box .font-base {
        height: 66px;
    }

    /*推荐视频结束*/
    /*推荐企业开始*/
    .container-right .compony .send .send-l {
        font-size: 16px;
    }
    .container-right .compony .member .dot {
        margin-top: 20px;
    }

    .container-right .compony .member .ico-box {
        height: 65px;
    }
    /*推荐企业结束*/
    /*底部广告banner开始*/
    .container-right .xw-tt-breed-b-banner {
        width: 80%;
        margin: 20px auto;
    }
    .container-right .xw-tt-breed-b-banner img {
        width: 100%;
    }
    /*底部广告banner结束*/

    /*评选入口结束 ------------------------*/
   
    /*新闻页开始 --------------------------*/

    /*一隐一显*/
    .nav-tt-news-pc {
        display: none;
    }
    .nav-tt-news-mobile {
        display: block;
    }

    .xw-tt-xw-top-nav .xw-tt-xw-container {
        width: 100%;
    }
    .mobile-index-pullx {
        background: url(/Public/Home/image/xw-cell4.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        /*padding-top: 10px;*/
    }
    .mobile-index-pully {
        display: none;
        box-shadow: 5px 5px 20px #cccccc;
        background: #1184da;
    }
    .mobile-index-pully .pully-close {
        display: block;
        margin-left: 35px;
    }
    .xw-tt-xw-top-nav .xw-tt-xw-container .xw-tt-xw-selected {
        width: auto;
        /*color: #555555;*/
        height: 0;
    }
    .xw-tt-xw-top-nav .xw-tt-xw-container .xw-tt-xw-selected:after {
        content: '';
        color: #ffffff;
        background: #ffffff;
    }
    .xw-tt-xw-top-nav .xw-tt-xw-container a:hover div:after {
        content: '';
        height: 0;
        color: #ffffff;
        background: #ffffff;
    }
    .xw-tt-xw-top-nav .xw-tt-xw-item {
        float: none;
    }

    /*新闻页结束 --------------------------*/
    /*新闻详情页开始 ----------------------*/
    .xw-tt-xw-xq-news .areas .com-title {
        font-size: 18px;
    }
    .xw-tt-xw-xq-article .article-title .title-t {
        font-size: 18px;
        padding: 0 3%;
    }
    .xw-tt-xw-xq-main {
        height: auto;
    }
    .xw-tt-xw-xq-main .container-left {
        float: none;
        width: 100%;
    }
    .xw-tt-xw-xq-main .container-right {
        float: none;
        width: 100%;
    }

    .xw-tt-xw-xq-article .article-title .title-fuji {
        margin-left: 0;
    }
    .xw-tt-xw-xq-main .myactivity-item {
        height: 100px;
    }

    /*新闻详情-推荐*/
    .xw-tt-xw-xq-news .areas .item {
        width: 100%;
    }
    .xw-tt-xw-xq-news .item .image {
        width: 40%;
    }
    .xw-tt-xw-xq-news .item .context {
        width: 50%;
    }

    /*新闻详情页结束 ----------------------*/

    /*养殖图库开始 ------------------------*/
    .bookBox {
        height: 300px;
    }
    .lastBtn, .nextBtn {
        top: 100px;
    }
    .bookPage {
        height: 290px;
    }
    .bookWord {
        font-size: 14px;
        font-weight: 100;
        bottom: 6%;
    }
    .bookWord span {
        font-size: 16px;
        font-weight: 300;
        line-height: 30px;
    }
    .pageNumber {
        bottom: 10px;
        right: 5%;
    }
    .bookPage img {
        top: 30px;
    }
    .sp-detail-article .article-title .title-t {
        font-size: 20px;
    }
    /*养殖图库结束 ------------------------*/

    /**
     * 头条结束 =============================
     */
    
    /**
     * 养殖开始 =============================
     */
    .xw-tt-xw-xq-article .article-title .title-www {
        margin-left: 22px;
        display: inline-block;
        /*line-height: 1;*/
        width:35%;
    }
    .xw-tt-xw-xq-article .article-content {
        margin-top: 10px;
    }

    /**
     * 养殖结束 =============================
     */
    
    /**
     * 招聘开始 =============================
     */
    
    /*招聘登录框开始*/
    .zp-userlogin-container .section .nav>a {
        font-size: 12px;
    }
    /*招聘登录框结束*/

    /*招聘-首页结束 -----*/
    .zp-userlogin-container .c-t-l {
        width: 100%;
    }
    .zp-userlogin-container .c-t-r {
        width: 100%;
    }

    .zp-userlogin-container .c-m {
        height: auto;
    }
    .zp-userlogin-container .c-m-t {
        height: auto;
        padding: 20px 0;
    }
    .zp-userlogin-container .c-m-t .area {
        float: none;
        height: auto;
    }
    .zp-userlogin-container .c-m-t .item {
        float: none;
        height: auto;
    }
    .zp-userlogin-container .c-b-l {
        /*float: none;*/
        width: 100%;
    }
    .zp-userlogin-container .c-b-r {
        /*float: none;*/
        width: 100%;
    }
    .zp-userlogin-container .c-b-r-banner img {
        width: 48%;
        float: left;
        margin: 30px 1%;
    }
    .zp-userlogin-container .c-b-r-ico {
        border: none;
    }
    /*招聘首页列表*/
    .zp-userlogin-container .c-item-row-4 {
        margin-top: 20px;
    }
    .zp-userlogin-container .c-item-row-4 .c-4-r {
        margin-top: 10px;
    }
    /*招聘首页banner*/
    .zp-userlogin-container .zp-top-swiper .carousel-inner .carousel-item img {
        /*height: 300px;*/
        height: 240px;
    }
    .carousel .carousel-indicators {
    	margin-bottom: 5%;
    }
    /*招聘首页操作四选项*/
    .zp-userlogin-container .gr {
        height: 390px;
    }
    /*单条*/
    .zp-userlogin-container .c-item-row-3>div {
        width: 20%;
    }
    /*招聘-首页开始 -----*/
    /*招聘-我的简历开始*/
    .zp-gr-jl-container {
        /*height: 2100px;*/
        height: auto;
    }
    .zp-gr-jl-container .c-r .c-l-daohang .daohang-item {
        font-size: 14px;
        font-weight: bold;
    }
    .zp-gr-jl-container .xinxi-r .xin-r-t-name {
        font-size: 16px;
    }
    .zp-gr-jl-container .yixiang-t .yixiang-t-aim {
        font-size: 16px;
    }
    .zp-gr-jl-container .jingyan-title .work {
        font-size: 16px;   
    }
    .zp-gr-jl-container .jingyan-content .compony {
        font-size: 16px;   
    }
    .zp-gr-jl-container .jiaoyu-title .edu {
        font-size: 16px; 
    }
    .zp-gr-jl-container .peixun-title .train {
        font-size: 16px; 
    }
    .zp-gr-jl-container .pingjia-t .pingjia-t-aim {
        font-size: 16px; 
    }

    .zp-gr-jl-container .yixiang-b {
        height: auto;
    }
    .zp-gr-jl-container .yixiang-b .yixiang-b-l {
        height: auto;
        float: none;
    }
    .zp-gr-jl-container .yixiang-b .yixiang-b-r {
        height: auto;
        float: none;
    }
    .zp-gr-jl-container .pingjia-b {
        text-indent: 5px;
    }

    .zp-gr-jl-container .jiaoyu-content {
        line-height: 30px;
    }

    .zp-gr-jl-container .c-l-xinxi {
        height: 350px;
    }

    .zp-gr-jl-container .xinxi-r .xin-r-t-time {
        margin-left: 0;
    }
    .zp-gr-jl-container .xinxi-r {
        width: 100%;
    }
    .zp-gr-jl-container .c-r .info-text {
        line-height: 22px;
        margin: 0 auto;
        margin-top: 5px;
        width: 100%;
        text-align: center;
        height: auto;
    }
    .zp-gr-jl-container .c-r .info-item-l {
        margin-bottom: 10px;
    }

    .zp-gr-jl-container .jiaoyu-content span {
        margin-right: 3%;
    }
    /*简历置顶*/
    .zp-mask .mask-box {
        width: 90%;
        /*margin-left: -188px;*/
        height: 370px;
        margin-top: 30%;
    }
    .zp-mask .mask-square {
        margin-top: 30px;
        padding: 5% 3%;
        margin: 0 auto;
    }
    .zp-mask .mask-square .square-box {
        position: relative;
        width: 25%;
        height: 200px;
        box-shadow: -2px -1px 10px #ccc;
        padding-top: 46px;
        float: left;
        margin-right: 8%;
        margin: 0 4%;
    }
    .zp-mask .mask-square .square-box .square-money {
        color: #f4b301;
        background: url(../image/zp-mask-money-ico.png) no-repeat;
        background-size: contain;
        padding-left: 35%;
        margin-top: 20px;
        margin-bottom: 42px;
        position: absolute;
        left: 50%;
        margin-left: -30px;
    }
    .zp-mask .mask-square .square-box .square-buy {
        position: absolute;
        bottom: 16%;
        left: 50%;
        margin-left: -35px;
        width: 80%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #4385f5;
        color: #fff;
        border-radius: 5px;
    }
    /*我的简历-工作经验*/
    .zp-qy-jl-container {
        overflow: hidden;
    }
    .zp-qy-jl-container .jingyan-content .compony {
        margin-left: 0;
    }
    .zp-qy-jl-container .jiaoyu-content div {
    	width: 100%;
    	margin-top: 10px;
    }
    .zp-qy-jl-container .jiaoyu-content span {
        margin-right: 2%;
    }
    .zp-qy-jl-container .pingjia-b {
        margin-top: 30px;
    }

    /*招聘-我的简历结束*/
    /*招聘-个人信息开始*/
    .zp-qy-jl-container .c-r .c-l-daohang .daohang-item {
        font-size: 14px;
        height: auto;
        line-height: 50px;
    }
    .zp-qy-jl-container .xin-l-t .xiazai {
        width: 100%;
    }
    /*招聘-个人信息结束*/
    /*招聘-企业信息开始*/
    .zp-gr-tab3-container .c-t {
        height: auto;
        padding-bottom: 30px;
    }
    .zp-gr-tab3-container .c-t-box {
        height: auto;
    }
    .zp-gr-tab3-container .qiye-ico {
        float: none;
        margin-top: 30px;
    }
    .zp-gr-tab3-container .c-t-l {
        float: none;
        margin-left: 1%;
    }
    .zp-gr-tab3-container .c-t-l .c-t-l-one {
        margin-top: 20px;
    }
    .zp-gr-tab3-container .c-t-r {
        float: none;
        margin-top: 20px;
    }
    .zp-gr-tab3-container .c-t-r .shoucang {
        float: none;
        margin-left: 35px;
    }
    .zp-gr-tab3-container .c-t-r .shenqing {
        float: none;
    }

    .zp-gr-tab3-container .section .nav>a {
        width: 27%;
        font-size: 16px;
    }
    .zp-gr-tab3-container .c-b-l .tab-3-t .tab-3-t-title .comment {
        font-size: 14PX;
    }
    .zp-gr-tab3-container .c-b-l .tab-3-t .tab-3-t-title .num {
        font-size: 14PX;
    }
    .zp-gr-tab3-container .tab-3-b-title {
        font-size: 14PX;
    }
    /*.zp-gr-tab3-container .c-b-r .c-b-r-title {
        font-size: 16px;
    }*/

    /*企业首页列表*/
    .zp-userlogin-container .c-item-row-4 {
        height: 130px;
    }

    /*招聘-企业信息结束*/
    /*招聘-职位信息开始*/
    .zp-gr-xq-container .c-t-l .c-t-l-one {
        margin-top: 0;
    }
    .zp-gr-xq-container .c-t-box {
        padding: 30px 0;
    }
    .zp-gr-xq-container .c-t-l {
        float: none;
    }
    .zp-gr-xq-container .c-t-r {
         float: none;
         margin-top: 30px;
    }
    .zp-gr-xq-container .c-t-r .shoucang {
        float: none;
        margin: 0;
        margin-left: 30px;
    }
    .zp-gr-xq-container .c-t-r .shenqing {
        float: none;
        margin: 0;
    }
    .zp-gr-xq-container .c-m-r .c-m-r-m {
        margin-left: 10%;
    }
    .zp-gr-xq-container .c-m-r .c-m-r-b {
        margin-left: 10%;
    }
    .zp-gr-xq-container .c-m-r .c-m-r-b .c-m-r-b-box {
        width: 80%;
    }

    /*招聘-职位信息结束*/
    /*招聘-职位开始*/
    .zp-gr-xq-container .c-t-l .c-t-l-one {
        font-size: 20px;
    }
    .zp-gr-xq-container .c-t-l .c-t-l-two {
        font-size: 20px;
    }
    .zp-gr-xq-container .c-t-box {
        height: auto;
    }
    .zp-gr-xq-container .c-t-r .shenqing {
        width: 30%;
        height: 50px;
        line-height: 50px;

    }
    /*招聘-职位结束*/
    
    .zp-qy-jl-container .jingyan-content .detail .train-r {
    	width: 100%;
    }
    .zp-qy-jl-container .jiaoyu-content {
    	height: 60px;
    	line-height: 30px;
    }

    /**
     * 招聘结束 =============================
     */
    
    /**
     * 供需开始 =============================
     */
    /*供需-首页*/
    .gx-index-main .container-left {
        width: 100%;
    }
    .gx-index-tab .section .contentbox .gx-item-l {
        width: 100%;
        margin-bottom: 10px;
    }
    .gx-index-main .container-right {
        width: 100%;    
    }
    .gx-index-tab .section .contentbox .gx-item-l .gx-item-l-head .gx-item-ico {
        margin-top: -30px;
    }
    .gx-index-tab .section .contentbox .gx-item-l .gx-item-l-head {
        width: 99%;
        margin: 0 auto;
    }
    .gx-index-main .gx-search-box {
        padding-left: 0;
    }
    .gx-index-main .gx-search-box .gx-use-box {
        margin: 0 auto;
    }
    .gx-index-tab .section .nav {
        top: 15px;
    }

    /*供需-详情页*/
    .gx-index-main .container-left {
        width: 100%;
        /*height: 600px;*/
    }
    .gx-index-main .container-right {
        width: 100%; 
    }
    .gx-index-main .container-right .compony .member .b {
        /*background-position: center;*/
        /*width: 12%;*/
        width: 20%;
    }
    .gx-detail-tab .section .contentbox .gx-item-l .gx-item-l-head .gx-item-txt {
    	width: 50%;
    	left: 50%;
    }
    
    /**
     * 供需结束 =============================
     */
    
    /**
     * 扶贫开始 =============================
     */
    .fp-tophead {
        font-size: 30px;
    }
    .fp-index-main .container-right .tjgy .member {
        width: 90%;
    }
    .fp-index-main .container-right .tjgy .text-box {
        float:right;
    }
    .xw-tt-news .com-tab .items {
        font-size: 14px;
    }
    .btn-success {
        font-size: 14px;
    }
    .fp-index-main .container-right .tjgy .fp-gongyi-txt {
        bottom: 3px;
        width: 100%;
        /*background: rgba(0,0,0,.5);*/
        background: transparent;
        padding: 0 2%;
    }
    .fp-index-main .container-right .tjgy .fp-gongyi-top {
        width: 71%;
    }
    .fp-main .c-title .c-title-beizhu {
        display: block;
        margin-left: 0;
    }
    .fp-main .c-title {
        height: 100%;
    }
    .fp-main .c-box .titlewh {
        line-height: 32px;
        width: 23%;
    }
    .fp-main .c-box .zp-qy-guimo {
        height: 210px;
    }
    .fp-main .c-box .zp-qy-guimo .xuanxiang {
        line-height: 32px;
    }
    .fp-main .c-title span {
        font-size: 14px;
    }
    .fp-main .c-title .c-title-beizhu {
        font-size: 14px;
    }
    /**
     * 扶贫结束 =============================
     */
    
    /**
     * 问答开始 =============================
     */
    
    /*问答主页*/
    .wd-index-main .container-left {
        width: 100%;
        margin-bottom: 0;
    }
    .wd-index-main .container-right {
        width: 100%;
        margin-top: 0;
    }

    .wd-index-main .section .contentbox .wd-item-box .wd-item-head .wd-item-head-l {
        font-size: 18px;
        font-weight: bold;
    }
    .wd-hd-head .wd-hd-head-box .wd-item-box .wd-item-head .wd-item-head-l {
        font-size: 18px;
        font-weight: bold;
    }
    .wd-hd-main .container-left .wd-hd-textarea {
        height: 500px;
    }

    /**
     * 问答结束 =============================
     */
    
    /**
     * 评选开始 =============================
     */
    
    .px-index-top-use .t-nav .item {
        height: 50px;
    }
    
    .px-index-container .jieshao-title {
        font-size: 20px;
        font-weight: bold;
    } 
    .px-index-top-use .t-nav {
        width: 53%;
    }
    .px-index-top-use .t-nav .item {
        width: 20%;
    }
    .px-index-container .square {
        width: 24%;
    }
    .px-index-container .jieshao-people {
        padding: 0 2%;
    }
    .px-index-container .jieshao-people .avater {
        width: 90%;
        height: 130px;
        margin: 0 auto;
    }
    .px-index-container .vim {
        width: 90%;
    }

    /**
     * 评选结束 =============================
     */


    /**
     * 应用开始 =============================
     */
    
    .yy-index-main .xw-tt-news .item .context {
        width: 65%;
    }
    .yy-index-main .xw-tt-news .item .image {
        margin-left: 2%;
        width: 23%;
    }
    .yy-index-main .xw-tt-news .areas .item .item-head button {
        width: 30%;
        font-size: 14px;
    }
    .xw-tt-news .areas .item .item-label {
        height: 22px;
        bottom: 26px;
        overflow: hidden;
    }
    .xw-tt-news .areas .item .item-time {
        bottom: 5px;
        left: 0;
    }
    .xw-tt-news .areas .item .item-content {
        margin-top: 10px;
    }

    .yy-index-main .xw-tt-news .item .image {
        width: 30%;
    }
    .yy-index-main .xw-tt-news .item .context {
        width: 55%;
    }
    .yy-index-main .xw-tt-news .areas .item .item-head button {
        width: 40%;
        margin-top: 80px;
    }
    .yy-index-main .container-right .tjgy .member .yy-b1 {
        width: 25%; 
    }

    /**
     * 应用结束 =============================
     */

    /**
     * 联盟开始 =============================
     */
    /*联盟主页*/
    .lm-index-container .lm-c-box .b-l-b-item .b-l-b-dianpu {
        bottom:10px;
    }
    .lm-index-container .lm-c-box .lm-c-t {
        height: 60px;
    }
    .lm-index-container .lm-c-box .lm-c-b .lm-c-b-l {
        width: 100%;
    }
    .lm-index-container .lm-c-box .lm-c-b .lm-c-b-r {
        width: 100%;
        margin-top: 30px;
    }
    .lm-index-container .lm-c-box .lm-c-b .lm-c-b-r-m .b-r-m-content ul li {
        font-size: 14px;
    }
    .lm-index-container .lm-c-box .lm-c-b .lm-c-b-r-b {
        width: 45%;
        float: left;
        margin: 2.5%;
    }
    .lm-index-container .lm-c-box .lm-c-b .lm-c-b-r-b img {
    }
    .lm-index-container .lm-c-box .lm-c-b .lm-c-b-l-b {
        padding: 0 1%;
    }
    .lm-index-container .lm-c-b-r .lm-c-b-r-search {
        width: 80%;    
        margin: 0 auto;
    }
    .lm-index-container .lm-c-b-r .lm-c-b-r-search button {
        font-size: 16px;
    }
    .lm-index-container .lm-c-box .lm-c-b .lm-c-b-r-m .b-r-m-title {
        font-size: 18px;
    }
    .lm-index-container .lm-c-box .b-l-b-item .b-l-b-detail {
        line-height: 22px;
        width: 62%;
    }
    .lm-index-container .lm-c-box .lm-c-b .lm-c-b-l-b .b-l-b-item {
        height: auto;
        padding-bottom: 20px;
    }
    .lm-index-container .lm-c-box .b-l-b-item .b-l-b-ico {
        margin-left: 10px;
    }
    .lm-index-container .lm-c-box .b-l-b-item .b-l-b-detail {
        width: 95%;
    }
    /*联盟信息*/
    .lm-container .lm-box .lm-r-mingpian {
        font-size: 16px;
    }
    .lm-container .lm-box .mingpian {
        font-size: 16px;
    }

    /*产品信息*/
    .lm-cp-xq .lm-r-itemtwo-r {
        width: 83%;
        margin-left: 0;
    }

    /*模态*/
    .lm-xj-mask .xj-mask-box {
        width: 90%;
        height: 578px;
        background: #FFFFFF;
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
        margin-top: 50px;
        z-index: 1000;
    }

    /*详情*/
    .lm-container .lm-box .lm-r-rowone {
        line-height: 30px;
    }
    .lm-cp-xq .lm-r-itemone {
        height: 36px;
    }

    .lm-index-container .lm-c-box .b-l-b-item .b-l-b-dianpu {
        top:0;
        margin-top: 0;
    }

    /**
     * 联盟结束 =============================
     */
    
    /**
     * 会员开始 =============================
     */
    
    /*会员首页开始 -----*/
    .hy-index-container {
        overflow: hidden;
    }
    .hy-index-container .c-b {
        margin-top: 300px;
    }
    /*信息*/
    .hy-index-container .c-t-xinxi {
        width: 100%;
        position: relative;
        top: 5%;
        margin-top: 0;
    }
    .hy-index-container .c-t-xinxi .c-t-ziliao {
        margin-left: 5%;
    }
    /*日历*/
    .hy-index-container .c-t-rili {
        /*margin-top: 333px;*/
        /*padding-top: 310px;*/
        padding-top: 20px;
        margin-right: 0;
        margin-left: 8%;
        float: none;
        width: 100%;
    }
    .hy-index-container .c-t-rili-l {
    }
    .hy-index-container .c-t-rili-r {
        width: 25%;
        position: relative;
        margin-left: 5%;
    }
    .hy-index-container .c-t-rili-r .rili-b {
        width: 80%;
        position: relative;
        left:0;
        bottom:0;
        margin: 70px auto 0;
    }

    .laydate-theme-molv .layui-laydate-main {
        width:100%;
    }

    /*会员首页结束 -----*/

    /*个人首页*/
    .hy-index-container {
        margin-bottom: 30px;
    }
    .hy-index-container .c-t-box {

    }
    .hy-index-container .c-b {
        padding: 0 2%;
    }
    .hy-index-container .c-b .c-b-box .c-b-t {
        height: auto;
    }
    .hy-index-container .c-b .c-b-box .c-b-t-1 {
        width: 32%;
        height: 140px;
        margin-top: 10px;
    }
    .hy-index-container .c-b .c-b-box .c-b-t-2 {
        width: 32%;
        height: 140px;
        margin-top: 10px;
    }
    .hy-index-container .c-b .c-b-box .c-b-t-2 .c-b-t-cell img {
        width: 80%;
    }
    .hy-index-container .c-b .c-b-box .c-b-m {
        height: auto;
    }
    .hy-index-container .c-b .c-b-box .c-b-m-1 {
        width: 32%;
        height: 140px;
        margin-top: 10px;
    }
    .hy-index-container .c-b .c-b-box .c-b-m-2 {
        width: 32%;
        height: 140px;
        margin-top: 10px;
    }
    .hy-index-container .c-b .c-b-box .c-b-b {
        height: auto;
    }
    .hy-index-container .c-b .c-b-box .c-b-b-1 {
        width: 32%;
        height: 140px;
        margin-top: 10px;
    }
    .hy-index-container .c-b .c-b-box .c-b-b-2 {
        width: 32%;
        height: 140px;
        margin-top: 10px;
    }

    /*好友*/
    .hy-hy-panel .xiao-section .xiao-contentbox .haoyou-item .hy-send {
        width: auto;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        right:95px;
    }
    .hy-hy-panel .xiao-section .xiao-contentbox .haoyou-item .hy-follow {
        width: auto;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
    }
    .hy-hy-panel .xiao-section .xiao-contentbox .haoyou-item .hy-info {
        margin-top: -70px;
    }
    .hy-hy-panel .xiao-section .xiao-contentbox .haoyou-item .hy-send {
        margin-top: 0;
    }
    .hy-hy-panel .xiao-section .xiao-contentbox .sj-box .sj-select {
        margin-top: -12px;
    }


    /*返回*/
    .hy-panel .c-t-box .c-t-back {
        font-size:12px;
    }
    
    /*社交*/
    .hy-hy-panel .xiao-section .xiao-nav>a.xiao-on {
        font-size: 14px;
        width: 25%;
    }
    .hy-hy-panel .xiao-section .xiao-nav>a.xiao-on:after {
        width: 100%;
    }
    .hy-hy-panel .xiao-section .xiao-nav>a {
        font-size: 14px;
        width: 25%;
    }
    .hy-panel .section .bigtab-title {
        font-size: 14px;
    }
    .hy-panel .section .nav>a {
        font-size: 12px;
        height: 50px;
        line-height: 50px;
    }
    .hy-hy-panel .xiao-section .xiao-nav {
        margin-top: 20px;
    }
    /*虚拟币*/
    .hy-xnb-panel .section .contentbox .wdxnb-box .wdxnb-items .wdxnb-head .wdxnb-m:after {
    	content: '';
    	right: -20%;
    }
    .hy-xnb-panel .section .contentbox .wdxnb-box .wdxnb-items .wdxnb-head .wdxnb-m-label {
        font-size: 12px;
    }
    .hy-xnb-panel .section .contentbox .wdxnb-box .wdxnb-items .wdxnb-head .wdxnb-m-num {
        font-size: 14px;
    }
    .hy-xnb-panel .section .contentbox .wdxnb-box .wdxnb-items .wdxnb-head .wdxnb-l{
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }
    .hy-xnb-panel .section .contentbox .wdxnb-box .wdxnb-title {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .hy-xnb-panel .section .contentbox .wdxnb-box .wdxnb-items .wdxnb-item .wdxnb-cell-b {
        height: 100%;
    }
    .hy-xnb-panel .section .contentbox .wdxnb-box .wdxnb-items .wdxnb-item .wdxnb-cellb-1 {
        line-height: 1.5;
    }

    /*订单*/
    .pagination-btn {
    	padding: 2px .1px;
    }
    .hy-dd-panel .section .contentbox .wddd-box .wddd-items .wddd-head {
    	height: 30px;
    	line-height: 30px;
    }
    .hy-dd-panel .section .contentbox .wddd-box .wddd-title {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
    .hy-dd-panel .section .contentbox .wddd-box .wddd-items .wddd-head .wddd-h-1 {
        width: 25%;
    }
    .hy-dd-panel .section .contentbox .wddd-box .wddd-items .wddd-head .wddd-h-2 {
        width: 21%; 
    }
    .hy-dd-panel .section .contentbox .wddd-box .wddd-items .wddd-head .wddd-h-3 {
        width: 24%;
    }
    .hy-dd-panel .section .contentbox .wddd-box .wddd-items .wddd-head .wddd-h-4 {
        width: 24%;
    }

    /*消息*/
    .hy-panel .section .contentbox .xx-box .xx-title {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
    .hy-panel .section .contentbox .xx-box .xx-items .xx-item {
        width: 100%;
    }
    .hy-panel .section .contentbox .xx-box .xx-items .xx-item .xx-tip {
    	font-size: 14px;
    }

    /*历程*/
    .hy-cz-panel .section .contentbox .czlc-box .czlc-items .czlc-item .czlc-year {
        width: 40%;
    }
    .hy-cz-panel .section .contentbox .czlc-box .czlc-items .czlc-item .czlc-logs {
        width: 75%;
        margin-left: 17%;
    }
    .hy-cz-panel .section .contentbox .czlc-box .czlc-title {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }

    /*供需*/
    .hy-gx-panel .gx-tab-title {
        font-size: 16px;
    }
    .hy-hy-panel .xiao-section .xiao-contentbox .sj-title {
        font-size: 14px;
        height: 25px;
        line-height: 25px;
    }
    .hy-hy-panel .xiao-section .xiao-contentbox .sj-box .form-control {
        font-size: 12px;
    }
    .hy-hy-panel .xiao-section .xiao-contentbox .sx-title {
        font-size: 14px;
        height: 25px;
        line-height: 25px;
    }
    .hy-hy-panel .xiao-section .xiao-contentbox .sj-box  {
        height: auto;
    }
    .hy-hy-panel .xiao-section .xiao-contentbox .sj-box>div {
        margin:0;
        width: 88%;
        margin-top: 10px;
        margin-left: 18px;
    }
    .hy-hy-panel .xiao-section .xiao-contentbox .sj-box>div:first-child {
        margin-left: 18px;
    }
    .hy-hy-panel .xiao-section .xiao-contentbox .send-btn {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
    }
    .hy-gx-panel .user-gx-adress {
        margin-left: 10%;
    }
    .hy-gx-panel .user-gx-time {
        margin-left: 10%;
    }

    /*虚拟币*/
    .hy-xnb-panel .section .contentbox .wdxnb-box .wdxnb-items .wdxnb-head .wdxnb-r {
        width: 18%;
        top: 30%;
    }

    /*社交*/
    .hy-sj-myzhuye-item .sj-follow-no {
        margin-top: 50px;
    }
    .hy-sj-panel .hy-sj-myzhuye-shoucang {
        display:inline-block;
        margin-top: 10px;
    }
    .hy-sj-panel .hy-sj-myzhuye-zan {
        display:inline-block;
        margin-top: 10px;
    }
    .hy-sj-panel .hy-sj-myzhuye-huifu {
        display:inline-block;
        margin-top: 10px;
        margin-right: 5px;
    }

    /**
     * 会员结束 =============================
     */
    
    /**
     * 会展结束 =============================
     */
    .xw-tt-main .container-right {
        margin-top: 10px;
    }
    .fp-index-main .container-right .tjgy .member {
        
    }
    .fp-index-main .container-right .tjgy .member .ico-box {
        /*float: none;*/
    }
    .fp-index-main .container-right .tjgy .text-box {
        /*float: none;*/
        width: 55%;
        margin-left: 0;
    }
    .hz-cz-head .hz-cz-head-title {
        font-size: 20px;
        margin-left: 5%;
    }
    .hz-cz-head .hz-cz-head-box {
        width: 100%;
    }
    .hz-cz-head .hz-cz-head-txt .canzhan {
        width: 90%;
    }
    .hz-sq-main .section .nav>a {
        margin-left: 0;
        margin-right: 3%;
        width: 20%;
        font-size: 16px;
    }

    .hz-sq-main .c-box {
        width: 100%;
    }

    /**
     * 会展结束 =============================
     */
    
    /**
     * 登录开始 =============================
     */
    .loginer-dl-mask-box {
        width:90%;
        max-width: 90%;
        min-width: 50%;
        right: 5%;
    }
    /**
     * 登录结束 =============================
     */
    
    /**
     * 注册结束 =============================
     */
    .loginer-zc-section {
        width: 100%;
    }
    .loginer-zc-section .loginer-zc-all {
        width: 100%;
    }
    .loginer-zc-section .loginer-zc-contentbox {
        width: 100%;
    }
    .loginer-zc-section .loginer-zc-contentbox>div {
        width: 100%;
    }
    .loginer-zc-section input {
        width: 90%;
    }
    .loginer-zc-section .loginer-zc-code button {
        width: 30%;
    }
    .loginer-zc-section .loginer-zc-code {
        width: 90%;
        margin: 0 auto;
    }
    .loginer-zc-section .loginer-zc-code input {
        width: 100%;
    }
    .loginer-zc-section .loginer-zc-btn {
        width: 90%; 
    }
    .loginer-dl-t-select {
        width: 50%;
        line-height: 40px;
        margin-top: 10px;
    }
    .loginer-dl-t-xuan-gr {
        width: 40%;
        margin-right: 10%;
    }
    .loginer-dl-t-xuan-qy {
        width: 40%;
        margin-right: 10%;
    }
    .loginer-dl-footer .loginer-dl-copyright {
        line-height: 25px;
    }

    /**
     * 注册结束 =============================
     */
    
    /**
     * 找回密码开始 =============================
     */
    .loginer-wj-mask {
        height: 580px;
    }
    .loginer-wj-mask-container {
        width: 100%;
        padding-top: 70px;
    }
    .loginer-wj-contentbox {
        width: 100%;
        padding-left: 10%;
    }
    .loginer-wj-contentbox input {
        width: 90%;
    }
    .loginer-wj-code {
        width: 100%;
    }
    .loginer-wj-btn {
        width: 90%;
    }
    .loginer-wj-code button {
        right:13%;
    }

    /**
     * 找回密码结束 =============================
     */
    
    /**
     * 设置开始 =============================
     */
    .zhsz .login-c-title {
        font-size: 18px;
    }
    .zhsz .login-c-tip .tip-title {
        font-size: 16px;
    }
    .zhsz .login-c-tip .tip-title:before {
        width: 8%;
        left: -12%;
    }
    /**
     * 设置结束 =============================
     */
    
    /**
     * 认证开始 =============================
     */
    .seter-c-box {
        padding:0 1%;
    }
    .seter-c-box .zp-qy-youxiang input {
        width: 65%;
    }


    /**
     * 认证结束 =============================
     */
    
    /**
     * 分页开始 =============================
     */
    .pagination-wrap {
        width: 75%;
    }
    .pagenum {
        width: 8%;
    }
    .pagination-btn {
    	width: 28px;
    	margin-top: -4px;
    }

    /**
     * 分页结束 =============================
     */
    
    /*搜索页 ==============================*/
    .mysearchbox #his-dele {
        width: 100px;
        height: 40px;
        line-height: 40px;
    }
    /*搜索页 ==============================*/
    
    /*各页分享图标系列*/
    /*.bshare-custom.icon-medium .bshare-weixin {*/
    /*    width: 20px;*/
    /*    height: 20px;*/
    /*    background-size: contain;*/
    /*}*/
    /*.bshare-custom.icon-medium .bshare-sinaminiblog {*/
    /*    width: 20px;*/
    /*    height: 20px;*/
    /*    background-size: contain;*/
    /*}*/
    /*.bshare-custom.icon-medium .bshare-itieba {*/
    /*    width: 20px;*/
    /*    height: 20px;*/
    /*    background-size: contain;*/
    /*}*/
    /*.bshare-custom.icon-medium .bshare-qqim {*/
    /*    width: 20px;*/
    /*    height: 20px;*/
    /*    background-size: contain;*/
    /*}*/
    
    
    /*供需*/
    .gx-detail-tab .section .contentbox>div {
    	height: auto;
    }
    .gx-detail-tab .section .contentbox {
    	position: relative;
    }
    .wd-index-main .section {
    	height: 1760px;
    }
    .gx-index-main .gx-search-box .gx-use-box .gx-input {
    	padding-right: 30px;
    }
    /*问答*/
    .wd-tw-mask .wd-tw-mask-box {
    	width: 90%;
    	position: relative;
    	left: 0;
    	top: 0;
    	margin: 8% auto 0;
    }
    .wd-tw-mask .wd-tw-mask-square {
    	width: 90%;
    	margin-top: 5px;
    }
    .wd-tw-mask .wd-tw-tj-textarea {
    	width: 100%;
    }
    .wd-tw-mask .wd-tw-tj-btn {
    	width: 90%;
    	margin: 0 auto;
    	margin-top: 20px;
    }
    #jifen {
    	border-radius: 5px;
    	margin-top: 10px;
    	border: 1px solid #cccccc;
    	outline: none;
    	margin-left: 10px;
    }
    #endnum {
    	border-radius: 5px;
    	margin-top: 10px;
    	border: 1px solid #cccccc;
    	outline: none;
    	margin-left: 10px;
    	margin-bottom: 10px;
    }
    .wd-tw-mask .wd-tw-mask-title {
    	font-size: 18px;
    }
    .wd-tw-mask .wd-tw-close {
    	margin-top: 0;
    }
    .wd-index-main .container-left {
    	margin-top: 20px;
    }
    
    /*中心*/
    .hy-dd-panel .section .contentbox .wddd-box .wddd-items .wddd-item .wddd-cell-t {
    	font-size: 12px;
    	height: 30px;
    	line-height: 30px;
    	padding-left: 5px;
    }
    .hy-dd-panel .section .contentbox .wddd-box .wddd-items .wddd-item .wddd-cell-b {
    	font-size: 12px;
    }
    .hy-dd-panel .section .contentbox .wddd-box .wddd-items .wddd-item .wddd-cellb-1 {
    	width: 25%;
    	padding-left: 0;
    }
    .hy-dd-panel .section .contentbox .wddd-box .wddd-items .wddd-item .wddd-cellb-2 {
    	width: 25%;
    }
    .hy-dd-panel .section .contentbox .wddd-box .wddd-items .wddd-item .wddd-cellb-2 .wddd-num {
    	margin-left: 10%;
    }
    .hy-dd-panel .section .contentbox .wddd-box .wddd-items .wddd-item {
    	height: auto;
    }
    .hy-dd-panel .section .contentbox .wddd-box .wddd-items .wddd-item .wddd-cellb-3 {
    	line-height: 24px;
    }
    .hy-dd-panel .section .contentbox .wddd-box .wddd-items .wddd-item .wddd-cellb-4 {
    	width: 17%;
    	line-height: 24px;
    }
    
    /*视频*/
    .sp-detail-article .article-content .article-comment .sp-comment-tijiao button {
    	width:20%;
    }
    .sp-detail-article .article-content .article-comment .sp-comment-tijiao textarea {
    	width: 80%;
    }
    
    /*招聘-简历*/
    .zp-qy-jl-container .c-l-xinxi {
    	height: 200px;
    }
    
    /*应用*/
    .yy-index-main .container-right .ruzhu {
    	padding-left: 0;
    }
    .app-head .app-info-r-erweima {
    	height: 100px;
    }
    
    /*应用*/
    .yy-tophead {
    	padding-left: 5%;
    	text-align: left;
    	font-size: 20px;
    }
    .yy-sq-main .c-title {
    	font-size: 14px;
    	height: auto;
    	line-height: 25px;
    	margin-top: 30px;
    }
    .yy-sq-main .c-title .c-title-beizhu {
    	font-size: 14px;
    }
    .yy-sq-main .c-box {
    	margin-top: 20px;
    	padding-top: 0;
    }
    .yy-sq-main .c-box .titlewh {
    	width: 27%;
    }
    .yy-sq-main .c-box .zp-qy-xingming {
    	width: 90%;
    }
    .yy-sq-main .c-box .zp-qy-xingming input {
    	width: 70%;
    }
    .yy-sq-main .c-box .zp-qy-jianjie {
    	width: 90%;
    }
    .yy-sq-main .c-box .rz-textarea {
    	width: 70%;
    }
    .yy-sq-main .c-box .save {
    	height: 40px;
    	line-height: 40px;
    }
    
    .yy-tophead {
    	padding-left: 55%;
    }
    .yy-top-maskbanner {
    	height: 290px;
    }
    .yy-tophead-img {
    	width: 40%;
    	top: 7px;
    }
    .yy-tophead-txt {
    	line-height: 180px;
    }
    
    .article-content img{
        width: 100%;
        height: auto;
    }
    .xw-tt-xw-xq-article .article-content p img{
        width: 100%;
    }
    
    .gx-index-tab .section .contentbox .gx-item-l .gx-item-l-btn {
        margin: 5% auto 0;
    }


}

@media only screen and (max-width: 700px) {
    /**
     * 评选开始 =============================
     */
    
    .px-index-container .square {
        width: 40%;
    }
    /**
     * 评选结束 =============================
     */
    
}

