body{
    /* background-color: #F8F9FB; */
}

/*主体容器*/
.container{
    width: 1080px;
    margin: 0 auto;
    position: relative;
}
.container:after{   /*为容器添加清除浮动*/
    content: '';
    display: block;
    clear: both;
}
/*分栏容器*/
.row-box:after{   /*为容器添加清除浮动*/
    content: '';
    display: block;
    clear: both;
}
.row-box>div{  /*为容器的子DIV元素创建浮动*/
    float: left;
}

.row-box>div.right{
    float: right;
}
/*为更好的快速分栏，.col-* 方法，1-12等份，与分栏容器一起使用*/
.row-box.col-1>div{width: 100%;}
.row-box.col-2>div{width: 50%;}
.row-box.col-3>div{width: 33.33333%;}
.row-box.col-4>div{width: 25%;}
.row-box.col-5>div{width: 20%;}
.row-box.col-6>div{width: 16.66666%;}
.row-box.col-7>div{width: 14.28571%;}
.row-box.col-8>div{width: 12.5%;}
.row-box.col-9>div{width: 11.11111%;}
.row-box.col-10>div{width: 10%;}
.row-box.col-11>div{width: 9.090909%;}
.row-box.col-12>div{width: 8.333333%;}

.header-nav{
    width: 100%;
    background-color: #fff;
    height: 88px;
    min-width: 1080px;
}

.header-nav .logo{
    height: 40px;
    width: auto;
    display: block;
}
.header-nav .logo1{
    height: 40px;
    width: auto;
    display: none;
}

.header-nav .title{
    font-size: 24px;
    color: #323232;
    line-height: 88px;
    padding: 0 24px 0 16px;
    font-weight: bold;
}

.header-nav .nav{
    width: 920px;
}

.header-nav .nav-item{
    line-height: 88px;
    height: 88px;
}
.header-nav .nav-item>a{
    color: #909090;
    display: block;
    padding: 0 0;
    position: relative;
    font-size: 18px;
}

/* .header-nav .nav-item>a:hover{
    background-color: #f3f3f3;
    color: #F67B29;
} */
.header-nav .nav-item>a.active::after{
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    border-radius: 2px;
    background-color: #F67B29;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: 24px;
}

.banner{
    height: 510px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    min-width: 1080px;
}
.banner.xz{
    height: 510px;
    background-image: url(../../agent/img/xz_yyLogin.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    min-width: 1080px;
}

.login-form{
    width: 356px;
    background-color: #fff;
    float: right;
    margin-top: 40px;
    border-radius: 4px;
    padding: 32px;
    box-sizing: border-box;
}

/* 登录表单，layui样式覆盖 */
.login-form .layui-input{
    height: 48px;
}
.login-form .layui-input:hover{
    border-color: #F67B29 !important;
}

.login-form .layui-form-item{
    margin-bottom: 8px;
}
.login-form .layui-form-checkbox{
    margin-top: 0 !important;
}

.login-form .layui-form-checkbox[lay-skin=primary]:hover i{
    border-color: #F67B29;
}
.login-form .layui-form-checked[lay-skin=primary] i{
    border-color: #F67B29 !important;
    background-color: #F67B29;
}

.login-form .btn-login{
    height: 52px;
    background-color: #F67B29;
    font-size: 16px;
}

.login-form .btn-code{
    height: 48px;
    padding: 0;
    font-size: 12px;
    border-color: #e6e6e6;
}

.login-form .btn-code:hover{
    border-color: #F67B29;
    color: #333;
}

.box-1 .title{
    font-size: 32px;
    text-align: center;
    /* width: 200px; */
    margin: 0 auto;
    padding-bottom: 20px;
    line-height: 32px;
    position: relative;
}
.box-1 .title::after{
    content: '';
    display: block;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background-color: #F67B29;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: 0;
}

.box-1 .item{
    height: 176px;
}

.box-1 .item.next{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./icon-right-circle.png);
}

.box-1 .item .icon{
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    height: 56px;
    margin-bottom: 40px;
}

.box-1 .register{
    width: 400px;
    height: 72px;
    font-size: 24px;
    line-height: 72px;
}
.banner1{
    width: 266px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-left: 183px;

}
.desc{
    padding-left: 64px;
}
.desc .header{
    float: left;
    height: 36px;
    line-height: 36px;
    color: #F67B29;
    font-weight: bold;
    font-size: 28px;
}
.main-header >span{
    line-height: 45px;
    color: #F67B29;
}
.desc>div{
    text-align: left;
    padding-top: 16px;
   
    color: #505050;
}
/* 为做戏仔兼容，戏仔域名下的样式元素显示，红果不显示 */
.xzlogo{
    height: 48px;
    width: auto;
    display: none;
}
.xizai .logo1{
    display: none;
}
.xizai .xzlogo{
    display: block;
}
.xizai .header-nav .nav{
    width:845px
}
.xizai .banner{
    background-image: url(../../open/xzImg/xzLogin.png)
}
.xizai .box-1 .title{
    width: 260px;
}

/* 戏仔&红果切换 */
*[xz-show]{
    display: none;
}
*[xz-hide]{
    display: none;
}
.xizai *[xz-show]{
    display: initial;
}

.xizai *[xz-hide]{
    display: none;
}