.ewb-mt10 {
    margin-top: 10px;
}

.ewb-header-bg-desk {
    height: 290px;
    background: url(/images/header_bg.jpg) center top no-repeat;
}


/* nav */

.ewb-nav {
    background-color: #ff9425;
}

.ewb-nav-item {
    width: 14.2%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.ewb-nav-item>a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.ewb-nav-item.current,
.ewb-nav-item:hover {
    background-color: #eb6100;
}


/* phone767 */

@media (max-width: 767px) {
    .ewb-nav-item {
        width: 24.9%;
    }
    .ewb-nav-item>a {
        font-size: 16px;
    }
}


/* phone480 */

@media (max-width: 480px) {
    .ewb-nav-item {
        height: 36px;
        line-height: 36px;
    }
    .ewb-nav-item>a {
        font-size: 13px;
    }
}


/* place */

.ewb-place {
    padding-top: 3px;
    height: 47px;
    line-height: 47px;
    font-size: 13px;
}

.ewb-place>a {
    color: #666;
}

.ewb-place>a.ewb-cur {
    color: #f08300;
}


/* main */

.ewb-main {
    padding: 26px 32px 30px 20px;
    min-height: 376px;
    background-color: #fff;
    *
    overflow: hidden;
}

.ewb-main .row {
    margin: 0;
}

.ewb-hac{
    *margin-top: 50px;
}

.ewb-main .col-md-9 {
    float: left;
    width: 220px;
    padding: 0;
}

.intro-img {
    position: relative;
    height: 172px;
}

/* intro */
.ewb-intro-a {
    display: block;
    height: 172px;
}

.ewb-intro-a>img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.ewb-main .col-md-15 {
    float: left;
    margin: 0 0 0 32px;
    width: calc(100% - 220px - 32px);
    padding: 0;
}

.ewb-intro-wrap {
    padding-top: 13px;
}

.ewb-intro-box {
    display: inline-block;
    vertical-align: top;
    margin-right: 60px;
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.ewb-intro-box span {
    color: #333;
}

.ewb-intro-type {
    margin-right: 60px;
}

.ewb-intro-twrap {
    margin: 8px 0;
    max-height: 100px;
    overflow: hidden;
}

.ewb-intro-twrap.open {
    max-height: inherit;
}

.ewb-intro-textarea {
    vertical-align: top;
    /* width: 486px; */
    /* padding:0 10px; */
    /* min-height: 105px; */
    line-height: 32px;
    /* text-indent: 9px; */
    font-size: 16px;
    color: #666;
    outline: 0;
    background:#fff;
    /* border: 1px solid #d6d6d6; */
}

.ewb-intro-textarea span {
    color: #333;
}

.ewb-intro-btns {
    padding-top: 10px;
}

.ewb-achi {
    margin: 0 12px 0 0;
    width: 136px;
    height: 39px;
    line-height: 39px;
    padding-left: 52px;
    color: #fff;
    font-size: 16px;
    outline: 0;
    border: 0;
    cursor: pointer;
    /* background-color: #ff9425; */
    text-align: left;
    float: left;
}

.pre-dreams {
    display: none;
    background: url("../images/achi_ico1.png") 23px center no-repeat #FEB805;
}

.pre-dreams:hover {
    background-color: #FAC641;
}

.claimbtn {
    background: url("../images/achi_ico2.png") 23px center no-repeat #FF9425;
}

.claimbtn:hover {
    background-color: #FD7F0B;
}

.zcform {
    position: relative;
}

.words-number {
    position: absolute;
    right: 6px;
    top: 88px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #999;
    text-align: right;
}

.zcform .ewb-intro-textarea {
    display: block;
    width: 100%;
    text-indent: 19px;
    padding-top: 9px;
    line-height: 32px;
    border-radius: 2px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    height: 120px;
    resize: none;
}

.zcform .ewb-achi {
    margin: 16px 0 0 0;
    float: right;
    width: 96px;
    height: 39px;
    background: #FF9425;
    padding: 0;
    text-align: center;
}

.zcform .ewb-achi:hover {
    background: #FD7F0B;
}

.ewb-intro-toggle {
    display: none;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.toggle-btn {
    display: inline-block;
    vertical-align: top;
    padding-right: 13px;
    color: #FF9425;
    background: url("../images/toggle_ico.png") right center no-repeat;
}

.toggle-btn>span:nth-child(2) {
    display: none;
}

.toggle-btn.open {
    color: #6C6C6C;
    background-image: url("../images/toggle_icoh.png");
}

.toggle-btn.open>span:nth-child(1) {
    display: none;
}

.toggle-btn.open>span:nth-child(2) {
    display: block;
}

/* å¾…è®¤é¢† */
.ewb-spe-flag {
    position: absolute;
    top: -6px;
    left: 6px;
    display: block;
    padding: 6px 20px 0 12px;
    width: 53px;
    height: 76px;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}

.ewb-spe-flag.flag01 {
    background-image: url(/images/dreams/ren01.png);
}
.ewb-spe-flag.flag02 {
    background-image: url(/images/dreams/ren02.png);
}
.ewb-spe-flag.flag03 {
    background-image: url(/images/dreams/ren03.png);
}

/* 推荐梦想 */

.ewb-call {
    /* margin: 0 65px; */
    /* margin-top: 69px; */
    padding: 19px 0 16px 0;
    /* border: 1px solid #d6d6d6; */
}

.ewb-call-hd {
    height: 32px;
    line-height: 32px;
    /* border-bottom: 1px solid #eb6100; */
}

.ewb-call-tt {
    position: relative;
    padding-left: 19px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.ewb-call-tt::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 6px;
    height: 21px;
    background: #FF9425;
}

.ewb-dream-fg2{
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 12px;
    height: 24px;
    line-height: 24px;
    color: #333;
    border-radius: 12px;
    background-color: #fff;
}
/* 梦想图 */


/* 内容 */

.ewb-togcon-items {
    padding-top: 18px;
    text-align: center;
    margin-left: -20px;
}
    
.ewb-togcon-claim {
    padding: 18px 0 0 19px;
}
.ewb-togcon-claim li.claimli{
    padding: 36px 20px 26px;
    font-size: 0;
    -webkit-text-size-adjust: none;
        text-align:left;
    margin-top: 18px;
    background: url("../images/claimli_bg.png") right top no-repeat #f8f7f5;
}

.ewb-togcon-claim li.claimli:first-child {
    margin-top: 0;
    }

.ewb-togcon-claim li.claimli>div {
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
    margin-right: 60px;
    font-size: 16px;
    color: #333;
}

.ewb-togcon-claim li.claimli>div>label {
    color: #666;
}

.ewb-togcon-claim li.claimli>div.claiminfo {
    margin-top:10px;
    width: 100%;
    margin-right: 0;
}
/*.ewb-togcon-item {
    display: inline-block;
    text-align: left;
}

.ewb-togcon-item {
    *display: inline;
}*/
.ewb-togcon-item {
    margin-left: 40px;
    margin-bottom: 30px;
}
.ewb-togcon-box {
    position: relative;
    display: block;
    width: 260px;
    height: 220px;
    border-radius: 4px;
    border: 1px solid #E8DFB1;
    background: #F0EAC8;
    cursor: pointer;
}

.ewb-dream-pro {
    vertical-align: top;
    display: block;
    width: 100%;
    height: 171px;
      border-radius: 4px 4px 0 0;
}

.ewb-dream-font {
    display: block;
    height: 47px;
    line-height: 47px;
      border-radius: 0 0 4px 4px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #333;
      white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis; 
    overflow: hidden;
}

.ewb-dream-flag {
    position: absolute;
    top: -7px;
    left: 6px;
    display: block;
    padding: 6px 20px 0 12px;
    width: 53px;
    height: 76px;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}

.ewb-dream-flag.flag01 {
    background-image: url(/images/dreams/ren01.png);
}

.ewb-dream-flag.flag02 {
    background-image: url(/images/dreams/ren02.png);
}

.ewb-dream-flag.flag03 {
    background-image: url(/images/dreams/ren03.png);
}


/* 平板电脑和小屏电脑之间的分辨率 */

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-intro-textarea {
        /* width: 440px; */
        /* height: 91px; */
    }
    .ewb-intro-a {
        margin-right: 0;
        margin-left: 16px;
    }
    .ewb-call {
        /* margin: 0 16px; */
        /* margin-top: 69px; */
        /* padding: 0 20px; */
        /* border: 1px solid #d6d6d6; */
    }
    .ewb-togcon-item {
        /* margin-right: 10px; */
    }
     .ewb-togcon-box  {
        /* width: 200px; */
    }
}


/* 横向放置的手机和竖向放置的平板之间的分辨率 */

@media (max-width: 767px) {
    .ewb-main {
        padding: 20px 10px;
    }

    .ewb-intro-twrap {
        margin: 0;
    }

    .ewb-achi {
        margin: 0 auto;
        margin-top: 20px;
    }
    .intro-img {
        text-align: center;
    }
    .ewb-intro-a {
        float: none !important;
        margin-right: 0;
        display: inline-block;
    }
    .ewb-intro-wrap {
        /* text-align: center; */
    }
    .intro-main {
        /* margin-top: 30px; */
        display: inline-block;
        text-align: left;
    }
    
    .ewb-intro-box{
        padding: 0;
        width: 100%;
        margin-right: 0;
    }

    .ewb-intro-textarea {
        width: 99%;
    }
    .ewb-togcon-items {
/*         padding: 30px 0; */
        margin-left: 0;
    }
    .ewb-togcon-item {
        /* float: left !important; */
        width: 100%;
        /* margin-right: 10px; */
        margin-left: 0;
    }
    .ewb-togcon-box {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .ewb-call {
        /* margin: 0 20px; */
        /* margin-top: 35px; */
        padding-bottom: 0;
    }
    .ewb-main .col-md-15 {
        margin-left: 0;
        width: 100%;
    }
    .ewb-togcon-claim {
        padding-left: 0;
    }
    .ewb-togcon-claim li.claimli {
        padding: 20px;
    }

}


/* 横向放置的手机及分辨率更小的设备 */

@media (max-width: 480px) {
    .intro-main{
        /* width: 270px; */
        overflow: hidden;
    }

    .ewb-togcon-item {
        /* float: none !important; */
        /* width: 99%; */
        /* margin-bottom: 20px; */
    }

    .ewb-intro-textarea {
        width: 265px;
    }

    .ewb-intro-type{
        margin-right: 30px;
    }
}
