* {
    padding: 0;
    margin: 0;
}
.a_hand {
    font-size: 0.18rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
}
#head {
    height: 21vw;
    position: relative;
    background: url(../images/aboutbg.png) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}
#head .titlebar {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 22%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#head .title {
    font-size: 0.56rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 800;
    color: #202d40;
    line-height: 0.92rem;
}
#head .text {
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: normal;
    color: #374e71;
    line-height: 0.36rem;
}
#center {
    width: 100%;
    height: auto;
}
#center .titlebar {
    width: inherit;
    padding: 0.82rem 0 0.53rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#center .titlebar .title {
    font-size: 0.46rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 0.65rem;
    padding-bottom: 0.28rem;
}
#center .titlebar .explain {
    width: 100%;
    max-width: 12rem;
    font-size: 0.18rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #38414b;
    line-height: 0.36rem;
}
#center .imgbar {
    width: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#center .imgbar img {
    max-width: 11.28rem;
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
}
#center .imgcenter {
    width: 100%;
    height: auto;
}
#center .imgcenter img {
    display: block;
    width: 100%;

}
#center .getperson {
    width: 100%;
    height: auto;
    background: #fafbff;
    padding: 0.31rem 0 0.81rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#center .getperson button {
    position: relative;
    width: 3.85rem;
    height: 0.56rem;
    outline: none;
    border: none;
    background: linear-gradient(274deg, #2A61EC 0%, #A658FF 100%);
    margin: 0 auto;
    -moz-box-shadow: 0px 3px 9px 1px rgba(0, 50, 168, 0.12);
    box-shadow: 0px 3px 9px 1px rgba(0, 50, 168, 0.12);
    -moz-border-radius: 0.28rem;
    border-radius: 0.28rem;
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #ffffff;
    line-height: 0.28rem;
}
#center .getperson button::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.18rem;
    height: 0.1rem;
    right: 5%;
    top: 53%;
    background: url(/static/img/selfjt.png) no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translate(-50%, -52%);
    -moz-transform: translate(-50%, -52%);
    -ms-transform: translate(-50%, -52%);
    -o-transform: translate(-50%, -52%);
    transform: translate(-50%, -52%);
}
#center .callme {
    width: 100%;
    max-width: 10.95rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 0.6rem auto;
}
#center .callme img {
    width: 5.06rem;
    height: auto;
}
#center .callme .bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 5.06rem;
    height: auto;
}
#center .callme .bar .title {
    padding: 0.15rem 0;
    font-size: 0.18rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #38414b;
    line-height: 0.25rem;
}
#center .callme .bar .explain {
    font-size: 0.16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #38414b;
    line-height: 0.26rem;
}
#center .listBar {
    position: relative;
    height: auto;
}

