/* 模块一 */

.home-info {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.home-info .left {
    width: 824px;
    height: 420px;
    position: relative;
}

.home-info .swiper-container {
    width: 824px;
    height: 420px;
    position: relative;
}

.home-info .swiper-container img {
    width: 824px;
    height: 420px;
}

.home-info .swiper-container .swiper-pagination {
    padding: 5px 4px;
    border-radius: 14px;
    background: rgba(235, 113, 35, .3);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

.home-info .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 4px solid rgba(255, 228, 221, 1);
    border-radius: 50%;
    background: none;
    opacity: .7;
}

.home-info .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-top: 8px!important;
}

.home-info .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: rgba(255, 82, 0, 1);
    border: 4px solid rgba(235, 113, 35, 1);
    border-radius: 50%;
}

.home-info .swiper-slide {
    width: 824px;
    height: 420px;
    position: relative;
}

.home-info .swiper-slide span {
    display: block;
    width: 96%;
    padding-left: 4%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.26);
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    font-size: 14px;
    color: #ffffff;
}

.home-info .right {
    width: 357px;
    text-align: center;
    margin-left: 20px;
}

.home-info .right div {
    display: block;
}

.home-info .right .singlelogo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.login-non{
    position: relative;
}
.right .right_txt {
    height: 40px;
    position: absolute;
    bottom: 15px;
    width: 314px;
    border-radius: 20px;
    left: 20px;
}
.right .right_txt input{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 230px;
    float: left;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}
.right .right_txt span {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 84px;
    float: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    background-color: #FDA300;
    color: #fff;
    cursor: pointer;
}
.home-info .right .right_banner .teltootip {
    width: 200px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    position: absolute;
    bottom: 58px;
    left: 30px;
    background-color: #fff;
    font-size: 14px;
    color: #666;
    display: none;
}
.home-info .right .nickname {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 10px;
}

.home-info .right .sologn {
    font-size: 12px;
    color: #333333;
    margin-top: 10px;
}

.home-info .right .msg em {
    display: inline-block;
    padding-left: 26px;
    height: 20px;
    background: url('../image/home/jinpai.png')no-repeat left;
    background-size: 20px;
    font-size: 12px;
    color: #FF5401;
    margin-top: 10px;
}

.home-info .right .msg em+em {
    margin-left: 8px;
}

.home-info .opt button {
    width: 148px;
    height: 32px;
    background: linear-gradient(90deg, rgba(255, 166, 0, 1), rgba(240, 120, 6, 1));
    border-radius: 4px;
    border: none;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
}

.home-info .right .tool {
    width: 356px;
    height: 30px;
    background: rgba(255, 228, 221, 1);
    line-height: 30px;
    margin-top: 20px;
}

.home-info .right .tool span {
    display: inline-block;
    padding-right: 30px;
    background: url('../image/home/down.png')no-repeat right;
    background-size: 12px;
    font-size: 12px;
    color: #FF5401;
}

.home-info .right .opt-btn {
    display: flex;
    justify-content: space-between;
}

.home-info .right .opt-btn span {
    display: inline-block;
    width: 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #333333;
    margin-top: 20px;
    cursor: pointer;
}

.home-info .right .opt-btn span img {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 10px;
}

.home-info .right .tips {
    width: 357px;
    height: 72px;
    background: url('../image/home/loginbg.png')no-repeat center;
    background-size: 100%;
    margin-top: 20px;
}

.home-info .right .tip-number {
    padding-top: 10px;
    font-size: 18px;
    color: #ffffff;
}

.home-info .right .tip-number em {
    display: inline-block;
    width: 22px;
    height: 30px;
    background: url('../image/home/numberbg.png')no-repeat center;
    background-size: 100%;
    text-align: center;
    line-height: 30px;
    color: #FF482A;
    font-size: 18px;
}

.home-info .right .tips span {
    display: block;
    font-size: 12px;
    color: #ffffff;
    margin-top: 10px;
}

.home-info .right .login {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 30px;
}

.home-info .right .login a {
    display: inline-block;
    width: 70px;
    padding-top: 38px;
    height: 14px;
    font-size: 12px;
    text-align: center;
}

