
/* header样式覆盖，在h5时，高度80 去掉下划线, 下拉时还是50 */
.mainnav-container {
    height: 50px;
    border-bottom: none;
}
.nav-solid-color-a, .nav-solid-color {
    height: 50px;
}

.nav-bottle {
    background-color:  #000;
}

#banner {
    align-items: center;
    background-image: url(produce.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 30px;
    background-position: center;

    margin-top: 50px !important;
}

#banner .detail {
    margin-bottom: 50px;
}

.h1 {
    font-size: 30px;
}

.h-detail {
    margin: 20px auto;
}

#banner .detail {
    margin-top: 20px;
}

#banner ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#banner ul li {
    border-radius: 3px;
    margin-bottom: 20px;
}

#banner ul li a {
    display: inline-block;
    height: 46px;
    line-height: 46px;
}

.h5-p-title {
    padding-left: 20px;
    font-size: 25px;
}

#banner .flex-row {
    flex-direction: column;
}

.h5-buy a {
    display: inline-block;
    height: 46px;
    opacity: 1;
    background: #1953ff;
    border-radius: 3px;
    color: #fff;
    line-height: 46px;
}

.subject-text .h3 {
    text-align: center;
    font-size: 20px;
}

.a-white {
    color: #fff;
}

.pro-text {
    margin-top: 20px;
}

#subject-content>div {
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-bottom: 30px; */
    box-sizing: border-box;
    padding: 30px 20px;
}

.detail-er {
    color: #1953FF;
    margin: 30px 0;
}

.subject-text p:nth-child(1) {
    margin: 20px 0;
}

#subject-content .describe {
    margin: 30px 0;
}

.H5-de-img {
    height: 184px;
    object-fit: cover;
}

.subject-abso {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.img-left,
.img-right {
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 1px solid #EBEFF2;
}

.img-left img,
.img-right img {
    flex-direction: column;
    border-radius: 5px;
}

#question {
    padding: 20px;
}

#question .question-item {
    background: #fbfbfb;
    border: 1px solid #e2e2e2;
    border-radius: 11px;
    box-sizing: border-box;
    padding: 10px;
}

#question .question-item>p {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
}

#question .question-ul li {
    border-bottom: 1px solid #e2e2e2;
    padding-top: 10px;
}

#question .question-answer {
    display: none;
}

#question .pro-hidden {
    overflow: hidden;
    transition: all 0.3s;
    margin-top: 10px;
}

#question .question-top {
    display: flex;
    justify-content: space-between;
}

#question .question-title {
    font-size: 16px;
    font-weight: 600;
}

#question .question-big {
    font-size: 22px;
    font-weight: 700;
}

#plan {
    padding: 20px;
    background-color: #F5FAFE;
}

#plan li {
    margin-top: 20px;
}

#plan li a {
    color: #1953ff;
}

a {
    text-decoration: none;
    color: #1953ff;
}

.h5-blue {
    color: #1953FF;
}

.jt-black {
    margin: 7px 0;
    margin-left: 15px;
    align-self: flex-start;
    transition: 0.3s;
}

#resources .h2 {
    margin: 50px 0 20px 0;
}

#resources .list {
    width: 100%;
    background: #0a2538;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#resources .list .h3 {
    font-size: 20px;
}

#resources .list ul li {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding-top: 15px;
}

#resources .list ul li a {
    display: flex;
    align-items: center;
    color: #DAE0E6;
    width: 73%;
}

#resources .list ul li a:hover {
    color: #81c3ff;
}

#resources .list ul li span {
    display: inline-block;
    color: #85929C;
}

#resources .list ul li img {
    margin-right: 5px;
}

#h5-application {
    padding: 20px;
}

#h5-application .question-item {
    background: #fbfbfb;
    border: 1px solid #e2e2e2;
    border-radius: 11px;
    box-sizing: border-box;
    padding: 10px;
}

#h5-application .question-item>p {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
}

#h5-application .question-ul li {
    border-bottom: 1px solid #e2e2e2;
    padding-top: 10px;
}

#h5-application .question-answer {
    display: none;
}

#h5-application .pro-hidden {
    overflow: hidden;
    transition: all 0.3s;
    margin-top: 10px;
}

#h5-application .question-top {
    display: flex;
    justify-content: space-between;
}

#h5-application .question-title {
    font-size: 16px;
    font-weight: 600;
}

#h5-application .question-big {
    font-size: 22px;
    font-weight: 700;
}

