
.floor {
    position: relative;
    overflow: hidden;
    color: #828282;
    width: 100%;
    background: url(../img/floor/bg.png) no-repeat center;
    background-size: 100% 100%;
}
.floor .floor_info {
    box-sizing: border-box;
    width: 1500px;
    margin: 0 auto;
    display: flex;
}
.floor .floor_info .floor_logo {
    box-sizing: content-box;
    padding-top: 350px;
    flex: 1;
}
.floor .floor_info .floor_logo .bottom_logo {
    display: inline-block;
    width: 140px;
    height: 55px;
}
.floor .floor_info .floor_logo .bottom_logo img {
    width: 100%;
}
.floor .floor_info .floor_logo .method {
    position: relative;
    margin-top: 15px;
    margin-left: -5px;
}
.floor .floor_info .floor_logo .method>a {
    display: inline-block;
    width: 35px;
    height: 35px;
    transition: all .5s;
}
.floor .floor_info .floor_logo .method>a:nth-child(2) {
	margin: 0 10px;
}
.floor .floor_info .floor_logo .method>a:hover {
    transform: translateY(-10px);
}
/* .floor .floor_info .floor_logo .method .ka {
    background: url(../img/floor/ka.png) no-repeat center;
    background-size: 100%;
} */
.floor .floor_info .floor_logo .method img {
    width: 100%;
    height: 100%;
}
.floor .floor_info .floor_logo .method .wx {
    position: relative;
    /* background: url(../img/floor/wx.png) no-repeat center;
    background-size: 100%; */
    margin: 0 15px;
}
/* .floor .floor_info .floor_logo .method .xl {
    background: url(../img/floor/xl.png) no-repeat center;
    background-size: 100%;
} */
.floor .floor_info .floor_content {
    padding-top: 350px;
    display: flex;
    flex-wrap: wrap;
    flex: 3;
    color: #fff;
    justify-content: space-between;
}
.floor .floor_info .floor_content .floor_item {
    transition: all .5s;
}
.floor .floor_info .floor_content  a {
    color: #fff;
}
.floor .floor_info .floor_content .floor_item h2 {
    text-align: left;
    font-size: 16px;
    cursor: pointer;
}
.floor .floor_info .floor_content .floor_item .mobile {
    display: none;
    width: 20px;
    height: 20px;
    transition: all .5s;
}
.floor .floor_info .floor_content .floor_item h2 img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
   
}
.floor .floor_info .floor_content .floor_item h2 .lxwm {
    display: flex;
}
.floor .floor_info .floor_content .floor_item h2 .lxwm .mobile{
    width: 30px;
    height: 30px;
}
.floor .floor_info .floor_content .floor_item ul {
    margin-top: 25px;
    padding-left: 5px;
    z-index: 999;
}
.floor .floor_info .floor_content .floor_item ul li  {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    opacity: .7;
    font-size: 14px;
}
.floor .floor_info .floor_content .floor_item ul li:hover {
    opacity: 1;
}
.floor .floor_info .floor_content .floor_item ul li img {
    margin-top: 3px;
    width: 5px;
    height: 10px;
    margin-right: 15px;
}
.floor .floor_info .floor_content .floor_item ul li .floor_img {
    margin-top: 0;
    margin-right: 5px;
    width: 15px;
    height: 15px;
}
.floor .record {
    padding: 10px;
    margin-top: 20px;
    background: url(../img/floor/bottom.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.floor .record span:nth-child(2) {
    margin-left: 15px;
}
.floor .record img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.code {
    position: absolute;
    display: none;
    top: -450%;
    left: -145%;
    /* transform: translate(-50%, -50%); */
    width: 150px;
    height: 150px;
    background-color: #fff;
}
.code img {
    width: 100%;
    
}
.floor .record>span>a {
    margin-left: 15px;
    color: #999 !important;
}
.floor .bottom-bg {
    width: 100%;
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/floor/bg.png) no-repeat center;
    background-size: 100% 100%;
    z-index: -1;
}
@media screen and (max-width: 1500px ) {
    .floor .floor_info .floor_logo {
        text-align: center;
    }
	.floor .floor_info {
        width: 100%;
       
    }
    .floor .floor_info .floor_logo .method {
        margin-left: 0px;
    }
    .floor .floor_info .floor_content .floor_item {
        /* float: left; */
        width: 17%;
    }
    .floor .floor_info .floor_content .floor_item:last-child {
        /* float: left; */
        width: 23%;
    }
    .floor .floor_info .floor_content {
        flex: 5;
        justify-content: space-between;
    }
    .floor .floor_info .floor_content .floor_item {
        margin-right: 10px;
    }
  
}
@media screen and (max-width: 1400px ) {
	.floor .floor_info {
        padding: 0 10px;
    }
  
    .floor .floor_info .floor_content .floor_item ul li img {
        margin-right: 8px;
    }
}
@media screen and (max-width: 1280px ) {
    .floor .floor_info .floor_content .floor_item h2 {
        font-size: 14px;
    }
    .floor .floor_info .floor_content .floor_item ul li {
        margin-bottom: 25px;
    }

    .code {
        width: 100px;
        height: 100px;
        top: -405%;
        left: -150%;
    }
    .floor .floor_info .floor_logo {
        padding-top: 80px;
  
    }
	.floor .floor_info {
        padding: 0;
    }
   
    .floor .floor_info .floor_content .floor_item ul li img {
        margin-right: 5px;
    }
    .floor .floor_info .floor_content {
        padding-top: 80px;
        flex: 5;
    }
    .floor .floor_info .floor_logo .bottom_logo {
        width: 110px;
        height: 45px;
    }
    
    .floor .floor_info .floor_logo .method>a {
        width: 25px;
        height: 25px;
    }
}
@media screen and (max-width: 1024px ) {
    .floor .floor_info {
        padding: 0;
    }
    .floor .floor_info .floor_logo {
        padding-top: 60px;
    }
    .floor .floor_info .floor_content .floor_item ul {
        margin-top: 20px;
    }
    .floor .floor_info .floor_content {
        padding-top: 60px;
    }
    .floor .floor_info .floor_logo .method {
        margin-top: 15px;
    }
    .floor .floor_info .floor_content .floor_item ul li {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 830px ) {
    .floor .floor_info .floor_logo .method>a {
        width: 25px;
        height: 25px;
    }
    .floor .floor_info .floor_logo .method .wx {
        /* background: url(../img/floor/wx.png) no-repeat center;
        background-size: 100%; */
        margin: 0 10px;
    }
	.floor .floor_info .floor_content a {
        font-size: 12px;
        width: 100%;
    }
    .floor .floor_info .floor_logo .bottom_logo {
        width: 90px;
        height: 35px;
    }
}
@media screen and (max-width: 750px ) {
    .floor {

    }
   
    .floor .floor_info .floor_logo .bottom_logo {
        width: 110px;
        height: 50px;
    }
    .floor .floor_info {
        flex-wrap: wrap;
        width: 100%;
    }
    .floor .record img {
        margin-right: 0px;
    }
    .floor .record {
        margin: 0;
        padding: 5px 0;
        font-size: 12px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
    }
    .floor .record .an {
        width: 100%;
        margin-bottom: 2px;
    }
    .floor .record span {
        font-size: 8px;
    }
    .floor .record span {
        width: 100%;
        text-align: center;
    }
    .floor .record span:nth-child(3) {
        margin: 0;
    }
    .floor_logo {
        flex: 100% !important;
    }
    .floor_logo .method {
        display: none;
    }
    .pc {
        display: none;
    }
    .floor .floor_info .floor_content .floor_item h2 {
        cursor: none;
        outline: none;
    }
    .floor .floor_info .floor_content .floor_item ul li {
        font-size: 12px;
    }
    .floor .floor_info .floor_content .floor_item ul li img {
        display: none;
      }
    .floor .floor_info .floor_content {
        padding-top: 0;
        align-content: flex-start;
        padding-bottom: 10px;
    }
    .floor .floor_info .floor_content .floor_item {
        /* float: left; */
        overflow: hidden;
        width: 100%;
        height: 35px;
        line-height: 35px;
        padding-left: 15px;
    }
    .floor .floor_info .floor_content .floor_item  h2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .floor .floor_info .floor_content .floor_item .mobile {
        display: block;
     
    }
    .floor .floor_info .floor_content .active {
        transition: all .5s;
    }
    .floor .floor_info .floor_content .floor_item:last-child {
        /* float: left; */
        margin-top: 10px;
        overflow: hidden;
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
    }
    .floor .floor_info .floor_content .floor_item ul {

        margin-top: 0px;
        padding-left: 0;
    }
    .floor .floor_info .floor_content .floor_item ul li  {
        margin-bottom: 5px;
        height: 20px;
        line-height: 20px;
    }
    .floor .floor_info .floor_content .floor_item .mobile {
        width: 12px;
        height: 12px;
    }
    .floor .record {
        padding: 5px;
    }
    
}
@media screen and (max-width: 500px ) { 
    .floor .floor_info .floor_content .floor_item {
        height: 35px;
        line-height: 35px;
    }
}
@media screen and (max-width: 375px ) { 
    .floor .record {
        margin: 0;
        padding: 5px 0;
        font-size: 12px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
    }
    .floor .floor_info .floor_content .floor_item h2 .lxwm .mobile {
        margin-top: -5px;
        width: 25px;
        height: 25px;
    }
    .floor .record .an {
        width: 100%;
        margin-bottom: 2px;
    }
    .floor .record span {
        font-size: 8px;
    }
    .floor .record span {
        width: 100%;
        text-align: center;
    }
    .floor .record span:nth-child(3) {
        margin: 0;
    }
    .floor .floor_info .floor_content .floor_item  h2 {
        font-size: 13px;
    }
    .floor .floor_info .floor_content .floor_item {
        height: 30px;
        line-height: 30px;
    }
    .floor .floor_info .floor_content .floor_item h2 .lxwm .mobile {
        width: 25px;
        height: 25px;
    }
    .floor .floor_info .floor_content .floor_item:last-child {
        margin-top: 0px;
    }
}

