@charset "utf-8";
.protocol-modal {
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.protocol-modal .content {
    width: 800px;
    background: #fff;
    padding: 30px 50px 40px;
    max-height: 420px;
    margin: 160px auto;
    border-radius: 2px;
    display: flex;
    position: relative;
    flex-direction: column;
}

.protocol-modal .content-header {
    width: 100%;
    height: 42px;
    font-size: 16px;
    color: #333;
    font-weight: bolder;
    text-align: center;
    line-height: 30px;
}

.protocol-modal .content-text {
    display: none;
    width: 100%;
    overflow-y: auto;
    font-size: 14px;
    line-height: 26px;
    max-height: 380px;
}

.protocol-modal .nav-box {
    width: 100%;
}

.protocol-modal .nav-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.protocol-modal .nav-box div {
    color: #333;
    font-size: 16px;
    line-height: 1.1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 11px 10px;
    border-bottom: solid 1px #d8d8d8;
}

.protocol-modal .nav-box div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.diy-tab-color.active {
    color: #F44336 !important;
    border-bottom: solid 1px #F44336 !important;
}

.protocol-modal .modal-close {
    width: 14px;
    height: 14px;
    background-image: url(../../img/xwb/layer-close.png);
    background-size: cover;
    position: absolute;
    right: 21px;
    top: 21px;
    cursor: pointer;
}

.protocol-modal .btn-box {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}

.protocol-modal .btn-agree {
    background: #3866FF;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    width: 280px;
    height: 40px;
    border: none;
    margin: 0 auto;
    cursor: pointer;
}

.protocol-modal .btn-agree-product-detail {
    background: #3866FF;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    width: 280px;
    height: 57px;
    border: none;
    margin: 0 auto;
    cursor: pointer;
    padding: 5px;
}

.bx-checked {
    cursor: pointer;
}