

/*首页*/
.i-header{
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    font-size: 22px;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    z-index: 999;
}
.header-color{
    /*background-color: honeydew;*/
    box-shadow: 0px 0px 26px -5px dimgrey;
    background-color: white;
}
.header-color .login-btn{
    color: grey;
    border: 1px solid grey;
}
.i-container{
    width: 1200px;
    margin: 0 auto;
}
.head-left{
    float: left;
}
.head-left img{
    vertical-align: middle;
}
.head-right{
    float: right;
    position: relative;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.head-right>button{
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    margin: 0 10px;
    line-height: normal;
}
.login-btn{
    border: 1px solid #dedede;
    background-color: transparent;
}
.i-logined{
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
}
.i-user-icon{
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin: 0 15px;
    border-radius: 50%;
}
.i-user-msg .fa{
    position: relative;
    bottom: 3.8px;
}
.i-user-select{
    position: absolute;
    right: 0;
    border-radius:4px;
    overflow: hidden;
    background-color: white;
    color: #333333;
    -webkit-box-shadow: 1px 1px 9px -1px #333333;
    -moz-box-shadow: 1px 1px 9px -1px #333333;
    box-shadow: 1px 1px 9px -1px #333333;
}
.i-user-select>div{
    width: 100px;
    height: 38px;
    border-bottom:1px solid #dedede;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
}
.i-user-arrow{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: white;
    right: 22px;
    top: 58px;
    transform: rotate(45deg);
}

/*.i-user-msg:hover~.i-user-hide{*/
    /*opacity: 1;*/
/*}*/

.i-section{
    width: 100%;
    text-align: center;
}
.i-section:nth-of-type(2n-1){
    background-color: #F5F5F5;
}
.i-page1{
    /*height: 680px !important;*/
    position: relative;
}
.page1-box{
    position: absolute;
    color: white;
    top: 0;
    left: 0%;
    z-index: 99;
    left: calc((100% - 1200px)/2);
    top: 28%;
    text-align: center;
}
.page1-title1{
    font-size: 50px;
    font-weight: bold;
    color: white;
}
.page1-title2{
    font-size: 25px;
    margin: 40px 0;
    color: white;
}
.page1-btn{
    font-size: 18px;
    background-color: #f66926;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
}
.i-page2{
    background-color: white;
    padding-bottom: 15px;
}
.page-title{
    font-size: 36px;
    letter-spacing: 3px;
    font-family: "Microsoft YaHei UI Light";
    margin: 80px 0;
}
.page2-icons{
    display: flex;
    justify-content: space-around;
    margin: 15px 0;
}
.page2-item{
    width: 150px;
    text-align: center;
    padding: 20px 0;
    position: relative;
}
.page2-item:hover>.page2-txt{
    animation: page2_scale 0.1s linear forwards;
}
.page2-item>p{
    font-size: 18px;
    margin: 20px 0;
}
.page2-item>span{
    color: #808080;
}
.page2-txt{
    width: 280px;
    height: 180px;
    position: absolute;
    top: -12px;
    left: -52px;
    background: -webkit-linear-gradient(to right,#f66e27, #fd8343); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,#f66e27, #fd8343); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,#f66e27, #fd8343); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#f66e27, #fd8343);
    border-radius: 5px;
    text-align: center;
    box-shadow: 1px 1px 9px -1px #333333;
    color: white;
    letter-spacing: 2px;
    padding-top: 32px;
    transform: scale(0.3,0.3);
    opacity: 0;
    cursor: default;
}
.page2-txt>h3{
    font-size: 20px;
}
.page2-txt>p{
    font-size: 14px;
    margin: 15px 0;
}
.page2-txt-show{
    /*animation: page2_scale 0.2s linear forwards;*/
}
@keyframes page2_scale {
    from{
        transform: scale(0.3,0.3);
        opacity: 0;
    }
    to{
        transform: scale(1,1);
        opacity: 1;
    }
}
.i-page3{
    padding-bottom: 50px;

}
.page3-title1{
    margin-bottom: 30px !important;
}
.page3-title2{
    font-size: 23px;
    color: grey;
}
.page3-imgs{
    overflow: hidden;
    margin-top: 55px;
}
.page3-imgs>img{
    margin: 0 15px;
}
.page4-box{
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0;
}
.page4-item{
    width: 600px;
    height: 200px;
    text-align: left;
    padding: 15px 0 0 15px;
}
.page4-title1{
    font-size: 25px;
}
.page4-title2{
    font-size: 18px;
    color: grey;
    margin: 8px 0;
    text-indent: 2em;
}
.page4-item-r{
    padding-left: 100px !important;
}
.i-page5{
    background: url("https://img.huodongju.com/www/index/bg2.png");
    background-size: cover;
    height: 650px;
}
.page5-box{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
footer{
    background-color: #4D4D4D;
    border: 1px solid transparent;
}
.footer-box{
    display: flex;

}
.footer-item{
    width: 300px;
    height: 400px;
    padding-top: 60px;
}
.footer-p{
    text-align: center;
    color: #ffffff;
    margin: 15px 0;
}
.footer-title1{
    font-size: 25px;
    color: white;
}
.footer-title2{
    color: white;
    font-size: 16px;
    margin: 12px 0;
}
.footer-item-img{
    text-align: center;
    padding-top: 60px !important;
}
.footer-item-img>img{
    width: 192px;
    height: 192px;
}
.footer-img-title{
    color: white;
    font-size: 22px;
    margin-top: 20px;
}

/*登录*/
.i-header>div{
    padding: 0 25px;
}
.l-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: auto;
    background: url("https://img.huodongju.com/www/index/login-bg.png");
    background-size: cover;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.l-header{
    padding: 60px 0 30px 200px;
    color: white;
    font-size: 20px;
}
.l-header>img{
    vertical-align: middle;
    cursor: pointer;
}
.l-content{
    width: 420px;
    background: white;
    margin: 30px auto;
    border-radius: 5px;
    padding: 20px 40px;
}
.login-type{
    height: 50px;
    margin: 0 auto 0px auto;
    color: #b3b3b3;
    border-bottom: 1px solid #dedede;
    position: relative;
    font-size: 0;
}
.login-move-line{
    width: 72px;
    position: absolute;
    bottom: -1px;
    left: 50px;
    border-bottom: 2px solid #f66926;
}
.login-item{
    display: inline-block;
    width: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
}
.l-input-box{
    padding: 6px 0;
    border-bottom: 1px solid #dedede;
    margin: 20px 0;
    position: relative;
}
.l-input-box input{
    height: 35px;
    border: none;
    width: 56%;
    font-size: 15px;
    outline: none;
    padding-left: 5px;
}
.l-input-box span{
    color: #b3b3b3;
    margin-right: 15px;
    position: relative;
    top: 3.8px;
}
.r-send-code{
    position: absolute;
    right: 0;
    top: 5px;
    padding: 8px;
    border-radius: 5px;
    font-size: 12px;

}
.l-input-box img{
    margin-right: 10px;
}
.forget-key-t{
    float: right;
}
.l-login-btn{
    padding: 12px;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 35px;
}
.login-p1{
    text-align: right;
    font-size: 15px;
    margin: 10px 0;
    color: #b3b3b3;
}
.login-other{
    text-align: center;
    font-size: 14px;
    color: #b3b3b3;
    margin: 38px 0 25px 0;
}
.login-other>img{
    vertical-align: middle;
}
.login-other-box{
    height: 60px;
    font-size: 0;
}
.login-other-item{
    display: inline-block;
    width: 25%;
    text-align: center;
}
.l-container .fa-check-square{
    color: #f66926 !important;
}
.s-title{
    text-align: center;
    margin-bottom: 35px;
}
.s-input-box{
    width: 100%;
    padding: 0 30px;
}
.l-input-box>img{
    vertical-align: middle;
}
.s-btn-box{
    text-align: center;
    width: 100%;
    margin: 35px 0;
}
.s-btn-box>button{
    width: 40%;
    padding: 8px;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 15px;
    color: white;
}
.s-btn-box>.r-cancel{
    border: 1px solid #f66926;
    color: #f66926;
    background-color: transparent;
}
.page6-bigimg{
    width: 100%;
    padding: 0 30px;
    min-width: 1200px;
}
.page6-bigimg>img{
    max-width: 100%;
}
.r-bottom{
    text-align: right;
}
.l-input-box-2{
    position: relative;
}
.yzm-img{
    position: absolute;
    right: 0;
    top: 10px;
    width: 120px;
    margin: 0 !important;
}
.l-input-box-2>img:nth-of-type(1){
    /*position: relative;*/
    /*right: 2px;*/
    /*width: 28px;*/
    /*height: 28px;*/
}
.login-code{
    padding-bottom: 58px;
}
.login-qrcode-box{
    width: 241px;
    height: 241px;
    border: 1px solid #dedede;
    margin: 58px auto 58px auto;
    padding: 18px;
}
.login-code .login-text{
    text-align: center;
    font-size: 18px;
}
.login-code .login-text img{
    vertical-align: middle;
    margin-right: 10px;
}
.login-qrcode-box>img{
    width: 100%;
    height: 100%;
}












/*帮助中心/服务协议*/
.title-line {
    display: inline-block;
    width: 5px;
    height: 25px;
    background-color: #f66926;
    margin-right: 10px;
    vertical-align: middle;
}
.head-banner{
    width: 100%;
    height: 400px;
    background-image: url("https://img.huodongju.com/www/index/helpbanner.png");
    background-size: 100% 100%;
}
.head-banner{
    text-align: center;
    border-top: 1px solid transparent;
}
.head-banner>h1{
    font-size: 56px;
    color: white;
    margin-top: 150px;
}
.head-banner>p{
    font-size: 30px;
    color: white;
    margin: 40px 0;
}
.help-box{
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}
.help-box>div{
    border: 1px solid #dedede;
    box-shadow: 0px 0px 8px 0px #dedede;
    border-radius: 4px;
}
.help-title{
    width: 18%;
    padding: 0 6px 150px 6px;
}
.help-content{
    width: 80%;
    padding: 50px;
}
.help-title-li{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #dedede;
    text-align: left;
    padding-left: 15px;
    line-height: 60px;
    font-size: 16px;
}
.header-logo {
    margin-top: 9px;
}
.header-box {
    padding: 0 35px;
}
.text-center {
    text-align: center;
}
.title-1 {
    margin: 40px 0;
}
.help-question{
    height: 60px;
    border-bottom: 1px solid #dedede;
    line-height: 60px ;
    font-size: 16px;
    color: #f66926;
    margin-bottom: 20px;
}
.help-question>img{
    vertical-align: middle;
    margin-right: 15px;
    width: 20px;
}
.help-answer{
    font-size: 14px;
    line-height: 180%;
}

/*强制关注页面*/
.follow-box{
    height: calc(100% - 300px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.follow-box>div{
    height: 300px;
    color: white;
}
.follow-text{
    width: 60%;
    padding-left: 30px;
}
.follow-qrcode{
    width: 40%;
}
.follow-text h3{
    font-size: 50px;
    margin-top:50px;
}
.follow-text p{
    font-size: 25px;
    margin-top: 30px;
    letter-spacing: 1.2px;
}
.follow-qrcode-box{
    float: right;
    width: 300px;
    height: 300px;
    background-image: url("/Public/image/www/index/follow-code-border.png");
    background-size: 100% 100%;
    margin-right: 30px;
    padding: 25px;
}
.follow-qrcode-box>img{
    width: 100%;
    height: 100%;
}
.hover-push-qrcode{
    width: 150px;
    height: 150px;
    position: absolute;
    padding: 20px 20px 10px 20px;
    border-radius: 5px;
    background-color: #dedede;
    text-align: center;
}
.hover-push-qrcode>img{
    width: 100px;
    height: 100px;
}
.hover-push-qrcode>p{
    color: #333333;
    font-size: 14px;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
}

/*下载LOGO页*/
.d-head-banner{
    background-image: url("https://img.huodongju.com/hdj/logo/dl-head-bg.png");
}
.dl-main{
    text-align: center;
}
.dl-small-logo{
    width: 145px;
    height: 145px;
    border-radius: 6.5px;
    overflow: hidden;
    margin: 30px auto;
    border: 1px solid transparent;
}
.dl-btn-box{
    display: flex;
    justify-content: space-between;
    margin: 65px 0;
    border: 1px solid transparent;
    overflow: hidden;
}
.dl-btn-box a{
    color: #333333;
    display: block;
    width: 100%;
    height: 100%;
}
.dl-btn-box a:hover{
    color: white;
}
.dl-btn-box>div{
    width: 168px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333333;
    font-size: 22px;
    border-radius: 5px;
    border: 1px solid #f66e27;
    cursor: pointer;
}
.dl-btn-box>div:hover{
    color: white;
    background-color: #f66e27;
}
.dl-big-logo{
    margin: 40px 0;
    display: flex;
}
.dl-big-logo>div{
    width: 50%;
    height: 263px;
    padding: 88px 128px;
}
.dl-footer-text{
    text-align: left;
}
.dl-footer-text p{
    color: #676767;
    font-size: 20px;
    margin: 8px 0;
}

/*产品日志*/
.u-banner{
    background-image: url("/Public/image/www/index/update-banna.png");
}
.u-box{
    width: 100%;
}
.u-flex{
    display: flex;
    justify-content: space-between;
}
.u-flex>div{
}
.u-left{
    width: 22%;
    text-align: right;
}
.u-center{
    width: 8%;
    text-align: center;
    position: relative;
}
.u-right{
    width: 70%;
}
.u-flex-title>div{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #20273f;
}
.u-flex-title>.u-center>img{
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.u-center-line{
    height: 100%;
    width: 2px;
    background-color: grey;
    position: absolute;
    top: 0;
    left: 48%;
}
.u-flex-title2>div{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #20273f;
}
.u-flex-title2>.u-center>img{
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}
.u-left .fa{
    position: relative;
    bottom: 3px;
}
.u-detail-text{
    height: 30px;
    line-height: 30px;
    color: grey;
    font-size: 14px;
}
.u-detail-img>img{
    width: 500px;
    height: auto;
}
.u-right>div{
    border: 1px solid transparent;
    margin: 8px 0;
    font-size: 14px;
}
.u-text-line{
    display: inline-block;
    width: 3px;
    height: 16px;
    background-color: #f66926;
    float: left;
    margin-right: 8px;
    margin-top: 7px;
}
















