/* 适配1600以下屏幕，83% */
@media screen and (max-width:1600px){

    /* 内容高度 */
    .bottom-left dl{
        height: 210px;
    }
   
    /* 列表内容 */
    .bottom-left li{
        margin-top: 14px;
    }
     /* 列表标题 */
     .bottom_title a{
        font-size: 1.5rem;
    }
    .bottom-left p a{
        font-size: 1.3rem;
    }

    /* 输入框 */
    .message{
        width: 183px;
    }
    input[type=text]{
        width: 183px;
        height: 20px;
        padding: 0 8px;
        font-size: 1.2rem;
    }
    input::-webkit-input-placeholder{
        font-size: 1.2rem !important;
    }
    .btn1{
        width: 50px;
        height: 24px;
        font-size: 1.2rem;
        margin-top: 6px;
    }
    /* 二维码 */
    .bottom-right{
        margin-top: -216px;
    }
    .scan{
        margin-left: 50px;
        margin-top: 32px;
        font-size: 15px;
    }
    .scan img{
        width: 83%;
        margin-top: 14px;
    }
    .copyright_font{
        font-size: 10px;
        padding-top: 16px;
    }
}

/* 适配1440以下屏幕，75% */
@media screen and (max-width:1440px){

    /* 输入框 */
    .message{
        width: 165px;
    }
    input[type=text]{
        width: 165px;
    }
    .btn1{
        width: 50px;
        height: 22px;
        font-size: 1rem;
        margin-top: 6px;
        display: block;
    }
}
  
/* 适配1366以下屏幕，71% */
@media screen and (max-width:1366px){

    /* 整体高度 */
    /* .bottom{
        height: 38%;
    } */
    /* 内容高度 */
    .bottom-left dl{
        height: 185px;
    }
   
    /* 列表内容 */
    .bottom-left li{
        margin-top: 4px;
    }
     /* 列表标题 */
     .bottom_title a{
        font-size: 1.2rem;
        line-height: 1;
    }
    .bottom-left p a{
        font-size: 1rem;
        line-height: 1;
    }

    /* 输入框 */
    .message{
        width: 156px;
    }
    input[type=text]{
        width: 156px;
        /* height: 16px; */
        padding: 0 6px;
        /* font-size: 1rem; */
    }
    input::-webkit-input-placeholder{
        font-size: 1rem !important;
    }
    .btn1{
        width: 50px;
        height: 20px;
        font-size: 1rem;
        margin-top: 6px;
    }
    /* 二维码 */
    .bottom-right{
        margin-top: -185px;
    }
    .scan{
        margin-left: 45px;
        margin-top: 22px;
        font-size: 1.4rem;
    }
    .scan img{
        width: 71%;
        margin-top: 12px;
    }
    .copyright_font{
        font-size: 1.2rem;
        -webkit-transform: scale(0.8);
        padding-top: 8px;
    }
    .copyright_font a img{
        height: 10px;
    }
   
}

/* 适配1280以下屏幕，66.6% */
@media screen and (max-width:1280px){
    /* .bottom{
        height: 42%;
    } */
    /* 二维码间距 */
    .scan{
        margin-left: 36px;
    } 
}

/* 适配1024以下屏幕，53.3% */
@media screen and (max-width:1024px){
    /* .bottom{
        height: 38%;
    } */
    .wrap{
        width: 80%;
    }
    /* 输入框 */
    .message{
        width: 132px;
    }
    input[type=text]{
        width: 132px;
    }
    /* 左侧内容列表间距 */
    .bottom-left li{
        margin-right: 4%;
    }
    /* 二维码间距 */
    .scan{
        margin-left: 0;
        font-size: 1.2rem;
    } 
    /* 二维码图片 */
    .scan img{
        width: 65%;
        margin-top: 12px;
    }
}
 
    /* 平板适配768 */
@media screen and (max-width:768px) {
    .wrap{
        width: 94%;
    }
    .bottom-left li{
        margin-right: 3%;
    }
}