.home-info .right .login .follow {
    background: url('../image/common/hui/guanzhupinpai.png') no-repeat top;
    background-size: 28px;
}

.home-info .right .login .follow:hover {
    background: url('../image/common/gaoliang/guanzhu.png') no-repeat top;
    background-size: 28px;
}

.home-info .right .login .foothis {
    background: url('../image/home/zuji.png') no-repeat top;
    background-size: 28px;
}

.home-info .right .login .foothis:hover {
    background: url('../image/common/gaoliang/wodezuji.png') no-repeat top;
    background-size: 28px;
}

.home-info .right .login .info {
    background: url('../image/home/xinxi.png') no-repeat top;
    background-size: 28px;
}

.home-info .right .login .info:hover {
    background: url('../image/common/gaoliang/gerenxinxi.png') no-repeat top;
    background-size: 28px;
}

.home-info .right .login .pwd {
    background: url('../image/home/mima.png') no-repeat top;
    background-size: 28px;
}

.home-info .right .login .pwd:hover {
    background: url('../image/common/gaoliang/xiugaimima.png') no-repeat top;
    background-size: 28px;
}


/* 频道 */

.channels .swiper-container {
    width: 1100px;
}

.channels .swiper-father {
    height: 100px;
    position: relative;
    margin-top: 25px;
}

.swiper-wrapper {
    /* padding: 0 50px; */
    width: calc(100% - 100px);
}

.channels .swiper-button-next,
.channels .swiper-button-prev {
    color: #1A1A1A;
    /* font-size: 20px; */
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px!important;
}

.channels .swiper-slide {
    width: 60px;
    text-align: center;
    height: 100px;
}

.channels .items {
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.26);
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    text-align: center;
}

.channels .items.on {
    border: 2px solid rgba(255, 119, 54, 1);
}

.channels .items i {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-top: 11px;
}

.channels .swiper-slide span {
    display: block;
    width: 60px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
}


/* 品牌家具信息 */

.right-info {
    text-align: right;
    margin-top: 10px;
}

.right-info span {
    display: inline-block;
    cursor: pointer;
    height: 32px;
    padding-right: 100px;
    background: url('../image/home/woyaojiameng.png') no-repeat right;
    background-size: 85px 32px;
    line-height: 32px;
    font-size: 14px;
    color: #666666;
}

.rec-tab {
    display: flex;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(239, 237, 237, 1);
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.14);
    margin-top: 40px;
}

.rec-tab span {
    display: inline-block;
    width: calc(1200px / 11);
    cursor: pointer;
    text-align: center;
    height: 26px;
    padding: 8px 0;
    line-height: 26px;
}

.rec-tab span.on {
    background: linear-gradient(90deg, rgba(255, 166, 0, 1), rgba(240, 120, 6, 1));
    color: #ffffff;
}

.rec-tab em {
    display: block;
    width: 100%;
    border-right: 1px solid #D2D2D2;
}

.rec-tab span:last-child em {
    border-right: none;
}

.rec-tab span.on em {
    border-right: none;
}

.recommend .cont {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    margin-top: 30px;
}

.recommend .cont.on {
    display: none;
}

.recommend .cont .left {
    width: 384px;
    height: 464px;
    position: relative;
}

.recommend .cont .left img {
    width: 384px;
    height: 464px;
}

