@charset "UTF-8";
/* // display:flex属性设置 */
.disflexCenSmall {
    display: flex;
    align-items: center;
}

.disflexCen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.disflexCenBtw {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.disflexCenAro {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#contents {
    /* // banner部分 */
}
#contents .media_search_list {
    background: url(../../img/price_01.jpg);
    padding: 60px 0 45px;
    background-size: cover;
    box-sizing: border-box;
}
#contents .media_search_list .search_input_item {
    width: 600px;
    height: 50px;
    border: 1px solid #fff;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 0 15px;
}
#contents .media_search_list .search_input_item i {
    float: right;
    background: url(../../img/price_02.png) no-repeat center;
    width: 50px;
    height: 50px;
}
#contents .media_search_list .search_input_item input {
    width: 500px;
    float: left;
    height: 50px;
    font-size: 15px;
    border: none;
    box-sizing: border-box;
    color: #fff;
    padding: 0 15px;
    background: transparent;
}
#contents
    .media_search_list
    .search_input_item
    input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}
#contents .media_search_list .search_input_item input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}
#contents .media_search_list .search_input_item input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    opacity: 1;
}
#contents .media_search_list .search_input_item input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    opacity: 1;
}
#contents .media_search_list .media_search_val {
    width: 1200px;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 36px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
}
#contents .media_search_list .media_search_val .select_list_detail {
    margin-bottom: 6px;
    display: flex;
    align-items: flex-start;
}
#contents
    .media_search_list
    .media_search_val
    .select_list_detail
    > section:first-child {
    box-sizing: border-box;
    width: 105px;
    text-align: right;
    padding: 4px 0;
    padding-right: 5px;
    box-sizing: border-box;
    color: #333;
    word-break: keep-all;
}
#contents
    .media_search_list
    .media_search_val
    .select_list_detail
    .select_list_detailval {
    flex: 1;
}
#contents
    .media_search_list
    .media_search_val
    .select_list_detail
    .select_list_detailval
    ul {
    display: flex;
    flex-wrap: wrap;
}
#contents
    .media_search_list
    .media_search_val
    .select_list_detail
    .select_list_detailval
    ul
    li {
    cursor: pointer;
    padding: 4px 10px;
    box-sizing: border-box;
    margin: 0 6px 6px 0;
    color: #666;
    display: flex;
    align-items: center;
    border-radius: 4px;
    text-wrap: nowrap;
}
#contents
    .media_search_list
    .media_search_val
    .select_list_detail
    .select_list_detailval
    ul
    li:hover,
#contents
    .media_search_list
    .media_search_val
    .select_list_detail
    .select_list_detailval
    ul
    li.active {
    background-color: #409eff;
    color: #fff;
}
#contents .media_search_list .other_price_style input {
    width: 75px;
    height: 26px;
    padding: 0 6px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
#contents .media_search_list .other_price_style button {
    padding: 4px 8px;
    box-sizing: border-box;
    background-color: #409eff;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    margin-left: 10px;
}
#contents .table_content_val {
    width: 1200px;
    margin: 40px auto;
}
#contents .table_content_val .show_table_res .media_search_list_detail {
    margin-top: 30px;
    table-layout: fixed;
    border-collapse: separate;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    font-size: 14px;
    color: #606266;
}
#contents .table_content_val .show_table_res .media_search_list_detail th,
#contents .table_content_val .show_table_res .media_search_list_detail td {
    transition: background-color 0.25s ease;
    padding: 12px 10px;
    text-align: left;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    border-top: 1px solid #ebeef5;
    border-right: 1px solid #ebeef5;
    border-bottom: 1px solid #ebeef5;
    word-break: break-all;
}
#contents .table_content_val .show_table_res .media_search_list_detail thead {
    background: #eaf6ff;
    color: #909399;
    font-weight: 500;
}
#contents
    .table_content_val
    .show_table_res
    .media_search_list_detail
    thead
    th {
    border-bottom: none;
    font-weight: bold;
    color: #666;
}
#contents
    .table_content_val
    .show_table_res
    .media_search_list_detail
    thead
    tr
    th:first-child,
#contents
    .table_content_val
    .show_table_res
    .media_search_list_detail
    tbody
    tr
    td:first-child {
    border-left: 1px solid #ebeef5;
}
#contents
    .table_content_val
    .show_table_res
    .media_search_list_detail
    tbody
    tr {
    transition: all linear 0.1s;
}
#contents
    .table_content_val
    .show_table_res
    .media_search_list_detail
    tbody
    tr
    td {
    color: #333;
}
#contents
    .table_content_val
    .show_table_res
    .media_search_list_detail
    tbody
    tr
    .remarkVal {
    font-size: 12px;
}
#contents
    .table_content_val
    .show_table_res
    .media_search_list_detail
    tbody
    tr:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
