﻿.LabelHeadTop {
    background: url(../../../CCM/Shop/Img/HeadBColor.png)bottom repeat-x;
    font-size: 20px;
    font-weight: bold;
    margin-left: -37px;
    top: 2px;
    position: relative;
}

#content {
    padding-top: 170px !important;
}

#ce_panel {
    border-radius: 15px;
    border: 4px solid #00b7bd;
    min-height: 740px;
    margin-left: 45px;
}


#ce_banner {
   text-align:center;
   margin-left: -20px;
}

#ce_banner img {
    border-radius: 20px;
    margin: 10px auto auto 10px;
}

.return_home {
    background-color: #c4eaff;
    padding: 10px;
    border-radius: 20px;
    font-size: 20px;
    color: #83a0c5;
    margin: 10px auto 10px 20px;
    max-width: 300px;
}

.return_home a {
     color: #3C5A80;
    font-weight: bold;
}

.seg_name {
    font-size: 20px;
    color: #3C5A80;
    font-weight: bold;
}
.inblock
{
  display: inline-block; 
   vertical-align: top;
}

.inline {
    display: inline-block;
    margin-bottom: 15px;
}

.w1
{
   width: 130px;
}


.new_icon {
	color: #573B00;
    font-size: 18px;
    text-align: center;
    position: absolute;
    animation: color-change 1.3s infinite;
    height: 60px;
    width: 100px;
    aspect-ratio: 1;
    clip-path: polygon(99.94% 52.36%,80.49% 59.73%,92.08% 77.01%,71.54% 73.67%,72.93% 94.43%,56.82% 81.27%,47.64% 99.94%,40.27% 80.49%,22.99% 92.08%,26.33% 71.54%,5.57% 72.93%,18.73% 56.82%,0.06% 47.64%,19.51% 40.27%,7.92% 22.99%,28.46% 26.33%,27.07% 5.57%,43.18% 18.73%,52.36% 0.06%,59.73% 19.51%,77.01% 7.92%,73.67% 28.46%,94.43% 27.07%,81.27% 43.18%);
    padding-top: 15px;
    transform: rotate(-10deg);
}

@keyframes color-change {
  0% { background: #ffe000; }
  50% { background: #ffd45b; }
  100% { background: #ffe600; }
}


@media only screen and (min-width: 651px) {
    #navigators ul li.first a {
        width: unset;
        background: unset;
    }
}

@media only screen and (max-width: 650px) {

     #ce_panel {
    margin: -10px 2px;
    min-height: 490px;
    margin-bottom: 100px;
    }
    #ce_banner img {
        width: calc(100% - 45px);
        margin-left: 14px;
    }
    #ce_section {
        margin-left:15px;
        font-size:16px;
    }
    #cd_desc {
        width:100%;
    }

    .return_home {
        margin-left:-5px;
    }
}