@charset "UTF-8";
body {
    background-color: #F5F5F5;
}

.wrapper {
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 2.5rem;
}

.wrapper img {
    display: block;
    width: 100%;
}

.tel-bar {
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem 0 0 0.5rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0.2rem 0 rgba(110, 110, 110, 0.2);
    border: 1px solid rgba(229, 229, 229, 1);
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 10;
    overflow: hidden;
}

.pc-tel-bar {
    width: 100px;
    height: 100px;
    position: fixed;
    left: 50%;
    bottom: 40px;
    z-index: 10;
    transform: translate(-50%, 0);
    overflow: hidden;
    margin-left: 610px;
    display: none;
}

.pc-tel-bar img {
    width: 60px;
    height: 100%;
    float: right;
}

.tel-bar img {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0.18rem 0 0 0.2rem;
}

.layer {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.animation {
    animation: slideInLeft 0.5s forwards;
}

.layer-content {
    width: 5.42rem;
    height: 3.5rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 20px 0px rgba(110, 110, 110, 0.2);
    border: 1px solid rgba(229, 229, 229, 1);
    position: absolute;
    bottom: 2rem;
    right: 0;
    padding: 0.3rem 0.3rem 0.3rem 1.1rem;
}

.layer-close {
    display: inline-block;
    width: 0.29rem;
    height: 0.29rem;
    background: url("../images/acad/close.png") no-repeat left top;
    background-size: 100%;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
}

.layer-content p {
    font-size: 0.26rem;
    margin-bottom: 0.3rem;
}

.layer-content p span {
    color: #288DDE;
}

.layer-content p.blod {
    font-size: 0.28rem;
    font-weight: bold;
}

.layer-content p.reset-marb {
    margin-bottom: 0.14rem;
}

.layer-content:before {
    display: inline-block;
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    background: url("../images/acad/tel.png") no-repeat left top;
    background-size: 0.6rem;
    position: absolute;
    left: 0.3rem;
    top: 0.3rem;
}

.pc-link,
.list-block .pcLink {
    display: none;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate(100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate(0, 0);
        visibility: inherit;
    }
}

.wrapper .nav {
    height: 1.6rem;
    background-color: #ffffff;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    font-size: 0.28rem;
    position: fixed;
    top: 0.9rem;
    z-index: 100;
    left: 0;
    right: 0;

}

.wrapper .search {
    height: 0.9rem;
    background-color: #F5F5F5;
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    right: 0;
    padding: 0.1rem 0.2rem;
}

.search .keywords {
    width: 7.1rem;
    height: 0.7rem;
    border-radius: 0.04rem;
    background-color: #fff;
    border: none;
    padding: 0.2rem;
    outline: none;
    font-size: 0.24rem;
}

.search .search-box {
    position: relative;
}

.search .search-box .icon {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background: url("../images/acad/search.png") no-repeat center center;
    background-size: 0.3rem;
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    z-index: 10;
}

.nav-line {
    min-width: 110px;
    height: 112px;
    text-align: center;
    color: #000;
}

.nav-icon {
    width: 80%;
    height: 80%;
    overflow: hidden;
    border-radius: 50%;
    background-color: #E5E5E5;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 0.12rem;
}

.nav-icon img {
    width:42px;
}

.nav-active .nav-icon {
    background-color: #D74139;
}

.history {
    width: 100%;
    padding-bottom: 0.3rem;
    background-color: #fff;
    display: none;
}

.history h2 {
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.32rem;
    color: #A8A8A8;
    padding: 0 0.3rem;
    border-top: 0.1rem solid #F5F5F5;
}

.history-box {
    width: 100%;
    height: 1.2rem;
    overflow-x: scroll;
    overflow-y: hidden;
}

.history-blocks {
    width: auto;
    height: 1.1rem;
    display: flex;
    flex-wrap: nowrap;
}

.history-blocks .list-block {
    margin-left: 0.2rem;
}

/* 3/27 */
.list-block {
    cursor: pointer;
    width: 3.35rem;
    height: 1.06rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 0.08rem;
    border: 1px solid rgba(229, 229, 229, 1);
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
}

.list-block a {
    display: inline-block;
    padding: 0 0.2rem;
    color: #000000;
    font-size: 0.26rem;
    width: 100%;
}
.list-block:hover {
    width: 268px;
    padding: 15px 0.2rem;
    display: inline-block;
    align-items: center;
    background: #D74139;
}

.list-block:hover span {
    color: white;
}


.list-block p:nth-of-type(1) {
    color: #A8A8A8;
    font-size: 0.20rem;
    margin-bottom: 0.05rem;
}


.list-blocks,
.search-list {
    /* padding: 0.2rem 0.3rem; */
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-list {
    display: none;
}


.cursorIcon {
    cursor: pointer;
}

.logo,
.pc-bg {
    display: none;
}

.layer2 {
    position: fixed;
    width: 1200px;
    height: 450px;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0);
    display: none;
}

.layer2 .layer-content {
    width: 340px;
    height: 200px;
    bottom: 0;
    padding-left: 0.8rem;
}

.layer2 .layer-content p {
    font-size: 14px;
    margin-bottom: 15px;
}

.layer2 .layer-content:before {
    width: 40px;
    height: 40px;
    background-size: 40px;
}

.pc-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 258px;
    background-color: #E5EBF1;
}