.recommend .cont .left span {
    display: inline-block;
    width: 40px;
    height: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #8f8f8f;
    display: flex;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.recommend .cont .left em {
    display: inline-block;
    width: 20px;
    height: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.recommend .cont .left em.on {
    background: #EEEEEE;
}

.recommend .cont .right {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 810px;
}

.recommend .cont .right .items {
    width: 182px;
    height: 222px;
    margin-left: 20px;
    margin-bottom: 15px;
    box-shadow: 3px 5px 4px 0px rgba(135, 135, 135, 0.19);
}

.recommend .cont .right .items img {
    width: 184px;
    height: 102px;
}

.recommend .cont .right .items div {
    height: 120px;
    padding: 20px 10px 15px 10px;
}

.recommend .cont .right .items span {
    display: block;
    font-size: 16px;
    color: #333333;
}

.recommend .cont .right .items i {
    display: block;
    font-size: 12px;
    color: #333333;
    margin: 12px 0;
}

.recommend .cont .right .items button {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(255, 138, 0, 1);
    border-radius: 4px;
    color: #ffffff;
    border: none;
}


/* 建材行业热点聚焦 */

.hotspot .cont {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.hotspot .cont .left {
    width: 540px;
}

.hotspot .cont .left .left-img {
    width: 540px;
    height: 228px;
}

.hotspot .cont .right {
    width: 640px;
}

.headlines {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    height: 100px;
    padding-left: 100px;
    background: url('../image/home/headline.png') no-repeat left;
    background-size: 90px 67px;
    margin-bottom: 10px;
}

.headlines span {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    word-break: break-all;
}

.headlines em {
    display: block;
    color: #999999;
    font-size: 14px;
    height: 16px;
    line-height: 1;
    width: 100%;
    margin-top: 10px;
}

.headlines a {
    display: block;
    cursor: pointer;
    color: #FF9B58;
    font-size: 14px;
    margin-top: 5px;
}

.dynamic-items {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
    cursor: pointer;
}

.dynamic-items a.one-line {
    display: inline-block;
    width: 440px;
    margin-left: 20px;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
}

.border-icon {
    display: inline-block;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #F46D17;
    border-radius: 4px;
    font-size: 12px;
    color: #F46D17;
    width: 60px;
    text-align: center;
}

.hotspot .right .top {
    width: 100%;
    height: 425px;
    border: 1px solid #DCDCDC;
}

.hotspot .right .top .tab-title {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    background: #EEEEEE;
    font-size: 18px;
    color: #333333;
}

.hotspot .right .top .tab-title a {
    display: inline-block;
    width: 20%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.hotspot .right .top .tab-title a:hover {
    color: #FF8A00;
}

.hotspot .right .top .tab-title a.on {
    background: #FF8A00;
    color: #ffffff;
}

.hotspot .right .right-cont {
    padding: 0 10px;
}

.hotspot .right .right-cont.on {
    display: none;
}

.hotspot .right .right-cont em {
    margin-left: 5px;
}

.hotspot .right .right-cont .cont-items {
    display: flex;
    align-items: center;
    height: 24px;
    line-height: 24px;
    justify-content: space-between;
    margin-top: 15px;
    cursor: pointer;
    color: #999999;
}

.hotspot .right .right-cont a.one-line {
    display: inline-block;
    width: 420px;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    margin-left: 10px;
}

.hotspot .right .right-cont a.one-line:hover {
    color: #DB214C;
}

.hotspot .right .right-cont i {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    margin-left: 40px;
}

.hotspot .adv-pos {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.hotspot .adv-pos .items {
    width: 200px;
    height: 100px;
    position: relative;
}

.hotspot .adv-pos .items img {
    width: 100%;
    height: 100%;
}

.hotspot .adv-pos span {
    position: absolute;
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
    height: 32px;
    line-height: 32px;
    background: rgba(255, 255, 255, .3);
    color: #ffffff;
    font-size: 14px;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.long-adv {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.long-adv img {
    width: 590px;
    height: 80px;
    margin-top: 20px;
}


/* 家居建材赏析 */

.appr-list {
    margin-top: 20px;
    margin-bottom: 20px;
}

.appr-item-one,
.appr-item-two {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.appr-list a img {
    width: 100%;
    height: 100%;
}

.appr-list a {
    position: relative;
    overflow: hidden;
    margin-top: 8px;
}

.appr-item-one a:first-child {
    width: 369px;
    height: 194px;
}

.appr-item-one a:nth-child(2) {
    width: 274px;
    height: 194px;
}

.appr-item-one a:nth-child(3) {
    width: 204px;
    height: 194px;
}

.appr-item-one a:nth-child(4) {
    width: 350px;
    height: 194px;
}

.appr-item-two a:first-child {
    width: 216px;
    height: 261px;
}

.appr-item-two a:nth-child(2) {
    width: 232px;
    height: 261px;
}

.appr-item-two a:nth-child(3) {
    width: 420px;
    height: 261px;
}

.appr-item-two a:nth-child(4) {
    width: 320px;
    height: 261px;
}

.appr-list a span {
    position: absolute;
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
    height: 32px;
    line-height: 32px;
    background: rgba(0, 0, 0, .3);
    color: #ffffff;
    font-size: 12px;
    z-index: 1;
    bottom: 10px;
    left: 0;
}


/* 平台优势 */

.adv-list {
    display: flex;
    justify-content: space-around;
    padding-bottom: 30px;
}

.adv-list span {
    display: inline-block;
    width: 120px;
    height: 20px;
    padding-top: 110px;
    margin-top: 50px;
    font-size: 14px;
}

.adv-list .customer {
    background: url('../image/home/kehu.png')no-repeat top;
    background-size: 109px 117px;
}

.adv-list .market {
    background: url('../image/home/shangpu.png')no-repeat top;
    background-size: 109px 117px;
}

.adv-list .distributor {
    background: url('../image/home/yixiang.png')no-repeat top;
    background-size: 109px 117px;
}

.adv-list .enterprise {
    background: url('../image/home/qiye.png')no-repeat top;
    background-size: 109px 117px;
}

.adv-list .channel {
    background: url('../image/home/pindao.png')no-repeat top;
    background-size: 109px 117px;
}

.adv-list .join {
    background: url('../image/home/jiameng.png')no-repeat top;
    background-size: 109px 117px;
}

/*登录*/
#login {
    padding: 50px 0 0 10px;
}
.home-info .right #login {
    text-align: left;
}
.home-info .right #login .nav-title {
    width: 100%;
    height: 50px;
}

.home-info .right #login .nav-title .on {
    border-bottom: 2px #feac12 solid;
}

.home-info .right #login .nav-title span {
    display: inline-block;
    width: 50%;
    text-align: center;
    line-height: 50px;
}

.home-info .right #login .off {
    display: none;
}

.home-info .right #login .input-list {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    border: 1px #999999 solid;
}

.home-info .right #login .input-list img {
    width: 20px;
    height: 20px;
    margin: 5px;
}

