@import "./default.css";
@import "./icon.css";

a { text-decoration:none; }
@font-face{
    font-family: 'WrBorn';
    src : url('../fonts/wryh_bold.ttf');
}
.word-yhb {
    font-family: WrBorn;
}

html {
    padding: 0;
    margin: 0;
}
div, section, span {
    box-sizing: border-box;
}
h2 {
    font-family: "MicrosoftYaHei Bold";
}
body {
    width: 100%;
    min-width:320px;
    /*max-width: 1320px;*/
    max-width: 768px;
    display: flex;
    flex-direction: column;
    justify-self: flex-start;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    height: 100%;
    /*font-size: 28px;*/
    font-size: 1.3em;
}
.header-bg {
    width: 100%;
}
.guider {
    z-index: 1;
    /*position: absolute;*/
    width: 100%;
    overflow: hidden;
    height: 3rem;
    /*position: fixed;*/
}
.guider .normal {
    padding-bottom: 100%;
}
.guider-infos .normal {
    width: 100%;
    height: 72px;
    line-height: 72px;
    position: relative;
    padding: 20px;
}
.guider .normal-bg {
    width: 100%;
    /* height: 72px;
    line-height: 72px; */
    height: 3rem;
    line-height: 3rem;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #7074d1, #41aadf);
    opacity: 0;
}
.guider .normal-bg.active {
    opacity: 1;
    transition: 2s;
}

