* {
    margin: 0;
    padding: 0;
}

body {
    background: #000;
}

@media screen and (min-width: 788px) {
    .wrap {
        width: 750px;
    }
}

.w628 {
    width: 628px;
    margin: auto;
}

.wrap {
    position: relative;
    background-color: #000000;
    margin: auto;
    color: #fff;
}

.wrap .content {
    background: url('../img/img1.png') no-repeat;
    background-size: 100%;
}

.content>.icon1 {
    position: absolute;
    right: 0;
    margin-top: 106px;
    width: 38px;
}

.content>.title {
    padding-top: 121px;
}

.date {
    color: #848585;
    font-size: 24px;
    font-weight: bold;
    margin: 52px 0 14px 0;
}

.view-search {
    margin-bottom: 55px;
    padding-right: 41px;
    display: flex;
    justify-content: flex-end;
}

.view-search .view {
    width: 164px;
    margin-right: 16px;
}

.view-search .search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 32px;
    border: 1px solid #bf2454;
    border-radius: 20px;
    box-sizing: border-box;
}

.view-search .search input {
    width: 118px;
    height: 30px;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
}

.view-search img {
    cursor: pointer;
}

/* 品牌列表 */
.brands-type {
    width: 371px;
    height: 33px;
    background: url('../img/img4.png') no-repeat;
    background-size: cover;
    margin: 0 0 28px 38px;
    padding-left: 12px;
    font-size: 25px;
    font-weight: bold;
    line-height: 33px;
}

.brands-list {
    width: 675px;
    margin: 0 auto 29px;
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
}

.brand {
    width: 180px;
    margin-bottom: 38px;
    display: inline-block;
    margin-right: 9px;
    padding: 23px 20px 16px 18px;
    background: #0d0d0d;
}

.brand:nth-child(3n+3) {
    margin-right: 0;
}

