.configuration{
    width: 100%;
    padding: 113px 89px 77px 89px;
    position: relative;
}
.configuration .return{
    position: fixed;
    right: 36px;
    top: 32px;
    color: #333333;
    font-size: 19px;
    font-weight: bold;
}
.configuration:after{
    content: '';
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    border: 10px solid #666666;
    z-index: 99;
    pointer-events: none;
}

.configuration .wrap .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 27px 0;
}
.configuration .wrap .title .text{
    width: 100%;
}
.configuration .wrap .title .text p{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding: 0 0 12px 0;
    width: 100%;
}
.configuration .wrap .title .text span{
    color: #F7AB00;
    margin: 0 34px 0 0;
}
.configuration .wrap .title .text p:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 89%;
    height: 1px;
    background: #CCCCCC;
}
.configuration .wrap .title .add{
    width: 263px;
    height: 58px;
    background: rgba(247, 171, 0, 0.1);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: 0.6s;
}

.configuration .wrap .title .add .iconfont{
    color: rgba(51, 51, 51, 0.33);
    font-size: 29px;
    margin: 0 19px 0 0;
    transition: 0.6s;
}
.configuration .wrap .title .add p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    opacity: 0.3;
    transition: 0.6s;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    transform: translateX(-35px) scale(1.2);
}
.configuration .wrap .title .add.on{
    pointer-events: auto;
    background: #F7AB00;
}
.configuration .wrap .title .add.on .iconfont{
    color: #333333;
}
.configuration .wrap .title .add.on p{
    opacity: 1;
}
.configuration .wrap .content .big_joke .big_item{
    display: none;
}
.configuration .wrap .content .big_joke .big_item.on{
    display: block;
}

.configuration .wrap .content .cut.first{
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: space-between;
    background: none;
}
.configuration .wrap .content .cut a{
    max-width: 50%;
    width: 100%;
    background: #F5F5F5;
    height: 100%;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
    text-align: center;
    display: block;
    padding: 20px 0;
    position: relative;
}
.configuration .wrap .content .cut a:after{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #E6E6E6;
    z-index: 1;
    transition: 0.6s;
}
.configuration .wrap .content .cut a.on:after{
    background: #F7AB00;
}

.configuration .wrap .content .cut{
    height: 65px;
    width: 100%;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    padding: 0 0 0 94px;
    position: relative;
}
.configuration .wrap .content .cut.two:before{
    width: 290px;
}
.configuration .wrap .content .cut.three:before{
    width: 390px;
}
.configuration .wrap .content .cut .list{
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.configuration .wrap .content .cut .list:not(:last-child):after{
    content: '';
    position: absolute;
    right: -38px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background: #CCCCCC;
}
.configuration .wrap .content .cut .list:not(:last-child) {
    margin: 0 62px 0 0;
}

.configuration .wrap .content .cut .list .iconfont{
    color: rgba(247, 171, 0, 1);
    font-size: 17px;
    margin: 0 8px 0 0;
}
.configuration .wrap .content .cut .list.disable{
    opacity: 0.3;
    pointer-events: none;
}

.configuration .wrap .content .cut .list.complete .iconfont{
    opacity: 0;
}
.configuration .wrap .content .cut .list p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
}


