/* public */
* {
    margin: 0;
    padding: 0;
}
ul,li {
    list-style: none;
}
a,a:hover,a:active,a:visited {
    color: #c7cccc;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
body {
    width: 100%;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
}
.nav_top {
    width: 100%;
    height: 39px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e7e7eb;
}
.container {
    width: 1120px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.welcome {
    float: left;
    height:39px;
    margin-left: 20px;
    line-height: 39px;
}
.nav_main {
    float: right;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
}
.nav_main li {
    float: left;
    margin-left: 38px;
}
.nav_main li a {
    color: #666666;
}
.logo {
    float: left;
    margin: 26px 0 26px 20px;
}
.entry {
    float: right;
    margin: 30px 0;
    overflow: hidden;
}
.entry li {
    float: left;
    width: 120px;
    height:44px;
    margin-left: 18px;
    line-height: 40px;
    font-size: 16px;
    color: #61cfbe;
    font-weight: bold;
    text-align: center;
    border: 2px solid #61cfbe;
    border-radius: 4px;
}
.entry li:hover {
    color: #FFFFFF;
    background-color: #61cfbe;
}
.foot {
    width: 100%;
    padding: 36px 0 30px 0;
    background-color: #353535;
}
.site_link {
    margin: 0 auto 32px auto;
    line-height: 16px;
    font-size: 12px;
    color: #c7cccc;
    text-align: center;
}
.site_link li {
    margin-left: 14px;
    display: inline-block;
}
.site_message {
    font-size: 12px;
    color: #929292;
    text-align: center;
    margin-bottom: 0;
}
.site_message li {
    margin-right: 32px;
    margin-bottom: 5px;
    display: inline-block;
}
.site_message li a {
    color: #929292;
}
.clear {
    clear: both;
}

/* index */
.banner_index {
    position: relative;
    min-width: 1430px;
    width: 100%;
    height:400px;
    margin-bottom: 20px;
    overflow: hidden;
}
.index_banner_inner {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
}

.carousel {
    position: relative
}

.index_carousel-inner {
    height:400px;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}
.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 10px
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.carousel-control.left,.carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
}
.carousel-control .banner_icon_left,.carousel-control .banner_icon_right {
    width: 50px;
    height: 90px;
    margin-top: 155px;
    display: inline-block;
}
.carousel-control .banner_icon_left {
    background: url("l_arrow.png") no-repeat;
}
.carousel-control .banner_icon_right {
    background: url("r_arrow.png") no-repeat;
}
.login_pos {
    position: relative;
    overflow: visible;
}
.login_pannel {
    position: absolute;
    right: 2px;
    top: 20px;
    width: 320px;
    height: 360px;
    padding: 0 20px;
    background-color: #FFFFFF;
    border-radius: 2px;
}
.login_way {
    width: 100%;
    height:30px;
    margin: 22px 0 18px 0;
    border-bottom: none;
    overflow: hidden;
}
.login_way li {
    float: left;
    height:27px;
    margin-left: 30px;
    font-size: 16px;
    color: #999999;
    border-bottom: 3px solid #FFFFFF;
}
.login_way li:first-child {
    margin-right: 56px;
}
.login_way li.active {
    font-weight: bold;
    color: #61cfbe;
    border-bottom: 3px solid #61cfbe;
}
.login_way li a {
    padding: 0;
}
.login_way li.active a,.login_way li.active a:hover,.login_way li.active a:active,.login_way li.active a:focus {
    color: #61cfbe;
    border: none;
}
.login_way li a,.login_way li a:hover,.login_way li a:active,.login_way li a:focus {
    background: none;
    border: none;
}
.login_account {
    position: relative;
    width: 100%;
    height:40px;
    margin-bottom: 10px;
    line-height: 40px;
    background-color: #f1f1f1;
}
.login_account .user_icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 44px;
    height:40px;
    background: url("../img/index/user_icon.png") no-repeat center;
    display: inline-block;
}
.login_account .password_icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 44px;
    height:40px;
    background: url("../img/index/password_icon.png") no-repeat center;
    display: inline-block;
}
.login_account .user_input,.login_account .password_input {
    width: 100%;
    padding: 0 30px 0 52px;
    font-size: 14px;
    background: inherit;
    border: none;
}
.ver_code_panel {
    width: 100%;
    height:40px;
    margin-bottom: 10px;
    line-height: 40px;
    overflow: hidden;
}
.ver_code_panel .ver_code_box {
    float: left;
    width: 130px;
    margin-right: 26px;
    padding: 0 18px;
    font-size: 14px;
    background: #f1f1f1;
    border: none;
}
.ver_code_panel .ver_code_img {
    float: left;
    width: 124px;
    height: 40px;
}
.ver_code_panel .ver_code_img img {
    width: 100%;
}
.index_login_checkbox {
    margin-top: 15px;
    margin-bottom: 18px;
}
.index_login_checkbox label.login_auto {
    color: #999999;
}
.index_login_checkbox a.login_forget {
    color: #61cfbe;
}
.index_login_btn,.index_login_btn:active,.index_login_btn:visited,.index_login_btn:focus {
    height: 40px;
    margin-bottom: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 4px;
    text-align: center;
    background: #61cfbe;
    border-radius: 0px;
}
.index_login_btn:hover {
    color: #FFFFFF;
    opacity: 0.9;
}
.register_guide {
    font-size: 14px;
    color: #999999;
}
.register_guide a {
    color: #61cfbe;
    letter-spacing: 1px;
    text-decoration: underline;
}
.login_index_user_head {
    width: 160px;
    height: 160px;
    margin: 60px auto 15px auto;
    border-radius: 100%;
    overflow: hidden;
}
.login_index_user_head img {
    width: 100%;
    height:100%;
}
.login_index_user_name {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.login_index_user_name a {
    margin-left: 5px;
    color: #61cfbe;
}
.login_pannel .index_search_list_btn {
    width: 200px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 16px;
    color: #61cfbe;
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #61cfbe;
    border-radius: 2px;
    display: block;
}
.login_pannel .index_search_list_btn:hover {
    color: #FFFFFF;
    background: #61cfbe;
    text-decoration: none;
}
.recommend_left {
    float: left;
    width: 263px;
    height: 764px;
    margin-right: 20px;
    margin-bottom: 38px;
    padding: 25px 20px 0 20px;
    background: url("../img/index/recommend_left.png") no-repeat left bottom;
    border: 1px solid #e7e7eb;
    border-radius: 2px;
}
.recommend_right {
    float: left;
    width: 836px;
    height: 348px;
    margin-bottom: 38px;
}
.category_title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}
.category_title .title {
    float: left;
    margin-bottom: 18px;
    color: #333333;
    font-weight: bold;
}
.category_title .more {
    float: right;
    font-size: 14px;
    color: #999999;
}
.category_body {
    width: 100%;
    margin-bottom: 60px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
}
.category_body li {
    float: left;
    margin-right: 27px;
    margin-bottom: 6px;
}
.category_body li a {
    font-size: 14px;
    color: #666666;
}
.recommend_title {
    margin: 5px 0 12px 0;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.recommend_star_list {
    overflow: hidden;
}
.recommend_star_list>li {
    float: left;
    width: 265px;
    height: 353px;
    margin: 0 20px 20px 0;
    border-radius: 2px;
    overflow: hidden;
}
.recommend_star_list>li:nth-child(3),.recommend_star_list>li:nth-child(6) {
    margin-right: 0;
}
.recommend_star_list li .poster {
    position: relative;
    width: 265px;
    height: 265px;
    overflow: hidden;
}
.recommend_star_list li .poster img {
    width: 100%;
}
.recommend_star_offer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 265px;
    height: 54px;
    margin: 0;
    line-height: 54px;
    font-size: 18px;
    color: #61cfbe;
    text-align: center;
    background: rgba(0,0,0,0.7);
    display: none;
}
.recommend_star_list li:hover .recommend_star_offer {
    display: block;
}
.recommend_star_offer:hover {
    cursor: pointer;
    text-decoration: underline;
}
.recommend_star_msgbox {
    width: 100%;
    height: 55px;
    padding: 16px 18px 20px 18px;
    border: 1px solid #e7e7eb;
    border-top: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.recommend_star_name {
    width: 130px;
    height: 20px;
    margin-right: 10px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    text-align: left;
    overflow: hidden;
    display: inline;
}
.recommend_star_fan {
    width: 88px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #999999;
    overflow: hidden;
    display: inline;
}
.recommend_star_fan span {
    margin-left: 4px;
    color: #ff5b91;
}
.star_label_list {
    height: 25px;
    margin-top: 12px;
    overflow: hidden;
}
.star_label_list li {
    margin-right: 8px;
    margin-bottom: 5px;
    padding: 2px 9px;
    font-size: 14px;
    color: #FFFFFF;
    background: #98e1d6;
    border-radius: 20px;
    display: inline-block;
}
.star_type_head {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #e7e7eb;
}
.star_type_list {
    float: left;
    overflow: hidden;
}
.star_type_list li {
    float: left;
    margin-right: 16px;
    padding: 3px 6px;
    font-size: 16px;
    color: #999999;
    border-bottom: 2px solid #FFFFFF;
    cursor: pointer;
}
.star_type_list li:hover,.star_type_list li.active {
    font-size: 20px;
    color: #333333;
    border-bottom: 2px solid #61cfbe;
}
.star_type_list.nav-tabs {
    border-bottom: 0;
}
.star_type_list.nav-tabs>li {
    margin-bottom: 0;
}
.star_type_list.nav-tabs>li.active>a, .star_type_list.nav-tabs>li.active>a:focus, .star_type_list.nav-tabs>li.active>a:hover, .star_type_list.nav-tabs>li>a:hover {
    margin-right: 0;
    padding: 0;
    color: #333333;
    border: none;
    border-radius: 0;
    display: inline;
}
.star_type_list.nav>li>a {
    color: #999999;
    display: inline;
    padding: 0;
}
.star_type_list.nav-tabs>li>a {
    border: none;
    background-color: #FFFFFF;
}
.star_type_head a.star_more_type {
    float: right;
    font-size: 16px;
    color: #999999;
}
.hot_star_box {
    width: 100%;
    padding-top: 20px;
}
.hot_star_box ul {
    width: 100%;
}
.hot_star_box .recommend_star_list>li:nth-child(3),.hot_star_box .recommend_star_list>li:nth-child(6) {
    margin-right: 20px;
}
.hot_star_box ul>li:nth-child(4n) {
    margin-right: 0;
}
/*.more_btn {*/
    /*width: 112px;*/
    /*height: 34px;*/
    /*margin: 0 auto;*/
    /*background: url("../img/index/btn_more.png") no-repeat;*/
    /*border: none;*/
    /*display: block;*/
    /*cursor: pointer;*/
/*}*/
.more_btn_box {
    width: 100%;
    text-align: center;
}
.more_btn {
    font-size: 16px;
    color: #333;
    display: inline-block;
    text-decoration: underline;
}
.more_btn:hover,.more_btn:focus,.more_btn:active,.more_btn:visited {
    color: #333;
}
.announce_task_head {
    width: 100%;
    height: 33px;
    margin-top: 34px;
    border-bottom: 1px solid #e7e7eb;
}
.announce_task_title {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #61cfbe;
}
.announce_task_body {
    margin-top: 20px;
    margin-bottom: 28px;
    overflow: hidden;
}
.announce_task_body li {
    float: left;
    width: 265px;
    height: 110px;
    margin-right: 17px;
    margin-bottom: 17px;
    padding: 16px 25px 18px 16px;
    border: 1px solid #e7ebeb;
    border-radius: 3px;
}
.task_name {
    margin-bottom: 10px;
    font-size: 16px;
    color: #61cfbe;
    font-weight: bold;
}
.task_offer {
    margin-bottom: 6px;
    font-size: 14px;
    color: #999999;
}
.task_deadline_time {
    font-size: 14px;
    color: #999999;
}
.success_case_head {
    width: 100%;
    height: 33px;
    margin-top: 34px;
    line-height: 33px;
    border-bottom: 1px solid #e7e7eb;
    overflow: hidden;
}
.success_case_title {
    float: left;
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #61cfbe;
}
.success_case_head .look_more {
    float: right;
    font-size: 16px;
    color: #999999;
}
.success_case_list {
    margin-bottom: 28px;
    overflow: hidden;
}
.success_case_list li {
    position: relative;
    float: left;
    width: 550px;
    height: 300px;
    margin: 20px 20px 0 0;
    border-radius: 3px;
    overflow: hidden;
}
.success_case_list li:nth-child(2n) {
    margin-right: 0;
}
.success_case_list li>a>img {
    width: 100%;
}
.success_case_msgbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 99px;
    padding: 14px 20px;
    background: rgba(0,0,0,0.7);
    overflow: hidden;
}
.success_case_name {
    font-size: 16px;
    color: #61cfbe;
}
.success_case_info {
    line-height: 20px;
    font-size: 14px;
    color: #c7cccc;
}

