img {
    user-select: none;
}

body {
    background: #F5F5F7;
}

body,
div,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
}

div {
    box-sizing: border-box;
}

::selection {
    background-color: #007FDF;
    color: #fff;
}

::-webkit-selection {
    background-color: #007FDF;
    color: #fff;
}

::-moz-selection {
    background-color: #007FDF;
    color: #fff;
}

.company_intro {
    width: 1280px;
    margin: auto;
    position: relative;
    height: 610px;
    margin-top: 50px;
}

.company_intro .company_intro_content {
    width: 560px;
    padding-top: 170px;
    display: inline-block;
    position: absolute;
    left: 0;
}

.company_intro .company_intro_content p {
    font-size: 17px;
    color: #37475A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 40px;
}

.company_intro .company_intro_img {
    position: absolute;
    right: -30px;
    display: inline-block;
}

.universal_body {
    padding-bottom: 95px;
}

.universal_container {
    /* background-color: red; */
    width: 1260px;
    margin: 0 auto;
}

#container {
    width: 100%
}

#header {
    width: 100%;
    height: 436px;
    background: url('/assets/images/pdfFeature/bacc.png') top no-repeat, linear-gradient(180deg, #367BF0, #41B9FF);
    background-size: cover;
    position: relative;
    padding-top: 170px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

#header.en {
    background-size: auto;
    height: 470px;
}

#header .vir_header {
    display: flex;
    justify-content: space-between;
    transform: translateY(-40px);
    /* 向上移动 10px */
}

.header_title_wrap_left {
    /* background-color: red; */
    /* padding-top: 60px; */
    width: 50%
}

.header_title_wrap_right {
    width: 480px;
    height: 266px
        /* background-color:blue */
}

.header_title_wrap_left .header_title_2 {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}

.header_title_wrap {
    /* width: 800px; */
    margin-right: auto;
    margin-left: auto;
}

.header_title {
    /* width: 320px; */
    height: 112px;
    /* font-family: .PingFang SC, PingFang SC; */
    font-weight: 600;
    font-size: 80px;
    color: #2788FF;
    line-height: 112px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.universal_container {
    /* background-color: red; */
    width: 1200px;
    margin: 0 auto;
}

.body_title {
    margin-bottom: 54px;
    font-weight: 600;
    font-size: 40px;
    color: #1A1A1A;
    line-height: 54px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.pdfFeature_flex_box {
    display: flex;
    justify-content: space-between;
}



.pdfFeature_flex_item1 {
    max-width: 573px;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.16);
    border-radius: 15px 15px 15px 15px;
    padding: 28px;

}

.pdfFeature_flex_item1_left {
    max-width: 163px;
    margin-right: 35px;
    height: fit-content;
    /* background-color: red; */
}

.pdfFeature_flex_item1_left img {
    height: 100%;
    max-width: 163px;

}

.pdfFeature_body_show_item .pdfFeature_flex_item1_left img {
    max-width: 123px;

}

.pdfFeature_flex_item1_right span {

    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #707070;
    display: block;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.pdfFeature_flex_item1_right p {


    font-weight: 600;
    font-size: 22px;
    color: #1C1F1F;

    text-align: left;
    font-style: normal;
    text-transform: none;
}

.pdfFeature_flex_item1_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.getPdfBtn {
    /* width: 119px; */
    /* height: 34px; */
    background: #087FE7;
    border-radius: 17px 17px 17px 17px;

    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 20px;
    padding-left: 20px;
    width: fit-content;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.pdfFeature_body {
    display: flex;
    justify-content: space-between;
}

.pdfFeature_body_select {
    width: 186px;
    height: 167px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.16);
    border-radius: 15px 15px 15px 15px;
    padding-top: 22px;
    padding-left: 14px;
}

.pdfFeature_body_select_item {

    font-weight: 500;
    font-size: 14px;
    color: #8D8D8D;
    cursor: pointer;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 12px;
    font-style: normal;
    text-transform: none;
    border-left: 2px solid transparent;

}

.pdfFeature_body_select_item_active {
    border-left: 2px solid #0674E4;
}

.pdfFeature_body_show {
    width: 80% !important;

}

.pdfFeature_body_show_item_inner {
    width: 100% !important;
    max-width: unset !important;
    margin-bottom: 20px;
}

.pdfFeature_detail_body {
    display: flex;
    justify-content: space-between;
}

.pdfFeature_detail_title {

    font-weight: 500;
    font-size: 24px;
    color: #000000;

    text-align: left;
    font-style: normal;
    text-transform: none;
}

.pdfFeature_detail_body_left {
    max-width: 724px;
}

.pdfFeature_detail_body_right img {
    max-width: 318px;
}

#myForm {

    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 10px 10px 10px 10px;
    padding: 22px;

}

form {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin: 50px auto;
}
#myForm p{
    margin-bottom: 23px;
}
#myForm input {
    padding-left: 20px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 14px;
    border: 1px solid #707070;

}

.verify {
    position: relative;
}
.verify input{
    width: 100%;
    
}
.verify div {
    position: absolute;
    top: 25%;
    right: 5%;
cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #087FE7;

    text-align: left;
    font-style: normal;
    text-transform: none;
}

.submt_btn {
    width: 138px;
    height: 40px;
    background: #087FE7;
    border-radius: 8px 8px 8px 8px;

    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.pdfFeature_detail_txt_box div{
    margin-bottom: 20px;
}