body,
ul,
ol,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul,
li,
ol,
dl,
dt,
dd {
    list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    /* font-size: 100%; */
}

body {
    font-family: 'Source Han Sans CN';
    /* font-size: 16px; */
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.w1200 {
    width: 1200px;
    margin: auto;
}

.same-banner {
    height: 500px;
    max-width: 1920px;
    margin: auto;
}

.same-banner .w1200 {
    display: flex;
    align-items: center;
    height: 100%;
}

.same-banner .title {
    color: #202036;
    font-size: 60px;
    margin-bottom: 30px;
    font-weight: bold;
}

.same-banner .info {
    font-size: 20px;
    color: #6E6E8C;
}

.same-banner .btn {
    display: inline-block;
    /* padding: 10px 25px; */
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    /* transition: transform 0.5s ease; */

    width: 241px;
    height: 50px;
    background: linear-gradient(348deg, #3145A8 0%, #528CFD 95%);
    border-radius: 32px;
    line-height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
    cursor: pointer;
}
/* 
.same-banner .btn:hover {
    background-color: #1e67d9;
    transform: scale(1.1) translateY(-10px) !important;
    box-shadow: 0 5px 15px rgba(47, 128, 237, 0.3);
} */

.same-banner .btn img {
    width: 30px;
    height: 30px;
}

.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.same-h2 {
    font-size: 32px;
    color: #202036;
    margin-bottom: 50px;
    text-align: center;
}

.same-second-title {
    font-size: 14px;
    color: #A0A0B2;
    text-align: center;
    margin-bottom: 50px;
    margin-top: -45px;
}
/* 分页 */
.pagerer {
    text-align: center;
    width: 1200px;
    float: right;
  }
  
  .page {
    display: inline-block;
    /* width:660px */
  }
  
  .page .disabled {
    color: #999;
    cursor: not-allowed
  }
  
  .page .active {
    background-color: #3145A8;
    color: #FBF5F6;
    border-color: #3145A8;
  }
  
  .page label,
  .page p {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #3F4E63;
  }
  
  .page p {
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-sizing: border-box
  }
  
  .page p:hover {
    background-color: #3145A8;
    color: #FBF5F6;
    border-color: #3145A8;
  }
  
  .page p:nth-of-type(even) {
    margin-left: 10px;
  }
  
  .page label,
  .page span {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #01122A;
  }
  
  .page span {
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-sizing: border-box
  }
  
  .page span:hover {
    background-color: #3145A8;
    color: #FBF5F6;
    border-color: #3145A8;
  }
  
  .page span:nth-child(n+2) {
    margin-left: 10px
  }
  
  .page .text {
    width: auto;
    padding: 0 10px
  }
  
  .page label {
    padding-left: 10px
  }
  
.tiaozhuan {
    display: flex;
    float: right;
    padding-left: 26px;
    align-items: center;
    font-size: 14px;
    color: #3F4E63;
  }
  
  .tiaozhuan input {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    padding: 0;
    }
  
  .tiaozhuan input[type=text] {
    color: #01122A;
    border: 1px solid #E4E6E9;
    outline: none;
    text-align: center;
    margin: 0 5px;
  }
  

@media screen and (max-width: 800px) {
    .ptb80{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .w1200 {
        width: 100%;
        margin: auto;
    }

    .same-banner .title {
        font-size: 35px;
    }

    .same-banner .info {
        font-size: 18px;
    }

    .same-banner .w1200 {
        width: 80% !important;
    }

    .same-h2 {
        font-size: 28px !important;
    }
    .same-banner .btn{
        width: 62%;
        font-size: 15px;
        height: 45px;
        line-height:0;
        margin-left: auto;
        margin-top: 120px;
        margin-right: auto;
    }
}