.guider .logo {
    width: 28%;
    margin: 0.8rem 0 0 1rem;
}
.guider .right {
    height: 3rem;
    line-height: 3rem;
}
.guider .ico {
    color: #fff;
    font-size: 2rem;
    margin: 0 0.2rem;
}
.guider-infos {
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    background: #eff9ff;
    z-index: 999;
    padding: 0;
    margin: 0;
    right: 0;
    transition: 0.5s;
    overflow-x: hidden;
    overflow: hidden;
}
.guider-infos>.items {
    opacity: 0;
}
.guider-infos.active {
    width: 100%;
    min-height: 100%;
    transition: 0.5s;
}
.guider-infos.active>.items {
    opacity: 1;
    transition: 2.5s;
}
.guider-infos .normal {
    width: 100%;
    height: 4rem;
    top: 0;
    position: relative;
    background-image: linear-gradient(to right, #7074d1, #41aadf);
    line-height: 4rem;
    padding: 0 1rem;
}
.guider-infos .normal .dl-cls {
    color: #fff;
}
.guider-infos .items {
    width: 100%;
    height: calc(100% - 4rem);
    padding: 0 5%;
}
.guider-infos .items >dl{
    display: block;
    width: 80%;
    margin: 11% auto;
}

.guider-infos .items >dl>dt {
    text-align: center;
    font-size: 1.4rem;
    font-family: WrBorn;
    font-style: italic;
    margin: 5px;
}
.guider-infos .items >dl>dd {
    font-size: 1.0rem;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #49b8ff;
    font-style: italic;
}
.guider-infos .items >dl.active>dt {
    text-align: center;
    font-size: 1.6rem;
    font-family: WrBorn;
    font-style: italic;
    margin: 5px;
    color: #49b8ff;
}

.guider-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /*left: 0;*/
    background: #eff9ff;
    z-index: 999;
    padding: 0;
    margin: 0;
    display: none;
}
.guider-shadow .content {
    background: #fff;
    width: 80%;
    height: 30rem;
    border-radius: 25px;
    margin: calc((100vh - 30rem) / 2) auto;
    position: fixed;
    z-index: 999;
    overflow: hidden;
    box-sizing: border-box;
    left: 10%;
}
.guider-shadow .content .ctl {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.guider-shadow .content .ctl> span{
    padding: 2rem 1rem;
    color: #49b8ff;
    font-weight: 900;
}
.guider-shadow .content .top {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    position: relative;
    display: none;
}

.guider-shadow .content .top>.ewm {
    width: 9rem;
    height: 9rem;
}
.guider-shadow .content .top>span {
    position: relative;
    margin: 0;
    overflow: hidden;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 1rem 0 0 0;
    text-align: center;
    color: #999;
}
.guider-shadow .content .info {
    position: relative;
    margin: 0 auto;
    padding-top: 30px;
    overflow: hidden;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.2rem;
    width: 100%;
    margin: 0;
    padding: 3rem 0 0 0;
}
.guider-shadow .content .info li {
    display: block;
    border: hidden;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 0 auto;
    font-size: 1.5rem;
    overflow: hidden;
    margin: 1.2rem auto;
    padding: 0;
    width: 95%;
}
.guider-shadow .content .info li:nth-child(2) {
    font-weight: 900;
}
.guider-shadow .content .info li > img {
    /*display: block;*/
    /*width: 30px;*/
    /*height: 29px;*/
    /*margin-right: 10px;*/
    /*float: left;*/
    width: 7%;
}
.guider-shadow .content .info li > span {
    float: right;
    width: 80%;
    text-align: left;
    font-size: 1rem;
}
.guider-shadow .bg {
    background: #6e76d2;;
    width: 100%;
    height: 100vh;
    z-index: 998;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.footer-bg {
    width: 100%;
    background: url(../images/public/footer.png) no-repeat center top;
    /*background-size:100% 100%;*/
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 457px;
}

.btm>a {
    padding: 2rem 6rem;
    display: block;
    color: #fff;
    background-color: #49b8ff;
    font-size: 1.2rem;
}


.mbx {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
}
.mbx>.inline {
    color: #666666;
}
.mbx>.inline .ico {
    font-weight: 900;
}
.mbx>.inline::after {
    content: ">"
}
.mbx>.inline:last-child:after {
    content: ""
}
.mbx>.inline span {
    color: #49b8ff;
}

.content {
    flex-direction: column;
    justify-self: center;
    align-items: flex-start;
}

.f24 {
    font-size: 24px;
    font-style: italic;
}
.f18 {
    font-size: 18px;
    font-style: italic;
}
.f16 {
    font-size: 18px;
    font-style: italic;
}
.color-tit {
    color: #49b8ff;
}
.bg-color {
    background: #eff9ff;
}
.min-height {
    min-height: 800px;
    width: 100%;
    box-sizing: border-box;
}

.page-dom {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.page-dom span {
    display: inline-block;
    font-size: 12px;
    color: #9fa0a0;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-right: 5px;
}
.page-dom .auto-w {
    width: auto;
}
.page-dom .page {
    background-color: #fff;
    border: solid 1px #ebecec;
    border-radius: 50px;
}
.page-dom .page-start {
    border-radius: 50px 0 0 50px;
    width: 20px;
}
.page-dom .page-end {
    border-radius: 0 50px 50px 0;
    width: 20px;
}
.page-dom .page.act {
    background-color: #49b8ff;
    color: #fff;
}

.pagination {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.pagination span {
    display: inline-block;
    font-size: 12px;
    color: #9fa0a0;
    /*width: 32px;*/
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-right: 5px;
}
.pagination li, .pagination li span, .pagination li a {
    display: inline-block;
    font-size: 12px;
    color: #9fa0a0;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-right: 5px;
    background-color: #fff;
    border: solid 1px #ebecec;
    border-radius: 50px;
}
.pagination li.active span {
    background-color: #49b8ff;
    color: #fff;
}
.pagination li.disabled span {
    color: #ddd;
}
.pagination .page-start {
    border: none;
    background: none;
    width: 20px;
}
.pagination .page-start span, .pagination .page-start a {
    border-radius: 50px 0 0 50px;
    width: 20px;
}

.pagination .page-end {
    border: none;
    background: none;
    width: 20px;
}
.pagination .page-end span, .pagination .page-end a {
    border-radius: 0 50px 50px 0;
    width: 20px;
}


.download-shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}
.download-shadow .bg-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    background: #6f75d2;
    opacity: 0.7;
}
.download-shadow .notice {
    width: 590px;
    height: 250px;
    margin: 220px auto;
    background: #fff;
    position: relative;
    z-index: 1001;
}
.download-shadow .notice h3 {
    color: #49b8ff;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 20px;
}
.download-shadow .notice .notice-content {
    width: 490px;
    color: #49b8ff;
    margin: 0 auto 30px;
}
.download-shadow .notice .tip {
    position: absolute;
    top: -167px;
    width: 189px;
    height: 192px;
    left: 198px;
}
.download-shadow .notice .bottom {
    width: 490px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.download-shadow .notice .bottom a {
    width: 212px;
    height: 50px;
    box-sizing: border-box;
}

.l-hover:hover {
    box-shadow: 0 0 8px #49b8ff;
}

.pic-show {
    background-size: cover!important;
}

.bg-auto {
    width: 100% !important;
    background-size: cover !important;
}

.scroll-tip {
    width: 15%;
    padding-bottom: 100%;
    position: fixed;
    right: 5%;
    top: 80%;
    z-index: 3;
    opacity: 0;
    transition: 0.75s;
}
.scroll-tip img {
    width: 100%;
}
.scroll-tip.active {
    opacity: 1;
    transition: 1.5s;
}

/*版权*/
.f_banquan,
.f_banquan a{
    color: #52b1ff;
}

.label_txt{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
}
.label_txt h3{
    margin: 0 .625rem 0 0;
    padding: 0 .5rem;
    min-width: 2.25rem;
    height: 1.5rem;
    background: #ff9c00;
    font-size: .8125rem;
    text-align: center;
    color: #fff;
    line-height: 1.5rem;
    font-weight: 400;
    display: inline-block;
}