.mttc-a {
    height: 400px;
    background-image: url("../images/mttc_a_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}

.mttc-a-a {
    text-align: center;
    color: #0053EE;
}

.mttc-a-a-a {
    font-size: 64px;
    padding-top: 135px;
}

.mttc-a-a-b {
    margin-top: 10px;
}

.mttc-content {
    box-sizing: border-box;
    background-color: #FAFAFA;
    padding-bottom: 142px;
}

.mttc-b {
    height: 69px;
    position: relative;
}

.mttc-b-i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 136px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.mttc-b-a {
    width: 267px;
    height: 136px;
    box-sizing: border-box;
    padding: 0 10px 0 20px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}

.mttc-b-a-a-a {
    font-size: 22px;
}

.mttc-b-a-a-b {
    color: #FF0000;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.mttc-b-a-a-b > i {
    font-size: 20px;
    margin-right: 5px;
}

.mttc-b-a-a-b > span {
    font-size: 24px;
}

.mttc-b-a:nth-child(1) .mttc-b-a-a-a {
    color: #FF836D;
}

.mttc-b-a:nth-child(2) .mttc-b-a-a-a {
    color: #81E680;
}

.mttc-b-a:nth-child(3) .mttc-b-a-a-a {
    color: #F58AFF;
}

.mttc-b-a:nth-child(4) .mttc-b-a-a-a {
    color: #96ACFF;
}

.mttc-b-a:nth-child(1).mttc-b-active {
    background-color: #FFF0EB;
}

.mttc-b-a:nth-child(2).mttc-b-active {
    background-color: #ECFAED;
}

.mttc-b-a:nth-child(3).mttc-b-active {
    background-color: #F9ECFE;
}

.mttc-b-a:nth-child(4).mttc-b-active {
    background-color: #EBF2FF;
}

.mttc-b-a-b {
    width: 80px;
    height: 75px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}

.mttc-b-a-b {
    width: 80px;
    height: 75px;
}

.mttc-b-a:nth-child(1) .mttc-b-a-b {
    background-image: url("../images/mttc_b_a.png");
}

.mttc-b-a:nth-child(2) .mttc-b-a-b {
    background-image: url("../images/mttc_b_b.png");
}

.mttc-b-a:nth-child(3) .mttc-b-a-b {
    background-image: url("../images/mttc_b_c.png");
}

.mttc-b-a:nth-child(4) .mttc-b-a-b {
    background-image: url("../images/mttc_b_d.png");
}

.mttc-c {
    margin-top: 50px;
    background-color: #FFFFFF;
    border-radius: 8px;
}


.zytc_select {
    background-color: #fff;
    padding: 10px 20px 20px;
}

.zytc_select_item {
    display: flex;
    color: #666666;
}

.zytc_select_item > div:first-child {
    width: 144px;
    text-align: center;
    align-content: center;
}

.zytc_select_item ul {
    margin: 0;
    padding: 0;
}

.zytc_select_item ul li {
    float: left;
    display: inline-block;
    box-sizing: border-box;
    width: 84px;
    height: 34px;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
    line-height: 34px;
    margin-top: 10px;
    list-style: none;
}

.zytc_select_item ul li:last-child {
    margin-right: 0;
}

.zytc_select_item ul li:hover, .zytc_select_item ul li.type_active {
    color: #ffffff;
    border-radius: 4px;
    background-color: #0053EE;
}

.zymt_list_item ul {
    margin: 0;
    padding: 0;
}

.zymt_list_item li {
    list-style: none;
}

.zymt_list_item > ul > li {
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 30px;
}

.zymt_list_item > ul > li:last-child {
    margin-bottom: 20px;
}

.zymt_list_head {
    display: flex;
}

.zymt_list_head > div:nth-child(1) {
    width: 150px;
    height: 160px;
    padding: 5px 0;
    box-sizing: border-box;
}

.zymt_list_head > div:nth-child(1) > div {
    width: 150px;
    height: 150px;
    background-color: #d9d9d9;
    border-radius: 8px;
}

.zymt_list_head > div:nth-child(2) {
    flex: 1;
    margin: 0 30px 0 20px;
}

.zymt_list_head > div:nth-child(3) {
    width: 155px;
    height: 100px;
    text-align: center;
}

.zymt_list_head_title {
    font-size: 20px;
    color: #444444;
    display: flex;
    align-items: center;
}

.zymt_list_head_title > a {
    text-decoration: none;
    font-weight: bold;
    color: #333333;
    width: 360px;
}

.zymt_list_head_type {
    margin-top: 2px;
    display: flex;
    align-items: center;
    height: 28px;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.5);
    box-sizing: border-box;
    padding: 10px;
    justify-content: space-between;
}

.zymt_list_head_type a {
    color: rgba(51, 51, 51, 0.5);
}

.zymt_list_head_type_sc, .zymt_list_head_type_xq {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
}

.zymt_list_head_type_sc i, .zymt_list_head_type_xq i {
    margin-right: 5px;
}

.zymt_list_head_type_xq a {
    display: inline-flex;
    width: 100%;
    height: 28px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.zymt_list_head_title_cont {
    height: 44px;
    display: flex;
    font-size: 16px;
    color: #333333;
}

.zymt_list_head_title_cont-a {
    margin-right: 30px;
}

.zymt_list_head_title_cont-a:first-child .zymt_list_head_title_cont-a-a {
    color: #0053EE;
}

.zymt_list_head_title_cont-a:last-child {
    margin-right: 0;
}

.zymt_list_head_title_cont-a-a, .zymt_list_head_title_cont-a-b {
    line-height: 20px;
    text-align: center;
}

.zymt_list_head_title_cont-a-b {
    margin-top: 4px;
}

.zymt_list_head_desc {
    margin-top: 10px;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.8);
    line-height: 24px;
    height: 80px;
}

.zymt_list_head_price {
    background: #E8EFFF;
    color: #0866df;
    border-radius: 10px 10px 0 0;
    font-size: 24px;
}

.zymt_list_head_price_min {
    line-height: 50px;
    height: 50px;
}

.zymt_list_head_g {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0 0 10px 10px;
    background-color: #0866DF;
    color: #ffffff;
}

.zymt_list_content {
    box-sizing: border-box;
    padding: 20px;
}

.zymt_list_content_open .zymt_list_content_foot i {
    transform: rotate(270deg);
}

.zymt_list_content_open .zymt_list_content_list {
    max-height: unset;
}

.zymt_list_content_list {
    overflow: hidden;
    max-height: 96px;
}

.zymt_list_content_list > a {
    float: left;
    display: flex;
    align-items: center;
    width: 20%;
    text-decoration: none;
    color: #666666 !important;
    height: 40px;
    margin-top: 10px;
}

.zymt_list_content_list > a > img {
    margin-right: 5px;
}

.zymt_list_content_foot {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.zymt_list_content_foot span {
    display: inline-block;
    cursor: pointer;
    color: #0053EE;
}

.zymt_list_content_foot i {
    display: inline-block;
    transform: rotate(0deg);
    margin-left: 2px;
    font-size: 16px;
}

.zymt_list_content_open .zymt_list_content_foot i {
    transform: rotate(180deg);
}

.zymt_list_content_open .zymt_list_content_list {
    max-height: unset;
}

.el-dialog {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*height:600px;*/
    max-height: calc(100% - 30px);
    max-width: calc(100% - 30px);
}

.el-dialog .el-dialog__body {
    flex: 1;
    overflow: auto;
    padding: 20px 20px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

.add-btn, .look-btn {
    display: inline-flex;
    height: 40px;
    line-height: 40px;
    justify-content: center;
    border: 1px solid #e67318;
    background-color: #e67318;
    border-radius: 4px;
    width: 100px;
    color: #ffffff;
    cursor: pointer;
}

.quxiao-btn, .login-btn {
    display: inline-flex;
    height: 40px;
    line-height: 40px;
    justify-content: center;
    border: 1px solid #e67318;
    border-radius: 4px;
    width: 100px;
    cursor: pointer;
    text-decoration: none !important;
}

.login-btn {
    background-color: #e67318;
    color: #ffffff;
    margin-left: 15px;
}

.look-btn {
    margin-left: 15px;
    /*background-color: #ffffff;*/
    /*color: #e67318;*/
    text-decoration: none;
}

.look-btn:hover, .look-btn:active, .look-btn:link {
    /*color: #e67318;*/
    text-decoration: none;
}

.list-data-value .look-price {
    color: #e67318 !important;
}

.el-dialog__footer {
    text-align: center;
}

.icon-tixing {
    font-size: 36px;
    color: #e67318;
    margin-bottom: 20px;
}

.shoucang_yes {
    background-color: #e67318;
}

.shoucang_yes:hover {
    background-color: rgba(230, 115, 24, 0.8);
}

.no_data {
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #cccccc;
}

.no_data {
    text-align: center;
    height: 300px;
    line-height: 300px;
    color: #cccccc;
    background-color: #ffffff;
    margin: 20px 0;
}