@media screen and (max-width: 1600px) {
    #center .titlebar .title {
        font-size: 30px;
    }
    #center .titlebar .explain {
        font-size: 13px;
    }
    .listBar .itembar .time {
        font-size: 20px !important;
    }
    .listBar .itembar .explain {
        font-size: 13px !important;
        line-height: 22px !important;
    }
    #center .getperson button {
        width: 260px !important;
        height: 40px !important;
        font-size: 0.14px !important;
        font-weight: 400 !important;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    #center .getperson button::after {
        right: 10%;
        width: 14px !important;
        height: 8px !important;
    }
    #center .callme .bar .title {
        font-size: 16px;
    }
    #center .callme .bar .explain {
        font-size: 12px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    html {
        font-size: 70px;
    }
}
@media screen and (min-width: 1025px) and (min-width: 1280px) and (max-width: 1500px) {
    html {
        font-size: 78px;
    }
}
@media screen and (min-width: 1025px) and (min-width: 1500px) and (max-width: 1900px) {
    html {
        font-size: 90px;
    }
}
@media screen and (min-width: 1025px) and (min-width: 1900px) and (max-width: 2230px) {
    html {
        font-size: 100px;
    }
}
@media screen and (min-width: 1025px) and (min-width: 2230px) and (max-width: 2400px) {
    html {
        font-size: 120px;
    }
}
@media screen and (min-width: 1025px) and (min-width: 2400px) and (max-width: 2650px) {
    html {
        font-size: 135px;
    }
}
@media screen and (min-width: 1025px) and (min-width: 2650px) {
    html {
        font-size: 150px;
    }
}
@media screen and (min-width: 1025px) {
    #head {
        height: 21vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1025px) and (min-width: 768px) and (max-width: 900px) {
    html {
        font-size: 45px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1025px) and (min-width: 900px) {
    html {
        font-size: 50px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
    #center .callme {
        max-width: initial !important;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #center .callme .bar {
        width: 8rem;
    }
    #center .callme .bar img {
        width: 100% !important;
    }
    #center .callme {
        width: 100%;
    }
    #center .callme .bar .title {
        font-size: 16px !important;
    }
    #center .callme .bar .explain {
        font-size: 13px;
        line-height: 20px;
    }
    #center .titlebar .explain {
        font-size: 12px;
        max-width: 10.18rem;
    }
    .listBar .itembar .time {
        font-size: 16px !important;
    }
    .listBar .itembar .explain {
        font-size: 12px !important;
        line-height: 16px !important;
    }
    #foot_bottom {
        line-height: 0.3rem !important;
    }
    #foot_bottom .footbar .left .table .title {
        font-size: 14px;
    }
    #foot_bottom .footbar .left .table .explain {
        font-size: 12px;
    }
    #foot_bottom .footbar .left .table .explain .a_hand {
        font-size: 12px;
    }
    #foot_bottom .footbar .right .top .left span:nth-of-type(1) {
        top: 0;
        font-size: 10px;
    }
    #foot_bottom .footbar .right .top .left span:nth-of-type(2) {
        font-size: 14px;
    }
    #foot_bottom .footbar {
        font-size: 12px;
    }
    #foot_bottom .footbar .right .top .left {
        height: 30px;
    }
    #foot_bottom .icp {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 767px) and (min-width: 450px) and (max-width: 767px) {
    html {
        font-size: 50px;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) and (max-width: 450px) {
    html {
        font-size: 45px;
    }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
    html {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    #head {
        height: 50vw !important;
    }
    #head .titlebar {
        position: absolute;
        top: 54%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #head .titlebar .title {
        font-size: 8vw !important;
        font-weight: 800 !important;
        line-height: 15vw;
    }
    #head .titlebar .text {
        font-size: 3vw !important;
        line-height: 5vw !important;
    }
    #center .titlebar .title {
        font-size: 6.4vw;
        line-height: 8.5vw !important;
        padding-bottom: 2vw !important;
    }
    #center .titlebar .explain {
        max-width: 90vw !important;
        font-size: 3vw;
        line-height: 5vw;
    }
    #center .imgbar img {
        max-width: 75vw !important;
    }
    .listBar .item {
        width: 85vw !important;
        height: 20vw !important;
        margin: 0 auto;
    }
    .listBar .itembar .time {
        font-size: 4vw !important;
        line-height: 5vw !important;
    }
    .listBar .itembar .explain {
        font-size: 3vw !important;
        line-height: 4vw !important;
        max-width: -moz-calc(42.5vw - 0.3rem);
        max-width: calc(42.5vw - 0.3rem);
    }
    .yuan::after {
        height: 20vw !important;
    }
    .last {
        padding-bottom: 0 !important;
    }
    #center .getperson button {
        width: 55vw !important;
        height: 8vw !important;
        -moz-border-radius: 4vw !important;
        border-radius: 4vw !important;
        font-size: 3vw !important;
        font-weight: 400 !important;
    }
    #center .getperson button::after {
        width: 3vw !important;
        height: 1.8vw !important;
        right: 3vw !important;
    }
    #center .callme .bar .title {
        font-size: 5vw;
        line-height: 6.4vw;
    }
    #center .callme .bar .explain {
        font-size: 3vw;
        line-height: 4.2vw;
    }
    #foot_bottom .footbar .left .table .title {
        font-size: 3.4vw;
        line-height: 5vw;
    }
    #foot_bottom .footbar .left .table .explain {
        font-size: 3vw;
        line-height: 4.8vw;
    }
    #foot_bottom .footbar .left .table .explain .a_hand {
        font-size: 3vw;
        line-height: 4.8vw;
    }
    #foot_bottom .footbar .right .top .left span {
        left: 8vw !important;
    }
    #foot_bottom .footbar .right .top .left span:nth-of-type(1) {
        top: 0;
        font-size: 2.5vw;
        line-height: 4vw;
    }
    #foot_bottom .footbar .right .top .left span:nth-of-type(2) {
        font-size: 3.4vw;
        line-height: 5vw;
    }
    #foot_bottom .footbar {
        font-size: 2.5vw;
    }
    #foot_bottom .footbar .right .top .left {
        height: 8vw;
    }
    #foot_bottom .footbar .right .top .imgicon {
        width: 10vw;
        height: 10vw;
    }
    #foot_bottom .footbar .right .bottom .bar .icon {
        width: 2.5vw;
        height: 2.5vw;
    }
    #foot_bottom .icp {
        font-size: 2.5vw !important;
        bottom: 3vw;
    }
    #foot_bottom .icp span {
        letter-spacing: 0;
    }
    #center .titlebar {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #center .titlebar .explain {
        max-width: 8rem;
    }
    #center .callme {
        padding: 0 0.5rem;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
    #center .callme .bar {
        width: 85vw;
        padding-top: 0;
        padding-bottom: 5vw;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #center .callme .bar .bar_callme {
        width: 85vw !important;
        height: auto;
    }
    #foot_bottom {
        height: auto !important;
        padding: 0;
        background: url("../img/otherfootphone.png") no-repeat;
        background-position: 0 100%;
        background-size: 100% 80%;

        max-height: none !important;
    }
    #foot_bottom .footbar {
        padding-top: 40vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        padding-bottom: 10vw;
        height: auto;
        max-height: none !important;
        margin: 0;
    }
    #foot_bottom .footbar .left {
        height: auto;
        width: 80% !important;
        max-width: 500px;
    }
    #foot_bottom .footbar .right {
        margin: 0;
        width: 80%;
        max-width: 500px;
        padding-bottom: 10vw;
    }
}