#contents .sameStyle {
    padding-bottom: 60px;
}
#contents .sameStyle h2 {
    padding: 60px 0 15px;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    color: #373232;
}
#contents .sameStyle h4 {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #928080;
    margin-bottom: 40px;
}
#contents #banners img {
    width: 100%;
    height: 100%;
}
#contents .numsListshow {
    width: 1200px;
    margin: 30px auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#contents .numsListshow .number {
    color: #c98988;
    font-size: 16px;
}
#contents .numsListshow .number span {
    font-size: 40px;
    color: #e84f4e;
}
#contents .article-wrap {
    margin: 50px auto 0;
    width: 1100px;
    height: 360px;
}
#contents .article-wrap .article-left {
    float: left;
    position: relative;
    height: 360px;
    width: 546px;
}
#contents .article-wrap .article-left .article-img {
    position: absolute;
    width: 430px;
    height: 250px;
    z-index: 5;
    overflow: hidden;
    top: 0;
    left: 0;
}
#contents .article-wrap .article-left .article-img img {
    width: 100%;
    height: 100%;
}
#contents .article-wrap .article-left .article-date {
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-size: 10px;
    color: #606060;
    width: 50px;
    text-align: center;
    line-height: 20px;
}
#contents .article-wrap .article-left .article-date span {
    font-size: 40px;
    letter-spacing: -2px;
}
#contents .article-wrap .article-left .article-hot {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 440px;
    height: 140px;
    background-color: #f8f8f8;
    z-index: 10;
    padding: 22px;
    box-sizing: border-box;
}
#contents .article-wrap .article-left .article-hot h6 {
    font-size: 16px;
    color: #373232;
}
#contents .article-wrap .article-left .article-hot p {
    font-size: 12px;
    color: #999;
    line-height: 22px;
}
#contents .article-wrap .article-left .article-hot a {
    float: right;
    width: 50px;
    height: 20px;
    line-height: 18px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    color: #666;
    font-size: 10px;
    text-align: center;
}
#contents .article-wrap .article-left .article-hot a:hover {
    border: 1px solid #c72a33;
    color: #c72a33;
}
#contents .article-wrap .article-right {
    float: right;
}
#contents .article-wrap .article-right li {
    width: 490px;
    height: 120px;
    background-color: #ffffff;
    padding: 10px 24px;
    border-bottom: 1px solid #f8f8f8;
    box-sizing: border-box;
}
#contents .article-wrap .article-right li h5 {
    line-height: 30px;
    letter-spacing: -1px;
    color: #373232;
}
#contents .article-wrap .article-right li h5:hover {
    color: #cb3333;
}
#contents .article-wrap .article-right li p {
    font-size: 12px;
    color: #999999;
    line-height: 22px;
}
#contents .article-wrap .article-right li:hover {
    box-shadow: 0 2px 18px 0 rgba(210, 205, 205, 0.2);
}
#contents .article-btn {
    margin: 50px 0 0;
    text-align: center;
}
#contents .article-btn a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    color: #bfbfbf;
}
#contents .article-btn a:hover {
    border: 1px solid #d73e3e;
    color: #d73e3e;
}

.returnSecond {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media only screen and (max-width: 767px) {
    #contents .numsListshow {
        width: 100% !important;
    }
    #contents .wecandos .doslist {
        width: 100% !important;
    }
    #contents .wecandos .doslist .wecandos-item {
        width: 50% !important;
    }
    #contents .advantage .advantage-list {
        width: 100% !important;
    }
    #contents .moreResources .resource-wrap {
        width: 100% !important;
    }
    #contents .moreResources .resource-wrap .resource-nav li {
        margin: 0;
        flex: 1;
        width: 19%;
        font-size: 14px;
    }

    #resource_list {
        height: auto !important;
    }

    .resource-item li {
        width: 33% !important;
        height: auto !important;
    }
    .resource-item li img {
        width: 100%;
    }

    .agents {
        background: initial !important;
        height: auto !important;
    }
    .agents .agent-list {
        width: 100% !important;
    }
    .agents .agent-list li {
        width: 50% !important;
        height: 220px !important;
    }
    .agents .agent-list li p {
        padding: 20px !important;
        box-sizing: border-box;
    }
    .agents .agent-list li img {
        margin-top: 30px !important;
    }

    .article-wrap {
        width: 100% !important;
        height: auto !important;
    }
    .article-wrap .article-left {
        width: 100% !important;
    }
    .article-wrap .article-left .article-img {
        width: 100% !important;
    }
    .article-wrap .article-left .article-hot {
        width: 94% !important;
        box-shadow: 1px 2px 10px #ddd;
        margin-right: -47%;
        right: 50% !important;
    }
    .article-wrap .article-right li {
        width: 100% !important;
    }

    .can-do-lines {
        left: 44% !important;
    }

    .wecando3 {
        left: 40% !important;
    }

    .resource-list {
        margin-top: 15px !important;
    }

    .swiper-wrapper {
        height: 220px !important;
    }

    .numsListshow-small {
        display: flex !important;
        justify-content: space-around;
        text-align: center;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .numsListshow-small div {
        margin: 20px 0;
        flex: 1;
    }
    .numsListshow-small div p {
        display: block;
    }
    .numsListshow-small div p:first-child {
        font-size: 22px;
        color: #eb4f4e;
    }
    .numsListshow-small div p:last-child {
        font-size: 13px;
        color: #c98988;
    }

    .toRegLink {
        width: 100%;
        margin-top: 15px;
        padding-left: 12px;
        box-sizing: border-box;
    }

    #searchform.search_input_item {
        width: 90% !important;
        padding: 0;
    }
    #searchform.search_input_item input {
        width: 80% !important;
    }

    .media_search_val {
        width: 95% !important;
        padding: 30px 0 !important;
    }

    .index_media_show {
        width: 100% !important;
    }
    .index_media_show .media_search_list_detail thead tr th:nth-last-child(2) {
        width: 50px !important;
    }
    .index_media_show .media_search_list_detail thead tr th:nth-last-child(1) {
        width: 40px !important;
    }
    .index_media_show .media_search_list_detail th,
    .index_media_show .media_search_list_detail td {
        font-size: 13px;
        padding: 5px !important;
    }
    .index_media_show .media_search_list_detail .xhsSpecials td:first-child {
        display: table-cell !important;
    }
    .index_media_show .media_search_list_detail th.otherSections {
        width: auto !important;
        height: 45px;
        line-height: 35px;
    }
    .index_media_show .media_search_list_detail .xhsSpecials .accountDetailes {
        width: auto !important;
    }
}

/*# sourceMappingURL=media.css.map */
