@media (hover: hover) {

    input[type="text"]:focus,
    input[type="text"]:active {
        outline: none;
        /* 移除轮廓 */
        border: 1px solid #ccc;
        /* 可选：自定义边框样式 */
        box-shadow: none;
        /* 可选：移除可能的内阴影 */
    }

    .index .box2 .box2Wrap .l .item:hover {
        transform: scale(1.15);
        background-color: #1C77FF;
        color: white;
        cursor: pointer;
        transition: transform 0.8s ease, color 0.5s ease, background-color 0.5s ease;
    }

    .index .box2 .box2Wrap .l .item:hover img {
        filter: invert(1) sepia(1) saturate(5) hue-rotate(180deg);
    }

    .aboutus .zhedie .item:hover .t {
        cursor: pointer;
        background: #f7f8fb;
        -webkit-tap-highlight-color: transparent;
        color: #093b7d;
    }

    .listRate .resault .resaultWrap .btns .btn {}

    .listRate .resault .resaultWrap .btns .btn .btn_img {
        transform: rotate(180deg);
        transition: all 0.5s ease;
    }

    .listRate .resault .resaultWrap .btns .btn:hover {
        cursor: pointer;
    }

    .news .bottom .newslist li:hover {
        transform: scale(1.15);
        transition: transform 0.8s ease;
    }

    .news .center .newslist li:hover {
        transform: scale(1.15);
        transition: transform 0.8s ease;
    }

}

