a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,small,span,strike,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    -webkit-appearance: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0
}

b,strong {
    font-weight: 600
}

body,html {
    font-weight: 400;
    position: relative;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none
}

.html_gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

.privacy-policy .width {
    margin: 0 auto;
    max-width: 1200px;
    width: 94%
}

.privacy-policy .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.privacy-policy .banner .banner-bg {
    background-image: url(https://img-en.fs.com/includes/templates/fiberstore/images/new_payment/Privacy-Policy_bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.privacy-policy .banner .banner-tit {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 16px;
    text-align: center
}

.privacy-policy .banner .banner-txt {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 0 18%;
    text-align: center
}

@media(max-width: 768px) {
    .privacy-policy .banner {
        height:233px
    }

    .privacy-policy .banner .banner-bg {
        background-image: url(https://img-en.fs.com/includes/templates/fiberstore/images/new_payment/Privacy-Policy_bg-m.jpg)
    }

    .privacy-policy .banner .banner-tit {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0
    }

    .privacy-policy .banner .banner-txt {
        font-size: 14px;
        line-height: 22px;
        padding: 0 16px
    }
}

.privacy-policy .width {
    margin: 0 auto;
    max-width: 1200px;
    width: 94%
}

.privacy-policy .content-wap {
    padding: 36px 0
}

.privacy-policy .content-wap .width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.privacy-policy .content-wap .width .policy_left {
    border-radius: 3px;
    display: none;
    margin-right: 36px;
    padding: 20px 0 20px 16px;
    position: sticky;
    top: 0;
    width: 288px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.privacy-policy .content-wap .width .policy_left .mask {
    background: #f7f7f7;
    border-radius: 3px;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.privacy-policy .content-wap .width .policy_left .policy_ul {
    position: relative;
    width: 100%
}

.privacy-policy .content-wap .width .policy_left .policy_ul li {
    color: #19191a;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    padding: 13px 16px;
    position: relative;
    width: 100%
}

.privacy-policy .content-wap .width .policy_left .policy_ul li span {
    font-size: 14px;
    line-height: 22px
}

.privacy-policy .content-wap .width .policy_left .policy_ul li.list_active_block {
    background: #fff;
    border-radius: 3px 0 0 3px;
    height: 48px;
    left: 0;
    position: absolute;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    z-index: -1
}

.privacy-policy .content-wap .width .policy_left .policy_ul li:hover {
    background-color: #fafafb
}

.privacy-policy .content-wap .width .policy_left .policy_ul li:hover span {
    background: -webkit-gradient(linear,left top,left bottom,from(#c00000),to(#c00000)) repeat-x 0 100%;
    background: linear-gradient(#c00000,#c00000) repeat-x 0 100%;
    background-size: 100% 2px;
    display: inline;
    padding-bottom: 4px;
    -webkit-text-decoration: none;
    text-decoration: none
}

.privacy-policy .content-wap .width .policy_left .policy_ul li.choose {
    padding: 11px 16px 15px
}

.privacy-policy .content-wap .width .policy_left .policy_ul li.choose:hover {
    background-color: transparent
}

.privacy-policy .content-wap .width .policy_left .policy_ul li.choose span {
    background: -webkit-gradient(linear,left top,left bottom,from(#c00000),to(#c00000)) repeat-x 0 100%;
    background: linear-gradient(#c00000,#c00000) repeat-x 0 100%;
    background-size: 100% 2px;
    display: inline;
    padding-bottom: 4px;
    -webkit-text-decoration: none;
    text-decoration: none
}

.privacy-policy .content-wap .width .policy_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.privacy-policy .content-wap .width .policy_right ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 36px 0
}

.privacy-policy .content-wap .width .policy_right ul li:first-child {
    padding-top: 0
}

.privacy-policy .content-wap .width .policy_right ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.privacy-policy .content-wap .width .policy_right ul li.title_active .bigIcon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.privacy-policy .content-wap .width .policy_right h1 {
    color: #19191a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.privacy-policy .content-wap .width .policy_right .onlyTitle {
    display: block;
    padding-bottom: 0
}

.privacy-policy .content-wap .width .policy_right .title_bootm {
    padding-bottom: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.privacy-policy .content-wap .width .policy_right .cont-des,.privacy-policy .content-wap .width .policy_right p {
    color: #707070;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px
}

.privacy-policy .content-wap .width .policy_right .cont-des:last-child,.privacy-policy .content-wap .width .policy_right p:last-child {
    margin-bottom: 0
}

.privacy-policy .content-wap .width .policy_right .cont-des.mb12,.privacy-policy .content-wap .width .policy_right p.mb12 {
    margin-bottom: 12px!important
}

.privacy-policy .content-wap .width .policy_right .cont-des.p-flex,.privacy-policy .content-wap .width .policy_right p.p-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px
}

.privacy-policy .content-wap .width .policy_right .cont-des.p-flex .label,.privacy-policy .content-wap .width .policy_right p.p-flex .label {
    margin-right: 4px
}

.privacy-policy .content-wap .width .policy_right .list-item {
    margin-bottom: 4px
}

.privacy-policy .content-wap .width .policy_right .list-item:last-child {
    margin-bottom: 0
}

.privacy-policy .content-wap .width .policy_right h3 {
    color: #19191a;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 24px
}

.privacy-policy .content-wap .width .policy_right .table-box {
    margin-bottom: 20px
}

.privacy-policy .content-wap .width .policy_right .table-box table tr th {
    background-color: #c1def1;
    color: #19191a;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    text-align: center
}

.privacy-policy .content-wap .width .policy_right .table-box table tr td {
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    color: #707070;
    font-size: 14px;
    line-height: 50px;
    text-align: center
}

.privacy-policy .content-wap .width .policy_right .qa {
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden
}

.privacy-policy .content-wap .width .policy_right .qa.active .return-tit .icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.privacy-policy .content-wap .width .policy_right .qa .return-tit {
    color: #19191a;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    padding: 16px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0
}

.privacy-policy .content-wap .width .policy_right .qa .return-tit .tit {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px
}

.privacy-policy .content-wap .width .policy_right .qa .return-tit .icon {
    color: #19191a;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 16px
}

.privacy-policy .content-wap .width .policy_right .qa .container {
    overflow: hidden
}

.privacy-policy .content-wap .width .policy_right .qa .container>div {
    padding: 0 20px 16px 0
}

.privacy-policy .content-wap .width .policy_right .qa .container>div .return-txt {
    color: #707070;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    padding-bottom: 6px
}

.privacy-policy .content-wap .width .policy_right .qa .container>div .return-txt:last-child {
    padding-bottom: 0
}

.privacy-policy .content-wap .width .policy_right .qa .container>div .return-txt.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.privacy-policy .content-wap .width .policy_right .qa .container>div .return-txt.flex .label {
    margin-right: 4px
}

.privacy-policy .content-wap .width .policy_right .qa:last-child {
    border-bottom: none
}

@media(max-width: 1024px) {
    .privacy-policy .width {
        padding:0 24px;
        width: 100%
    }

    .privacy-policy .content-wap .width .policy_left {
        display: none;
        margin-right: 16px;
        width: 232px
    }

    .privacy-policy .content-wap .width .policy_left .policy_ul {
        margin-right: 16px;
        width: 100%
    }

    .privacy-policy .content-wap .width .policy_right {
        width: 100%
    }

    .privacy-policy .content-wap .width .policy_right .table-box {
        overflow-x: auto
    }

    .privacy-policy .content-wap .width .policy_right .table-box table {
        width: 920px
    }
}

@media(max-width: 768px) {
    .privacy-policy .width {
        padding:0 16px;
        width: 100%
    }

    .privacy-policy .content-wap .width .policy_left {
        display: none
    }

    .privacy-policy .content-wap .width .policy_right h1 {
        font-size: 20px;
        line-height: 28px
    }
}