/**  
    新改版样式
    from cuicui
**/
html {
    /* background-color: #f5f5f5 !important; */
}
div {
    box-sizing: border-box;
}
.common-title {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #444444;
    padding: 14px 0;
    padding-left: 16px;
}
.common-title::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 24px;
    background-color: #175ce7;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 8px;
}
.main-content {
    background-color: #ffffff;
    padding: 14px;
    border-radius: 10px;
}
.pd10 {
    padding: 10px 0;
}
.mt10 {
    margin-top: 10px;
}
.fun-btn {
    color: #175ce7;
    cursor: pointer;
    padding: 0 4px;
}
.fun-btn:hover {
    opacity: 0.6;
}
.fun-btn-red {
    color: rgb(230, 24, 24);
}
.dflex {
    display: flex;
    align-items: center;
}
.just-end {
    justify-content: flex-end;
}
.simg {
    width: 30px;
    height: 30px;
}

.add-parsent-block {
    padding: 10px 20px;
    justify-content: flex-end;
    cursor: pointer;
}
.add-parsent-block .item{
    padding: 4px 10px;
    display: inline-block;
    border: 1px solid #1079e9;
    color: #1079e9;
    border-radius: 4px;
}
.after-underline {
    position: relative;
}
.after-underline::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 6px;
    background: rgb(233 16 16 / 50%);
    bottom: 2px;
    left: 0;
    border-radius: 10px;
}
.isOpenIconRoate-90 {
    transform: rotate(-90deg) !important;
}
.myIcon {
    color: #ffffff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-color: #ff6565;
    text-align: center;
    cursor: pointer;
}

.cc-loginbox {
    background: url("/img/login-bg.png");
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginDiv {
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    width: 60%;
    margin: 0 auto;
    /* padding-top: 40px; */
    overflow: hidden;
}
.loginDiv .l-icon {
    width: 60%;
    margin-left: -70px;
}
.loginDiv .input-item {
    border-bottom: 1px solid #e5e5e5;
    height: 36px;
    line-height: 36px;
    margin-bottom: 24px;
}
.loginDiv .input-item input {
    border: 0;
}
.loginDiv .input-item:last-child {
    margin-bottom: 0;
}