.product_group{
    display: none;
}
.product_tit:hover ~ .product_group {
    display: block;
    position: absolute;
}

.product_group:hover {
    display: block;
}
input::placeholder{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #BCB9B9;
}
.bg {
    width: 1920px;
    max-width: 1920px;
    margin: auto;
    margin-left: calc(50% - 960px);
}
.box{
    padding: 40px 24px 18px;
    width: 400px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    top: 17px;
    right: calc(50% - 600px);
    box-sizing: border-box;
}
.title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.info{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #909090;
    margin-top: 10px;
    text-align: center;
}
.code{
    height: 188px;
    width: 202px;
    background: #FFFFFF;
    border: 1px solid #DBDBDC;
    box-shadow: 0px 6px 19px 1px rgba(28,31,35,0.08);
    border-radius: 10px;
    margin: 16px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
}
.wxcode-cont {
    height: 300px;
    width: 300px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 16px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.impowerBox .status_txt{
    margin-top: 3px;
}
.code img, .wxcode-cont img{
    margin-top: 21px;
    width: 156px;
    height: 156px;
    object-fit: contain;
    background-color: gray;
}
.wx-word{
    /*display: flex;*/
    display: none;
    align-items: center;
    margin-top: 12px;
}
.word{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
}
.icon-weixin{
    font-size: 18px;
    color: #4FB674;
    margin-right: 6px;
}
.icon-shouji,.icon-mima{
    font-size: 18px;
    color: #FFB700;
    margin-right: 4px;
}
.button-line{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto;
}
.impowerBox .status .status_txt p{
    font-size: 12px !important;
}
.impowerBox .status.status_browser{
    margin-top: 10px;
}
.button-line .btn{
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #DBDBDC;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 8px;
    margin: 0 5px;
}
.ps{
    padding: 11px;
    border-top: 1px solid #F1F1F1;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #909090;
    margin: auto;
    letter-spacing: -0.2px;
    text-align: center;
}
.input-line{
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #DBDBDC;
    border-radius: 5px;
    margin-top: 16px;
    display: flex;
    font-size: 14px;
    align-items: center;
}
.input-line div{
    width: 42px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-right: 1px solid #DBDBDC;
}
.input-line input{
    width: 280px;
    padding: 0 9px;
}
.line-box{
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #DBDBDC;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 10px;
}
.line-box div{
    font-weight: 300;
    color: #FFB700;
    cursor: pointer;
}
.login-btn{
    height: 42px;
    background: #FFB700;
    border-radius: 5px;
    line-height: 42px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    width: 100%;
    border: none;
}
.login-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 29px;
    margin-bottom: 28px;
}
.check-login .word{
    margin-left: 7px;
}
#forget{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #909090;
    cursor: pointer;
}
.check-login{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.radio{
    width: 16px;
    height: 16px;
    border: 1px solid #BCB9B9;
    border-radius: 5px;
    display: inline-block;
}
.radio::before{
    display: none;
}
.check-login:hover .radio{
    border-color: #FFB700;
}
.radio-checked{
    border: none !important;
    color: #FFB700;
    font-size: 18px;
    line-height: 16px;
}
.radio-checked::before{
    display: block !important;
}
