#mainBody {
    position: relative;
    width: 100%;
    background-color: #fafafa;
}

.banner {
    width: 1920px;
    line-height: 0px;
}

.banner>img {
    width: 100%;
}

.main {
    width: 100%;
}

.nav-pos {
    width: 1200px;
    margin: 0 auto;
    padding-top: 28px;
    font-size: 12px;
}

.nav-pos>p>a {
    color: black;
}

.nav-pos>p>.oragne {
    color: #e9ad2f;
}

.title-text {
    width: 1200px;
    margin: 0 auto;
}

.title-text>p {
    font-size: 14px;
    text-indent: 2em;
    letter-spacing: 0.06em;
    line-height: 1.8em;
}

.content {
    width: 100%;
}

.DownItem {
    width: 1200px;
    padding-top: 80px;
    margin: 0 auto;
}

.download {
    display: flex;
}

.download:hover {
    box-shadow: 0 0 4px 4px #e7e7e7;
}

.Image-content {
    width: 600px;
    height: 376px;
    line-height: 0;
}

.Image-content>img {
    width: 100%;
}

.Text-content {
    flex: 1;
    background-color: white;
}

.Text {
    padding-left: 30px;
    padding-top: 45px;
    padding-bottom: 55px;
}

.Text>h1 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 25px;
}

.Text>h4 {
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.btnItem {
    padding-top: 180px;
    display: flex;
}

.btn-download {
    font-weight: 500;
    line-height: 0;
    margin-right: 20px;
    cursor: pointer;
}

.btn-download>span {
    font-size: 15px;
    letter-spacing: 0.1em;
}

.paging {
    width: 460px;
    height: 25px;
    display: flex;
    margin: 0 auto;
    line-height: 25px;
    font-size: 14px;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 110px;
}

.paging>a {
    color: black;
}

input[type=Pager] {
    width: 43px;
    height: 23px;
    border: 1px solid #919191;
    outline: none;
    background-color: #fafafa;
}

.paging-block {
    display: flex;
    justify-content: space-between;
}

.Pager {
    width: 23px;
    height: 23px;
    border: 1px solid #919191;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.paging-block>a:hover .Pager {
    background-color: #e9ad2f;
    color: white;
    border: 1px solid #e9ad2f
}

.paging-block>a>.oragne {
    background-color: #e9ad2f;
    color: white;
    border: 1px solid #e9ad2f
}

.Popup {
    display: none;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 733px;
}

.popup-window {
    width: 472px;
    height: 377px;
    margin: 0 auto;
    margin-top: 315px;
    border: 1px solid white;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0 0 6px 6px #b3b3b3;
}

.Top {
    width: 100%;
    height: 45px;
    background-color: #f5f5f5;
    display: flex;
}

.title-top {
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    padding-left: 55px;
}

.btn-close {
    width: 14px;
    height: 14px;
    margin: 15.5px 25px;
    background: url('../images/Common/close.png');
}

.RequiredInfo {
    padding-top: 35px;
}

.Message {
    width: 360px;
    margin: 0 auto;
    letter-spacing: 0.1em;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    padding-bottom: 20px;
    justify-content: space-between;
}

.text {
    width: 70px;
    display: flex;
    justify-content: space-between;
}

input[type=PersonInfo] {
    width: 250px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #a7a7a7;
    border-radius: 3px;
    padding-left: 20px;
    outline: none;
}

.VerificationCode {
    width: 272px;
    display: flex;
    justify-content: space-between;
}

.Verification {
    width: 105px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e9ad2f;
    border-radius: 3px;
    color: white;
    background-color: #e9ad2f;
    cursor: pointer;
}

input[type=VerificationCode] {
    width: 125px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #a7a7a7;
    border-radius: 3px;
    padding-left: 20px;
    outline: none;
}

input[type=PersonInfo]:focus,
input[type=VerificationCode]:focus {
    border-color: #e9ad2f;
}

input[type=PersonInfo]::placeholder {
    font-size: 14px;
    letter-spacing: .1em;
}

.submit {
    width: 272px;
    height: 38px;
    line-height: 38px;
    color: white;
    text-align: center;
    border: 1px solid #e9ad2f;
    background-color: #e9ad2f;
    border-radius: 4px;
    margin-left: 143px;
    cursor: pointer;
}

/* 自适应（1366px） */


@media (min-width : 1366px) {
    .banner {
        width: 100%;
    }
}

@media (max-width : 1366px) {
    #mainBody,
    .banner,
    .main {
        width: 1366px;
    }
}