* {
    /*! margin: 0; */
    /*! padding: 0 */
}

body {
    font-family: Verdana, "Microsoft Yahei";
    font-size: 14px;
    color: #353535;
}

a {
    text-decoration: none;
    color: black;
}


/* 头部 */

.title {
    width: 80%;
    margin: 0 auto;
}

.title-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.5rem;
    padding: 0.5rem 0;
    padding-bottom: 0.3rem;
}

.location {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.location div {
    display: flex;
    align-items: center;
}

.iphone {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.iphone div {
    font-size: 0.5rem;
    display: flex;
    align-items: center;
}

.title-tad {
    width: 100%;
    position: relative;
}

.title-bottom {
    width: 50%;
    margin: 0rem auto;
    font-size: 0.6rem;
}

.title-bottom>ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0.4rem 0;
}

.title-bottom li {
    list-style: none;
}

.asd a:hover {
    color: #A66348;
    font-weight: 900;
}

.Brandstory {
    position: absolute;
    width: 100%;
    left: 0;
    /* height: 7rem; */
    /* border: 2px solid black; */
    background-color: #fff;
    padding: 1rem 0;
    padding-bottom: 2rem;
    display: none;
    z-index: 999;
}

.Brandstory-song {
    width: 90%;
    display: flex;
    justify-content: space-around;
    margin: 1rem auto 0;
    text-align: center;
    font-family: Tahoma, Arial, Helvetica, Microsoft YaHei New, Microsoft Yahei, å¾®è½¯é›…é»‘, å®‹ä½“, SimSun, STXihei, åŽæ–‡ç»†é»‘, sans-;
}

.song-right {
    width: 40%;
    line-height: 1.5rem;
}

.song-imgs {
    /* width: 60%; */
    /* text-align: left; */
    width: 30%;
    text-align: left;
    margin-top: 20px;
}

.song-imgs img {
    width: 80%;
    /*height: 50%;*/
}

.song-imgt {
    width: 80%;
    text-align: left;
    margin-top: 20px;
}

.song-imgt img {
    width: 80%;
    height: 80%;
}

.canchoose {
    text-align: center;
    width: 3.2rem;
    border: 1px solid rgb(59, 55, 55);
    font-size: 0.4rem;
    color: #1c1c1c;
    padding: 0.2rem 0.1rem;
    color: #262626;
    margin-top: 1rem;
}


/* 头部结婚 */

.song-right ul {
    text-align: left;
    vertical-align: top;
    display: inline-block;
}

.song-first {
    margin-left: 3rem;
}

.song-right ul li>a {
    font-size: 0.5rem;
    line-height: 1.3rem;
    position: relative;
}

.song-right ul li>a:hover {
    cursor: pointer;
}


/* .song-right ul li:after{

    content: '';

    width: 0px;

    position: relative;

    height: 1px;

    background: #A66348;

    display:inline-block

}

.song-right ul li:hover:after {

    cursor: pointer;

    width:100%;

    transition: all 0.5s ease-in 0s;

} */

.song-right ul li a p {
    position: absolute;
    top: 10px;
    width: 0;
    height: 1px;
    background: #A66348;
    transition: all 0.5s ease-in 0s;
}

.song-right ul li>a:hover p {
    width: 100%;
}

.jia {
    font-weight: bold;
}

.brand-shop {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.shop {
    margin-top: 2rem;
    font-size: 0.62rem;
}

.shop :nth-child(2) {
    color: #C8957A;
}

.shop-tent {
    display: flex;
    justify-content: space-around;
    margin-top: 1.5rem;
    font-size: 0.5rem;
    flex: 1;
    margin-left: 1rem;
}

.sao {
    margin-top: 0.8rem;
}

.top_link {
    background: #e6c6b4;
    color: #000;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 0.50rem;
}

.title-bottom>ul>li>a {
    /*! font-weight: bold; */
    color: #222;
    font-size: 16px;
}

.title-bottom>ul>li>a:hover {
    font-size: 16px;
}