.product-header-block{
    position: fixed;
    width: 100%;
    text-align: center;
    background-color: rgb(255 255 255 / 25%);
}

.product-header-block.white-mode{
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
}

.product-header-block .content{
    display: inline-block;
    width: 68%;
    text-align: left;
    padding: 10px 0;
    font-size: 16px;
}

.product-header-block.white-mode .content .white{
    display: none;
}

.product-header-block.white-mode .content .black{
    display: inline-block;
}

.product-header-block .content>img{
    height: 40px;
}

.product-header-block .content .goto_{
    vertical-align: middle;
}

.product-header-block .content .goto_ span{
    margin-left: 50px;
}

.product-header-block .content .goto_ span a,.product-header-block .content .loginReg .login-a,.product-header-block .content .loginReg .register-a{
    color: #fff;
}

.product-header-block.white-mode .content .goto_ span a,.product-header-block.white-mode .content .loginReg .login-a{
    color: #333;
}

.product-header-block .content .loginReg .login-a:hover,.product-header-block .content .goto_ span a:hover{
    color: #FEEB00;
}

.product-header-block.white-mode .content .loginReg .login-a:hover,.product-header-block.white-mode .content .goto_ span a:hover{
    color: #fb830d;
}

.product-header-block .content .loginReg{
    display: inline-block;
    float: right;
    padding-top: 6px;
}

.product-header-block .content .loginReg .user-icon{
    background: url(/img/landing/new/user-icon-white.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: auto 20px;
    display: inline-block;
}

.product-header-block.white-mode .content .loginReg .user-icon{
    background: url(/img/landing/new/user-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: auto 20px;
    display: inline-block;
}

.product-header-block .content .loginReg .free-try-btn{
    padding: 5.5px 24.5px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(270deg,#FB830D 0,#EC7504 100%);
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    font-weight: 400;
    box-shadow: 0 0 5px rgb(251 147 50 / 30%);
    margin-left: 25px;
}

.product-header-block .content .loginReg .free-try-btn:hover{
    background: linear-gradient(to right,#ec7504 0,#ef4419 100%);
}

.product-header-block .content .loginReg .go-background{
    color: #fff;
}

.product-header-block.white-mode .content .loginReg .go-background{
    color: #333;
}

.product-header-block .content .loginReg .caret{
    vertical-align: middle;
    border-top: 4px solid #fff;
}

.product-header-block.white-mode .content .loginReg .caret{
    border-top: 4px solid #333;
}


.productScount{
    margin-top: 0px !important;
    height: 100vh;
}

.productScount .sount{
    width: 100%;
    height: 100vh;
    border: none;
}