﻿
    .mc_w {
        width: 1024px;
    }

    .td_line {
        position: relative;
        padding: 10px;
    }

    .td_line::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
        width: 100%;
        height: 1px;
        background: #aaa;
        z-index: -1;
    }

    .underline-text {
        position: relative;
        text-decoration: none;
        color: #3bb4f2;
    }

    .underline-text::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2px;
        height: 1px;
        background: #3bb4f2;
    }

    .underline-text:hover::after {
        color: #3bb4f2;
    }

    .underline-text-black {
        position: relative;
        text-decoration: none;
        color: #000;
    }

    .underline-text-black::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2px;
        height: 1px;
        background: #000;
    }

    .underline-text-black:hover::after {
        color: #000;
    }

    .underline-text-blue {
        position: relative;
        text-decoration: none;
        color: #000;
    }

    .underline-text-blue::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -11px;
        height: 2px;
        background: #3bb4f2;
    }

    .underline-text-blue:hover::after {
        color: #000;
    }

.underline-text-blue2 {
    position: relative;
    text-decoration: none;
    color: #3bb4f2;
}

    .underline-text-blue2::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -11px;
        height: 1px;
        background: #3bb4f2;
    }

    .underline-text-blue2:hover::after {
        color: #3bb4f2;
    }


    a {
        cursor: hand
    }


    a:link.blacklink {
        color: #000000;
        text-decoration: none;
    }

    a:visited.blacklink {
        color: #000000;
        text-decoration: none;
    }

    a:hover.blacklink {
        color: #000000;
        text-decoration: none;
    }

    a:active.blacklink {
        color: #000000;
        text-decoration: none;
    }

    a:link.blacklink_ud {
        color: #000000;
        text-decoration: underline;
    }

    a:visited.blacklink_ud {
        color: #000000;
        text-decoration: underline;
    }

    a:hover.blacklink_ud {
        color: #000000;
        text-decoration: underline;
    }

    a:active.blacklink_ud {
        color: #000000;
        text-decoration: underline;
    }

    a:link.bluelink {
        color: #3bb4f2;
        text-decoration: none;
    }

    a:visited.bluelink {
        color: #3bb4f2;
        text-decoration: none;
    }

    a:hover.bluelink {
        color: #3bb4f2;
        text-decoration: none;
    }

    a:active.bluelink {
        color: #3bb4f2;
        text-decoration: none;
    }

    a:link.bluelink_ud {
        color: #3bb4f2;
        text-decoration: underline;
    }

    a:visited.bluelink_ud {
        color: #3bb4f2;
        text-decoration: underline;
    }

    a:hover.bluelink_ud {
        color: #3bb4f2;
        text-decoration: underline;
    }

    a:active.bluelink_ud {
        color: #3bb4f2;
        text-decoration: underline;
    }

    a:link.whitelink_ud {
        color: #fff;
        text-decoration: underline;
    }

    a:visited.whitelink_ud {
        color: #fff;
        text-decoration: underline;
    }

    a:hover.whitelink_ud {
        color: #fff;
        text-decoration: underline;
    }

    a:active.whitelink_ud {
        color: #fff;
        text-decoration: underline;
    }

    a:link.whitelink {
        color: #fff;
        text-decoration: none;
    }

    a:visited.whitelink {
        color: #fff;
        text-decoration: none;
    }

    a:hover.whitelink {
        color: #fff;
        text-decoration: none;
    }

    a:active.whitelink {
        color: #fff;
        text-decoration: none;
    }

    a:link.redlink_ud {
        color: #f00;
        text-decoration: underline;
    }

    a:visited.redlink_ud {
        color: #f00;
        text-decoration: underline;
    }

    a:hover.redlink_ud {
        color: #f00;
        text-decoration: underline;
    }

    a:active.redlink_ud {
        color: #f00;
        text-decoration: underline;
    }


.image-button {
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat; /* 背景不重复 */
    background-position: center; /* 图片居中显示 */
    width: 120px;
    height: 45px;
    border: none;
    border: 0;
    cursor: pointer;
    color: white; /* 如果需要在图片上显示文本 */
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
}

.btn_small {
    width: 110px;
    height: 40px;
    font-size:13px;
}

.btn_yellow {
    background-image: url('/images/info/shouye/btn_yellow.png');
   
}

.btn_yellow_long {
    background-image: url('/images/info/shouye/btn_yellow_long.png');
    width: 160px;
}

.btn_blue {
    background-image: url('/images/info/shouye/btn_blue.png');
}

.btn_blue_long {
    background-image: url('/images/info/shouye/btn_blue_long.png');
    width: 190px;
}

.btn_white {
    background-image: url('/images/info/shouye/btn_white.png');
    color: #43b5f1;
}