﻿@charset "utf-8";

body {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

:focus {
    outline: none !important;
}

.mc_container {
    width: 100%;
    padding: 0 70px;
}

.mc_retrieval_box {
    border-top: 1px solid #189;
}

.mc_retrieval {
    margin-top: 50px;
}

.mc_rtv_l {
    width: 300px;
    padding-right: 30px;
}

.mc_rtv_l.hide{
    display: none;
}

.mc_rtv_r {
    width: calc(100% - 300px);
}


.mc_rtv_hd {
    padding: 5px 0;
    border-bottom: 3px solid #189;
}

.mc_rtv_hd p {
    font-size: 14px;
    line-height: 36px;
    color: #666;
}

.mc_rtv_hd .mc_rtvhd_btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 36px;
    padding: 0 10px;
    color: #189;
    transition: all .36s;
}

.mc_rtv_sor {
    display: none;
    width: 270px;
}

.mc_rtvbtn_dl {
    margin-left: 15px;
}

.mc_rtv_r.mc_rtvr_full {
    width: 100%;
}

.mc_rtv_r.mc_rtvr_full .mc_rtv_sor {
    display: block;
}

.mc_rtv_sor {
    margin-right: 20px;
}

.mc_rtvl_li {
    background: #f9f9f9;
}

.mc_rtvl_li {
    border-bottom: 1px solid #e0e0e0;
}

.mc_rtvl_xlhd {
    padding: 10px;
    cursor: pointer;
}



.mc_rtvl_inputbox {
    max-width: calc(100% - 15px);
}

.mc_rtvl_xtb {
    width: 15px;
    line-height: 20px;
}

.mc_rtvl_xtb img {
    width: 100%;
}

.mc_rtvl_inputbox {

    user-select: none;
}

.mc_rtvl_checkbox {
    float: left;
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #666;
    background: #fff;
    margin-top: 2.5px !important;
    pointer-events: none;
    border-radius: 2px;
}

.mc_rtvl_checkbox::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 80%;
    height: 80%;
    background: url(../images/xtb_duihao.png) center / cover no-repeat;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.mc_rtvl_checkbox:checked {
    background: #666;
}

.mc_rtvl_checkbox:checked::before {
    opacity: 1;
}

.mc_rtvl_inputbox span {
    float: left;
    width: calc(100% - 15px);
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.mc_rtvl_xlbd {
    display: none;
    padding: 20px 15px;
    background: #fff;
}

.mc_rtvl_xlbd .slider{
    width: 100%;
}

.mc_rtvl_xlhd.act .mc_rtvl_xtb {
    transform: rotate(180deg);
}

.mc_tab_sortbtn {
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    cursor: pointer;
}

.mc_tab_sortbtn::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    background: url(../images/xtb_desc.png) center / cover no-repeat;
    opacity: 0;
}

.mc_tab_th.desc .mc_tab_sortbtn::before {
    opacity: 1;
}

.mc_tab_th.asc .mc_tab_sortbtn::before {
    opacity: 1;
    transform: rotate(180deg);
}

.mc_table {
    /*width: 100%;*/
    transform-style: preserve-3d;
}

.mc_table th,
.mc_table td {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    padding: 10px 15px;
}

.mc_table td a {
    font-size: inherit;
    line-height: inherit;
    color: #007c8c;
}

.mc_table td p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_table_hd tr {
    background: #f9f9f9;
}

.mc_table_hd th{
    background: #f9f9f9;
}


.mc_tab_td0{
    position: relative;
    z-index: 5;
    background: #fff;
}

.mc_tab_searchbox {
    position: relative;
    /* margin-top: 10px; */
    border: 1px solid silver;
    width: 200px;
    height: 36px;
    margin-left: 20px;
}

.mc_tabsearch_input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 5px;
    padding-right: 20px;
    color: #666;
}

.mc_tabsearch_btn {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}

.mc_tabproxl_box {
    position: relative;
    padding: 25px 40px;
}

.mc_tabproxl_close {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 10;
    width: 20px;
    cursor: pointer;
}

.mc_tabproxl_l {
    width: calc(100% - 360px);
    border-right: 1px dashed silver;
}

.mc_tabproxl_r {
    width: 360px;
}

.mc_tabproxl_imgbox {
    width: 171px;
}

.mc_tabproxl_message {
    width: calc(100% - 171px);
    padding-left: 5vw;
}

.mc_tabproxl_imgbox a {
    display: block;
}

.mc_tabproxl_message h4 {
    font-size: 18px;
    line-height: 1.5;
    color: #007c8c;
    margin-bottom: 20px;
}

