/*-------------------------------------------------------------------------公共css开始*/
* {
    margin: 0;
    padding: 0;
}
[v-cloak] { display: none }
a, a:hover, a:focus, a:visited
{
    color: #000;
}
.red {
    color: #f00;
}
.ib {
    display: inline-block;
}
.ell {
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    overflow: hidden;
}
.clearfix:after {
    content: '';
    clear: both;
}

.cut-two {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.cut-three {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
/*-------------------------------------------------------------------------公共css结束*/
/*头部                  开始*/
.header {
    height: 52px;
    width: 1190px;
    margin: 30px auto;
    position: relative;
}
.company-logo-warp {
    width: 403px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.company-logo-warp .company-item {
    position: absolute;
    top: 0;
}
.company-logo-warp .company-logo-box {
    width: 167px;
    height: 52px;
    left: 0;
}
.company-logo-warp .company-logo-box img {
    height: 52px;
}
.company-logo-warp .company-logo-box:after {
    content: '';
    width: 1px;
    height: 36px;
    background-color: #d7d7d7;
    position: absolute;
    top: 8px;
    right: 0;
}
.company-item-title {
    width: 235px;
    height: 52px;
    right: 0;
}
.company-item-title p {
    font-weight: normal;
    font-stretch: normal;
    position: absolute;
    left: 15px;
    top: 0;
}
.company-item-title .company-item-h1 {
    font-size: 28px;
    color: #525252;
}
.company-item-title .company-item-dec {
    top: 35px;
    font-size: 12px;
    color: #8b8b8b;
}
.nr-nav {
    display: none;
}
.nr-nav .nr-login {
    display: none;
    width: 111px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    border: solid 1px #f35050;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 35px;
}
.nr-nav .nr-login a {
    display: inline-block;
    width: 35px;
    font-size: 14px;
    color: #f35050;
    float: left;
    text-align: right;
    text-decoration: none;
}
.nr-nav .nr-login a:nth-child(2n+1) {
    position: relative;
    margin-left: 20px;
    text-align: left;
}
.nr-nav .nr-login a:nth-child(2n+1):after {
    content: '';
    width: 1px;
    height: 10px;
    background-color: #a0a0a0;
    position: absolute;
    top: 10px;
    right: 0;
}
/*头部                  结束*/
html,body {
    width: 100%;
    height: 100%;
    font-family: MicrosoftYaHei-Bold;
}
.content {
    padding-top: .1px;
    width: 100%;
    height: 602px;
    background: url(//image01.homedo.com/Files/Images/cms/www/20180528/5389167842701321198_pic1.jpg);
}
.title {
    margin-top: 30px;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    color: #fff;
}
.sub-title {
    margin-top: 3px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.content-detail {
    margin: 30px auto 0;
    width: 1190px;
    height: 405px;
    background-color: #fff;
    box-shadow: 0 2px 26px 2px rgba(46, 66, 97, 0.64);
}
.content-detail>div {
    width: 50%;
    height: 100%;
}
.project {
    background: #fff;
}
.main {
    margin: 60px auto 0;
    width: 340px;
    background: inherit;
}
.main .top {
    position: relative;
    width: 338px;
    height: 35px;
    background: inherit;
    border: 1px solid #ddd;
}
.content-title {
    position: absolute;
    top: -21px;
    left: 50%;
    margin-left: -75px;
    background: inherit;
    width: 150px;
    text-align: center;
    height: 42px;
    font-family: PingFangSC-Semibold;
    font-size: 30px;
    color: #222222;
}
.content-sub-title {
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -130px;
    background: inherit;
    width: 260px;
    text-align: center;
    height: 22px;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #777;
}
.content-img {
    margin: 20px auto 0;
    width: 281px;
    height: 149px;
    background: url(//image01.homedo.com/Files/Images/cms/www/20180527/5073577615445403455_pic1.png);
}
.qingdan-img {
    background: url(//image01.homedo.com/Files/Images/cms/www/20180527/5290613453443327633_pic1.png);
}
.content .btn {
    margin-top: 20px;
    width: 340px;
    height: 46px;
    background-color: #1dbeda;
    border-radius: 4px;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.submit-btn {
    background: #ff5b00;
}
.content .tips {
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0;
    color: #777777;
    text-align: center;
}
.list {
    background: #f5f5f5;
}
/*合作大牌 开始*/

/*合作大牌 结束*/

/*弹窗 开始*/
.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10010;
    width: 100%;
    height: 100%;
    background: rgba(46, 66, 97, 0.64);
}
.my-dialog {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
}
.project-dialog {
    margin-top: -200px;
    margin-left: -375px;
    width: 750px;
    height: 405px;
}
.success-dialog {
    display: none;
    margin-top: -100px;
    margin-left: -375px;
    width: 750px;
    height: 196px;
}

.success-dialog .success {
    line-height: 156px;
    text-align: center;
    background: url(//image01.homedo.com/Files/Images/cms/www/20180528/5382289467514492190_pic1.png) 273px center no-repeat;
    font-size: 18px;
    color: #222;
}
.my-dialog .dialog-title {
    height: 40px;
    background-color: #f7f7f7;
    border: solid 1px #e5e5e5;
}
.my-dialog .dialog-title .dialog-title-text {
    margin-left: 20px;
    line-height: 40px;
    font-size: 15px;
}
.my-dialog .dialog-title .close-btn {
    width: 40px;
    height: 40px;
    background: url("https://solution.homedo.com/img/new/%E5%85%B3%E9%97%AD.png") center no-repeat;
    cursor: pointer;
}
.my-dialog .dialog-content {
    margin: 50px 158px 0 100px;
}
.success-dialog .dialog-content {
    margin: 0;
}
.my-dialog .input-wrap {
    position: relative;
    overflow: visible;
    margin-bottom: 15px;
    width: 492px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
}
.input-wrap .address-list {
    display: none;
    z-index: 10001;
    position: absolute;
    top: 40px;
    left: 93px;
    height: 200px;
    overflow-y: auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff
}
.input-wrap .address-list li {
    width: 380px;
    height: 38px;
    border-bottom: 1px solid #ddd;
    text-indent: 14px;
    line-height: 39px;
    color: #666;
}
.my-dialog .input-wrap label {
    width: 93px;
    font-size: 13px;
    vertical-align: top;
}
.my-dialog .input-wrap label .red {
    color: #ff3c47;
}
.my-dialog .input-wrap input {
    width: 397px;
    height: 38px;
    border: 1px solid #ddd;
    text-indent: 14px;
    line-height: 39px;
    color: #222;
}
.my-dialog .input-wrap input[name=Address] {
    cursor: default;
}
.input-traingle {
    position: absolute;
    content: '';
    top: 17px;
    right: 10px;
    width: 0;
    height: 0;
    border: 7px solid rgba(0,0,0,0);
    border-top-color: #D8D8D8;
}
.input-traingle-down {
    top: 7px;
    border: 7px solid rgba(0,0,0,0);
    border-bottom-color: #D8D8D8;
}
.my-dialog .input-wrap input[name=Address]:focus {
    border: 1px solid #ddd;
}
.my-dialog .input-wrap input:focus {
    border: 1px solid #1DBFDA;

}
.file-input {
    display: none;
}
.my-dialog .error-tips {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 397px;
    height: 38px;
    border: 1px solid #F35050;
    font-size: 13px;
    text-indent: 14px;
    line-height: 39px;
    color: #F35050;
}
.my-dialog .dialog-btn {
    margin-left: 192px;
}
.my-dialog .dialog-btn span {
    margin-right: 20px;
    width: 100px;
    height: 40px;
    border-radius: 2px;
    border: solid 1px #1dbeda;
    color: #1dbfda;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.my-dialog .dialog-btn .save {
    background: #1dbeda;
    color: #fff;
}
.upload-btn {
    cursor: pointer;
}
.upload-input {
    display: none;
}
.upload-img {
    width: 16px;
    height: 14px;
}
.upload-text {
    font-size: 13px;
    color: #1dbfda;
}
.file-name {
    margin-left: 10px;
    max-width: 200px;
    font-size: 13px;
    color: #818181;
}
.delete-file {
    margin-left: 10px;
    font-size: 13px;
    color: #42bffe;
    cursor: pointer;
}
.delete-file:hover {
    margin-left: 10px;
    color: #42bffe;
    text-decoration: underline;
}
/*弹窗 结束*/

/*合作大牌 开始*/
.brand-list-wrap {
}
.brand-main {
    margin-top: 20px;
}
.bg-title {
    margin: 0 auto;
    width: 1110px;
    background: url(//image01.homedo.com/Files/Images/cms/www/20180527/5578472014833746577_pic1.png) center no-repeat;
    font-size:30px;
    font-weight: bold;
    color: #222;
    text-align: center;
}
.brand-tab {
    margin: 30px auto 0;
    width: 1110px;
}
li {
    list-style: none;
}
.brand-tab li {
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid rgba(0,0,0,0);
    text-align: center;
    color: #333;
    font-size: 18px;
    cursor: pointer;
}
.brand-tab .select-li {
    color: #1dbfda;
    border-bottom-color: #1dbeda;
}
.brand-margin {
    padding-top: 40px;
    background: #FAFAFA;
}
.brand-list {
    margin: 0 auto;
    width: 1110px;
    display: none;
}
.brand {
    position: relative;
    display: inline-block;
    /* font-size: 0; */
    overflow: visible;
    padding-right: 24px;
    margin-bottom: 20px;
    width: 138px;
    height: 78px;
    background: #FAFAFA;
    cursor: pointer;
}
.brand:nth-child(7n) {
    padding-right: 0;
}
.brand-img-box {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
}
.brand img {
    display: block;
    width: 100%;
    height: 100%;
}
.hover-content {
    display: none;
    position: absolute;
    bottom: -157px;
    left: 0;
    width: 1110px;
    height: 157px;
    cursor: text;
}
.traingle {
    position: absolute;
    top: -11px;
    left: 30px;
    width: 0;
    height: 0;
    border: 10px solid rgba(0,0,0,0);
    border-bottom-color: #e8e8e8;
    z-index: 10001;
}
.traingle-inner {
    position: absolute;
    top: -8px;
    left: -9px;
    width: 0;
    height: 0;
    border: 9px solid rgba(0,0,0,0);
    border-bottom-color: #fff;
}
.brand-detail {
    position: absolute;
    width: 1108px;
    top: 7px;
    left: 0;
    height: 150px;
    border:1px solid #e8e8e8;
    background: #fff;
    z-index: 10000;
    font-size: 14px;
    color: #222;
}
.brand-detail div {
    margin: 30px 30px 0;
    font-family: PingFangSC-Regular;
}
.brand-detail div p {
    margin-bottom: 10px;
}
.brand-detail div p:last-child {
    margin-bottom: 0;
}
.brand-detail .bold {
    font-weight: bold;
}
/*合作大牌 结束*/























