﻿/* ============================================================
   样式重置 
   ============================================================ */
* {
    box-sizing: border-box;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    outline: none;
}

body, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, select, textarea, button, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

ul, dl, ol {
    list-style: none;
}

img, fieldset, input[type="submit"] {
    border: 0 none;
}

img {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
}

em {
    font-style: normal;
}

strong {
    font-weight: bolder;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button, input {
    cursor: pointer;
    border: 0 none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

textarea {
    word-wrap: break-word;
    resize: none;
}

/* word-wrap for opera, resize for webkit */
menu {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none !important;
    font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Arial", sans-serif, Droidsansfallback;
    font-weight: 400;
    background: #fff;
    color: #333;
}

input, textarea {
    font-family: "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Arial", sans-serif, Droidsansfallback;
    font-weight: 300;
}

input[type="number"] {
    -webkit-user-select: text;
}

a, button, input {
    -webkit-touch-callout: none;
}

/* 1.ios 长按时不触发系统的菜单 2.禁止长按时下载图片 */
input, select, textarea {
    outline: none;
    background: none;
    font-weight: 400;
}

/* input { -webkit-appearance: none; } */
/* 去除android4.0以下 a/button/input标签被点击时产生的边框 因为边框引起了不少bug */
a, button, input, select, li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Android4.0下不识别选择器-webkit-transform-3d 使用它可做Android4.0下版本兼容 */
@media all and (-webkit-transform-3d) {
    /* android4.0+ ios4+ 恢复按钮被点击时产生的效果 */
    /*a,button,input{-webkit-tap-highlight-color:rgba(130,130,130,.52);}*/
    a, button, input, select {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
        -moz-tap-highlight-color: transparent;
        outline: none;
    }
}

a {
    text-decoration: none;
}

/*弹性盒子*/
.around {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.between {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.center {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center
}

.start {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start
}

.end {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}

.col {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.row {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.middle {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}

.clearfix:after, .clearfix:before {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

::-moz-placeholder {
    color: #cecece;
    font-size: 0.28rem;
}

::-webkit-input-placeholder {
    color: #cecece;
    font-size: 0.28rem;
}

:-ms-input-placeholder {
    color: #cecece;
    font-size: 0.28rem;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hide-text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

html {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%
}


.bg_qdlg {
    max-width: 750px;
    background: #207B2A;
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.qdlg_top {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 7.09rem;
    background: linear-gradient(180deg, #138365 0%, rgba(35, 165, 138, 0.29) 91%, rgba(41, 178, 152, 0) 100%);
}

.qdlg_top .bgtu {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(http://image.360eol.com/rector/zafu/top1.png) no-repeat;
    background-size: cover;
}

.qdlg_logo {
    position: absolute;
    z-index: 10;
    left: 0.33rem;
    top: 0.48rem;
    width: 3.11rem;
}

.qdlg_zt {
    position: absolute;
    z-index: 5;
    left: 0.67rem;
    right: 0.53rem;
    top: 1.05rem;
    width: 6.3rem;
}

.qdlg_view {
    margin: 0 auto;
    width: 7.5rem;
    height: 5rem;
    position: relative;
    z-index: 20;
    margin-top: -1.6rem;
}

.qdlg_view .swiper-container {
    height: 4.81rem;
}

.qdlg_view .swiper-slide {
    width: 100%;
    height: 4.81rem;
    position: relative;
}

.qdlg_view .videobox {
    margin: 0 auto;
    width: 6.86rem;
    height: 4.024rem;
    position: relative;
    box-shadow: 0.06rem 0.06rem 0.2rem 0rem rgba(0, 1, 9, 0.36);
    border-radius: 0.32rem;
}

.qdlg_view .on-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    border-radius: 0.32rem;
    overflow: hidden;
    height: 100%;
    z-index: 10;
}

.qdlg_view .on-box .play {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: url(http://image.360eol.com/rector/zafu/play.png) no-repeat;
    width: 2.4rem;
    height: 0.8rem;
    background-size: 2.4rem 0.8rem;
}

.qdlg_view .cover-img {
    height: 4.024rem;
}

.qdlg_view .video-play {
    width: 100%;
    height: 4.024rem;
    display: block;
    border-radius: 0.32rem;
    overflow: hidden;
}

.qdlg_view .swiper-pagination {
    height: 0.12rem;
    font-size: 0;
    vertical-align: top;
    bottom: 20px;
}

.qdlg_view .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.05rem;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: rgba(255, 255, 255);
}

.qdlg_view .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 0.2rem;
    background: rgba(255, 255, 255);
    border-radius: 0.06rem;
}

.view .videobox {
    margin: 0 auto;
    width: 8.86rem;
    height: 5.024rem;
    position: relative;
    box-shadow: 0.06rem 0.06rem 0.2rem 0rem rgba(0, 1, 9, 0.36);
    border-radius: 0.32rem;
    margin-top: 0.5rem;
}

.view .on-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    border-radius: 0.32rem;
    overflow: hidden;
    height: 100%;
    z-index: 10;
}

.view .on-box .play {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: url(http://image.360eol.com/rector/zafu/play.png) no-repeat;
    width: 2.4rem;
    height: 0.8rem;
    background-size: 2.4rem 0.8rem;
}

.view .cover-img {
    height: 5.024rem;
}

.view .video-play {
    width: 100%;
    height: 5.024rem;
    display: block;
    border-radius: 0.32rem;
    overflow: hidden;
}

.bg_qdlg .gkb_link-box {
    padding: 0rem 0.15rem 0.38rem 0.15rem;
}

.bg_qdlg .gkb_link {
    margin: 0 auto;
    width: 25%;
}

.bg_qdlg .gkb_link img {
    margin: 0 auto;
    width: 0.96rem;
    height: 0.96rem;
}

.bg_qdlg .gkb_link .bt {
    display: block;
    margin-top: 0.12rem;
    line-height: 0.37rem;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
}

.mainbg {
    position: relative;
}

.mainbg .tu1 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -0.2rem;
    width: 2.93rem;
    height: 4.15rem;
    background: url(http://image.360eol.com/rector/zafu/bg1.png) no-repeat;
    background-size: 2.93rem 4.15rem;
}

.mainbg .tu2 {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 2.79rem;
    width: 3.35rem;
    height: 4.75rem;
    background: url(http://image.360eol.com/rector/zafu/bg2.png) no-repeat;
    background-size: 3.35rem 4.75rem;
}

.mainbg .tu3 {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0.6rem;
    width: 3rem;
    height: 4.46rem;
    background: url(http://image.360eol.com/rector/zafu/bg3.png) no-repeat;
    background-size: 3rem 4.46rem;
}

.mainbg .tu4 {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 2.86rem;
    height: 4.38rem;
    background: url(http://image.360eol.com/rector/zafu/bg4.png) no-repeat;
    background-size: 2.86rem 4.38rem;
}

.qdlg_title {
    margin: 0 auto;
    width: 3.69rem;
    height: 0.99rem;
    margin-top: 0.2rem;
    position: relative;
    z-index: 2;
}

.qdlg_title img {
    display: block;
}

.qdlg_list {
    margin: 0 auto;
    width: 6.87rem;
}

.qdlg_list .item {
    display: block;
    margin-top: 0.29rem;
    position: relative;
    z-index: 2;
    height: 3.01rem;
    background: url(http://image.360eol.com/rector/zafu/xy1.png) no-repeat;
    background-size: 6.87rem 3.01rem;
    padding-left: 2.06rem;
    padding-top: 0.3rem;
}

.qdlg_list .item:first-child {
    margin-top: 0;
}

.qdlg_list .item:before {
    position: absolute;
    content: '';
    right: 0.23rem;
    bottom: 0.42rem;
    border-radius: 50%;
    width: 0.3rem;
    height: 0.3rem;
    background: url(http://image.360eol.com/rector/zafu/arrow.png) no-repeat;
    background-size: 0.3rem 0.3rem;
}

.qdlg_list .item.xy5 {
    height: 3.21rem;
    background: url(http://image.360eol.com/rector/zafu/xy5.png) no-repeat;
    background-size: 6.87rem 3.21rem;
}

.qdlg_list .item.xy13 {
    height: 3.21rem;
    background: url(http://image.360eol.com/rector/zafu/xy13.png) no-repeat;
    background-size: 6.87rem 3.21rem;
    padding-top: 0.3rem;
}

.qdlg_list .item .pic {
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    width: 1.78rem;
    height: 2.3rem;
}

.qdlg_list .item .wz {
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    height: 1rem;
    line-height: 0.3rem;
    padding-right: 0.24rem;
}

.qdlg_list .item .bt {
    width: 4.72rem;
    height: 0.7rem;
}

.qdlg_list .item .bt img {
    display: block;
    margin-left: -0.14rem;
}

.qdlg_list .item.xy13 .bt {
    width: 4.56rem;
    height: 1.01rem;
}

.qdlg_list .item .name {
    position: absolute;
    left: 2.06rem;
    bottom: 0.32rem;
    height: 0.48rem;
    background: #FFF791;
    border-radius: 0.24rem;
    padding: 0 0.24rem;
    line-height: 0.48rem;
    color: #2C9A77;
    font-size: 0.24rem;
    font-weight: 600;
}

.qdlg_list .item.xy13 .name13 {
    position: absolute;
    left: 2.06rem;
    /*bottom: 0.12rem;*/
    height: 0.48rem;
    background: #FFF791;
    border-radius: 0.24rem;
    padding: 0 0.24rem;
    line-height: 0.48rem;
    color: #2C9A77;
    font-size: 0.24rem;
    font-weight: 600;
}


.qdlg_list .item .name span {
    font-size: 0.28rem;
    margin-right: 0.08rem;
}

.zs_foot {
    position: relative;
    z-index: 2;
    padding: 0.48rem 0;
    text-align: center;
    line-height: 0.37rem;
    font-size: 0.26rem;
    color: #09143C;
}

.bg_white {
    max-width: 750px;
    background: #fff;
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.tab_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: linear-gradient(180deg, #138365 0%, #207B2A 100%);
    height: 0.88rem;
    overflow: hidden;
}

#wrapper03 .scroller {
    position: absolute
}

#wrapper03 .scroller li {
    float: left;
    height: 0.88rem;
    margin-left: -1px;
    position: relative;
    z-index: 101;
}

#wrapper03 .scroller li a {
    display: block;
    width: auto;
    line-height: 0.88rem;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    margin: 0 13px;
    position: relative;
}

#wrapper03 .scroller li.cur {
    z-index: 110;
}

#wrapper03 .scroller li.cur a {
    color: #FFF791;
    font-weight: 600;
}

#wrapper03 .scroller li.cur a:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 4px;
    margin: 0 auto;
    width: 0.5rem;
    height: 0.05rem;
    background: #FFF791;
    border-radius: 0.03rem;
}

#wrapper03 .scroller li:last-child a {
    margin-right: 0.2rem;
}

.con_tab {
    padding-top: 1rem;
}

.tab_con {
    padding: 0.24rem;
    display: none;
    font-size: 0.3rem;
}

.tab_con:first-child {
    display: block;
}

.nowrap {
    -webkit-flex-wrap: nowrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.wrap {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

　

/**适配**/
@media screen and (min-width: 320px) {
    html {
        font-size: 42.66px
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 48px
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 50px
    }
}

@media screen and (min-width: 384px) {
    html {
        font-size: 51.2px
    }
}

@media screen and (min-width: 400px) {
    html {
        font-size: 54px
    }
}

@media screen and (min-width: 414px) {
    html {
        font-size: 54px
    }
}

@media screen and (min-width: 424px) {
    html {
        font-size: 56.54px
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 64px
    }
}

@media screen and (min-width: 540px) {
    html {
        font-size: 72px
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 85.32px
    }
}

@media screen and (min-width: 720px) {
    html {
        font-size: 96px
    }
}

@media screen and (min-width: 750px) {
    html {
        font-size: 100px
    }
}

@media only screen and (device-width: 375px) and (device-height: 667px) {

}

/* x/xs */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {

}

/* xs max/xr */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {

}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {

}
	
	