.mc_tabproxl_message p {
    font-size: 14px;
    line-height: 1.5;
    color: #007c8c;
    margin-bottom: 10px;
}

.mc_tabproxl_message a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_tab_bd tr {
    border-bottom: 1px solid #e0e0e0;
}

.mc_tab_proxl {
    display: none;
}


.demo-slider {
    width: 100%;
}

.g_advb {
    margin-right: 18px;
}

.g_advbox {
    width: 100%;
    margin: 0 -15px;
}

.g_advfl {
    font-size: 14px;
    width: auto;
    margin-right: 10px;
    line-height: 24px;
}

.g_advfr {
    width: 50px;
    height: 24px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}

.g_advfr input {
    width: 100%;
    height: 100%;
    padding: 0 3px;
}

.layui-slider {
    height: 2px;
    background: #e2e2e2;
    border-radius: 1px;
    position: relative;
    cursor: pointer;
}

.layui-slider-wrap-btn {
    width: 10px;
    height: 10px;
}

.layui-slider-bar {
    top: 1px;
}

.layui-slider-wrap-btn {
    background: #009688;
    border: 2px solid #009688;
}

.layui-slider-wrap-btn {
    background: #009688;
    border: 2px solid #009688;
}

.g_advbox {
    text-align: center;
    width: 172px;
}

.g_advboxin {
    display: inline-block;
}

.g_advb:nth-child(2) {
    margin-right: 0;
}

.g_adv {
    margin-bottom: 30px;
    width: 300px;
}

.g_searchbox{
    border-top: 3px solid #999;
}

.g_search {
    padding: 60px;
    background: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
}

.g_advtopfl {
    width: 120px;
    line-height: 1.2;
    color: #333;
    font-size: 16px;
    padding-right: 20px;
}

.g_advtopfr {
    width: 250px;
    /* margin-top: 16px; */
}

.g_advbox {
    margin-top: 18px;
}

.g_inp input {
    width: 100%;
    border: 1px solid #eee;
    height: 40px;
    padding: 0 15px;
    color: #666;
    font-size: 14px;
}

.g_input .g_advtopfr {
    margin-top: 0;
}

.g_xltop {
    width: 100%;
    border: 1px solid #eee;
    padding: 0 15px;
    cursor: pointer;
}

.g_xltopfl {
    width: calc(100% - 16px);
}

.g_xltopfr {
    width: 16px;
    line-height: 40px;
}

.g_xltopfr img {
    width: 100%;
    transition: all .36s;
}

.g_xltopfl p {
    color: #333;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.g_xiala .g_advtopfr {
    margin-top: 0;
    position: relative;
}

.g_xlbot {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
    padding: 18px 15px 10px;
    display: none;
}

.g_xllifl {
    width: 14px;
    position: relative;
}

.g_xllifl img {
    width: 100%;
    transition: all .36s;
}

.g_xlli1 {
    position: relative;
    top: 0;
    left: 0;
}

.g_xlli2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.g_xllifr {
    width: calc(100% - 16px);
    padding-left: 15px;
}

.g_xlbot li {
    margin-bottom: 10px;
    cursor: pointer;
}

.g_xllifr p {
    color: #666;
    font-size: 14px;
    line-height: 16px;
}

.g_xlbot li.active .g_xlli1 {
    opacity: 0;
}

.g_xlbot li.active .g_xlli2 {
    opacity: 1;
}

.g_xltop.on .g_xltopfr img {
    transform: rotate(180deg);
}

.g_search_title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.g_slider {
    float: left;
    width: 33.333333%;
    padding-right: 80px;
}

/*.g_search_content {
    max-width: 1000px;
    border-right: 1px dashed silver;
}*/

.g_search_title {
    word-break: break-word;
    white-space: normal;
}

.g_xiala {
    width: 100%;
}

.mc_btn {
    display: inline-block;
    padding: 0 1rem;
    cursor: pointer;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-size: 14px;
    line-height: 39px;
    height: 40px;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
    background-color: #c00;
    border-color: #c00;
    color: #fff;
}

.mc_btn[disabled] {
    background-color: #ccc;
    border-color: #ccc;
    text-decoration: none;
    cursor: not-allowed;
}

.mc_rtv_btn{
    margin-top: 20px;
}

.mc_rtvl_select{
    color: #666;
    font-size: 14px;
    border: 1px solid silver;
    padding: 5px;
}
/*.mc_rtvl_xlcheck{
    padding-top: 10px;
}*/
.mc_rtvl_xlcheck .mc_rtvl_inputbox{
    margin: 5px 0;
}