.w1920 {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

/**
 *首页
*/
.index {
    /* font-size: 14px; */
}

.index .box {
    margin-top: 60px;
}

.index .box .boxWrap {}

.index .box .boxWrap .title {
    color: #0051A2;
    font-weight: bold;
    font-size: 36px;
}

.index .box .boxWrap .center {
    display: flex;
    justify-content: space-between;
}

.index .box .boxWrap .center .l {
    padding-right: 100px;
}

.index .box .boxWrap .center .l .subtitle {
    text-indent: 0;
    margin-top: 5px;
    color: #0051A2;
    font-weight: bold;
    font-size: 30px;
}

.index .box .boxWrap .center .l .text {
    margin-top: 15px;
    font-size: 18px;
    color: #777777;
}

.index .box .boxWrap .center .l p {
    text-indent: 30px;
    color: #777777;
    margin-top: 15px;
}

.index .box .boxWrap .center .r {
    flex: 1;
}

.index .box .boxWrap .center .r img {
    width: 400px;
    border-radius: 6px;
}

.index .box .boxWrap .empty {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.index .box .boxWrap .empty .l {
    width: 50px;
    height: 4px;
    background-color: #0051A2;
}

.index .box .boxWrap .empty .r {
    flex: 1;
    height: 1px;
    background-color: #777777;
}

.index .box .boxWrap .bottom {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.index .box .boxWrap .bottom .item {
    flex: 1;
}

.index .box .boxWrap .bottom .item h1 {
    color: #0051A2;
    font-size: 36px;
}

.index .box .boxWrap .bottom .item p {
    margin-top: 6px;
    color: #777777;
}

.index .box2 {
    margin-top: 100px;
    background-color: #183B61;
}

.index .box2 .box2Wrap {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}

.index .box2 .box2Wrap .l {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
}

.index .box2 .box2Wrap .l .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #777777;
    height: 170px;
    width: 320px;
    border-radius: 6px;
    background-color: #ffffff;
}

.index .box2 .box2Wrap .l .item img {}

.index .box2 .box2Wrap .l .item p {
    font-size: 22px;
}

.index .box2 .box2Wrap .r {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.index .box2 .box2Wrap .r h2 {
    font-size: 36px;
}

.index .box2 .box2Wrap .r h3 {
    font-size: 30px;
    margin-top: 10px;
}

.index .box2 .box2Wrap .r p {
    text-indent: 30px;
    background-color: transparent;
    margin-top: 18px;
    line-height: 1.5;
}


.index .box3 {
    margin-top: 100px;
}

.index .box3 .box3Wrap {}

.index .box3 .box3Wrap .title {
    text-align: center;
    color: #0051A2;
}

.index .box3 .box3Wrap .title h1 {
    font-size: 36px;
}

.index .box3 .box3Wrap .title h2 {
    margin-top: 10px;
    font-size: 30px;
}

.index .box3 .box3Wrap .center {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #333333;
    font-size: 24px;
}

.index .box3 .box3Wrap .center .item {
    flex: 1;
    text-align: center;
}

.index .box3 .box3Wrap .center .item img {
    width: 120px;
}

.index .box3 .box3Wrap .bottom {
    margin-top: 60px;
    background-color: #F6F8FE;
    padding: 50px 55px 30px 55px;
    border-radius: 12px;
}

.index .box3 .box3Wrap .bottom .t {
    display: flex;
    justify-content: space-between;
}

.index .box3 .box3Wrap .bottom .t .tl {
    padding: 0 80px;
    flex: 1;
}

.index .box3 .box3Wrap .bottom .t .tl p {
    font-size: 24px;
    color: #333333;
}

.index .box3 .box3Wrap .bottom .t .tl ul {
    margin-top: 40px;
    border-left: 3px solid #247DF8;
    margin-left: 20px;
}

.index .box3 .box3Wrap .bottom .t .tl ul .item {
    position: relative;
    margin-top: 30px;
}

.index .box3 .box3Wrap .bottom .t .tl ul .item .dot {
    display: inline-block;
    position: absolute;
    left: -12px;
    width: 22px;
    height: 22px;
    background-color: #247DF8;
    border-radius: 20px;

}

.index .box3 .box3Wrap .bottom .t .tl ul .item .text {
    margin-left: 30px;
}

.index .box3 .box3Wrap .bottom .t .tl ul .item .tag {
    color: #247DF8;
}

.index .box3 .box3Wrap .bottom .t .tl .profile {
    font-size: 14px;
    margin: 30px 0 0 50px;
}


.index .box3 .box3Wrap .bottom .t .tr {}

.index .box3 .box3Wrap .bottom .t .tr img {
    width: 720px;
    margin-right: 30px;
    border-radius: 6px;
}

.index .box3 .box3Wrap .bottom .b {
    padding-top: 20px;
}

.index .box3 .box3Wrap .bottom .b a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: linear-gradient(to left, #5FA6FD, #5B87C2);
    color: white;
    border-radius: 6px;
    width: 100px;
    height: 35px;
    border: none;
}


.index .box4 {
    position: relative;
    background: url('/static/web/img/index/box4background.jpg') no-repeat center;
    background-size: cover;
    margin-top: 100px;
    height: 575px;
}

.index .box4 .box4Wrap {
    margin: auto;
    width: 100%;
    background-color: rgba(3, 3, 3, 0.3);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.index .box4 .box4Wrap h2 {
    font-size: 60px;
}

.index .box4 .box4Wrap h3 {
    font-size: 36px;
}

.index .box4 .box4Wrap .box4search {
    border-radius: 6px;
    background-color: #ffffff;
    position: relative;
    margin-top: 40px;
    height: 60px;
    width: 500px;
}

.index .box4 .box4Wrap .box4search input {
    position: absolute;
    left: 70px;
    border: none;
    width: 400px;
    height: 100%;
}

.index .box4 .box4Wrap .box4search:focus-within {
    box-shadow: 0 0 10px 5px #1C77FF;
}

.index .box4 .box4Wrap .box4search img {
    position: absolute;
    top: 15px;
    left: 22px;
}

.index .box4 .box4Wrap .box4search a {
    position: absolute;
    right: 12px;
    top: 10px;
    height: 40px;
    padding: 0 25px;
    background-color: #1C77FF;
    border: none;
    border-radius: 6px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index .box5 {
    margin-top: 100px;
}

.index .box5 .box5Wrap {}

.index .box5 .box5Wrap .top {
    text-align: center;
}

.index .box5 .box5Wrap .top h1 {
    font-size: 36px;
    color: #0051A2;
}

.index .box5 .box5Wrap .top h2 {
    margin-top: 10px;
    font-size: 30px;
    color: #0051A2;
}

.index .box5 .box5Wrap .top p {
    margin-top: 35px;
    color: #777777;
}

.index .box5 .box5Wrap .bottom {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

.index .box5 .box5Wrap .bottom .l {
    background-color: #F6F6F6;
    padding: 20px;
}

.index .box5 .box5Wrap .bottom .l .tag {
    border-left: 5px solid #1C77FF;
    padding-left: 15px;
    font-size: 24px;
}

.index .box5 .box5Wrap .bottom .l .img {
    margin-top: 20px;
}

.index .box5 .box5Wrap .bottom .l .img img {
    width: 500px;
}

.index .box5 .box5Wrap .bottom .l .title {
    margin-top: 16px;
    font-size: 20px;
    color: #333333;
}

.index .box5 .box5Wrap .bottom .l .text {
    font-size: 15px;
    color: #777777;
    margin-top: 10px;
    width: 500px;
}

.index .box5 .box5Wrap .bottom .r {
    margin-left: 20px;
    background-color: #F6F6F6;
    padding: 20px;
}

.index .box5 .box5Wrap .bottom .r .rt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.index .box5 .box5Wrap .bottom .r .rb {
    margin-top: 20px;
}

.index .box5 .box5Wrap .bottom .r .content {
    /* height: 240px; */
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.index .box5 .box5Wrap .bottom .r .content .lImg {}

.index .box5 .box5Wrap .bottom .r .content .lImg img {
    width: 260px;
}

.index .box5 .box5Wrap .bottom .r .content .rCard {
    width: 230px;
    margin-left: 20px;
}

.index .box5 .box5Wrap .bottom .r .content .rCard .title {
    font-size: 20px;
    margin-bottom: 30px;
    color: #333333;
}

.index .box5 .box5Wrap .bottom .r .content .rCard .text {
    font-size: 15px;
    color: #777777;
    margin-top: 10px;
}

.index .box6 {
    margin-top: 100px;
    background-color: #F2F2F2;
    height: 220px;
}

.index .box6 .box6Wrap {
    padding-top: 30px;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
}

.index .box6 .box6Wrap h2 {
    font-size: 36px;
    color: #0051A2;
}

.index .box6 .box6Wrap h3 {
    font-size: 30px;
    color: #0051A2;
    margin-top: 10px;
}

.index .box6 .box6Wrap .p {
    margin-top: 20px;
    color: #777777;
}

.index .box7 {
    position: relative;
}

.index .box7 .mapWrap {
    height: 455px;
}

.index .box7 .box {
    position: absolute;
    top: 38px;
    background-color: rgba(30, 83, 220, 0.90);
    color: white;
    padding: 30px;
    border-radius: 6px;
    z-index: 99999;
    margin: 0;
    left: 50%;
    width: 400px;
    transform: translateX(-50%);
    margin-left: 400px;
}

.index .box7 .box h1 {
    font-size: 36px;
}

.index .box7 .box h2 {
    font-size: 30px;
    margin-top: 10px;
}

.index .box7 .box .p {
    margin-top: 10px;
}

.index .box7 .box .mobile {
    line-height: 1.5;
    display: flex;
    margin-top: 10px;
}

.index .box7 .box .mobile p {}

.index .box7 .box .email {
    margin-top: 10px;
}

.index .box7 .box .location {
    margin-top: 10px;
    line-height: 1.8;
}

.index .box7 .box .button {
    text-align: center;
    width: 100px;
    display: block;
    margin: auto;
    background-color: white;
    border-radius: 6px;
    padding: 5px 0;
    margin-top: 25px;
}


.trajectory {}

.trajectory .title {
    position: relative;
}

.trajectory .w1920 {
    width: 1920px;
    height: 860px;
    margin: auto;
    overflow: hidden;
}

.trajectory .title .header_search {}

.trajectory .title .header_search .top {}

.trajectory .title .header_search .top h2 {
    -webkit-text-fill-color: white;
}

.trajectory .title .header_search .top p {
    color: #ffffff;
    display: block;
    margin-top: 25px;
    font-size: 30px;
}

.trajectory .title .rotated-rectangle {
    position: absolute;
    top: -250px;
    width: 1960px;
    height: 940px;
    border-bottom-right-radius: 130px;
    z-index: -999;
    background-color: #183B61;
    transform: rotate(5deg);
    transform-origin: top left;
}

.trajectory .content {
    margin-top: -200px;
}

.trajectory .content .t {
    width: 1200px;
    margin: auto;
    height: 240px;
    border-radius: 24px 24px 24px 24px;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
}

/**
 * 运单查询
*/
.listRate {}

.listRate .backTitle {
    position: relative;
}

.listRate .w1920 {
    width: 100%;
    height: 860px;
    margin: auto;
    overflow: hidden;
}

.listRate .backTitle .header_search {}

.listRate .backTitle .header_search .top {}

.listRate .backTitle .header_search .top h2 {
    -webkit-text-fill-color: white;
}

.listRate .backTitle .header_search .top p {
    color: #ffffff;
    display: block;
    margin-top: 25px;
    font-size: 30px;
}

.listRate .backTitle .rotated-rectangle {
    position: absolute;
    top: -250px;
    width: 102%;
    height: 940px;
    border-bottom-right-radius: 130px;
    z-index: -999;
    background-color: #183B61;
    transform: rotate(5deg);
    transform-origin: top left;
}

.listRate .noData {
    margin-top: 40px;
    margin-bottom: 180px;
}

/* 跟踪结果错误样式 */
.tracking-result-error {
    width: 100%;
    /* max-width: 900px; */
    margin: 20px auto;
    padding: 0 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.tracking-result-error .error-container {
    background-color: #ffffff;
    border-radius: 10px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tracking-result-error .error-icon {
    flex: 0 0 80px;
    text-align: center;
}

.tracking-result-error .error-icon img {
    width: 60px;
    height: 60px;
    opacity: 0.5;
}

.tracking-result-error .error-message {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
}

.tracking-result-error .error-message h2 {
    font-size: 28px;
    color: #ccc;
    margin-bottom: 10px;
    font-weight: normal;
}

.tracking-result-error .error-message p {
    font-size: 17px;
    color: #ccc;
    margin: 0;
}

.tracking-result-error .tracking-number {
    font-weight: bold;
}

.tracking-result-error .error-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.tracking-result-error .close-btn {
    display: inline-block;
    cursor: pointer;
}

.tracking-result-error .close-btn img {
    width: 16px;
    height: 16px;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.tracking-result-error .close-btn:hover img {
    opacity: 1;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .tracking-result-error .error-container {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
    }

    .tracking-result-error .error-icon {
        margin-bottom: 15px;
    }

    .tracking-result-error .error-message {
        padding: 0;
    }
}

/* .listRate .noData .noDataWra {
    background: #ffe9e9;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    line-height: 1;
    display: flex;
    align-items: flex-start;
}

.listRate .noData .noDataWra .l {
    margin-right: 15px;
    width: 16px;
    display: flex;
    align-items: flex-start;
}

.listRate .noData .noDataWra .l svg {
    width: 100%;
    height: auto;
}

.listRate .noData .noDataWra .r {}

.listRate .noData .noDataWra .title {
    font-weight: 700;
    margin-bottom: 8px;
    color: #881414;
}

.listRate .noData .noDataWra .stitle {
    color: #881414;
    line-height: 1.2;
}

.listRate .noData .noDataWra .stitle strong {
    font-size: 16px;
} */

.listRate .detail {
    margin-top: -200px;
}

.listRate .detail .detailWrap {}

.listRate .detail .detailWrap .topInfo {
    margin-bottom: 20px;
    padding: 30px 0;
    display: none;
}

.listRate .detail .detailWrap .topInfo p {
    color: #1e53dc;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
}

.listRate .detail .detailWrap .allB {}

.listRate .detail .detailWrap .allB .tab {
    margin-bottom: 30px;
    display: none;
}

.listRate .detail .detailWrap .allB .tab .t {
    display: flex;
}

.listRate .detail .detailWrap .allB .tab .t span {
    padding: 15px 30px;
    margin-right: 20px;
    background: #8cacff;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}

.listRate .detail .detailWrap .allB .tab .t span.active {
    background: #eef1f5;
    color: #1e53dc;
    font-weight: 700;
    -webkit-tap-highlight-color: transparent;
}

.listRate .detail .detailWrap .allB .tab .t span.active::before {
    content: ' ';
    display: block;
    width: 100px;
    height: 3px;
    position: absolute;
    background: #c0b1eb;
    bottom: 3px;
    left: 50%;
    margin-left: -50px;
}

.listRate .detail .detailWrap .allB .tab .b {
    background: #eef1f5;
    padding: 20px;
    border-radius: 10px;
    border-top-left-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listRate .detail .detailWrap .allB .tab .b .bl {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-right: 1px solid #999;
}

.listRate .detail .detailWrap .allB .tab .b .br {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.listRate .detail .detailWrap .allB .tab .b .item {}

.listRate .detail .detailWrap .allB .tab .b .item .title {
    color: #1e53dc;
    font-weight: 700;
    margin-bottom: 5px;
}

.listRate .detail .detailWrap .allB .tab .b .item .stitle {}

.listRate .detail .detailWrap .allB .tab .b2 {
    background: #eef1f5;
    padding: 20px;
    border-radius: 10px;
    border-top-left-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listRate .detail .detailWrap .allB .tab .b2 span {}

.listRate .detail .detailWrap .allB .tab .b2 .b2t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.listRate .detail .detailWrap .allB .tab .b2 .b2b {}

.listRate .detail .detailWrap .allB .sDetail {
    background: #eef1f5;
    margin-top: 30px;
}

.listRate .detail .detailWrap .allB .sDetail .t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

.listRate .detail .detailWrap .allB .sDetail .t .tl {
    padding-left: 20px;
    font-weight: 700;
    font-size: 16px;
}

.listRate .detail .detailWrap .allB .sDetail .t .tr {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.listRate .detail .detailWrap .allB .sDetail .t .tr span {
    background: #8cacff;
    color: #fff;
    padding: 15px 20px;
    position: relative;
}

.listRate .detail .detailWrap .allB .sDetail .t .tr span.active {
    background: transparent;
    color: #333;
    -webkit-tap-highlight-color: transparent;
}

.listRate .detail .detailWrap .allB .sDetail .t .tr span.active::before {
    content: ' ';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    background: #c0b1eb;
    bottom: 0px;
    left: 0;
}

.listRate .detail .detailWrap .allB .sDetail .b {
    display: none;
}

.listRate .detail .detailWrap .allB .sDetail .b .bitem {}

.listRate .detail .detailWrap .allB .sDetail .b .bitem .bitemT {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.listRate .detail .detailWrap .allB .sDetail .b .bitem .bitemT p {}

.listRate .detail .detailWrap .allB .sDetail .b .bitem .bitemT .icon {}

.listRate .detail .detailWrap .allB .sDetail .b .bitem .bitemT .title {}

.listRate .detail .detailWrap .allB .sDetail .b .bitem .bitemT .time {}

.listRate .detail .detailWrap .allB .sDetail .b .bitem .bitemT .address {}

.listRate .detail .detailWrap .allB .sDetail .b .bitem .bitemT .button {}

.listRate .detail .detailWrap .allB .sDetail .b .bitem .bitemT .button i {}

.listRate .detail .detailWrap .allB .sDetail .b .bitem .bitemB {
    display: none;
}

.listRate .detail .detailWrap .allB .sDetail .b .bitem .bitemB .bitemBInfo {}

.listRate .detail .detailWrap .allB .sDetail .b .bitem .bitemB .bitemBInfo span {}

.listRate .detail .detailWrap .allB .sDetail .b .bitem .bitemB .bitemBitem {}

.listRate .ratecontent {
    width: 100%;
    margin: auto;
    min-height: 500px;
    margin-top: 50px;
}

.listRate .resault {}

.listRate .resault .top {}

.listRate .resault .top .b {}

.listRate .resault .listNav {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.listRate .resault .listNav .navItem {
    background: #dce1ea;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: navajowhite;
    color: #7f8b9d;
    margin-right: 10px;
    z-index: 22;
    transition: all ease .3s;
}

.listRate .resault .listNav .navItem.active {
    background: #fff;
    color: #1e53dc;
    font-weight: 700;
}

.listRate .resault .resaultWrap {
    margin-bottom: 60px;
}

.listRate .resault .resaultWrap {
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.21);
    border-radius: 12px;
}

.listRate .resault .resaultWrap .top {
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21); */
    border-radius: 24px;
    background-color: white;
    box-sizing: border-box;
    padding: 24px 30px;
    border-radius: 10px;
    /* margin-bottom: 30px; */
}

.listRate .resault .resaultWrap .top .t {
    margin-bottom: 20px;
}

.listRate .resault .resaultWrap .top .t .subTitle {
    color: #777777;
    margin-bottom: 15px;
}

.listRate .resault .resaultWrap .top .t h3 {
    color: #333333;
    font-size: 24px;
}

.listRate .resault .resaultWrap .top .b {}

.listRate .resault .resaultWrap .top .b .bWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listRate .resault .resaultWrap .top .b .bitem {
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
}

.listRate .resault .resaultWrap .top .b .bitem .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    padding: 7px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.listRate .resault .resaultWrap .top .b .bitem .icon.colorbg0 {}

.listRate .resault .resaultWrap .top .b .bitem .icon.colorbg1 {
    background: #509CFF;
}

.listRate .resault .resaultWrap .top .b .bitem .icon.colorbg2 {
    background: #48c413;
}

.listRate .resault .resaultWrap .top .b .bitem .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.listRate .resault .resaultWrap .top .b .bitem .txt {
    font-size: 12px;
    white-space: pre;
}

.listRate .resault .resaultWrap .top .b .arrow {
    display: block;
    width: 100%;
    height: 3px;
    background: #eee;
    margin-top: -25px;
}

.listRate .resault .resaultWrap .top .b .arrow.color {
    filter: grayscale(0);
    background: #1e53dc;
}

.listRate .resault .resaultWrap .top .b .arrow img {
    display: none;
    width: 100%;
}

.listRate .resault .resaultWrap .list {
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21); */
    border-radius: 24px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 30px;
}

.listRate .resault .resaultWrap .list .gmap {
    border-radius: 10px;
    overflow: hidden;
    border-top-left-radius: 0;
}

.listRate .resault .resaultWrap .list .gmap iframe {
    display: block;
    width: 100%;
    height: 800px;
    border: 0;
}

.listRate .resault .resaultWrap .list .listWrap {
    background: #fff;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    transition: all ease .3s;
    border-top-left-radius: 0;
}

.listRate .resault .resaultWrap .list .listWrap.open {
    height: auto;
}

.listRate .resault .resaultWrap .list .listWrap .litem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
    padding: 15px;
    line-height: 1;
    transition: all ease .3s;
}

.listRate .resault .resaultWrap .list .listWrap .listContent {
    margin-top: 15px;
}

.listRate .resault .resaultWrap .list .listWrap .sub_list_litem .ll {
    display: block;
    width: 36px;
    height: 15px;
}

.listRate .resault .resaultWrap .list .listWrap .litem.sub_list {
    display: block;
    padding: 0;
}

.listRate .resault .resaultWrap .list .listWrap .sub_list .litemPub {}

.listRate .resault .resaultWrap .list .listWrap .sub_list .litemT {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 15px;
    line-height: 1;
    transition: all ease .3s;
}

.listRate .resault .resaultWrap .list .listWrap .sub_list.active .litemT {
    background: #eef1f5;
    color: #1ca20b;
}

.listRate .resault .resaultWrap .list .listWrap .sub_list.active .litemB {
    max-height: 1000px;
}

.listRate .resault .resaultWrap .list .listWrap .sub_list .litemT .ll {
    border: 1px solid #1ca20b;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 5px;
    margin-right: 10px;
    width: 26px;
    box-sizing: border-box;
    height: 26px;
    transition: all ease .3s;
}

.listRate .resault .resaultWrap .list .listWrap .sub_list .litemT .ll svg {
    display: block;
    width: 100%;
    stroke: #1ca20b;
}

.listRate .resault .resaultWrap .list .listWrap .sub_list .litemT .ll.active {
    transform: rotate(90deg);
}

.listRate .resault .resaultWrap .list .listWrap .sub_list .litemB {
    background: #e3e7ee;
    max-height: 0;
    transition: all ease .5s;
    overflow: hidden;
    /* padding: 20px; */
    /* box-sizing: border-box; */
}

.listRate .resault .resaultWrap .list .listWrap .sub_list .litemB .litemBItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 15px 15px 15px 50px;
    line-height: 1;
    transition: all ease .3s;
}

.listRate .resault .resaultWrap .list .listWrap .litem.green {
    font-weight: 700;
    background: #158f00;
    color: #fff;
    border-radius: 5px;
}

.listRate .resault .resaultWrap .list .listWrap .litem:first-child {
    font-weight: 700;
}

.listRate .resault .resaultWrap .list .listWrap .litem:last-child {
    border: none;
}

.listRate .resault .resaultWrap .list .listWrap .litem .spanL {
    display: none;
}

.listRate .resault .resaultWrap .list .listWrap .litem .l {
    flex: 4;
}

.listRate .resault .resaultWrap .list .listWrap .litem .l .title {
    line-height: 1;
}

.listRate .resault .resaultWrap .list .listWrap .litem .l .subTitle {}

.listRate .resault .resaultWrap .list .listWrap .litem .l .subTitle {}

.listRate .resault .resaultWrap .list .listWrap .litem .c .spanR.green {}

.listRate .resault .resaultWrap .list .listWrap .litem .c {
    flex: 4;
}

.listRate .resault .resaultWrap .list .listWrap .litem .r {
    flex: 1;
}

.listRate .resault .resaultWrap .list .listWrap .litem .r p.rt {
    margin-bottom: 5px;
}

.listRate .resault .resaultWrap .list .listWrap .litem .r p.rb {}

.listRate .resault .resaultWrap .list .listWrap .litem .r p {
    line-height: 1;
    font-size: 12px;
    /* color: #888; */
}

.listRate .resault .resaultWrap .list .listWrap .litem2 {}

.listRate .resault .resaultWrap .list .listWrap .litem2 .l {}

.listRate .resault .resaultWrap .list .listWrap .litem2 .c {
    flex: 4;
}

.listRate .resault .resaultWrap .list .listWrap .litem2 .r {}

.listRate .resault .resaultWrap .btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 30px 0;
}

.listRate .resault .resaultWrap .btns .btn {
    width: 106px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #509CFF;
    border-radius: 30px;
}

.listRate .resault .resaultWrap .btns a {
    color: #4572E9;
    margin-top: 10px;
}

/**
*   我们的服务
*/
.service {
    background-color: #F7F7F9;
}

.service .center {}

.service .center .t {
    margin-top: 100px;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
}

.service .center .t .tl {
    flex: 1;
}

.service .center .t .tl img {
    width: 400px;
}

.service .center .t .tr {
    margin-left: 55px;
}

.service .center .t .tr h2 {
    color: #333333;
    font-size: 36px;
    font-weight: 400;
}

.service .center .t .tr p {
    text-indent: 30px;
    margin-top: 20px;
    color: #777777;
}

.service .center .t .tr ul {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.service .center .t .tr ul li {
    margin-bottom: 15px;
}

.service .center .t .tr ul li .icon {}

.service .center .t .tr ul li .icon img {
    width: 26px;
}

.service .center .t .tr ul li .text {
    font-size: 24px;
    letter-spacing: 2px;
    color: #333333;
    margin-left: 20px;
}

.service .center .t .tr a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F52029;
    border: none;
    color: white;
    border-radius: 6px;
    margin-top: 50px;
    width: 100px;
    height: 40px;
    padding: 0 25px;
}

.service .center .b {
    margin-top: 100px;
    margin-bottom: 100px;
}

.service .center .b h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    color: #333333;
}

.service .center .b ul {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px;
}

.service .center .b ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 420px;
    height: 360px;
    border-radius: 6px;
    box-shadow: 0 0 50px 2px #eee;
    background-color: #ffffff;
}

.service .center .b ul li:hover {
    cursor: pointer;
    transform: translateY(-50px) scale(1.15);
    transition: transform 0.5s ease;
}

.service .center .b ul li .back {
    margin-top: 48px;
    width: 110px;
    height: 110px;
    border-radius: 100px;
    background-color: #F7F7F9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service .center .b ul li .back img {
    width: 70px;
}

.service .center .b ul li h2 {
    font-weight: 400;
    font-size: 28px;
    margin-top: 24px;
    color: #333333;
}

.service .center .b ul li p {
    width: 311px;
    margin-top: 20px;
}

/**
* 关于我们
*/
.aboutus {}

.aboutus .center {
    margin-top: 100px;
}

.aboutus .center .t {
    display: flex;
    justify-content: center;
}

.aboutus .center .t .tl {
    flex: 1;
}

.aboutus .center .t .tl h2 {
    color: #333333;
    font-size: 36px;
    font-weight: 400;
}

.aboutus .center .t .tl p {
    margin-top: 15px;
    color: #777777;
    width: 700px;
}

.aboutus .center .t .tl ul {
    width: 700px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.aboutus .center .t .tl ul li {
    display: flex;
    align-items: center;
    height: 50px;
    margin-bottom: 24px;
}

.aboutus .center .t .tl ul li .icon {}

.aboutus .center .t .tl ul li .icon img {
    width: 40px;
}

.aboutus .center .t .tl ul li .text {
    font-size: 18px;
    margin-left: 20px;
}

.aboutus .center .t .tr {}

.aboutus .center .t .tr img {
    width: 460px;
    border-radius: 6px;
}

.aboutus .center .c {
    margin-top: 50px;
}

.aboutus .center .c .l {
    width: 50px;
    height: 4px;
    background-color: #0051A2;
}

.aboutus .center .c .r {
    position: relative;
    top: -3px;
    flex: 1;
    border-bottom: 3px dashed #777777;
}

.aboutus .center .b {
    margin-top: 50px;
}

.aboutus .center .b {
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
}

.aboutus .center .b .item {
    text-align: center;
}

.aboutus .center .b .item h1 {
    color: #0051A2;
    font-size: 36px;
}

.aboutus .center .b .item p {
    margin-top: 6px;
    color: #777777;
}

.aboutus .back {
    margin-top: 100px;
    background: url('/static/web/img/aboutus/back.jpg') no-repeat center;
    background-size: cover;
    height: 412px;
}

.aboutus .back .backmask {
    margin: auto;
    width: 1920px;
    background-color: rgba(3, 3, 3, 0.6);
    height: 100%;
}

.aboutus .back .backmask .backContent {
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
}

.aboutus .back .backmask .backContent .l {
    flex: 1;
}

.aboutus .back .backmask .backContent .l p {
    font-size: 36px;
    font-weight: 400;
}

.aboutus .back .backmask .backContent .l h2 {
    font-size: 48px;
    margin-top: 30px;
    font-weight: 400;
}

.aboutus .back .backmask .backContent .r {
    flex: 1;
    text-align: center;
}

.aboutus .back .backmask .backContent .r a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 30px;
    border: none;
    border-radius: 8px;
}

.aboutus .back .backmask .backContent .r .rl {
    background-color: #ffffff;
}

.aboutus .back .backmask .backContent .r .rr {
    color: #fff;
    margin-left: 50px;
    background-color: red;
}

.aboutus .zhedie {
    margin-rgb(126, 73, 73) 50px;
    padding: 50px 0;
    user-select: none;
    position: relative;
}

.aboutus .zhedie .toptitle {
    text-align: center;
    margin-bottom: 40px;
}

.aboutus .zhedie .toptitle .p {
    font-size: 30px;
}

.aboutus .zhedie .zhedieWrap {}

.aboutus .zhedie .item {
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
    margin-bottom: 25px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 30px 1px #ddd;
}

.aboutus .zhedie .item .t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    box-sizing: border-box;
    transition: all ease .3s;
    background: #fff;
    color: #111;
}

.aboutus .zhedie .item .t i {
    transition: all ease .3s;
}

.aboutus .zhedie .item.active .t {
    cursor: pointer;
    background: #f7f8fb;
    -webkit-tap-highlight-color: transparent;
}

.aboutus .zhedie .item.active .t i {
    transform: rotate(90deg);
    -webkit-tap-highlight-color: transparent;
}

.aboutus .zhedie .item.active .b {
    max-height: 500px;
    -webkit-tap-highlight-color: transparent;
}

.aboutus .zhedie .item .t p {
    margin-right: 20px;
}

.aboutus .zhedie .item .b {
    overflow: hidden;
    transition: all ease .5s;
    display: flex;
    align-items: center;
    max-height: 0;
    color: #222;
}

.aboutus .zhedie .item .b .bWrap {
    padding: 20px;
}

.aboutus .zhedie .item .b .bWrap p {
    margin-bottom: 10px;
    line-height: 1.4;
}

/**
* 联系我们
*/
.contact {}

.contact .bottom {
    margin-top: 100px;
}

.contact .bottom h1 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    font-weight: 400
}

.contact .bottom .content {
    margin-top: 40px;
    display: flex;
}

.contact .bottom .content .l {
    width: 600px;
}

.contact .bottom .content .l .lt {}

.contact .bottom .content .l .lt h2 {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
}

.contact .bottom .content .l .lt p {
    color: #777777;
    text-indent: 40px;
}

.contact .bottom .content .l .lb h2 {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    margin-top: 24px;
}

.contact .bottom .content .l .lb ul {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 35% 40%;
    grid-gap: 40px;
}

.contact .bottom .content .l .lb ul li {
    margin-bottom: 20px;
}

.contact .bottom .content .l .lb ul li h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

.contact .bottom .content .l .lb ul li p {
    color: #777777;
}

.contact .bottom .content .l .lb ul li .divlist {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}

.contact .bottom .content .l .lb ul li a img {
    width: 36px;
}

.contact .bottom .content input,
.contact .bottom .content select,
.contact .bottom .content textarea {
    background: #efefef;
    border: none;
    width: 100%;
    min-height: 43px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 13px;
}

.contact .bottom .content textarea {
    padding: 13px;
    height: 120px;
}

.contact .bottom .content .r {
    margin-left: 80px;
    display: flex;
    flex: 1;
}

.contact .bottom .content .r .rl {
    flex: 1;
    padding-right: 30px;
}

.contact .bottom .content .r .rl .item,
.contact .bottom .content .r .rr .item {
    margin-bottom: 40px;
}

.contact .bottom .content .r .rl .item .input {}

.contact .bottom .content .r .rl .item .title,
.contact .bottom .content .r .rr .item .title {
    margin-bottom: 10px;
}

.contact .bottom .content .r .rl .item .title span,
.contact .bottom .content .r .rr .item .title span {
    color: #f80404;
    font-weight: 700;
}

.contact .bottom .content .r .rr {
    flex: 1;
}

.contact .bottom .content .r .rr .item .info {
    color: #888;
    margin: 15px 0;
}

.contact .bottom .content .r .rr .item .input {}

.contact .bottom .content .r .rr .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .bottom .content .r .rr .btn a {
    background: #1e53dc;
    color: #fff;
    padding: 13px 55px;
    border-radius: 5px;
}


/**
* 新闻咨询
*/
.news {}

.news .center,
.news .bottom {
    margin-top: 100px;
    text-align: center;
}

.news .center h1,
.news .bottom h1 {
    font-size: 34px;
    color: #333333;
    text-align: center;
}

.news .center ul {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding: 0 50px;
}

.news .center ul li {
    border-radius: 6px;
    overflow: hidden;
    height: 366px;
    width: 270px;
    box-shadow: 0 0 30px 1px #ddd;
}

.news .center ul li .img img {
    width: 270px;
}

.news .center ul li .tag {
    position: relative;
}

.news .center ul li .tag span {
    position: absolute;
    padding: 5px 8px;
    top: -20px;
    color: white;
    background-color: #1E53DC;
    left: 30px;
}

.news .center ul li .tag p {
    text-align: center;
    width: 196px;
    color: #777777;
    padding-top: 60px;
    margin-left: 36px;
}

.news .bottom ul {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 100px;
    grid-gap: 30px;
}

.news .bottom ul li {}

.news .bottom ul li h2 {
    margin-top: 10px;
    font-size: 18px;
    color: #333333;
}

.news .bottom ul li p {
    margin-top: 10px;
    color: #777777;
}



/**
*新闻详情
*/
.news_detail {}

.news_detail .artical {}

.news_detail .artical .topImg {
    text-align: center;
}

.news_detail .artical .topImg img {
    width: 1400px;
    margin: auto;
}

.news_detail .artical .sArticle {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.news_detail .artical .sArticle .l {
    width: 1000px;
}

.news_detail .artical .sArticle .l h1 {
    font-size: 36px;
    color: #333333;
}

.news_detail .artical .sArticle .l .area {
    margin-top: 15px;
    display: flex;
}

.news_detail .artical .sArticle .l .area div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_detail .artical .sArticle .l .area span {
    margin-left: 10px;
}

.news_detail .artical .sArticle .l .area .img2 {
    margin-left: 20px;
}

.news_detail .artical .sArticle .l .content {
    text-indent: 20px;
    color: #777777;
    margin-top: 20px;
}

.news_detail .artical .sArticle .r {
    width: 360px;
}

.news_detail .artical .sArticle .r .rt {
    border-radius: 5px;
    width: 360px;
    height: 88px;
    box-shadow: 0 0 20px 1px #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_detail .artical .sArticle .r .rt .search {
    position: relative;
    width: 310px;
    height: 49px;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    color: #F9F9F9;
    overflow: hidden;
}

.news_detail .artical .sArticle .r .rt .search input {
    border: none;
    width: 240px;
    height: 49px;
    position: absolute;
    left: 10px;
}

.news_detail .artical .sArticle .r .rt .search .img {
    width: 49px;
    height: 49px;
    position: absolute;
    right: 0;
    background-color: #1E53DC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_detail .artical .sArticle .r .rt .search .img img {
    width: 25px;
}

.news_detail .artical .sArticle .r .rb {
    padding-top: 5px;
    margin-top: 24px;
    border-radius: 5px;
    width: 360px;
    height: 370px;
    box-shadow: 0 0 20px 1px #ddd;
}

.news_detail .artical .sArticle .r .rb h2 {
    font-size: 24px;
    color: #333333;
    padding: 6px 19px;
    border-left: 3px solid #1E53DC;
}

.news_detail .artical .sArticle .r .rb a {
    display: block;
}

.news_detail .artical .sArticle .r .rb .a .list {
    display: flex;
    margin-top: 20px;
    margin-left: 19px;
}

.news_detail .artical .sArticle .r .rb .a .list .img {
    width: 113px;
    height: 66px;
}

.news_detail .artical .sArticle .r .rb .a .list .img img {
    width: 100%;
    height: 100%;
}

.news_detail .artical .sArticle .r .rb .a .list .text {
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333333;
}

.news_detail .artical .sArticle .r .rb .a .list .text h3 {
    font-size: 14px;
    font-weight: 400;
}

.news_detail .artical .sArticle .r .rb .a .list .text p {
    margin-top: 10px;
}


/**
* 查询预约
*/
.queryOrder {}


.queryOrder .main {}

.queryOrder .main .chaxunjieguo {}

.queryOrder .main .chaxunjieguo .tit {
    text-align: center;
    font-size: 36px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 50px;
}

.queryOrder .main .chaxunjieguo .chaxunjieguo_box {
    margin-bottom: 100px;
}

.queryOrder .main .chaxunjieguo .chaxunjieguo_box .tag {
    margin: auto;
    margin-top: 30px;
    width: 700px;
    height: 45px;
    border-radius: 6px;
    box-shadow: 0px 0px 15px 3px rgba(0, 81, 162, 0.15);
    position: relative;
    background-color: white;
}

.queryOrder .main .chaxunjieguo .chaxunjieguo_box .tag:focus-within {
    box-shadow: 0px 0px 15px 15px rgba(0, 81, 162, 0.15);
}

.queryOrder .main .chaxunjieguo .chaxunjieguo_box .tag .search {
    border: none;
    position: absolute;
    height: 45px;
    top: 0;
    left: 50px;
    width: 500px;
}

.queryOrder .main .chaxunjieguo .chaxunjieguo_box .tag img {
    position: absolute;
    top: 6.5px;
    left: 10px;
}

.queryOrder .main .chaxunjieguo .chaxunjieguo_box .tag button {
    position: absolute;
    top: 5px;
    right: 20px;
    height: 35px;
    padding: 0 25px;
    background: #183B61;
    color: white;
    border-radius: 6px;
}

/**
* 查询预约
*/
.querys {}

.querys .makeAnAppointment {}

.querys .makeAnAppointment .flexCenter {
    text-align: center;
}

.querys .makeAnAppointment .c {}

.querys .makeAnAppointment .c .page1 {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 150px;
}

.querys .makeAnAppointment .c .title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.querys .makeAnAppointment .c .title .tag {
    width: 30px;
    height: 30px;
    background-color: #CE3232;
    border-radius: 25px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.querys .makeAnAppointment .c .title .p {
    margin-left: 20px;
    color: #777777;
    font-size: 24px;
}

.querys .makeAnAppointment .c .content h1 {
    margin-top: 20px;
    font-size: 36px;
    font-weight: 400;
}

.querys .makeAnAppointment .c .content p {
    margin-top: 12px;
    color: #777777;
}

.querys .makeAnAppointment .c .page1 p {}

.querys .makeAnAppointment .c .page1 .flex {
    margin-top: 50px;
    display: grid;
    margin-bottom: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    padding: 0 200px;
}

.querys .makeAnAppointment .c .page1 .flex li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.querys .makeAnAppointment .c .page1 .flex li h2 {
    font-weight: 400;
    font-size: initial;
    text-align: left;
    font-size: 14px;
}

.querys .makeAnAppointment .c .page1 .flex li input,
.querys .makeAnAppointment .c .page1 .flex li select {
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 10px;
    height: 40px;
}

.querys .makeAnAppointment .c .page1 .flex li.wd h2 {
    display: block;
    height: 45px;
}

.querys .makeAnAppointment .c .page1 .flex li.wd p {}

.querys .makeAnAppointment .c .page1 .flex li.btns {
    padding-top: 10px;
}

.querys .makeAnAppointment .c .page1 .flex li.btns button {
    background: #07406d;
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 10px;
    height: 42px;
}

.querys .makeAnAppointment .c .page1 .flex li.btns p {}

.querys .makeAnAppointment .c .page2 {}

.querys .makeAnAppointment .c .page2 .title {}

.querys .makeAnAppointment .c .page2 .title .img {}

.querys .makeAnAppointment .c .page2 .title .img img {}

.querys .makeAnAppointment .c .page2 .title p {}

.querys .makeAnAppointment .c .page2 .flexCenter {}

.querys .makeAnAppointment .c .page2 .flexCenter h1 {
    display: inline-block;
    line-height: 59px;
    padding: 0 150px;
    background: #e1e9ee;
    border: 1px solid #a7c6de;
    border-radius: 5px;
    font-size: 20px;
    color: #164b76;
    margin: 72px auto 95px auto;
}

.querys .makeAnAppointment .c .page2 .btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.querys .makeAnAppointment .c .page2 .btns p {}

.querys .makeAnAppointment .c .page2 .btns button {
    background: #07406d;
    font-size: 14px;
    color: #fff;
    display: block;
    width: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 42px;
    margin-left: 50px;
}


/**
 *  通用文章模板
 */
.viewArticle {}

.viewArticle .articlewRAP {}

.viewArticle .articlewRAP .sArticle {
    margin: 50px 0;
}

.viewArticle .articlewRAP .sArticle h1 {
    font-size: 36px;
}

.viewArticle .articlewRAP .sArticle .area {
    margin-top: 15px;
    display: flex;
}

.viewArticle .articlewRAP .sArticle .area div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.viewArticle .articlewRAP .sArticle .area span {
    margin-left: 10px;
}

.viewArticle .articlewRAP .sArticle .area .img2 {
    margin-left: 20px;
}

.viewArticle .articlewRAP .sArticle .content {
    color: #777777;
    margin-top: 20px;
}