* {
    margin: 0;
    padding: 0;

    font-family: Microsoft YaHei;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.body {
    max-width: 1920px;
    margin: auto;
    background-color: #F5F5F5;
}

.xlq_main {
    width: 1120px;
    margin: auto;
}

.xlq_main>.top {
    padding: 0 10px;
    background-color: #fff;
}

.xlq_main>.top>.xlq_search {
    height: 112px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.xlq_main>.top>.xlq_search>ul {
    display: flex;
    justify-content: space-between;
}

.xlq_main>.top>.xlq_search>ul>li>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 7px;
}

.xlq_main>.top>.xlq_search>ul>li>a:hover {
    color: rgb(30 80 162);
}

.xlq_main>.top>.xlq_search>ul>li>a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.xlq_main>.top>.xlq_search>ul>li>a>span {
    margin-top: 8px;
}

.xlq_main>.top>.xlq_search>form>.search{
    width: 380px;
    height: 50px;
    border: 1px solid #F36A57;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xlq_main>.top>.xlq_search>form>.search>.search_input {
    display: flex;
    align-items: center;
}

.xlq_main>.top>.xlq_search>form>.search>.search_input>img {
    width: 25px;
    height: 25px;
    margin: 0 16px 0 18px;
}

.xlq_main>.top>.xlq_search>form>.search>.search_input>div {
    width: 1px;
    height: 20px;
    background: #DFDFDF;
    margin-right: 20px;
}

.xlq_main>.top>.xlq_search>form>.search>.search_input>input {
    border: none;
    outline: none;
    color: #333;
    font-weight: 400;
    font-size: 14px;
  width: 190px;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #BCBCBC;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

.xlq_main>.top>.xlq_search>form>.search>button {
    width: 90px;
    height: 50px;
    background: #FF5240;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.xlq_main>.top>.xlq_nav {
    width: 1100px;
    height: 48px;
    background: #FD713E;

}

.xlq_main>.top>.xlq_nav>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 30px 0 0;
}

.xlq_main>.top>.xlq_nav>ul>li:nth-child(1) {
    width: 92px;
    height: 48px;
    background: #F65B23;
    line-height: 48px;
    text-align: center;
}

.xlq_main>.top>.xlq_nav>ul>li:nth-child(2) {
    margin-left: -30px;
}

.xlq_main>.top>.xlq_nav>ul>li>a {
    color: #FFFFFF;
}

.xlq_main>.top>.xlq_nav>ul>li>a:hover {
    color: rgb(30 80 162);
}
/* @media only screen and (max-width: 1000px) {
    body {
        display: none;
    }
} */

.jxx_left {
    width: 160px;
    height: 470px;
    background-color: #ffffff;
    position: fixed;
    top: 265px;
    left: 50%;
    margin-left: -780px;
    overflow: hidden;
    z-index: 2;
    padding-bottom: 17px;
    background: url(../img/52.png) no-repeat;
    box-sizing: border-box;
}

.jxx_left .sidebar_header {
    text-align: center;
}

.jxx_left .sidebar_header img {
    vertical-align: middle;
}

.jxx_left .sidebar_header h5 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FFDED2 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
}

.sidebar_btn {
    text-align: center;
    /* margin-bottom: 18px; */
    margin-top: 30px;
}

.sidebar_btn .active {
    margin-bottom: 16px;
}

.sidebar_btn button {
    width: 120px;
    height: 32px;
    background: #FFEFE9;
    color: #F65B23;
    line-height: 32px;
    border: none;
}

.sidebar_btn button:hover {
    background-image: linear-gradient(90deg,
            rgba(252, 128, 104, 1) 0%,
            #fc3440 100%),
        linear-gradient(#f4f4f4,
            #f4f4f4);
    background-blend-mode: normal,
        normal;
    color: #ffffff;
}
.sidebar_btn button a{
color: #F65B23;
}
.sidebar_btn button:hover a{
color: #ffffff;
}

.jxx_left .cont {
    margin-top: 5px;
    height: 115px;
    text-align: center;
    margin-bottom: 10px;
}

.jxx_left .cont p {
    font-size: 16px;
    color: #666;
    margin-top: -15px;

}

.jxx_left .cont img {
    width: 92px;
    height: 92px;
    padding-top: 8px;
    margin-bottom: 10px;
}

.jxx_left .cont>img {
    margin-top: 4px;
}

.jxx_left .btn {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    border-radius: 22px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    margin-top: 10px;
}

.jxx_left:after {
    content: '服务时间 08:00-24:00';
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    font-size: 12px;

    color: #ffffff;
    width: 160px;
    height: 32px;
    line-height: 32px;
    background-color: #F65B23;
    border-radius: 5px 5px 0px 0px;
}

.body>.xlq_right {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 50%;
    top: 200px;
    margin-left: 700px;
}

.body>.xlq_right>a {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
      position: relative;
}
.body>.xlq_right>a>div{
  display:none;
   position: absolute;
  left:-152%
}
.body>.xlq_right>a>div>.hoverimg{
width:115px;
  height:115px;

}
.body>.xlq_right>a>span {
    margin-top: 10px;
}
.body>.xlq_right>a:hover {
    color: #FD7042;
}

.body>.xlq_right>.gotop {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 30px;
    margin: 10px auto;

}