
body {
    transition: all 0.2s ease-in-out;
    position: absolute;
}

.question-list {
    padding: 0 1.5em;
    padding-left: 3.4em;
    box-sizing: border-box;
    font-family: "SourceHanSansSC-Bold";
}

.question > h3 {
    color: #444444;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
}

.answer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.answer-item {
    width: 33%;
    text-align: left;
    line-height: 30px;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.answer-item label {
    color: #666666;
    font-size: 12px;
    vertical-align: middle;
}

.answer-item input[type="radio"] + label::before {
    content: "\a0";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    vertical-align: middle;
    background: url(./img/btn_1@2x.png) no-repeat center center;
    background-size: 100% 100%;
}

input[type="radio"]:checked + label::before {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background: url(./img/btn@2x.png) no-repeat center center;
    background-size: 100% 100%;
}

.user-info {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.user-info input {
    width: 14em;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 2px;
    height: 42px;
    line-height: 42px;
    outline: none;
    font-size: 16px;
    box-sizing: border-box;
}

.user-info .sub-btn {
    display: inline-block;
    width: 15em;
    margin: 0 auto;
    background: url("./img/btn_2@2x.png") no-repeat center center;
    background-size: 100% 100%;
    border-radius: 2px;
    height: 42px;
    line-height: 42px;
    color: white;
    margin-top: 15px;
    font-size: 15px;
    margin-bottom: 10px;
}

.answer-item input[type="checkbox"] + label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background: url(./img/checkbox@2x.png) no-repeat center center;
    background-size: 100% 100%;
}

input[type="checkbox"]:checked + label::before {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background: url(./img/checkbox_1@2x.png) no-repeat center center;
    background-size: 100% 100%;
}

.tips {
    color: #333333;
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
    margin: 0;
}

.answer_line {
    display: block;
    width: 260px;
    margin: 0 auto;
    border-bottom: 1.5px dashed #cccccc;
    margin-bottom: 10px;
    margin-left: 0.5em;
}

.footer {
    width: 100%;
    background-color: #333333;
    text-align: center;
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 2px;
    color: #fff;
}

.footer p {
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
}

.footerLine {
    width: 100%;
    color: #fff;
    font-size: 10;
    background-color: #0e121a;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}

.footerLine span:nth-child(2) {
    margin: 0 5px;
}

body.active {
    position: fixed;
    /* left: 0; */
    transform: translate3d(8.4375rem, 0, 0);
    transition: all 0.2s ease-in-out;
    overflow: auto;
}

.slide-bar {
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    background-color: #2d4276;
    width: 8.4375rem;
    z-index: 2;
    transform: translate3d(-8.4375rem, 0, 0);
    transition: all 0.2s ease-in-out;
    display: block;
}

body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.slide-bar {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-size: 0.90625rem;
}

.slide-bar div {
    height: 2.4375rem;
    border-bottom: #ffffff 0.0625rem solid;
    display: flex;
    align-items: center;
}

.slide-bar div:not(:first-child) {
    padding-left: 0.59375rem;
}

.slide-bar div:nth-child(n + 3) img {
    height: 0.46875rem;
    width: 0.75rem;
}

.slide-bar div:nth-child(n + 2) p {
    padding-left: 0.9375rem;
}

.bar-head {
    padding-left: 1.21875rem;
}

.bar-head img {
    width: 0.96875rem;
    height: 0.9375rem;
}

.bar-index img {
    width: 0.75rem;
    height: 0.9375rem;
}

html,
body {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.logo {
    /*        background-color: #FFFFFF;
        height: 2.5rem;
        width: 100%;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        justify-content: space-between;*/
}

.navImg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.logo {
    background-color: #ffffff;
    height: 2.5rem;
    width: 100%;
    /*border: red 1px solid;*/
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.logo-left {
    padding-left: 1rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.logo-right {
    padding-right: 1rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.logo-img-1 {
    width: 1.0625rem;
    height: 0.875rem;
}

.logo-img-2 {
    padding-left: 1rem;
    width: 10.375rem;
    height: 1.4375rem;
}

.logo-tel-1 {
    width: 1.0625rem;
    height: 1.0625rem;
    border-radius: 50%;
    padding-right: 0.125rem;
}

.logo-tel-2 {
    line-height: 0.75rem;
    font-weight: 500;
    color: #666666;
}

/* .swiper-container {
    width: 100%;
    height: 7.8125rem;
} */

.banner .swiper-slide,
.swiper-container .swiper-wrapper {
    width: 100%;
    background-size: 100% 100%;
}

.banner .swiper-wrapper div:nth-child(1) {
    background-image: url(./img/banner@2x.png);
}

.banner .swiper-wrapper div:nth-child(2) {
    background-image: url(./img/banner-3@2x.png);
}

.banner .swiper-wrapper div:nth-child(3) {
    background-image: url(./img/banner-2@2x.png);
}

/* 测试模块 */
.trade {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.line_through {
    width: 0.125rem;
    height: 9.0625rem;
    background: rgb(235, 67, 79);
    border-radius: 0.0625rem;
    margin: 0 auto;
    position: relative;
}

.line_through .circle {
    display: inline-block;
    width: 0.375rem;
    height: 0.375rem;
    background-color: rgb(235, 67, 79);
    border-radius: 50%;
    transform: translateX(-0.125rem);
}

.c_1 {
    margin-top: 1.125rem;
}

.c_2 {
    margin-top: 2.1875rem;
}

.c_3 {
    margin-top: 2.375rem;
}

.line_through .content {
    position: absolute;
    left: 0;
    top: 1.125rem;
}

.line_through .year_1 {
    width: 8.0625rem;
    left: -8.75rem;
    top: 0.8125rem;
}

.line_through .content > h4 {
    color: #eb434f;
    font-size: 0.875rem;
    font-weight: bold;
    /*text-align: left;*/
}

.line_through .content:nth-child(2n) > h4 {
    text-align: right;
}

.line_through .content > p {
    /*text-align: right;*/
}

.line_through .content:nth-child(2n) > p {
    text-align: right;
}

.line_through .year_2 {
    width: 10.4rem;
    left: 0.6875rem;
    top: 3.375rem;
}

.line_through .year_3 {
    width: 9.4375rem;
    left: -10.125rem;
    top: 6.125rem;
}

.swiper-container-column {
    margin-top: 1.34375rem;
    width: 100%;
    /*border: red 1px solid;*/
    overflow: hidden !important;
}

.swiper-container-column .swiper-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.swiper-container-column .swiper-slide div:nth-child(1) {
    display: flex;
    justify-content: center;
    font-size: 0.9375rem;
    font-weight: bold;
    padding: 0.5rem 0 0.5rem 0;
    border-left: #eb434f 0.125rem solid;
    border-right: #eb434f 0.125rem solid;
    border-top: #2b3558 0.125rem solid;
}

.swiper-container-column .swiper-slide div:nth-child(2) {
    background: #2b3558;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding-left: 0.5rem;
}

.swiper-container-column .swiper-slide div:nth-child(2) span {
    margin-bottom: 0.625rem;
}

.swiper-container-column
    .swiper-slide
    div:nth-child(2)
    span:first-child {
    margin-top: 0.625rem;
}

.slide_mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: none;
    background-color: #000000;
    opacity: 0.4;
    z-index: 99;
}

.introduce {
    font-weight: bold;
    color: #2b3558;
    margin-top: 0.625rem;
    margin-bottom: 0.875rem;
    display: flex;
    justify-content: center;
}

.line {
    width: 100%;
    border-bottom: 0.125rem solid #dfdfdf;
}

.grow-up {
    width: 100%;
}

.title-img1,
.title-img2,
.title-img3,
.title-img4,
.title-img5,
.title-img6,
.title-img7,
.title-img8,
.title-img9,
.title-img10,
.title-img11 {
    width: auto;
    height: 1.9375rem;
}

.grow-up-1,
.test-top-img,
.trade-top-img,
.condition-top-img,
.major-top-img,
.develop-top-img,
.ability-top-img,
.personnel-top-img,
.authority-top-img,
.siyuanren-top-img,
.listening-top-img {
    display: flex;
    justify-content: center;
    margin-bottom: 1.8125rem;
    /*margin-top: 1.1875rem;*/
    /*margin-top: 3.6875rem*/
}

.test,
.trade,
.condition,
.major,
.develop,
.ability,
.personnel,
.authority,
.siyuanren,
.grow-up {
    padding-top: 2.5rem;
}

.grow-up-2,
.grow-up-3 {
    display: flex;
    /*border: red 1px solid;*/
    justify-content: space-around;
}

.grow-up-2 img,
.grow-up-3 img {
    width: 4.71875rem;
    height: 4.71875rem;
    border-radius: 50%;
}

.grow-up-2 span,
.grow-up-3 span {
    font-weight: bold;
    color: #999999;
}

.grow-up-2 .flag,
.grow-up-3 .flag {
    font-size: 0.875rem;
    color: #2d4276;
    font-weight: bold;
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
}

.g2-r-center,
.g2-l-center,
.g3-r-center,
.g3-l-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.g2-l-left,
.g2-r-left,
.g3-l-left,
.g3-r-left {
    display: flex;
    flex-direction: column;
}

.g2-l-left span,
.g2-r-left span,
.g3-l-left span,
.g3-r-left span {
    margin-bottom: 0.625rem;
    /*        padding-left: 1.0rem;
padding-right: 1.0rem;*/
}

.sub_number {
    color: #ff4c4c;
}

.test {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #f7f7f7;
}

.test .t-tip {
    font-size: 0.875rem;
    font-weight: bold;
    color: #eb434f;
    padding-left: 1rem;
}

.test .t-title {
    font-size: 1rem;
    font-weight: bold;
    color: #000000;
    padding-left: 1rem;
    margin-top: 1.25rem;
}

.t-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.t-content div {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
}

.t-content .t-c-title {
    /*margin-top: 1.1875rem;*/
    margin-bottom: 1rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: #000000;
}

.radio span {
    padding-left: 0.625rem;
}

.t-content label {
    padding-left: 1.625rem;
    /*font-weight: bold;*/
    color: #000000;
}

.t-content label:last-child {
    margin-top: 0.5rem;
    margin-bottom: 1.625rem;
}

.t-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.t-txt .txt {
    width: 18.75rem;
    height: 2.5rem;
    border: 0.0625rem solid #a8a8a8;
    border-radius: 0.3125rem;
    text-indent: 2em;
}

.t-txt .btn {
    width: 18.75rem;
    height: 2.5rem;
    background: #eb434f;
    border-radius: 0.3125rem;
    margin-top: 0.9375rem;
    margin-bottom: 1.1875rem;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.condition {
    width: 100%;
}

.condition .c-top {
    display: flex;
    flex-direction: column;
    background: #2d4276;
    color: #ffffff;
    padding-left: 0.9375rem;
}

.condition .c-top p {
    padding-top: 1rem;
    font-weight: bold;
    color: #eb434f;
    font-size: 0.875rem;
}

.condition .c-top span {
    margin-top: 0.65625rem;
    /*font-weight:bold;*/
    color: #ffffff;
}

.condition .c-top span:last-child {
    padding-bottom: 1.34375rem;
}

.c-center {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-between;
}

.c-center div {
    width: 6.5rem;
    height: 6.5rem;
    border: 0.0625rem solid #2d4276;
}

.c-center .up,
.c-center .down {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.c-center .up {
    margin-top: 1.25rem;
}

.c-center span {
    /*width: 4.0625rem;*/
}

.c-center .down {
    margin-top: 0.9375rem;
}

.c-center img {
    width: 2.40625rem;
    height: 2.1875rem;
}

.c-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.1875rem;
}

.c-bottom .big {
    width: 4.96875rem;
    height: 0.5625rem;
}

.c-bottom .small {
    width: 0.3125rem;
    height: 0.34375rem;
}

.c-bottom span {
    color: #eb434f;
    font-weight: bold;
}

.c-bottom p {
    color: #2d4276;
    font-weight: bold;
}

.want {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1.28125rem;
}

.w-title {
    font-size: 1.4375rem;
    font-weight: bold;
    color: #2d4276;
    text-align: center;
}

.w-title span {
    width: 100%;
    color: #eb434f;
}

.w-content {
    display: flex;
    justify-content: space-around;
}

.w-content div {
    margin-top: 0.8125rem;
    width: 7.25rem;
    height: 7.625rem;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*box-sizing: border-box;*/
    /*justify-content: center;*/
}

.w-content .w-img {
    width: 6.875rem;
    height: 1.375rem;
    margin-top: 0.5rem;
}

.w-content p {
    margin-top: 0.8125rem;
    margin-bottom: 0.96875rem;
    border-radius: 0.125rem;
    background: #2d4276;
    width: 6.25rem;
    height: 1.3125rem;
    font-size: 0.625rem;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    line-height: 1.3125rem;
}

.w-content span {
    font-weight: 400;
    color: #666666;
}

.w-span {
    margin-top: 0.90625rem;
}

.w-span-2 {
    margin-top: 0.5rem;
}

.major {
    margin-bottom: 0.875rem;
}

.major-select,
.major-dis-select {
    display: flex;
    justify-content: space-around;
    font-size: 1.8125rem;
    font-weight: 400;
    color: #2d4276;
}

.major-dis-select {
    margin-top: 1.25rem;
}

.major-select div,
.major-dis-select div {
    width: 5.9375rem;
    height: 5.125rem;
    background-size: 5.9375rem 5.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.major-select div {
    background-image: url(./img/xuan@2x.png);
}

.major-dis-select div {
    background-image: url(./img/buxuan@2x.png);
    position: relative;
}

.major-describe,
.major-dis-describe {
    display: flex;
    justify-content: space-around;
    margin-top: 0.6875rem;
}

.major-describe div,
.major-dis-describe div {
    height: 5.375rem;
    width: 7.125rem;

    border-radius: 0.1875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    font-weight: 500;
    color: #ffffff;
}

.major-describe div {
    background: #eb434f;
}

.major-dis-describe div {
    background: #2d4276;
}

.sel-img {
    position: absolute;
    width: 2.40625rem;
    height: 2.40625rem;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.develop {
}

.develop-content {
    display: flex;
    height: 33.16rem;
    position: relative;
}

.d-c-left {
    /*flex: 2;*/
    display: flex;
    flex-direction: column;
    border-right: 0.125rem solid #2d4276;
    width: 75%;
}

.d-c-right {
    /*flex: 1;*/
    width: 25%;
    display: flex;
    flex-direction: column;
}

.d-c-left p {
    background: #2d4276;
    color: #fff;
    font-weight: 500;
    justify-content: center;
}

.d-c-left div {
    font-size: 0.525rem;
}

.d-c-left div,
.d-c-left p,
.d-c-right p,
.d-c-right div {
    flex: 1;
    display: flex;
    align-items: center;
}

.d-c-right p {
    background: #cccccc;
    justify-content: center;
}

.d-c-right div {
    justify-content: center;
}

.d-c-left div:nth-child(even) {
    font-weight: 400;
    background: rgba(45, 66, 118, 0.5);
    color: #ffffff;
}

.d-c-left div:nth-child(odd) {
    background: rgba(45, 66, 118, 0.3);
    font-weight: 400;
    color: #2d4276;
}

.d-c-right div:nth-child(even) {
    background: rgba(245, 245, 245, 1);
}

.d-c-right div:nth-child(odd) {
    background: rgba(230, 230, 230, 1);
}

.d-c-left img {
    width: 0.90625rem;
    height: 0.625rem;
    margin-left: 0.9375rem;
    margin-right: 1.1875rem;
}

.d-c-right p {
    font-weight: 500;
    color: rgba(45, 66, 118, 1);
}

.d-c-right img {
    width: 0.6875rem;
    height: 0.6875rem;
}

.right-img {
    width: 0.90625rem;
    height: 0.625rem;
}

.vs-img {
    position: absolute;
    width: 3.09375rem;
    height: 4.625rem;
    bottom: 7.8125rem;
    right: 25%;
    transform: translateX(14px);
}

.develop-details {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
    /*border: red 1px solid;*/
}

.develop-details p {
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    background: rgba(235, 67, 79, 1);
    border-radius: 0.90625rem;
    width: 8.75rem;
    height: 1.8125rem;
    line-height: 1.8125rem;
    margin: 0 auto;
}

.develop-path {
    width: 100%;
    /*height: 45.875rem;*/
    /*background: rgba(45, 66, 118, 1);*/
    /*margin-top: 1.5625rem;*/
    text-align: center;
}

.develop-path img {
    width: 100%;
    /*height: 42.25rem;*/
    margin-top: 1.625rem;
    /*margin-bottom: 1rem;*/
}

.ability-content {
    width: 100%;
    /*border: red 1px solid;*/
    display: flex;
    justify-content: center;
    padding-bottom: 0.625rem;
}

.ability-content .swiper-container {
    height: 11.34375rem;
    width: 21.5625rem;
    /*border: red 1px solid;*/
}

.ability-small {
    font-size: 0.8125rem;
}

.teacher .swiper-wrapper {
}

.teacher > .swiper-pagination {
    text-align: right;
}

.teacher .swiper-slide {
    display: flex;
    flex-direction: row-reverse;
    width: 21.5625rem !important;
    position: relative;
}

.teacher .swiper-slide > div {
    background: rgba(45, 66, 118, 1);
    border-radius: 0.46875rem;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding-left: 2.59375rem;
    padding-top: 1.125rem;
    padding-right: 0.9375rem;
    color: #ffffff;
    box-sizing: border-box;
    width: 16.96875rem;
    /*border: red 1px solid;*/
}

.teacher .swiper-slide > div p {
    font-size: 0.9375rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0.5rem;
}

.teacher .swiper-slide > div p span {
    font-weight: 400;
    margin-left: 0.5rem;
}

.teacher .swiper-slide > div > span {
    font-weight: 400;
    line-height: 1.125rem;
    display: block;
}

.teacher-img {
    width: 6.5625rem;
    height: 10rem;
    position: absolute;
    /*left: : 1.25rem;*/
    bottom: 0.84375rem;
    box-shadow: 0.25rem 0.25rem #ffffff;
    border-radius: 0.46875rem;
    z-index: 5;
    /*left: -4.25rem;*/
    left: 0px;
}

.swiper-pagination-bullet {
    width: 0.3125rem;
    height: 0.3125rem;
}

.personnel {
    background: #f7f7f7;
}

.personnel-top-img {
    /*padding-top: 1.5625rem;*/
}

.personnel-content {
    display: flex;
    justify-content: space-around;
    padding-bottom: 1.625rem;
}

.personnel-content > div {
    /*border: red 1px solid;*/
    width: 6.8125rem;
    height: 8.96875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: #ffffff;
}

.personnel-content img {
    width: 2.15625rem;
    height: 2.15625rem;
}

.personnel-content p {
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.personnel-content span {
    font-size: 0.625rem;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    line-height: 1.125rem;
    display: block;
}

.personnel-other-img {
    width: 1.96875rem;
    height: 2.19375rem;
}

.authority {
    padding-bottom: 1rem;
}

.authority-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.authority-content .zs1 {
    width: 21.5625rem;
    height: 15.21875rem;
}

.authority-content > img:last-of-type {
    width: 21.625rem;
    height: 15.3125rem;
    /*margin-top: 1.1875rem;*/
}

.authority-content > div {
    margin-top: 1.0625rem;
}

.authority-content .line1 {
    width: 21.625rem;
    border-bottom: 0.125rem solid #dfdfdf;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.authority-content > p {
    font-size: 0.9375rem;
    font-weight: bold;
    color: rgba(45, 66, 118, 1);
    line-height: 1.5rem;
    margin-bottom: 0.6875rem;
}

.authority-content span {
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 1.5rem;
    display: block;
    text-align: center;
}

.siyuanren {
    width: 100%;
    /*height: 18.875rem;*/
    background-image: url(./img/guanyuwomen@2x.png);
    box-sizing: border-box;
}

.siyuanren-top-img {
    padding-top: 1.25rem;
}

.siyuanren-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.78125rem;
}

.siyuanren-content > div:first-child {
    margin-left: 1rem;
}

.siyuanren-content > div:first-child span {
    font-size: 0.625rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 1.125rem;
    display: block;
}

.siyuanren-content > div:last-of-type {
    /*        width:21.53125rem;
        height:5.3125rem;*/
    /*        margin: 1.78125rem auto;
        padding-top: 0.5rem;*/
    background-image: url(./img/form@2x.png);
    background-size: 21.53125rem 6rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /*position: relative;*/
    /*border: red 1px solid;*/
    width: 21.53125rem;
    height: 6rem;
    padding-top: 0.625rem;
    margin-top: 0.78125rem;
}

.siyuanren-content > div:last-of-type > div {
    /*border: red 1px solid;*/
    width: 20.53125rem;
    height: 3.75rem;
    /*        display: flex;
        justify-content: center;
        align-items: center;*/
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 1.4rem;
    display: block;
}

.siyuanren-content > div:last-of-type span {
    /*        font-weight:500;
        color:rgba(255,255,255,1);
        line-height:1.4rem;
        display: block;
        padding-left: 0.53125rem;*/
}

.listening {
    background: rgba(22, 28, 43, 1);
    padding-top: 1.28125rem;
    padding-bottom: 2rem;
}

.listening-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.listening-content input {
    width: 16.125rem;
    height: 2.0625rem;
    border: 0.09375rem solid rgba(255, 255, 255, 1);
    border-radius: 0.46875rem;
    background: rgba(22, 28, 43, 1);
    color: #ffffff;
    font-size: 0.625rem;
    font-weight: 500;
    padding-left: 2.75rem;
}

.listening-content div {
    display: flex;
    align-items: center;
    margin-bottom: 1.09375rem;
    /*border: red 1px solid;*/
    position: relative;
}

.listening-content i {
    background-size: 1.0625rem 1.09375rem;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 1.0625rem;
    height: 1.09375rem;
    left: 0.71875rem;
    position: absolute;
    /*left: 0;*/
    z-index: 5;
}

.icon-user {
    background-image: url(./img/UserProfile@2x.png);
    top: 0.45rem;
}

.icon-phone {
    background-image: url(./img/Mobile@2x.png);
    top: 0.45rem;
}

.listening-btn {
    height: 1.875rem;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1.6875rem;
}

.listening-btn span {
    height: 1.875rem;
}

.listening-btn span {
    border-radius: 0.15625rem;
    height: 1.875rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 1.875rem;
}

.listening-btn span:first-child {
    background: #4b99d3;
    width: 7.03125rem;
    display: block;
    margin-right: 0.28125rem;
}

.listening-btn span:last-of-type {
    background: #e14c32;
    width: 8.8125rem;
    display: block;
}

.condition-top-img {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #333333;
}

.c-center {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-between;
}

.c-center .up {
    margin-top: 1.25rem;
}

.c-center .up,
.c-center .down {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.c-center div {
    width: 102px;
    height: 102px;
    border: 1px solid #2d4276;
}

.want {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1.28125rem;
}

.w-title {
    font-size: 1.4375rem;
    font-weight: bold;
    color: #2d4276;
    text-align: center;
}

.w-title span {
    width: 100%;
    color: #eb434f;
}

.w-span {
    margin-top: 14px;
}

.w-span-2 {
    margin-top: 8px;
}

.w-content {
    display: flex;
    justify-content: space-around;
}

w-content p {
    margin-top: 13px;
    margin-bottom: 16px;
    border-radius: 5px;
    background: #2d4276;
    width: 100px;
    height: 21px;
    font-size: 0.625rem;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    line-height: 21px;
}

.w-content div {
    margin-top: 13px;
    width: 116px;
    height: 122px;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* box-sizing: border-box; */
    /* justify-content: center; */
}

.w-content .w-img {
    width: 110px;
    height: 20px;
    margin-top: 8px;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}


/* common title */
.section .section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #999999;
    font-size: 0.625rem;
  }
  
  .section .section-title h3 {
    color: #333333;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 9px;
  }
  
  .section .section-title .specail {
    color: #EB434F;
  }
/* product */
.product {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .product-content {
    margin-top: 20px;
  }
  
  .product .product-content .item-box {
    display: inline-block;
    /* width: 96px !important; */
  }
  
  .product-content .item-box>li {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #2B3558;
    color: #fff;
    font-size: 12px;
    padding-bottom: 12px;
  }
  
  .product-content .item-box>li.light {
    background-color: #94BCDB;
  }
  
  .product-content .item-box>li .imgbox {
    display: flex;
    width: 57px;
    height: 46px;
    /* margin: 0 auto; */
    margin-top: 18px;
    margin-bottom: 12px;
    justify-content: center;
    align-items: center;
  }