/* complete */
.sh-star-apply-form-subtitle .apply_subtitle_tip {
    margin-left: 12px;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
}
.sh-star-apply-form-subtitle.license {
    margin: 30px 0 28px 0;
}
.sh-star-apply-form ul.ad_base_message li {
    padding-top: 14px;
    padding-bottom: 14px;
}
.sh-star-apply-form ul.ad_base_message li:nth-child(odd) {
    width: 75px;
    margin-right: 14px;
}
.sh-star-apply-form ul.ad_base_message li:nth-child(even) {
    width: 950px;
}
.sh-star-apply-form ul.ad_base_message li.ad_base_logo_title {
    padding-top: 45px;
    padding-bottom: 45px;
}
.sh-star-apply-input-file-custom.ad_base_logo {
    margin-bottom: 22px;
}
.sh-star-apply-form .input-text.ad_base_input {
    padding: 0 20px;
}
.ad_apply_input_file_img {
    cursor: pointer;
    display: block;
    width: 300px;
    height: 180px;
}
.id_card_upload_img {
    float: left;
    margin-right: 20px;
}
.sh-star-apply-form ul.ad_apply_license li:nth-child(odd) {
    width: 90px;
    margin-right: 20px;
    padding-top: 75px;
    padding-bottom: 75px;
}
.sh-star-apply-form ul.ad_apply_license li.id_card_tip {
    padding-top: 85px;
    padding-bottom: 65px;
    line-height: 20px;
}
.sh-star-apply-form ul.ad_apply_license li.id_card_tip span {
    color: #999999;
}
.ad_base_save_btn {
    width: 415px;
    height:45px;
    margin: 80px auto 0 auto;
    line-height: 45px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    background: #61cfbe;
    border: none;
    border-radius: 3px;
    display: block;
}
.ad_base_save_btn:hover {
    background: #3FCCB6;
}