#select-service {
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 50px;
}

#select-service .card {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#select-service .card>div {
    width: 100%;
    /* height: 238px; */
    box-sizing: border-box;
    /* padding: 35px; */
    position: relative;
}

#select-service .card>div .title {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
}

#select-service .card>div .links {
    position: absolute;
    text-align: center;
    bottom: 35px;
    z-index: 2;
    width: 80%;
    left: 35px;
}

#select-service .card .popup {
    z-index: 50;
    position: absolute;
    right: 35px;
    bottom: 72px;
    transition: 0.3s;
}

#select-service .card .popup a {
    color: #000;
}

#select-service .card .popup a:hover {
    color: #000;
}

#select-service .card .popup .mask-sjx {
    height: 21px;
    width: 100%;
    position: relative;
}

#select-service .card .popup .mask-sjx div {
    position: absolute;
    left: 85%;
    top: -1px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

#select-service .card .popup .popup-text {
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    border-radius: 3px;
}

#select-service .card .popup .popup-text span {
    display: inline-block;
}

#select-service .card .popup .popup-text .popup-title {
    width: 70px;
    text-align: right;
    height: 19px;
    line-height: 19px;
    vertical-align: text-top;
}

#select-service .card .popup .popup-text .qq-color {
    color: #81c3ff;
}

#select-service .card .xiaoxinpay {
    /* background-image: url(../images/gold.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    margin-bottom: 20px;
    position: relative;
}

#select-service .card .xiaoxinpay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    filter: brightness(35%);
}

#select-service .card .xiaoxinpay .mask {
    position: relative;
    width: 100%;
    height: 100%;
    /* background-color: #000; */
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 35px;
    z-index: 1;
}

#select-service .xiaoxinpay .spread-out {
    margin-bottom: 50x;
}

#select-service .card .xiaoxinpay .mask p {
    color: rgba(255, 255, 255, 0.8);
}

#select-service .card .xiaoxinpay .mask p.title {
    color: #fff;
}

#select-service .card .xiaoxinpay .links {
    width: 80%;
    display: flex;
    justify-content: space-between;
}

#select-service .card .xiaoxinpay .links a {
    width: 45%;
    height: 30px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    line-height: 30px;
    color: #fff;
    font-size: 17px;
    background: rgba(255, 255, 255, 0);
}

#select-service .card .xiaoxinpay .links a:hover {
    background: rgba(255, 255, 255, 0.3);
}

#select-service .card .purchase {
    /* height: 258px; */
    background: #f8f4ea;
    padding: 35px;
}

#select-service .card .purchase .title {
    color: #C4A45B;
}

#select-service .xiaoxinpay .sparead-out {
    margin-bottom: 55px;
}

#select-service .purchase .sparead-out {
    margin-bottom: 55px;
}

#select-service .card .purchase .links {
    height: 50px;
    background: linear-gradient(90deg, #dabf76, #b69046);
    border: 1px solid #d8c393;
    border-radius: 4px;
    line-height: 50px;
    color: #fff;
    font-size: 17px;
}

#select-service .card .purchase .links:hover {
    cursor: pointer;
}

#select-service .card .purchase .popup {
    bottom: 88px;
    right: 35px;
    width: 80%;
}

#select-service .card .purchase .popup .mask-sjx div {
    left: calc((100% - 50%) - 10px);
}

.xiaoxinpay-popup,
.purchase-popup {
    height: 0;
    overflow: hidden;
}

#process {
    padding: 20px;
    position: relative;
}

#process .h3 {
    font-size: 20px;
}

#process .process-btns {
    display: flex;
    justify-content: space-between;
    z-index: 20;
}

#process .process-btns button {
    display: flex;
    align-items: center;
    padding: 5px 3px;
    background: #1953ff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #fff;
    z-index: 20;
}

#process .line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ffffff;
    left: 0;
    top: 114px;
    width: 80%;
    left: 10%;
    z-index: 1;
}

#process .h5-process-describe {
    width: 100%;
    background: #fff;
    border-radius: 3px;
    margin-top: 20px;
    margin-left: 0;
    padding: 20px;
    box-sizing: border-box;
    transition: margin-left 0.3s;
    position: relative;
}

#process .h5-process-describe span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: -20px;
    width: 0;
    height: 0;
    transition: margin-left 0.3s;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.h5-title-left {
    text-align: left !important;
    font-size: 25px;
}