.container .t p {
    letter-spacing: 1px;
    text-align: center;
}

.container .t p:nth-child(1) {
    letter-spacing: 2px;
    font-size: 28px;
    font-weight: 600;
}

.container .t p:nth-child(2) {
    font-size: 18px;
    color: var(--m-color--);
}

.container .t p:last-child {
    color: #ff003a;
    font-size: 14px;
    margin-bottom: 4px;
}

.container .ch p:last-child {
    color: #000000;
    font-size: 14px;
    margin-bottom: 4px;
}

.container .ch p:first-child {
    color: #81da8b;
}

.container .n {
    margin-top: -40px;
    margin-bottom: 20px;
}

.container .z {
    position: relative;
    top: 240px;
    text-align: center;
    font-size: 48px;
    color: #ffffff;
    height: 64px;
}

.container .g:after {
    content: 'clear';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.container .g .l, .container .g .r {
    float: left;
}

.container .g .r {
    margin-left: 20px;
    width: 730px;
}

.container .g .r li {
    display: inline-block;
    float: left;
    background: #ffffff;
    width: 214px;
    height: 195px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ffffff;
}

.container .g .r li:hover {
    box-shadow: 0 0 3px var(--m-color--);
}

.container .g .r a:nth-of-type(2) li, .container .g div a:nth-of-type(5) li {
    margin: 0px 10px 10px 10px;
}

.container .g .r li img {
    display: block;
    width: 80%;
    margin: 0px auto;
    max-height: 129px;
}

.container .g .ch li img:first-child {
    position: absolute;
    width: 60px;
}

.container .g .r li p {
    display: inline-block;
    width: 100%;
    min-height: 30px;
    margin: 7px 0px
}

.container .g .r li label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--m-color--);
}

.container .g .r li span {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background: var(--m-color--);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 17px;
}

.clear {
    clear: both;
}

.container .om p {
    color: #ad9c8b;
}

.container .om p:last-child {
    color: #ad9c8b;
}

.container .om p:nth-child(2) {
    font-size: 38px;
    color: #ad9c8b;
    margin-bottom: 20px;
}

.container .om {
    text-align: center;
    margin-top: 20px;
}

.container .om .i {
    margin: 20px 0px;
}

.container .om hr {
    border: none;
    border-top: 3px solid #ad9c8b;
    width: 100px;
}

.container .c .o {
    margin: 20px 0px 0px 0px;
}

.container .g .om li {
    display: inline-block;
    float: left;
    background: #ffffff;
    width: 348px;
    height: 268px;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #ffffff;
    text-align: left;
}

.container .g .om li:hover {
    box-shadow: 0 0 3px var(--m-color--);
}

.container .g .om a:nth-of-type(2) li, .container .g .om a:nth-of-type(5) li {
    margin: 0px 10px 10px 10px;
}

.container .g .om li img {
    display: block;
    width: 80%;
    margin: 0px auto;
}

.container .g .om li img:first-child {
    position: absolute;
    width: 60px;
}

.container .g .om li p {
    display: inline-block;
    width: 100%;
    min-height: 30px;
    margin: 7px 0px;
    padding-left: 20px;
    color: #000000;
}

.container .g .om li label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--m-color--);
    margin-left: 20px;
}

.container .g .om li span {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background: var(--m-color--);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 17px;
    margin-right: 20px;
}

.container .g .om .page {
    text-align: left;
}

.page span {
    display: inline-block;
    padding: 6px 8px;
    background: #ffffff;
    font-size: 12px;
    margin-right: 8px;
}

.page span:hover {
    cursor: pointer;
    background: var(--m-color--);
    color: #ffffff;
}

.page span.to:hover, .page span.all:hover {
    background: #ffffff;
    cursor: default;
    color: #000000;
}

.page span.to {
    padding: 3px 8px;
}

.page span.to .toPage {
    position: absolute;
    margin-left: 75px;
    margin-top: -23px;
    z-index: 9;
    cursor: pointer;
    width: 22px;
    height: 23px;
}

.page span.active {
    cursor: default;
    padding: 2px;
    background: none;
    color: #ff003a;
    font-weight: 600;
    font-size: 14px;
}

.page span.to:hover,.page span.all:hover{
    background: #ffffff;
    cursor: default;
    color:#000000;
}

.page span.to{
    padding:3px 8px;
}

.page span.to .toPage{
    position: absolute;
    margin-left:75px;
    margin-top: -23px;
    z-index: 9;
    cursor: pointer;
    width: 22px;
    height: 23px;
}

.page span.active{
    cursor: default;
    padding:2px;
    background: none;
    color:#ff003a;
    font-weight: 600;
    font-size: 14px;
}

.page span input{
    width:55px;
    border:1px solid #e2e2e2;
    padding:3px 5px;
    margin:0px 8px;
    background: url("https://static.pandamart.cn/search_icon.png") no-repeat scroll 2rem center transparent;

}

.page span input:focus{
    border:1px solid var(--m-color--);
}

.container .t_p {
    font-size: 38px;
    text-align: center;
}

.container .r_i {
    margin-left: 18px;
}

.container .re {
    margin-top: 20px;
}

.container .re .g .r {
    width: 816px;
}

.container .re .g .r li {
    width: 243px;
    height: 250px;
}

.container .re .g .r li img {
    width: 100%;
    max-height: 183px;
}

.container .cc .g .r li {
    height: 234px;
}

.container .cc .g .r li img {
    width: 90%;
}

.container .re_a {
    float: right;
    height: 320px;
    width: 332px;
    background: #ffffff;
    padding: 10px;
}

.container .re_a p {
    font-size: 13px;
    color: #646464;
    padding-left: 10px;
    letter-spacing: 1px;
}

.container .re_a p a:hover {
    color: var(--m-color--);
}

.container .re_a p:first-child {
    font-size: 18px;
    color: var(--m-color--);
    margin: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}

.container .re_a p:first-child span {
    float: right;
    display: inline-block;
    font-size: 12px;
    margin-right: 30px;
    color: var(--m-color--);
    border: 1px solid var(--m-color--);
    padding: 3px 5px;
}