.home-info .right #login .input-list input {
    background-color: #FFFFFF;
    height: 20px;
}


#login .getcode {
    color: #feac12;
    cursor: pointer;
}

#login .loginButton {
    margin-top: 20px;
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    background-image: linear-gradient(to right, #FFA500 , #EF7705);
    cursor: pointer;
}

#login .tooltip {
    margin-top: 10px;
    font-size: 12px;
    color: red;
    line-height: 20px;
    display: none;

}

/*注册*/

#register {
    padding: 50px 0 0 10px;
}
.home-info .right #register {
    text-align: left;
}
.home-info .right #register .nav-title {
    width: 100%;
    height: 50px;
}

.home-info .right #register .nav-title  {
    border-bottom: 2px #feac12 solid;
}

.home-info .right #register .nav-title span {
    display: inline-block;
    width: 50%;
    text-align: center;
    line-height: 50px;
}

.home-info .right #register .input-list {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
}

.home-info .right #register .input-list img {
    width: 20px;
    height: 20px;
    margin: 5px;
}

.home-info .right #register .input-list .input_text {
    background-color: #FFFFFF;
    height: 20px;
}

#register .input-list input[name='userType'] {
    margin-right: 5px;
}
#register .userType {
    margin-right: 20px;
}
#register .getcode {
    color: #feac12;
    cursor: pointer;
}

#register .registerButton {
    margin-top: 20px;
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    background-image: linear-gradient(to right, #FFA500 , #EF7705);
    cursor: pointer;
}

#register .tooltip {
    margin-top: 10px;
    font-size: 12px;
    color: red;
    line-height: 20px;
    display: none;

}

#register .tooltipsucc {
    margin-top: 10px;
    font-size: 12px;
    color: green;
    line-height: 20px;
    display: none;
}

#register #code {
    width: 30%;
}