.configuration .wrap .content .flex .principal{
    display: none;
}
.configuration .wrap .content .flex .principal:nth-child(2){
    margin-top: -55px;
}
.configuration .wrap .content .flex .principal .one{
    width: 100%;
    background: #F5F5F5;
    padding: 85px 122px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.configuration .wrap .content .flex .principal.on{
    display: block !important;
}
.configuration .wrap .content .flex .principal .select2-form{
    width: 46%;
    margin: 0 0 57px 0;
    position: relative;
}
.configuration .wrap .content .flex .principal .select2-form .tag{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    margin: 0 0 13px 0;
    padding-left: 8px;
    display: inline-block;
}
.configuration .wrap .content .flex .principal .select2-form .select2{
    width: 100% !important;
}
.principal .one .item .show{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 12px 0;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    cursor: pointer;
}
.principal .one .item .show span{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.principal .one .item .show p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    margin: 0 0 13px 0;
}
.principal .one .item .show .iconfont{
    color: rgba(102, 102, 102, 1);
    font-size: 25px;
    font-weight: bold;
    transform: rotate(90deg);
}
.principal .two .item .show .iconfont{
    position: relative;
    top: 20px;
}
.principal .one .item .hide{
    width: 100%;
    padding: 10px 0;
    background: #fff;
    position: absolute;
    display: none;
    z-index: 9;
}
.principal .one .item .hide .choose{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(0,0,0,0.5);
    line-height: 45px;
    padding: 0 0 0 30px;
    cursor: pointer;
    position: relative;
    transition: 0.6s;
}
.principal .one .item .hide .choose:after{
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    background: #F7AB00;
    opacity: 0;
    transition: 0.6s;
}
.principal .one .item .hide .choose:hover{
    background: #f2f3f5;
}
.principal .one .item .hide .choose:hover:after{
    opacity: 1;
}
.principal .one .item .hide .choose.on{
    background: #f2f3f5;
}
.principal .one .item .hide .choose.on:after{
    opacity: 1;
}
.principal .three .information{
    display: flex;
    justify-content: space-between;
    padding: 35px 22px 29px 103px;
    background: #F5F5F5;
    margin-top: -121px;
    position: relative;
}
.principal .three .information .broadside{
    height: fit-content;
}
.principal .three .information .broadside .headline{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #F7AB00;
    margin: 0 0 45px 0;
}
.principal .three .information .broadside .flex .list{
    display: flex;
    align-items: center;
}
.principal .three .information .broadside .flex .list:not(:last-child) {
    margin: 0 0 40px 0;
}
.principal .three .information .broadside .flex .list .iconfont{
    color: #F7AB00;
    font-size: 17px;
    margin: 0 13px 0 0;
}
.principal .three .information .broadside .flex .list p,.principal .three .information .broadside .flex .list a{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.principal .three .information .datum{
    width: 82%;
    position: relative;
}
.principal .three .information .datum .big{
    background: #fff;
    position: relative;
}
.principal .three .information .datum .big:not(:last-child){
    margin: 0 0 22px 0;
}
.principal .three .information .datum .top{
    height: 80px;
    padding: 0 0 0 27px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
}
.principal .three .information .datum .item{
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 34px 0 29px;
    border-bottom: 1px solid #E6E6E6;
}
.principal .three .information .datum .item .text p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.principal .three .information .datum .item .text p:nth-child(2) {
    color: #333333;
    margin: 13px 0 0 0;
}
.principal .three .information .datum .item .iconfont{
    color: #666666;
    font-size: 18px;
}
.principal .three .information .datum .big:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #666666;
}
.principal .three .sandi{
    width: 100%;
    /*height: 501px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.configuration .wrap .bottom{
    margin: 113px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.configuration .wrap .bottom .left .iconfont{
    color: #666666;
    font-size: 16px;
}
.configuration .wrap .bottom .left{
    display: flex;
    align-items: center;
}
.configuration .wrap .bottom .left .iconfont{
    font-size: 18px;
    color: #333333;
    margin: 0 13px 0 0;
    transform: rotateX(180deg) rotate(308deg);
}
.configuration .wrap .bottom .left p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.configuration .wrap .bottom .right{
    display: flex;
    align-items: center;
}
.configuration .wrap .bottom .right .options{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 58px;
    background: #F7AB00;
    border-radius: 3px;
    transition: 0.6s;
    color: #333;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.configuration .wrap .bottom .right .options:disabled{
    background: #aaa;
    color: #fff;
    cursor: not-allowed;
    opacity: 0.3;
}
.configuration .wrap .bottom .right .options .iconfont{
    font-size: 14px;
    margin: 0 0 0 7px;
}
.configuration .wrap .bottom .right .options:not(:disabled):hover{
    background: #666666;
    color: #fff;
}
.configuration .wrap .bottom .right .substance{
    display: none;
    align-items: center;
}
.configuration .wrap .bottom .right .substance.on{
    display: grid;
    gap: 10px 0;
}

.configuration .wrap .bottom .right .substance .tow{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    margin: 0 41px 0 0;
}
.configuration .wrap .bottom .right .substance .tow .iconfont{
    font-size: 14px;
    margin: 2px 7px 0 0;
    transform: rotate(180deg);
}
.configuration .wrap .bottom .right .substance .next{
    width: 160px;
    height: 58px;
    background: #F7AB00;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    color: #333333;
}

.configuration .wrap .bottom .right .substance .next p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.configuration .wrap .bottom .right .substance .next .iconfont{
    font-size: 14px;
    margin: 0 0 0 7px;
}
.configuration .wrap .bottom .right .substance .next:hover{
    background: #666666;
    color: #fff;
}
.configuration .wrap .bottom .right .substance .three{
    display: flex;
    align-items: center;
}
.configuration .wrap .bottom .right .substance .three .num{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #F7AB00;
    margin: 0 23px 0 0;
}

.configuration .wrap .bottom .right .substance .three .add_{
    width: 263px;
    height: 58px;
    background: #F7AB00;
    border-radius: 3px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    padding: 0 0 0 102px;
    transition: 0.6s;
}
.configuration .wrap .bottom .right .substance .three .add_:hover{
    background: #666666;
    color: #fff;
}
::-webkit-scrollbar{
    width: 0;
}
.select2-container--default .select2-selection--single{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    height: auto;
    padding-bottom: 12px;
    border-radius: 0;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #333333;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: auto;
    width: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow .iconfont{
    color: rgba(102, 102, 102, 1);
    font-size: 25px;
    font-weight: bold;
    transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
    .configuration{
        padding: 40px 5%;
    }
    .configuration .wrap .title{
        width: 100%;
    }
    .configuration .wrap .title .text p{
        font-size: 20px;
    }
    .configuration .wrap .content .cut{
        height: auto;
        padding: 25px 0 0 5%;
        flex-wrap: wrap;
    }
    .configuration .wrap .content .cut a{
        line-height: 50px;
        padding: 0;
        font-size: 15px;
    }
    .configuration .wrap .content .cut .list p{
        font-size: 14px;
    }
    .configuration .wrap .content .flex .principal .one{
        padding: 5%;
    }
    .configuration .wrap .content .flex .principal .select2-form{
        width: 100%;
    }
    .configuration .wrap .content .flex .principal .select2-form .tag,.select2-container .select2-selection--single .select2-selection__rendered{
        font-size: 14px;
    }
    .configuration .wrap .content .flex .principal .select2-form{
        margin: 0 0 27px;
    }
    .configuration .wrap .bottom{
        margin: 17px 0 0 0;
    }
    .configuration .wrap .bottom .left p{
        font-size: 13px;
    }
    .configuration .wrap .bottom .left .iconfont{
        font-size: 16px;
    }
    .configuration .wrap .bottom .right .options{
        font-size: 15px;
        width: 139px;
        height: 51px;
    }
    .configuration .wrap .bottom .right .options .iconfont{
        font-size: 12px;
    }
    .principal .three .sandi{
        display: none;
    }

    .configuration .wrap .content .flex .principal:nth-child(2){
        margin-top: 0;
    }
    .principal .three .information{
        margin-top: 0;
        padding: 3%;
        flex-direction: column;
    }
    .principal .three .information .broadside .headline{
        margin: 0 0 21px;
    }
    .principal .three .information .broadside .flex .list:not(:last-child) {
        margin: 0 0 16px 0;
    }
    .principal .three .information .broadside .headline{
        font-size: 18px;
    }
    .principal .three .information .broadside .flex .list p, .principal .three .information .broadside .flex .list a{
        font-size: 14px;
    }
    .principal .three .information .datum {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .principal .three .information .datum .item{
        padding: 0 5%;
        height: 73px;
    }
    .principal .three .information .datum .item .text p{
        font-size: 13px;
    }
    .principal .three .information .datum .item .text p:nth-child(2) {
        margin: 6px 0 0 0;
    }
    .configuration .wrap .bottom .right .substance .three .add_{
        width: 150px;
        height: 48px;
        justify-content: center;
        padding: 0;
        font-size: 14px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered{
        width: 80%;
    }

}
