﻿body {
    margin: 0;
    padding: 0;
}

.clearfiex {
    zoom: 1;
}

.clearfiex::after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.view3__bot {
    box-sizing: border-box;
}

.view3_module_tab {
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #ECECEC;
}

.view3_module_tab .view3_module_tab_left {
    height: 100%;
    position: relative;
    border-bottom: 2px solid #2163E6;
    font-size: 18px;
    font-weight: bold;
    color: #2163E6;
    box-sizing: border-box;
}


.view3_bot_way {
    padding: 25px 0 15px;
    box-sizing: border-box;
}

.view3_bot_way>p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
    margin: 0;
}

.view3_bot_img {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.view3_bot_img img {
    width: calc((100% - 20px)/2);
}