@font-face {

    font-family: 'MiSans-Regular';

    src: url('../fonts/MiSans-Regular.ttf');

    src:
        url('../fonts/MiSans-Regular.eot') format('embedded-opentype'),
        url('../fonts/MiSans-Regular.ttf') format('truetype'),
        url('../fonts/MiSans-Regular.woff') format('woff'),
        url('../fonts/MiSans-Regular.svg') format('svg');

        font-style: normal;

}

@font-face {

    font-family: 'MiSans-Semiboldr';

    src: url('../Semibold/MiSans-Semibold.ttf');

    src:
        url('../fonts/Semibold/MiSans-Semibold.eot') format('embedded-opentype'),
        url('../fonts/Semibold/MiSans-Semibold.ttf') format('truetype'),
        url('../fonts/Semibold/MiSans-Semibold.woff') format('woff'),
        url('../fonts/Semibold/MiSans-Semibold.svg') format('svg');

        font-style: normal;

}

@font-face {
    
    font-family: 'MiSans-Light';

    src: url('../fonts/Light/MiSans-Light.ttf');

    src:
        url('../fonts/Light/MiSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Light/MiSans-Light.woff') format('woff'),
        url('../fonts/Light/MiSans-Light.ttf') format('truetype'),
        url('../fonts/Light/MiSans-Light.svg#MiSans-Light') format('svg');

    font-style: normal;
}

.xj_ui_img ui li {
    list-style: none;
}

.floor_content_container {
    width: 1200px;
    height: 90vh;
    left: 0;
    margin: 0 auto;
    position: relative;
}

.floor_content_container .floor_left_content {
    float: left;
}

.floor_content_container .floor_right_content {
    float: right;
    text-align: right;
    top: 154px;
    position: relative;
}

.floor_content_container .floor_right_content p {
    margin-top: 44px;
    font-size: 48px;
    font-family: 'MiSans-Light';
    font-weight: 300;
    color: #646464;
    line-height: 56px;
    letter-spacing: 33px;
}

.floor_content_container .floor_right_content p a {
    letter-spacing: 0px;
}


.floor_content_container .donwload_app_left {
    margin-top: 130px;
    float: left;
    position: relative;
}

.floor_content_container .donwload_app_left a {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 33px;
    padding-left: 63px;
    font-size: 18px;
    font-family: 'MiSans-Regular';
    text-decoration: none;
    color: #0CC85C;
    border-radius: 30px;
    margin-right: 24px;
    border: 2px solid #0CC85C;
}

.floor_content_container .donwload_app_left .fl {
    float: right;
}

.floor_content_container .donwload_app_left .fl a {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 33px;
    padding-left: 63px;
    font-size: 18px;
    font-family: 'MiSans-Regular';
    text-decoration: none;
    color: #0CC85C;
    border-radius: 30px;
    margin-right: 24px;
    border: 2px solid #0CC85C;
}

.donwload_app_left .download {
    width: 140px;
    height: 0px;
    position: absolute;
    box-shadow: 0 1px 5px #aaa;
    top: 60px;
    left: 56%;
    overflow: hidden;
}

.donwload_app_left .download img {
    width: 140px;
}

.floor_content_container .app_icon_right {
    margin-top: 56px;
    float: right;
    position: relative;
}

.floor_content_container .donwload_app_left .code_icon:hover {
    color: #FFFFFF;
    background-color: #0CC85C;
    background-image: url(../images/code_icon_select.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 30px;
}

.floor_content_container .donwload_app_left .android_icon:hover {
    color: #FFFFFF;
    background-color: #0CC85C;
    background-image: url(../images/android_icon_select.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 30px;
}

.floor_content_container .donwload_app_left .fl:hover>.download {
    height: 148px;
}