/* publish */
.ad_publish_form {
    width: 1040px;
    height: auto;
    line-height: 40px;
    margin-top: 30px;
    overflow: visible;
}
.ad_publish_form ul {
    overflow: hidden;
}
.ad_publish_form ul li {
    float: left;
    min-height: 68px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.ad_publish_form ul li:nth-child(odd) {
    width: 72px;
    margin-right: 22px;
    text-align: right;
}
.ad_publish_form ul li:nth-child(even) {
    width: 935px;
}
.ad_publish_form .input-text {
    background-color: #f1f1f1;
    padding: 0 20px;
    float: left;
    height: 40px;
    border: none;
}
.ad_publish_form .input-text.task_pay_input {
    width: 178px;
    margin-right: 16px;
}
.ad_publish_sumbit_btn {
    width: 415px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    background: #61cfbe;
    border: none;
    border-radius: 3px;
    display: block;
}
.ad_publish_sumbit_btn:hover {
    background: #3FCCB6;
}

/* detail */
.sh-star-apply-container.ad_task_detail_container {
    padding:0;
    background-color: #FFFFFF;
    border-top: 3px solid #61cfbe;
}
.ad_task_nav_middle {
    width: 100%;
    height: 40px;
    margin-bottom: 0;
    line-height: 40px;
    color: #666666;
}
.ad_task_nav_middle a {
    font-size: 14px;
    color: #666666;
}
.ad_task_detail_content {
    width: 100%;
    border: 1px solid #e7e7eb;
    overflow: hidden;
}
.ad_task_detail_con_left {
    float: left;
    width: 854px;
    padding: 26px 30px;
    border-right: 1px solid #e7e7eb;
}
.ad_task_detail_con_right {
    float: left;
    width: 263px;
    padding: 20px 19px;
}
.ad_task_detail_title {
    float: left;
    width: 732px;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: #ff5b91;
    font-weight: bold;
}
.ad_task_detail_share {
    float: right;
    width: 61px;
    height: 32px;
    padding-left: 31px;
    line-height: 32px;
    color: #999999;
    font-size: 14px;
    background: url("../img/ad/share.png") no-repeat left center;
}
.ad_task_detail_msg {
    margin: 52px 0 10px 0;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
}
.ad_task_detail_msg li {
    margin-bottom: 20px;
}
.ad_task_detail_msg li span {
    color: #666666;
}
.ad_task_detail_msg li span.task_price {
    color: #ff5b91;
}
.ad_receive_task {
    width: 120px;
    height: 46px;
    margin-bottom: 45px;
    line-height: 46px;
    font-size: 14px;
    color: #FFFFFF !important;
    text-align: center;
    background: #61cfbe;
    border: none;
    border-radius: 3px;
    display: block;
}
.ad_task_title_box {
    width: 100%;
    height: 31px;
    border-bottom: 1px solid #e7e7eb;
}
.ad_task_title_headline {
    height: 31px;
    line-height: 28px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    border-bottom: 3px solid #61cfbe;
    display: inline-block;
}
.ad_task_describe {
    padding: 20px 0;
    margin-bottom: 10px;
}
.ad_task_publicity {
    padding: 20px 0;
    margin-bottom: 30px;
}
.ad_task_success_case {
    padding: 25px 0;
}
.ad_detail_logo {
    width: 225px;
    height: 225px;
    overflow: hidden;
}
.ad_detail_logo img {
    width: 100%;
}
.ad_detail_message {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #e7e7eb;
}
.ad_detail_message li {
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}
.ad_detail_message li a {
    color: #61cfbe;
    display: block;
}
.ad_more_task_right_headline {
    padding: 18px 6px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.ad_more_task_list {
    width: 100%;
    overflow: hidden;
}
.ad_more_task_list li {
    width: 100%;
    height: 98px;
    margin-bottom: 20px;
    padding:13px 12px 20px 12px;
    background: #f7f7f7;
    border: 1px dashed #e7e7eb;
}
.ad_recommend_task_title {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
}
.ad_recommend_task_message {
    line-height: 20px;
    font-size: 14px;
    color: #999999;
}
.ad_recommend_task_message a {
    float: right;
    color: #61cfbe;
}

/* list */
.ad_list_banner_box {
    position: relative;
    width: 100%;
    height: 236px;
    margin-bottom: 18px;
    overflow: hidden;
}
.ad_list_banner {
    position: absolute;
    left: 50%;
    top:0;
    margin-bottom: 0;
    margin-left: -960px;
    overflow: hidden;
}
.ad_list_banner img {
    width: 1920px;
}
.ad_hot_task_list {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.ad_hot_task_list>li {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding: 22px 15px;
    border: 1px solid #e7e7eb;
    border-radius: 3px;
}
.ad_hot_task_headline {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.ad_hot_task_headline .ad_company_name {
    margin-left: 18px;
    color: #ff5b91;
}
.ad_hot_task_headline .ad_publish_time {
    margin-left: 20px;
    color: #999999;
    font-weight: 400;
}
.ad_hot_task_message {
    overflow: hidden;
}
.ad_hot_task_message li {
    margin-top: 8px;
    font-size: 14px;
    color: #666666;
}
.ad_task_list_detail_btn {
    position: absolute;
    right: 19px;
    top: 48px;
    width: 145px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    background: #61cfbe;
    border-radius: 3px;
}
.ad_business_task_pager {
    margin-top: -10px;
    margin-bottom: 85px;
}

/* ucenter */
.ad_index_base_box {
    width: 100%;
    padding: 20px 0;
}
.ad_index_base_logo {
    margin: 15px 0 20px 20px;
    border: 1px solid #e7e7eb;
    border-radius: 3px;
    display: inline-block;
}
.ad_index_base_message_list {
    width: 100%;
    margin-left: 20px;
    overflow: hidden;
}
.ad_index_base_message_list li {
    float: left;
    margin-bottom: 20px;
    line-height: 25px;
    color: #333333;
    font-size: 14px;
}
.ad_index_base_message_list li:nth-child(odd) {
    width: 72px;
    margin-right: 30px;
    text-align: right;
}
.ad_index_base_message_list li:nth-child(even) {
    width: 985px;
    color: #666666;
}
.ad_index_base_name {
    margin-top: -5px;
    font-size: 20px;
    color: #ff5b91;
    font-weight: bold;
    display: inline-block;
}
.ad_index_base_message_list a {
    color: #61cfbe;
    text-decoration: underline;
}
.ad_edit_message_btn_box {
    width: 370px;
    height: 45px;
    margin: 50px auto;
    overflow: hidden;
}
.ad_edit_message_btn_box button {
    float: left;
    width: 160px;
    height:45px;
    margin-right: 50px;
    line-height: 45px;
    color: #FFFFFF;
    text-align: center;
    background: #61cfbe;
    border-radius: 3px;
    border: none;
}
.ad_edit_message_btn_cancel {
    float: left;
    width: 160px;
    height:45px;
    line-height: 45px;
    color: #999999;
    text-align: center;
    background: #f1f1f1;
    border-radius: 3px;
    cursor: pointer;
}