@charset "UTF-8";

body,
html,
.privacy {
    height: auto;
    display: flex;
    flex-direction: column;
    color: #222;
    text-align: justify;
    padding-top: 0 !important;
    word-break: break-all;
}
*{
    box-sizing: border-box;
}
.privacy {
    font-size: 0.14rem;
    line-height: 0.24rem;
    flex: 1;
    background: #fff
}

p {
    margin: 0;
}

dd,
dl,
dt,
li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

dd,
dl,
dt,
em,
i {
    font-style: normal;
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-weight: 400
}

.cpy-content {
    padding-top: 0.6rem;
    height: auto;
}

.cpy-content .container {
    max-width: none;
    width: 100%;
    height: auto;
    padding: 0 2.78rem;
    padding-bottom: 0.56rem;
}

.cpy-content .header {
    position: relative;
    margin: 0.60rem 0 0.56rem;
}

.cpy-content .fn-t0 {
    font-size: 0.32rem;
    line-height: 0.56rem;
}

.cpy-content .ul-title {
    margin-bottom: 0.16rem;
    font-size: 0.16rem;
    position: relative;
    line-height: 1.5;
}

.cpy-content .bold {
    font-weight: 700;
}

.cpy-content a {
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #F48E30;
}
.privacy .el-checkbox__label{
    font-size: 0.16rem;
}
.fn-t1 {
    font-size: 0.18rem;
    line-height: 0.30rem;
    margin-bottom: 0.16rem;
    font-weight: 700;
}

.fn-t1.no-bold {
    font-weight: 400
}

.bold {
    font-weight: 700
}

.protocol .content {
    margin-bottom: 0.24rem;
}

.ul-content {
    margin-bottom: 0.08rem
}

.ul-content,
.ul-content .ul-title {
    position: relative;
    line-height: 1.5;
}

.ul-content li.ul-content {
    font-size: 0.16rem;
    line-height: 1.5;
    font-weight: 380;
    color: #232328;
}

.ul-content li.ul-content:after {
    background-color: #8c8985;
    opacity: .5
}

.ul-content .li-content {
    margin-left: 0
}

.ul-content:last-child {
    margin-bottom: 0
}

.cpy-sdk {
    display: none;
}

.cpy-collect {
    display: none;
}

.text-right {
    text-align: right;
}

