<>
.inhead.container{
min-height: 70px;
}
.container{
min-height: 7px;
}
body {
background: #fff !important;
}
.header{
height: auto;
background: #fff;
}
.header-search .hotwords span{
float: left;
line-height: 1.875em;
}
>
<>
@media screen and (max-width: 1500px){
.control{
width: 235px !important;
}
.friendlinks{
float: right;
width: 87%;
}
.friendlinks .select{
width: 30%;
}
}
@media screen and (max-width: 1200px){
.transToPc {
/* position: fixed;
bottom: 100px;
right: 0;
font-size: 16px;
background-color: rgba(26,86,168,.7);
color: #fff;
line-height: 30px;
width: 70px;
border-radius: 3px; */
display: block !important;
margin:10px 0;
/* z-index: 2000; */
}
}
.transToPc {
display: none;
}
.transToMobile {
position: fixed;
right: 0;
bottom: 10vh;
font-size: 30px;
color: #fff;
background-color: rgba(26,86,168,.7);
border-radius: 9px;
text-align: center;
display: none;
height: 60px;
line-height: 60px;
width: 150px;
z-index: 2000;
}
>