.mc_rtvl_xlscroll{
    max-height: 188px;
    overflow: auto;
}

.g_advtopfr .layui-slider {
    position: relative;
    z-index: 1;
    height: 10px;
    background: none !important;
}

.g_advtopfr .layui-slider::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #e2e2e2;
}

.layui-slider-bar{
    z-index: 1;
    background: none !important;
}

.layui-slider-bar::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: rgb(0, 150, 136);
}

.g_advtopfr .layui-slider-wrap{
    top: -12px;
}
.g_searchbox{
    position: relative;
}

.g_search_hidebtn{
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
    padding: 0 16px;
    line-height: 40px;
    font-size: 14px;
    color: #189;
    background: #fff;
    cursor: pointer;
    transition: all .36s;
    border-radius: 2px;
}

.mc_table th{
    white-space: nowrap;
}

.mc_rtv_bd_r{
    overflow: auto;
}

.mc_mbx{
    margin-bottom: 40px;
}

.mc_mbx_nav{
    padding: 30px 60px;
    background: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
}

.mc_mbx_li{
    float: left;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

.mc_mbx_li a{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_mbx_li:not(:last-child)::after{
    content: ">";
    font-family: Arial, Helvetica, sans-serif;
    display: inline;
    margin: 0 10px;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.g_slider{
    padding-right: 30px;
}

/*8.5*/
.mc_tab_td0{
    white-space: nowrap;
    text-align: left !important;
}

.mc_table th,
.mc_table td{
    text-align: center;
}

@media screen and (min-width:1200px) {
    .mc_rtvhd_btn:hover {
        background: rgb(240, 240, 240);
    }

    .mc_tabproxl_message a:hover {
        text-decoration: underline;
    }

    .mc_tab_pro:hover {
        background: #edf7f8;
    }
    .mc_tab_pro:hover .mc_tab_td0{
        background: #edf7f8;
    }
    .g_search_hidebtn:hover{
        background: #f0f0f0;
    }

    .mc_mbx_a:hover{
        color: #189;
    }
}


/* 响应式 */
@media screen and (max-width:1440px) {
    .g_search{
        padding: 50px;
    }
    .mc_mbx_nav{
        padding: 20px 50px;
    }
    .mc_container{
        padding: 0 50px;
    }
    .g_advtopfr{
        width: 200px;
    }
    .g_search_content{
        max-width: 900px;
    }
}

@media screen and (max-width:950px) {
    .mc_container{
        padding: 0 20px;
    }
    .g_search{
        padding: 30px 20px;
    }
    .mc_mbx_nav{
        padding: 20px;
    }
    .mc_mbx_li{
        font-size: 14px;
    }
    .g_search_content{
        border: 0;
    }
    .g_advtopfr {
        width: 180px;
    }
    .mc_tab_searchbox{
        width: 170px;
    }
}

@media screen and (max-width:767px) {
    .mc_rtv_l{
        height: 100%;
    }
   
    .mc_rtv_r{
        width: 100%;
    }
    .mc_rtv_l{
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        width: 100%;
        padding: 0;
        background: #fff;
    }
    .mc_retrieval_box{
        position: relative;
    }
    .mc_rtvhd_btn {
        background: rgb(240, 240, 240);
    }
    .mc_rtvbtn_reset {
        margin-left: 15px;
    }
    .mc_rtv_count {
        width: 100%;
        margin-bottom: 10px;
    }
    .mc_rtv_sor{
        width: 100%;
        display: block;
        margin: 10px 0;
    }
    .mc_rtv_hor {
        margin: 10px 0;
    }

    .mc_tab_searchbox{
        margin-left: 0;
        margin-bottom: 15px;
    }
    .mc_rtv_hdr_r {
        float: left;
    }
    .mc_rtvbtn_dl{
        margin: 0 0 10px;
    }
    .mc_mbx{
        margin-bottom: 30px;
    }
    .g_slider{
        width: 100%;
        padding-right: 0;
    }
    .g_advtopfl{
        width: 100%;
        margin-bottom: 15px;
        padding-right: 0;
    }
    .g_search_title{
        font-size: 20px;
    }
    /* .mc_rtv_l.hide{
        display: block;
    } */
    .mc_rtv_l{
        display: block !important;
        transform: translateX(calc(-100% - 20px));
        opacity: 0;
        transition: all .6s;
    }
    .mc_rtv_l.show{
        opacity: 1;
        transform: translateX(0);
    }
    #SearchOneForm{
        width: 100%;
        height: calc(100% - 70px);
        overflow: auto;
    }
    .mc_rtv_r{
        min-height: 50vh;
    }
}