.brand-no {
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.brand-no img {
    width: 30px;
    height: 30px;
}

.brand .like {
    cursor: pointer;
}

.brand-logo {
    height: 150px;
    line-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: 10px 0;
}

.brand-td-wrap{
    /* height: 30px; */
}

.brand-td {
    /* height: 60px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    /* margin-top: 40%;
    transform: translateY(-50%); */
}

.brand-td b{
    width: 160px;
    word-wrap:break-word;
    /* overflow: hidden; */
    /* -webkit-hyphens: auto; */
    /* -ms-hyphens: auto;ie10+ */
    /* hyphens: auto; */
}

/* submit */
.submit {
    width: 750px;
    height: 200px;
    position: fixed;
    bottom: 0;
    background-image: url('../img/img5.png');
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}




/* submit 弹窗 */
.modal-mask {
    display: none;
    background: #0b0b0b;
    opacity: .6;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.modal-submit-status {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #0b0b0b;
    font-size: 37.47px;
    font-weight: bold;
}

.modal-submit-status #close {
    margin-top: 20px;
    cursor: pointer;
}

.modal-submit-status>div {
    position: relative;
}

.modal-submit-status .modal-des {
    position: absolute;
    top: 310px;
    width: 100%;
    text-align: center;
}

.modal-seeyoutomr .modal-des,
.modal-upperlimit .modal-des {
    top: 236px;
}

.modal-sorry .modal-des {
    top: 148px;
}

.modal-sorry .modal-des h3 {
    font-size: 37.47px;
    margin: 0;
}

.modal-sorry .modal-des p {
    font-size: 19.19px;
    line-height: 29.75px;
    font-weight: normal;
    width: 80%;
    margin: 20px auto;
    text-align: left;
}

.modal-commingsoon .modal-des{
    top: 165px;
}

/* Brand Introduction 弹窗 */
.modal-brand-introduc {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    color: #fff;
    padding: 62px 80px 0 80px;
}

.modal-brand-introduc h1 {
    text-align: center;
    font-size: 39.33px;
    margin-bottom: 96px;
    font-weight: normal;
}

.modal-brand-introduc h3 {
    font-size: 65.24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.modal-brand-introduc .des {
    font-size: 21.11px;
    line-height: 59.48px;
}

.back {
    width: 234px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #bf2454;
    border-radius: 20px;
    font-size: 25.56px;
    font-weight: bold;
}

.modal-brand-introduc .back {
    position: absolute;
    bottom: 78px;
    left: 50%;
    transform: translateX(-50%);
}

/* Results of Likes 弹窗 */
.modal-Results {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    right: 0;
    z-index: 9;
    width: 750px;
    color: #fff;
    padding: 70px 60px 0 60px;
    box-sizing: border-box;
    overflow: auto;
}

.modal-Results>h1 {
    margin-bottom: 52px;
    text-align: center;
    font-size: 39.33px;
    font-weight: normal;
}

.result-content {
    margin-bottom: 22px;
}

.result-content>h3 {
    font-size: 23.98px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.result-content>h3>span {
    display: block;
    height: 1px;
    flex: 1;
    border-bottom: 1px solid #393939;
    margin-left: 14px;
}

.result-list .result {
    height: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24.46px;
    font-weight: bold;
}

.result .brand-name span {
    display: inline-block;
    width: 70px;
}

.result .brand-name span b {
    padding-left: 6px;
}

.result .brand-likes b {
    margin-right: 16px;
}

.modal-Results .back {
    margin: 40px auto 78px;
}

/*  */
.footer {
    font-size: 20px;
    color: #848585;
    text-align: right;
    margin: 21px 41px 200px 0;
}

@media screen and (max-width: 788px) {

    /* body{
        max-width:750px;
    } */
    .w628 {
        width: 314px;
    }

    .content>.title {
        padding-top: 60.5px;
    }

    .title img {
        width: 265px;
    }

    .content>.icon1 {
        margin-top: 53px;
        width: 19px;
    }

    .date {
        font-size: 12px;
        margin: 26px 0 7px 0;
    }

    .view-search {
        width: 337.5px;
        padding: 0;
        margin: 20px auto 27.5px;
        justify-content: space-between;
    }

    .view-search .view {
        width: 50%;
    }

    .view-search .search {
        width: 50%;
        height: 33px;
        border-radius: 20px;
    }

    .view-search .search input {
        width: 110px;
        height: 33px;
    }

    .view-search .search>img {
        width: 22px;
    }

    .brands-content{
        width: 337.5px;
        margin: auto;
    }

    .brands-type {
        /* width: 185.5px; */
        height: 16.5px;
        margin: 0 0 14px 0;
        padding-left: 6px;
        font-size: 12.5px;
        line-height: 16.5px;
        background-size: 185.5px 16.5px;
    }

    .brand {
        width: 90px;
        margin-bottom: 19px;
        margin-right: 4.5px;
        padding: 11.5px 10px 8px 9px;
    }

    .brands-list {
        width: 337.5px;
        margin: 0 auto .29rem;
    }

    .brand-no {
        height: 16px;
        font-size: 9px;
    }

    .brand-no img {
        width: 15px;
        height: 15px;
    }

    .brand-logo {
        height: 75px;
        line-height: 75px;
        margin: 5px 0;
    }

    .brand-td-wrap{
        /* height: 40px; */
    }

    .brand-td {
        /* height: 30px; */
        font-size: 12px;
    }

    .brand-td b{
        width: 80px;
    }

    .brand-td img {
        width: 10px;
        height: 7px;
    }

    .submit {
        width: 100%;
        height: 100px;
    }

    .submit img {
        width: 50%;
    }

    .modal-Results {
        width: 100%;
        padding: 35px 30px 0 30px;
    }

    .modal-Results>h1 {
        margin-bottom: 26px;
        font-size: 19px;
    }

    .result-content>h3 {
        font-size: 16px;
        margin-bottom: 13px;
    }

    .result-content>h3>span {
        margin-left: 7px;
    }

    .result-list .result {
        height: 29px;
        font-size: 16px;
    }

    .result .brand-name span {
        width: 35px;
    }

    .result .brand-name span img {
        width: 19px;
    }

    .result-content>h3 {
        margin-bottom: 8px;
    }

    .back {
        width: 117px;
        height: 23px;
        line-height: 23px;
        border-radius: 10px;
        font-size: 12.78px;
    }

    .modal-brand-introduc {
        padding: 31px 40px 0 40px;
    }

    .modal-brand-introduc h1 {
        font-size: 19.665px;
        margin-bottom: 48px;
    }

    .modal-brand-introduc h3 {
        font-size: 32.62px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .modal-brand-introduc .des {
        font-size: 18px;
        line-height: 29.74px;
    }

    .modal-brand-introduc .back {
        bottom: 39px;
    }

    .modal-submit-status {
        font-size: 19px;
    }

    .modal-status {
        width: 160.5px;
    }

    .modal-seeyoutomr .modal-status,
    .modal-upperlimit .modal-status {
        width: 241px;
    }

    .modal-submit-status .modal-des {
        top: 155px;
    }

    .modal-seeyoutomr .modal-des,
    .modal-upperlimit .modal-des {
        top: 110px;
    }

    .modal-submit-status #close {
        margin-top: 10px;
        cursor: pointer;
        width: 30px;
    }

    .modal-commingsoon .modal-des{
        top: 64px;
    }

    .footer{
        font-size: 12px;
        margin-bottom: 150px;
    }


}