.listBar .item {
    width: 100%;
    height: 1.18rem;
    position: relative;
}
.listBar .itembar {
    position: absolute;
    width: auto;
    max-width: 5.3rem;
    color: #333;
    font-family: PingFangSC-Regular, PingFang SC;
}
.listBar .left {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(calc(-100% - 0.3rem));
    -moz-transform: translateX(-moz-calc(-100% - 0.3rem));
    -ms-transform: translateX(calc(-100% - 0.3rem));
    -o-transform: translateX(calc(-100% - 0.3rem));
    transform: translateX(calc(-100% - 0.3rem));
}
.listBar .right {
    top: 0;
    left: -moz-calc(50% + 0.3rem);
    left: calc(50% + 0.3rem);
}
.listBar .itembar .time {
    font-size: 0.22rem;
    font-weight: 500;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
}
.listBar .itembar .explain {
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 0.22rem;
}
.listBar .t_left {
    text-align: left;
}
.listBar .t_right {
    text-align: right;
}
.listBar .yuan {
    position: absolute;
    width: 0.16rem;
    height: 0.16rem;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: -moz-calc(50% - 0.08rem);
    left: calc(50% - 0.08rem);
    z-index: 10;
}
.listBar .y_bg {
    background-image: -webkit-linear-gradient(#fff, #dde4ff);
    background-image: -moz-linear-gradient(#fff, #dde4ff);
    background-image: -o-linear-gradient(#fff, #dde4ff);
    background-image: linear-gradient(#fff, #dde4ff);
}
.listBar .first_y_bg {
    background-image: -webkit-linear-gradient(274deg, #2A61EC 0%, #A658FF 100%);
    background-image: -moz-linear-gradient(274deg, #2A61EC 0%, #A658FF 100%);
    background-image: -o-linear-gradient(274deg, #2A61EC 0%, #A658FF 100%);
    background-image: linear-gradient(274deg, #2A61EC 0%, #A658FF 100%);
}
.listBar .yuan::after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 1.22rem;
    background-color: rgba(222, 223, 231, 0.5);
    left: -moz-calc(50% - 1px);
    left: calc(50% - 1px);
    top: 100%;
    z-index: 0;
}
