.tabs-wrap{
    width: 100%;
    height: 48px;
    border-bottom: 1px solid rgba(25,31,37,0.08);
    display: flex;
    display: -webkit-flex; /* Safari */
    align-items: center;
}
.tab-container{
    display: flex;
    display: -webkit-flex; /* Safari */
    align-items: center;
    justify-content:center;
    background: #FFF;
    height: 100%;
    border-bottom: 2px solid #FFF;
}

.tab-container-active{
    border-bottom: 2px solid #3296FA;
}


.tab-name{
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.tab-name-active{
    color: #3296FA;
}.guide-page-wrap{
    width: 100%;
    background-color: #FFF;
}
.wrap-padding{
    padding-top: 48px;

}
.guide-header{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}
.guide-inner-wrap{

}

.video-body {
    width: 86%;
}

.video-title {
    color: #4A4A4A;
    font-size: 16px;
    text-align: center;
    padding: 2% 0 4% 0;
}

@media (max-width: 320px) {
    .shell {
        z-index: 10;
        width: 274px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        -ms-transform: translate(-50%); /* IE 9 */
        -moz-transform: translate(-50%); /* Firefox */
        -webkit-transform: translate(-50%); /* Safari 和 Chrome */
        -o-transform: translate(-50%);
    }

    .inner {
        margin: auto;
        width: 274px;
        height: 154px;
        z-index: 1;
        display: block;
    }
}

@media (max-width: 375px) and (min-width: 321px) {

    .shell {
        z-index: 10;
        width: 321px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        -ms-transform: translate(-50%); /* IE 9 */
        -moz-transform: translate(-50%); /* Firefox */
        -webkit-transform: translate(-50%); /* Safari 和 Chrome */
        -o-transform: translate(-50%);
    }

    .inner {
        margin: auto;
        width: 321px;
        height: 180px;
        z-index: 1;
        display: block;
    }
}

@media (max-width: 435px) and (min-width: 376px) {

    .shell {
        z-index: 10;
        width: 372px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        -ms-transform: translate(-50%); /* IE 9 */
        -moz-transform: translate(-50%); /* Firefox */
        -webkit-transform: translate(-50%); /* Safari 和 Chrome */
        -o-transform: translate(-50%);
    }

    .inner {
        margin: auto;
        width: 372px;
        height: 209px;
        z-index: 1;
        display: block;
    }
}

@media (min-width: 435px) {

    .shell {
        z-index: 10;
        width: 372px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        -ms-transform: translate(-50%); /* IE 9 */
        -moz-transform: translate(-50%); /* Firefox */
        -webkit-transform: translate(-50%); /* Safari 和 Chrome */
        -o-transform: translate(-50%);
    }

    .inner {
        margin: auto;
        width: 372px;
        height: 209px;
        z-index: 1;
        display: block;
    }
}@font-face {
    font-family: 'iconfont';  /* project id 191323 */
    src: url('//at.alicdn.com/t/font_191323_xezk9huqzxbw3ik9.eot');
    src: url('//at.alicdn.com/t/font_191323_xezk9huqzxbw3ik9.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_191323_xezk9huqzxbw3ik9.woff') format('woff'),
    url('//at.alicdn.com/t/font_191323_xezk9huqzxbw3ik9.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_191323_xezk9huqzxbw3ik9.svg#iconfont') format('svg');
}

.iconfont1 {
    font-family: "iconfont";
    font-size: 12px;
    line-height: 16px;
    margin-left: -5px;
    margin-bottom: 2px;
    color: #38adff;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
}

.more {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #38adff;
    margin-top: 10px;
    position: relative;
    padding-bottom: 30px;
    display: block;
    text-decoration: none;

}

.icon-arrow {
    width: 10px;
    height: 28px;
    background-position: -184px 3px;
    position: absolute;
    top: 50%;
    margin-top: -15px;

}

.icon {
    background-image: url(https://gw.alicdn.com/tps/TB1clP7KVXXXXXpaXXXXXXXXXXX-720-75.png);
    background-size: 225px;
}

.PhoneShell {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 375px;
    height: 667px;
    margin: 20px auto;
}

.img {
    width: 100%;
    height: 150px;
    background-image: url("https://gw.alicdn.com/tfs/TB1GAimlm_I8KJjy0FoXXaFnVXa-620-413.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 374px) {
    .img {
        width: 100%;
        height: 120px;
        background-image: url("https://gw.alicdn.com/tfs/TB1GAimlm_I8KJjy0FoXXaFnVXa-620-413.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
html,div,img{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.staff-view-wrap{
    max-width: 696px;
    margin: 0 auto;
    font-size: 16px;
    /*color: #ec6f6f;*/
}

.staff-view-header{
   position: relative;
}

.staff-view-header-title{
    position: absolute;
    top: 40px;
    opacity: 1;
    left: 24px;
    animation: title 0.75s;
    /*animation-delay: 0.1s;*/
    animation-timing-function:ease-out;
    padding: 32px 0;
    font-family: PingFangSC-Medium;
    font-size: 28px;
    color: #3296FA;
    letter-spacing: 0.36px;
    line-height: 34px;
}

@keyframes title {
    0% {
        top:80px;
        opacity: 0;
    }
    100% {
        top:40px;
        opacity: 1;

    }
}

.staff-view-header-subtitle{
    position: absolute;
    top: 80px;
    left: 24px;
    opacity: 1;
    animation: subtitle 0.75s;
    /*animation-delay: 0.1s;*/
    animation-timing-function:ease-out;
    padding: 32px 0;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #3296FA;
    letter-spacing: 0.36px;
    line-height: 34px;
}

@keyframes subtitle {
    0% {
        top:120px;
        opacity: 0;

    }
    100% {
        top:80px;
        opacity: 1;

    }
}

.staff-view-header-desc{
    padding: 100px 24px 32px;
    font-family: PingFangSC-Medium;
    font-size: 28px;
    color: #3296FA;
    letter-spacing: 0.36px;
    line-height: 34px;
}
.staff-view-header-logo{
    position: absolute;
    animation: logo 0.5s ;
    animation-timing-function:ease-out;
    left: 24px;
    top: 24px;
    z-index: 99;
    background-size:cover ;
    background-position: center;
    width: 64px;
    height: 24px;
}

@keyframes logo {
    0%{
        top:48px;
        opacity: 0;
    }

    100%{
        top:24px;
        opacity: 1;
    }
}
.staff-view-header-img{
    width: 100%;
    /*height: 555px;*/
    /*line-height: 555px;*/
    /*background: #38adff;*/
    background-size:cover ;
    background-position: center;
    animation: show 0.75s;
    animation-timing-function:ease-out;
}

.staff-view-header-img img{
    width: 100%;
}
@keyframes show {
    0% {
        opacity: 0;

    }
    100% {
        opacity: 1;
    }
}


.staff-view-main{
    padding: 0 24px;
}

/*上图下文*/
.staff-view-vertical{
    margin: 80px auto;
}
.staff-view-vertical-title{
    padding: 12px 0;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #191F25;
    letter-spacing: 0.38px;
    line-height: 29px;
}
.staff-view-vertical-desc{
    padding: 12px 0 0;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #191F25;
    letter-spacing: -0.32px;
    line-height: 27.2px;
}
.staff-view-vertical-content{

}
.staff-view-vertical-text{
    padding: 12px 0;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #191F25;
    letter-spacing: -0.32px;
    line-height: 27.2px;
}

.staff-view-vertical-text-subtitle{
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #191F25;
    letter-spacing: -0.32px;
    line-height: 27px;
}

.staff-view-vertical-text-desc{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #191F25;
    letter-spacing: -0.32px;
    line-height: 27.2px;
}


.staff-view-action{
    display: inline-block;
    font-family: PingFang-SC-Regular;
    font-size: 16px;
    color: #38adff;
    line-height: 28px;
    text-decoration: none;
    margin-bottom: 12px;
}
.staff-view-button{
    display: inline-block;
    font-family: PingFangSC-Medium;
    text-align: center;
    font-weight: 500;
    min-width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background: #3296FA;
    border-radius: 3px;
    color: #FFF;
    margin: 16px 0;
}

.staff-view-vertical-image{
    width: 100%;
    /*background: #5ec9f6;*/
}

.staff-view-vertical-image img {
    display: inline-block;
    width: 100%;
}



/*左图右文*/
.staff-view-horizontal{
    margin: 0 auto 80px;
}
.staff-view-horizontal-title{
    padding: 12px 0;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #191F25;
    letter-spacing: 0.38px;
    line-height: 29px;
}
.staff-view-horizontal-desc{
    padding: 12px 0 0;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #191F25;
    letter-spacing: -0.32px;
    line-height: 27.2px;
}

.staff-view-horizontal-content{
    padding: 12px 0;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
}
.staff-view-horizontal-text{
    width: 50%;
    padding-right: 12px;
}
.staff-view-horizontal-text-subtitle{
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #191F25;
    letter-spacing: -0.32px;
    line-height: 27px;
}

.staff-view-horizontal-text-desc{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #191F25;
    letter-spacing: -0.32px;
    line-height: 27.2px;
}

.staff-view-horizontal-image{
    width: 50%;
    /*background: #17c295;*/
}
.staff-view-horizontal-image img{
    display: inline-block;
    width: 100%;
}

.staff-view-footer{
    padding: 80px 24px 20px;
}

.staff-view-footer-title{
    font-family: PingFangSC-Medium;
    font-size: 28px;
    color: #3296FA;
    letter-spacing: 0.36px;
    line-height: 34px;
}

.staff-view-footer-desc{
    padding: 16px 0;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #191F25;
    letter-spacing: -0.32px;
    line-height: 27px;
}
.staff-view-footer-contact{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #000000;
    letter-spacing: -0.32px;
    line-height: 27px;
}
.staff-view-footer-phone{
    color: #3296FA;
    text-decoration: none;
}

.staff-view-footer-time{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #000000;
    letter-spacing: -0.32px;
    line-height: 27px;
}
.staff-bottom-logo{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 80px;
    align-items: center;
    justify-content: center;
}

.staff-bottom-logo img{
    width: 105px;
}
@font-face {
    font-family: 'iconfont';  /* project id 191323 */
    src: url('//at.alicdn.com/t/font_191323_xezk9huqzxbw3ik9.eot');
    src: url('//at.alicdn.com/t/font_191323_xezk9huqzxbw3ik9.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_191323_xezk9huqzxbw3ik9.woff') format('woff'),
    url('//at.alicdn.com/t/font_191323_xezk9huqzxbw3ik9.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_191323_xezk9huqzxbw3ik9.svg#iconfont') format('svg');
}

.subview-page-wrap{
    padding-bottom: 100px;
    margin: 0 auto;
    max-width: 750px;
}
.subview-close-icon{
    font-family: 'iconfont';
    font-size: 20px;
    color: #3296FA;
    margin-left: 24px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid  rgba(25,31,37,0.08);
}
.subview-list-item{
    height: 72px;
    line-height: 72px;
    border-bottom: 1px solid  rgba(25,31,37,0.08);
    font-size: 16px;
    margin-left: 24px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.subview-list-item-content{
    width: 80%;
}

.subview-list-item-title{
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    font-size: 17px;
    color: #191F25;
    letter-spacing: -0.41px;
    line-height: 22px;
}

.subview-list-item-subtitle{
    padding-top: 4px;
    font-family: PingFang-SC-Regular;
    font-size: 13px;
    color: rgba(25,31,37,0.40);
    letter-spacing: -0.08px;
    line-height: 18px;
}

.subview-list-item-arrow{
    text-align: right;
    width: 20%;
    padding-right: 24px;
    font-size: 16px;
    color: rgba(25,31,37,0.40);
    font-family: 'iconfont';
}.admin-page-wrap{
    background-color: #FFF;
    /*padding-bottom: 100px;*/
    max-width: 750px;
    margin: 0 auto;
}
.admin-list-item{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-left: 24px;
    height: 96px;
    border-bottom: 1px solid rgba(25,31,37,0.08);
}
.admin-list-item-content{
    flex-grow: 2;
}
.admin-list-item-title{
    font-family: PingFang-SC-Medium;
    font-weight: 600;
    font-size: 18px;
    color: #29e;
    line-height: 22px;
}
.admin-list-item-subtitle{
    margin-top: 4px;
    font-family: PingFang-SC-Regular;
    font-size: 13px;
    color: rgba(25,31,37,0.4);
    line-height: 18px;
}
.admin-list-item-thumb{
    padding-right: 24px;
}
.admin-list-item-thumb img{
    width: 32px;
    height: 32px;
}
.admin-bottom-logo{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 80px;
    align-items: center;
    justify-content: center;
}

.admin-bottom-logo img{
    width: 105px;
}