.cpy-content .cpy-dia {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.cpy-dia .cpy-diaWrap {
    position: absolute;
    background-color: #fff;
    padding: 0.32rem;
}
.cpy-dia .cpy-diaWrap.wrap1{
    left: calc(50% - 2.24rem);
    top: calc(50% - 1.03rem);
    width: 4.48rem;
    height: 2.06rem;
}
.cpy-dia .cpy-diaWrap.wrap2{
    left: calc(50% - 1.72rem);
    top: calc(50% - 1.03rem);
    width: 3.44rem;
    height: 2.06rem;
}
.cpy-dia .cpy-diaWrap.wrap3{
    left: calc(50% - 5rem);
    top: calc(50% - 3rem);
    width: 10rem;
    height: 6rem;
}
.cpy-dia .cpy-diaWrap.wrap3 .ul-title {
    text-align: left;
}
.cpy-dia .cpy-diaWrap.wrap3 .cpy-dia-content{
    height: 4.4rem; 
    overflow: auto;
    margin: 0.16rem 0rem;
 }
.cpy-dia .cpy-diaWrap.wrap3 .cpy-dia-footer{
    margin-top: 0rem;
}
.cpy-diaWrap .cpy-dia-header {
    display: flex;
    height: 0.40rem;
    height: 0.40rem;
    position: relative;
    justify-content: center;
    align-items: center;
}

.cpy-diaWrap .cpy-dia-header .header-dia-title{
    font-size: 0.24rem;
    font-weight: 380;
    line-height: 0.24rem;
    height: 0.24rem;
    color: #232328;
}
.cpy-diaWrap .cpy-dia-header .header-dia-close {
    position: absolute;
    right: 0.12rem;
    top: 0.12rem;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    background: url("/assets/images/off.svg") center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.cpy-diaWrap .cpy-dia-header .header-dia-close:hover {
    opacity: 0.9;
}

.cpy-diaWrap .cpy-dia-content {
    position: relative;
    text-align: center;
    margin-top: 0.16rem;
}
.cpy-diaWrap .cpy-dia-footer{
    display: flex;
    justify-content: center;    
    align-items: center;
    margin-top: 0.32rem;
}
.cpy-diaWrap .cpy-dia-footer{
    display: flex;
    justify-content: center;   
}
.cpy-diaWrap .footer-confirm .btn-right{
    margin-right: 0.24rem;   
}
.cpy-content .footer-form-wrap {
    display: flex;
    justify-content: center;
}
.cpy-content .footer-info{
    display: flex;
    justify-content: center;
} 
.cpy-content .btn-common{
      display: inline-block;
      width: 1.28rem;
      height: 0.40rem;
      line-height: 0.40rem;
      border-radius: 0.04rem;
      text-align: center;
      background-color: #232328;
      color: #FFFFFF;
      font-size: 0.16rem;
      cursor: pointer;
}
.cpy-content .btn-common.btn-white{
    background-color: #fff;
    color: #53565A;
    border: 1px solid #000000;
}
.cpy-content .btn-common:hover{
    opacity: 0.8;
}
.privacy .footer{
    display: block;
} 
.el-checkbox__input {
    margin-top: -2px;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #000;
}
  
  
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    border-color: #000;
    background-color: #000;
}
@media screen and (max-width: 768px) {
    .cpy-content .container {
        width: 100%;
        height: auto;
        padding: 0 0.44rem;
        padding-bottom: 0.56rem;
    }

    .fn-h1,
    h1 {
        font-size: 0.36rem;
        line-height: 0.44rem;
    }

    .fn-h2,
    h2 {
        font-size: 0.32rem;
        line-height: 0.40rem;
    }

    .fn-h4,
    h4 {
        font-size: 0.18rem;
        line-height: 0.20rem;
    }

    .fn-h5,
    h5 {
        font-size: 0.16rem;
        line-height: 0.20rem;
    }

    .fn-h6,
    h6 {
        font-size: 0.14rem;
        line-height: 0.24rem;
    }

    .container .fn-t0 {
        font-size: 0.30rem;
        line-height: 1.5;
    }
    .privacy .el-checkbox__label{
        font-size: 0.24rem;
    }
    .container .fn-t1 {
        font-size: 0.26rem;
        line-height: 1.5;
    }

    .ul-content {
        font-size: 0.24rem;
        line-height: 1.5;
    }

    .container .ul-title {
        font-size: 0.24rem;
        line-height: 1.5;
    }

    .privacy a {
        font-size: 0.24rem;
        line-height: 1.5;
    }
    .cpy-dia .cpy-dia-diaWrap {
        position: fixed;
        left: calc(50% - 3.2rem);
        top: calc(50% - 4rem);
        width: 6.38rem;
        height: 8rem;;
        background-color: #fff;
    }
    .cpy-dia .cpy-diaWrap.wrap1{
        left: calc(50% - 3.10rem);
        top: calc(50% - 1.72rem);
        width: 6.20rem;
        height: 3.44rem;
    }
    .cpy-dia .cpy-diaWrap.wrap2{
        left: calc(50% - 3.10rem);
        top: calc(50% - 1.51rem);
        width: 6.20rem;
        height: 3.02rem;
    }
    .cpy-dia .cpy-diaWrap.wrap3{
        left: calc(50% - 3.10rem);
        top: calc(50% - 4rem);
        width: 6.20rem;
        height: 8rem;
    }
    .cpy-dia .cpy-diaWrap.wrap3 .cpy-dia-content{
       height: 6rem; 
       overflow: auto;
    }
    .el-checkbox__input {
        margin-top: auto;
    }
}

