
/*协议勾选按钮 */
.cart_lis{
    padding-right: 1rem;
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
    font-size: 14px;
    margin-top: 40px;
}
.cart_lis .che{
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart_lis .che input[type="checkbox"],.quanx input[type="checkbox"]{
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    border: 1px solid #93bef0;
    box-sizing: border-box;
    padding: 0;
    transition: all 0.5s;
    border-radius: 50px;
}
.cart_lis .che input[type="checkbox"]:checked,.quanx input[type="checkbox"]:checked{
    border: 1px solid #93bef0;
    background: #93bef0;
}
.cart_lis .che input[type="checkbox"]:checked::before,.quanx input[type="checkbox"]:checked::before {
    content: "";
    display: block;
    position: relative;
    width: 4px;
    height: 8px;
    left: 22%;
    top: 48%;
    border-right: 0.1rem solid #fff;
    border-bottom: 0.1rem solid #fff;
    transform: rotate(45deg) translate(-50%, -50%);
    background: none;
    transition: all 0.5s;
}
.cart_lis .xieyi{
    flex: 1;
    padding-left: 4px;
}
.cart_lis .xieyi a{
    color: #93bef0;
}

/* 协议 */
.tx_title{
    width: 100%;
    height:48px;
    background-color: #f0f0f0;
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 24px;
    line-height: 48px;
}
.tx_title span{
    display: block;
    width: 4px;
    height: 30px;
    padding-right: 4px;
    background: #4cb0e4;
    line-height: 48px;
    margin-top: 8px;
    margin-right: 6px;
}
.xyi{
    text-indent: 2em;
    padding-bottom: 50px;
}
.xyi .text{   
    font-size: 14px;
    color: #444;
    line-height: 2;
}
.xyi h6{
    font-size: 14px;
    padding-top: 15px;
}




