/* 首页 */

main>.title {
    text-align: center;
    margin: 82px 0 20px;
}

main>.title div:nth-child(1) {
    font-size: 36px;
    color: #504A4D;
}

main>.title div:nth-child(2) {
    font-size: 14px;
    color: #3D3D3D;
}

main .content {
    display: flex;
    justify-content: space-between;
}

main .content .list .img {
    width: 216px;
    height: 142px;
}

main .content .img img {
    width: 100%;
    height: 100%;
}

main .content .list {
    padding-top: 30px;
    display: flex;
}

main .content .list .particulars {
    margin-left: 19px;
    width: 450px;
}

main .content .list .particulars .title {
    font-size: 18px;
    color: #333;
}

main .content .list .particulars .details {
    padding-top: 16px;
    color: #666;
}

main .content .list .particulars .time {
    padding-top: 40px;
    color: #AAA;
    float: right;
}

main .content .list .particulars .time>img {
    width: 12px;
    height: 12px;
    vertical-align: middle;
}

main .content .rightsidebar {
    padding-top: 30px;
    width: 296px;
}

main .content .rightsidebar .title {
    font-size: 20px;
}

main .content .rightsidebar .title span {
    padding-left: 6px;
}

main .content .rightsidebar .con {
    position: relative;
    height: 440px;
}

main .content .rightsidebar .con .line {
    width: 1px;
    height: 380px;
    background: #F3F3F3;
    position: absolute;
    top: 32px;
    left: 6px;
}

main .content .rightsidebar .guild {
    display: flex;
    padding-top: 25px;
    z-index: 1;
    position: relative;
}

main .content .rightsidebar .guild .msg {
    padding-left: 10px;
}

main .content .rightsidebar .guild .msg .time {
    font-size: 12px;
    color: #A7A7A7;
    padding-top: 12px;
}

main .content .rightsidebar button {
    width: 278px;
    height: 36px;
    border: 1px solid #EE4E4F;
    background: #FFF;
    color: #EE4E4F;
}

main .quantity {
    margin-top: 100px;
    text-align: center;
    padding-bottom: 70px;
    position: relative;
}
main .quantity .dot-dot{
    position: absolute;
}
main .quantity .dot-dot img{
    width: 1190px;
}
main .quantity div {
    font-size: 40px;
    color: rgba(61, 61, 61, 1);
    line-height: 48px;
    background: linear-gradient(0deg, rgba(255, 80, 7, 1) 0%, rgba(255, 118, 25, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

main .quantity div span {
    font-size: 24px;
    font-weight: 500;
}

main .quantity p {
    font-size: 14px;
    color: #3D3D3D;
}

main .discuss {
    margin-bottom: 100px;
}

main .discuss .surface {
    display: flex;
    flex-wrap: wrap;
    height: 358px;
}

main .discuss .shop {
    width: 284px;
    height: 164px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 8px 0px rgba(200, 200, 206, 0.5);
    border-radius: 8px;
    margin: 6px;
	overflow: hidden;
}

main .discuss .shop .img {
    margin-left: 11px;
    width: 48px;
    height: 48px;
}

main .discuss .shop .img img {
    width: 100%;
    height: 100%;
    border-radius: 24px 4px 24px 24px;
}

main .discuss .shop .con {
    margin-top: 15px;
    display: flex;
}

main .discuss .shop .name {
    margin-left: 12px;
    width: 200px;
    font-size: 16px;
}

main .discuss .shop .name span {
    color: #FF4D4A;
}

main .discuss .shop>p {
    padding-top: 28px;
    padding-left: 12px;
    color: #A1A1A1;
    font-size: 14px;
}

.mask {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #00000050;
    z-index: 10;
    display: none;
}

.mask .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: 320px;
    background-color: #fff;
    border-radius: 10px;
}

.mask .content .shut {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 19px;
    right: 19px;
}

.mask .content .code {
    width: 150px;
    height: 150px;
    margin: 63px 175px 20px;
}

.mask .content {
    text-align: center;
    color: #666;
}

.mask .content .title {
    font-size: 18px;
}

.mask .content .hint {
    font-size: 14px;
}