.zzc {
    background: rgba(0, 0, 0, .1);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    display: none;
}





/*确认下载*/
.buyal {
    background: #fff;
    width: 540px;
    position: fixed;
    z-index: 200;
    left: calc(50% - 270px);
    top: 20vh;
    display: none;
    border-radius: 3px;
    overflow: hidden;
}

.buy_top {
    height: 46px;
    text-align: center;
    line-height: 46px;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
}

.buy_title {
    font-size: 16px;
    color: #2d2d2d;
    font-weight: bold;
    background: #F0F0F0;
    border-bottom: 1px solid #E5E5E5;
}

.close {
    position: absolute;
    width: 10px;
    right: 27px;
    top: 18px;
}

.buymain {
    padding: 28px 27px 22px;
    background: #fff;
}

.buyli:nth-of-type(1) {
    font-weight: bold;
}

.buyli {
    font-size: 14px;
    /* color: #454545; */
    margin-bottom: 20px;
    display: flex;
    color: #4E4E4E;
    /* font-weight: bold; */
}

.buti {
    width: 56px;
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
    /* color: #4E4E4E; */
    color: #454545;
    font-weight: bold;
}

.jb {
    color: #06CD65;
}

.moh {
    margin-right: 6px;
}

.buyzhu {
    color: #8e8e8e;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 13px;
}

.buy_btn {
    width: 88px;
    height: 36px;
    text-align: center;
    background: #fff;
    border: 1px solid #CCCCCC;
    line-height: 34px;
    margin-right: 15px;
    border-radius: 3px;
    color: #5b5b5b;
    cursor: pointer;
    font-weight: normal;
}

.buy_btn:hover {
    color: #fff;
    background: #E80D01;
    border: 1px solid #E80D01;
}

.buybtns {
    display: flex;
    position: relative;
    bottom: 7.5px;
    margin-bottom: 7px;
}

.buyzhu2 {
    font-size: 12px;
    color: #8e8e8e;
    margin-bottom: 28px;
    font-weight: normal;
}

.buy_btn_act {
    color: #fff;
    background: #E80D01;
    border: 1px solid #E80D01;
}

.gobuy {
    width: 118px;
    height: 36px;
    color: #fff;
    background: #E80D01;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    position: relative;
    left: 113px;
    cursor: pointer;
    font-weight: normal;
}

.zfpic {
    width: 183px;
    height: 183px;
    position: relative;
    left: 80px;
    border: 1px solid #F0F0F0;
}

.buyzhu3 {
    font-size: 12px;
    color: #454545;
    display: flex;
    align-items: center;
    margin-top: 43px;
}

.buyzhu3 img {
    width: 13px;
    margin-right: 5px;
}

.scal {
    background: #fff;
    width: 360px;
    height: 394px;
    position: fixed;
    z-index: 200;
    left: calc(50% - 180px);
    top: 20vh;
    display: none;
}

.scal_m {
    padding: 25px 28px 20px;
}









input[type='radio'] {
    opacity: 0;
    position: absolute;
    z-index: -2;
}

input[type="radio"]+label {
    width: 15px;
    height: 15px;
    border: 1px solid #454545;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-right: 8px;
}

input[type="radio"]+label::before {
    content: '';
    border-radius: 1.4rem;
    width: 5px;
    height: 5px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

input[type="radio"]:checked+label {
    border: 1px solid #E81100;
    box-sizing: border-box;
    background: #E81100;
}

input[type="radio"]:checked+label::before {
    content: '√';
    color: #fff;
    font-size: 12px;
}

.scgroup {
    font-size: 14px;
    color: #454545;
    display: flex;
    align-items: center;
}

.group {
    padding: 20px 0;
    height: 148px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 20px;
}

.group::-webkit-scrollbar {
    display: none;
}

.groupadd {
    border: 1px solid #EFEFEF;
    display: flex;
    margin-bottom: 40px;
}

.groupsearch {
    width: 73%;
    height: 36px;
    padding-left: 15px;
    border-right: solid 1px #EFEFEF;
}

.group_btn {
    border: none;
    background: transparent;
    font-size: 14px;
    width: 27%;
    color: #8e8e8e;
    display: inline-block;
    height: 36px;
}

.groupsearch::placeholder {
    color: #b8b8b8;
}

.group_btns {
    display: flex;
    justify-content: space-around;
}

.g_btn {
    width: 105px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}

.group_qx {
    border: 1px solid #606060;
    background: #fff;
    color: #555;
}

.group_qd {
    border: 1px solid #E80D01;
    background: #E80D01;
    color: #fff;
}

.gosc {
    cursor: pointer;
}








.group .scgroup {
    margin-bottom: 10px;
}