@media screen and (min-width: 1000px) {

    .wrapper {
        max-width: 100%;
        padding-top: 240px;
        background: url("../images/acad/bg.png") repeat left bottom;
        background-size: 550px;
    }

    .wrapper .search {
        width: 100%;
        height: 80px;
        background-color: #288DDE;
        padding: 0;
    }

    .search-box {
        width: 1200px;
        height: 80px;
        line-height: 80px;
        margin: 0 auto;
    }

    .search-box .logo {
        display: block;
        font-size: 36px;
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        font-family: NotoSerifCJKsc-Black, NotoSerifCJKsc;
        font-weight: 900;
    }

    .search .keywords {
        width: 300px;
        height: 40px;
        line-height: 40px;
        color: #A8A8A8;
        border-radius: 20px;
        border: 1px solid rgba(245, 245, 245, 1);
        position: absolute;
        right: 0;
        top: 0.15rem;
        font-size: 20px;
    }

    .search .search-box .icon {
        width: 18px;
        height: 18px;
        background-size: 17px;
        top: 26px;
    }

    .wrapper .nav {
        width: 1200px;
        left: 50%;
        transform: translate(-50%, 0);
        background-color: #E5EBF1;
    }

    .list-blocks,
    .search-list {
        border-top: 1px solid #e5e5e5;
    }

    .wrapper .history,
    .search-list,
    .list-blocks {
        width: 1200px;
        margin: 0 auto;
        background-color: #fff;
        justify-content: flex-start;
    }

    .list-blocks .list-block,
    .search-list .list-block {
        margin: 15px;
    }

    .history h2 {
        font-size: 24px;
    }

    .history-blocks {
        width: 100% !important;
        overflow: hidden;
    }

    .history-blocks .list-block {
        width: 200px;
        margin-left: 30px;
    }

    .tel-bar,
    .list-block .h5Link {
        display: none;
    }

    .pc-tel-bar {
        display: block;
    }

    .pc-bg,
    .list-block .pcLink {
        display: block;
    }

    .history {
        padding-bottom: 0;
    }

    .history-box {
        overflow-x: hidden;
    }

    .history-box,
    .history-blocks {
        height: 100px;
    }


    .list-block {
        width: 268px;
        height: 50px;
        background-color: #D7D7D7;
        text-align: center;
        border-radius: 3px !important;
    }

    .list-block a {

        font-size: 16px;
        color: #000;

    }

    .list-block a span {
        /* margin-left: 20px; */
        font-size: 16px;
        color: #000;

    }

    .list-block :hover span {
        font-size: 16px;
        color: #fff;

    }

}

@media screen and (min-width: 300px) {
    .wrapper {
        max-width: 100%;
        padding-top: 240px;
        background: url("../images/acad/bg.png") repeat left bottom;
        background-size: 550px;
    }

    .wrapper .search {
        width: 100%;
        height: 80px;
        background-color: #288DDE;
        padding: 0;
    }

    .search-box {
        width: 1200px;
        height: 80px;
        line-height: 80px;
        margin: 0 auto;
    }

    .search-box .logo {
        display: block;
        font-size: 36px;
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        font-family: NotoSerifCJKsc-Black, NotoSerifCJKsc;
        font-weight: 900;
    }

    .search .keywords {
        width: 300px;
        height: 40px;
        line-height: 40px;
        color: #A8A8A8;
        border-radius: 20px;
        border: 1px solid rgba(245, 245, 245, 1);
        position: absolute;
        right: 0;
        top: 0.15rem;
        font-size: 20px;
    }

    .search .search-box .icon {
        width: 18px;
        height: 18px;
        background-size: 17px;
        top: 26px;
    }

    .wrapper .nav {
        width: 1200px;
        left: 50%;
        transform: translate(-50%, 0);
        background-color: #E5EBF1;
    }

    .list-blocks,
    .search-list {
        border-top: 1px solid #e5e5e5;
    }

    .wrapper .history,
    .search-list,
    .list-blocks {
        width: 1200px;
        margin: 0 auto;
        background-color: #fff;
        justify-content: flex-start;
    }

    .list-blocks .list-block,
    .search-list .list-block {
        margin: 15px;
    }

    .history h2 {
        font-size: 24px;
    }

    .history-blocks {
        width: 100% !important;
        overflow: hidden;
    }

    .history-blocks .list-block {
        width: 200px;
        margin-left: 30px;
    }

    .tel-bar,
    .list-block .h5Link {
        display: none;
    }

    .pc-tel-bar {
        display: block;
    }

    .pc-bg,
    .list-block .pcLink {
        display: block;
    }

    .history {
        padding-bottom: 0;
    }

    .history-box {
        overflow-x: hidden;
    }

    .history-box,
    .history-blocks {
        height: 100px;
    }


    .list-block {
        width: 268px;
        height: 50px;
        background-color: #D7D7D7;
        text-align: center;
        border-radius: 3px !important;
    }

    .list-block a {

        font-size: 16px;
        color: #000;

    }

    .list-block a span {
        /* margin-left: 20px; */
        font-size: 16px;
        color: #000;

    }

    .list-block :hover span {
        font-size: 16px;
        color: #fff;

    }

}
.dialog {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
}

.dialog .dialog_con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    padding: 40px;
    border-radius: 8px;
    background: #fff;
}

.dialog .dialog_con p {
    font-size: 20px;
    text-align: center;

}

.dialog .dialog_con .btn {
    width: 80px;
    height: 30px;
    margin-top: 40px;
    margin-left: auto;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    background: #288DDE;
    border-radius: 4px;
}