body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.origin {
    width: 100%;
    height: 100%;
}

.layout_top {
    width: 100%;
    height: 36%;

}

.roof_left {
    width: 25%;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid #4B6ECA;
}

.roof_panel_top {
    padding: 0 4%;
    width: 92%;
    height: 34%;
    overflow: hidden;
}

.roof_panel_together {
    width: 100%;
    height: 60%;
}

.roof_panel_top_mark {
    width: 100%;
    height: 40%;
    overflow: hidden;
}

.roof_panel_logo {
    width: 52%;
    height: 100%;
}

.roof_panel_hotLine {
    width: 50%;
    height: 100%;
    font-size: 13px;
    color: #c4c4c4;
    position: relative;
    top: -2px;
}

.roof_panel_searchBar {
    height: 60%;
    width: 100%;
}

.roof_panel_searchInput {
    margin-top: 10px;
    width: 80%;
    height: 80%;
    box-sizing: border-box;
    border: 2px solid #4B6ECA;
}

.roof_panel_searchBtn {
    margin-top: 10px;
    background-color: #4B6ECA;
    width: 20%;
    height: 80%;
    color: white;
    text-align: center;
    cursor: pointer;
}

.roof_panel_searchIcon {
    display: inline-block;
    display: -moz-inline-block;
    vertical-align: top;
    height: 50%;
    padding-top: 10%;
    margin-left: -4px;
}

.roof_panel_searchText {
    display: inline-block;
    display: -moz-inline-block;
    vertical-align: top;
    height: 100%;
    font-size: 15px;
}

.roof_panel_context {
    width: 100%;
    height: 66%;
    /*background-color: #333333;*/
}

.roof_panel_item {
    position: relative;
    height: 25%;
    width: 90%;
    padding: 0 5%;
    cursor: pointer;
}

.roof_panel_item_title {
    height: 100%;
    width: 100%;
    font-size: 16px;
}

.roof_panel_item_gap {
    background-color: #e6fbff;
}

.roof_panel_item_arrow {
    position: absolute;
    top: 0;
    right: 5%;
}

.roof_floating_arrow {
    width: 13px;
    height: 26px;
    position: absolute;
    right: -2px;
    top: 0;
    z-index: 100;
    display: none;
}

.roof_panel_item:hover .roof_floating_arrow {
    display: block;
}

.roof_floating_serial1 {
    top: 0;
}

.roof_floating_serial2 {
    top: -100%;
}

.roof_floating_serial3 {
    top: -200%;
}

.roof_floating_serial4 {
    top: -300%;
}

.roof_floating_area {
    position: absolute;
    left: 100%;
    border: 1px solid #00abd1;
    background-color: white;
    opacity: 0.9;
    padding: 0 4%;
    width: 100%;
    height: 400%;
    /*min-height: 100%;*/
    /*max-height: 400%;*/
    z-index: 99;
    margin-left: 1px;
    cursor: default;
    display: none;
}

.roof_panel_item:hover .roof_floating_area {
    display: block;
}

.roof_floating_title {
    box-sizing: border-box;
    width: 100%;
    height: 18%;
    border-bottom: 1px solid #4B6ECA;
    color: #4B6ECA;
}

.roof_floating_panel {
    margin-top: 1%;
    width: 100%;
    height: 81%;
    overflow: auto;
}

.roof_floating_panel_item {
    float: left;
    width: 33%;
    height: 16%;
    overflow: hidden;
}

.roof_floating_panel_item:hover span {
    cursor: pointer;
}

.roof_right {
    width: 75%;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-poster {
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover !important;
}

.layout_bottom {
    padding: 0 1.3%;
    width: 97.4%;
    height: 64%;
}

.location_area {
    width: 100%;
    height: 16%;
    position: relative;
    font-size: 14px;
    color: #848484;
}

.position_together {
    position: absolute;
    bottom: 20%;
}

.location_site {
    display: inline-block;
    display: -moz-inline-block;
}

.location_feel {
    cursor: pointer;
}

.mass_area {
    width: 100%;
    height: 84%;
    /*background-color: #00a3b7;*/
}

.mass_item {
   /*  margin-bottom: 10px; */
    width: 33.33%;
    height: 50%;
    text-align: center;
}

.mass_item_img {
    display: inline-block;
    display: -moz-inline-block;
    height: 100%;
    width: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.mass_item_desc {
	display: inline-table;
    vertical-align: top;
    text-align: left;
    padding-left: 1%;
    width: 150px;
    height: 100%;
}

.mass_item_title {
    margin-top: 6%;
    width:12em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mass_item_details {
    margin-top: 4%;
    color: #50a6b8;
    cursor: pointer;
}

.tabs_area {
    width: 96%;
    text-align: right;
    position: absolute;
    bottom: 0px;
}

.tabs_swap_btn {
    width: 39px;
    height: 39px;
    cursor: pointer;
}

.tabs_ratio {
    padding: 0 4px;
    display: inline-block;
    display: -moz-inline-block;
    font-size: 14px;
    color: #38a6b2;
    height: 39px;
    line-height: 39px;
    vertical-align: top;
    text-align: center;
}