body {
    background: #f9f9f9;
}
header {
    background: #ff6b57;
    padding: 0;
    color: #fff;
    width: 100%;
    position: fixed;
    z-index: 999;
    font-size: 18px;
    top: 0;
    text-align: center;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}
textarea{
    resize: none;
}
.color-white {
    color: #fff !important;
}
.d-block {
    display: block;
}
.container {
    background: #fff;
    padding: 0;
    min-height: calc(100vh - 60px);
    position: relative;
}
.imagecontour {
    padding: 10px;
    border: solid 1px #efefef;
    background-color: #ffffff;
}
.effect2 {
    position: relative;
}
.effect2:before,
.effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}
.effect2:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.slider_btn {
    z-index: 2;
}
.slider_btn .btn {
    margin-top: 400px;
    background-image: url(../../../images/slider-arr.svg);
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 1);
}
.slider_btn .btn:hover {
    border: 1px solid rgba(255, 255, 255, 1);
}
.slider_btn .animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.information {
    position: relative;
    font-size: 19px;
    font-weight: normal;
    background-color: #fff;
    border-radius: 20px;
    padding: 80px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.information hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 2px dotted #ccc;
}
.information > ul,
.information > ol {
    text-align: left;
    padding-left: 25px;
}
.information > ul ul,
.information > ol ol {
    margin-top: 10px;
    padding-left: 20px;
}
.information li {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 27px; /*text-align: justify;*/
}
.information > ol > li {
    list-style-type: decimal-leading-zero;
}
.information h4 {
    font-size: 32px;
    display: inline-block;
    font-weight: normal;
    margin: auto;
    float: none;
    margin-bottom: 30px;
    padding: 10px;
    color: #cf233f;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #cf233f;
}
.information p {
    margin-bottom: 20px;
    font-size: 17px;
    text-align: center;
}
.information p.lead {
    font-size: 19px;
    font-weight: normal;
}
.information h4::after,
.information h4::before,
.prize-note::after,
.prize-note::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: auto;
    left: 50%;
    bottom: -12px;
    border: 6px solid transparent;
    border-top-color: #a5cf4c;
    width: 10px;
    height: 10px;
    margin-left: -6px;
}
.information h4::before,
.prize-note::before {
    z-index: 2;
    bottom: -12px;
    border-top-color: #fff;
}
.information h4::after,
.prize-note::after {
    bottom: -13px;
    border-top-color: #cf233f;
}
.information table {
    border-color: #ccc;
}
.information th,
.information td {
    padding: 10px;
}
.information th {
    background-color: #f4f4f4;
    text-align: center;
}
.icon-notice {
    width: 300px;
    display: block;
    color: #a5cf4c !important;
    font-size: 17px;
    background-position: left center;
    border: 2px solid #a5cf4c;
    margin: auto;
    margin-top: 30px;
}
.icon-notice img {
    width: 32px;
    margin-right: 5px;
}
.notics-info h4 {
    font-size: 23px;
    font-weight: normal;
    margin-top: 30px;
}
.notics-info p {
    line-height: 23px;
    margin-bottom: 15px;
    font-size: 16px;
}
.c-content-title-1.title_bg-2 {
    margin-bottom: 0;
}
.c-content-title-1.title_bg-2 > h3 {
    padding: 32px;
    height: 133px;
    font-size: 45px;
    margin-bottom: -70px;
    color: #fde7be;
    background: url(../../../images/titlebg-2.png) no-repeat center;
}
.c-btn-vote {
    line-height: 30px !important;
}
.c-btn-vote img {
    height: 30px;
    margin-right: 5px;
}
.c-btn-vote span {
}
.btn-fb {
    background: #3b5998 !important;
}
.btn-member {
    background: #a5cf4c !important;
}
/*jackpot*/
#casino .content {
    text-align: center;
    height: 365px;
    width: 550px;
    margin: auto;
    position: relative;
    background-image: url(../images/machine.png);
    background-repeat: no-repeat;
    background-position: center 10%;
    background-size: 100%;
}
#casino .content > div {
    clear: both;
    padding-top: 126px;
    width: 420px;
    margin: 0 auto;
}
.machineContainer {
    background-color: #000;
    padding: 5px 1px 5px 1px;
    overflow: hidden;
    height: 135px;
}
.slotMachine {
    width: 30%;
    border: 5px solid #7d4c00;
    height: 111px;
    padding: 0px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
}
.btn-group-casino {
    position: absolute;
    right: -37px;
    top: 35%;
}
.machineResult {
    color: #fff;
    text-align: center;
    font-weight: 900;
}
.noBorder {
    border: none !important;
    background: transparent !important;
}
.slotMachine .slot {
    height: 111px;
    background-position-x: 55%;
    background-repeat: no-repeat;
}
.slot1 {
    background: url(../images/slot1.png);
}
.slot2 {
    background-image: url("../images/slot2.png");
}
.slot3 {
    background-image: url("../images/slot3.png");
}
.slot4 {
    background-image: url("../images/slot4.png");
}
.slot5 {
    background-image: url("../images/slot5.png");
}
.slot6 {
    background-image: url("../images/slot6.png");
}
#slot-trigger {
    cursor: pointer;
    height: 200px;
    width: 37px;
}
#slot-trigger div {
    position: absolute;
}
#slot-trigger .ring1 {
    background: #282828;
    background: -moz-linear-gradient(
        top,
        #282828 0%,
        #959595 14%,
        #d1d1d1 37%,
        #bababa 49%,
        #959595 67%,
        #212121 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #282828),
        color-stop(14%, #959595),
        color-stop(37%, #d1d1d1),
        color-stop(49%, #bababa),
        color-stop(67%, #959595),
        color-stop(100%, #212121)
    );
    background: -webkit-linear-gradient(
        top,
        #282828 0%,
        #959595 14%,
        #d1d1d1 37%,
        #bababa 49%,
        #959595 67%,
        #212121 100%
    );
    background: -o-linear-gradient(
        top,
        #282828 0%,
        #959595 14%,
        #d1d1d1 37%,
        #bababa 49%,
        #959595 67%,
        #212121 100%
    );
    background: -ms-linear-gradient(
        top,
        #282828 0%,
        #959595 14%,
        #d1d1d1 37%,
        #bababa 49%,
        #959595 67%,
        #212121 100%
    );
    background: linear-gradient(
        to bottom,
        #282828 0%,
        #959595 14%,
        #d1d1d1 37%,
        #bababa 49%,
        #959595 67%,
        #212121 100%
    );
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
    height: 50%;
    left: 0;
    width: 15px;
    z-index: 2;
    bottom: 0;
    transition: 0.5s;
}
#slot-trigger .ring1 .shadow {
    background: -moz-linear-gradient(
        top,
        rgba(149, 149, 149, 0.2) 0%,
        rgba(13, 13, 13, 0.18) 46%,
        rgba(1, 1, 1, 0.18) 50%,
        rgba(10, 10, 10, 0.18) 53%,
        rgba(78, 78, 78, 0.17) 76%,
        rgba(56, 56, 56, 0.16) 87%,
        rgba(27, 27, 27, 0.15) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgba(149, 149, 149, 0.2)),
        color-stop(46%, rgba(13, 13, 13, 0.18)),
        color-stop(50%, rgba(1, 1, 1, 0.18)),
        color-stop(53%, rgba(10, 10, 10, 0.18)),
        color-stop(76%, rgba(78, 78, 78, 0.17)),
        color-stop(87%, rgba(56, 56, 56, 0.16)),
        color-stop(100%, rgba(27, 27, 27, 0.15))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(149, 149, 149, 0.2) 0%,
        rgba(13, 13, 13, 0.18) 46%,
        rgba(1, 1, 1, 0.18) 50%,
        rgba(10, 10, 10, 0.18) 53%,
        rgba(78, 78, 78, 0.17) 76%,
        rgba(56, 56, 56, 0.16) 87%,
        rgba(27, 27, 27, 0.15) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(149, 149, 149, 0.2) 0%,
        rgba(13, 13, 13, 0.18) 46%,
        rgba(1, 1, 1, 0.18) 50%,
        rgba(10, 10, 10, 0.18) 53%,
        rgba(78, 78, 78, 0.17) 76%,
        rgba(56, 56, 56, 0.16) 87%,
        rgba(27, 27, 27, 0.15) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(149, 149, 149, 0.2) 0%,
        rgba(13, 13, 13, 0.18) 46%,
        rgba(1, 1, 1, 0.18) 50%,
        rgba(10, 10, 10, 0.18) 53%,
        rgba(78, 78, 78, 0.17) 76%,
        rgba(56, 56, 56, 0.16) 87%,
        rgba(27, 27, 27, 0.15) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(149, 149, 149, 0.2) 0%,
        rgba(13, 13, 13, 0.18) 46%,
        rgba(1, 1, 1, 0.18) 50%,
        rgba(10, 10, 10, 0.18) 53%,
        rgba(78, 78, 78, 0.17) 76%,
        rgba(56, 56, 56, 0.16) 87%,
        rgba(27, 27, 27, 0.15) 100%
    );
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    height: 50%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 15px;
    z-index: 1;
    transition: 0.5s;
}
#slot-trigger .ring2 {
    background: #282828;
    background: -moz-linear-gradient(
        top,
        #282828 0%,
        #959595 14%,
        #d1d1d1 37%,
        #bababa 49%,
        #959595 67%,
        #212121 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #282828),
        color-stop(14%, #959595),
        color-stop(37%, #d1d1d1),
        color-stop(49%, #bababa),
        color-stop(67%, #959595),
        color-stop(100%, #212121)
    );
    background: -webkit-linear-gradient(
        top,
        #282828 0%,
        #959595 14%,
        #d1d1d1 37%,
        #bababa 49%,
        #959595 67%,
        #212121 100%
    );
    background: -o-linear-gradient(
        top,
        #282828 0%,
        #959595 14%,
        #d1d1d1 37%,
        #bababa 49%,
        #959595 67%,
        #212121 100%
    );
    background: -ms-linear-gradient(
        top,
        #282828 0%,
        #959595 14%,
        #d1d1d1 37%,
        #bababa 49%,
        #959595 67%,
        #212121 100%
    );
    background: linear-gradient(
        to bottom,
        #282828 0%,
        #959595 14%,
        #d1d1d1 37%,
        #bababa 49%,
        #959595 67%,
        #212121 100%
    );
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
    height: 40%;
    left: 8px;
    overflow: hidden;
    width: 30px;
    z-index: 1;
    bottom: 9px;
    transition: 0.5s;
}
#slot-trigger .ring2 .shadow {
    background: -moz-linear-gradient(
        top,
        rgba(149, 149, 149, 0.15) 0%,
        rgba(13, 13, 13, 0.15) 46%,
        rgba(1, 1, 1, 0.15) 50%,
        rgba(10, 10, 10, 0.15) 53%,
        rgba(78, 78, 78, 0.15) 76%,
        rgba(56, 56, 56, 0.15) 87%,
        rgba(27, 27, 27, 0.15) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgba(149, 149, 149, 0.15)),
        color-stop(46%, rgba(13, 13, 13, 0.15)),
        color-stop(50%, rgba(1, 1, 1, 0.15)),
        color-stop(53%, rgba(10, 10, 10, 0.15)),
        color-stop(76%, rgba(78, 78, 78, 0.15)),
        color-stop(87%, rgba(56, 56, 56, 0.15)),
        color-stop(100%, rgba(27, 27, 27, 0.15))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(149, 149, 149, 0.15) 0%,
        rgba(13, 13, 13, 0.15) 46%,
        rgba(1, 1, 1, 0.15) 50%,
        rgba(10, 10, 10, 0.15) 53%,
        rgba(78, 78, 78, 0.15) 76%,
        rgba(56, 56, 56, 0.15) 87%,
        rgba(27, 27, 27, 0.15) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(149, 149, 149, 0.15) 0%,
        rgba(13, 13, 13, 0.15) 46%,
        rgba(1, 1, 1, 0.15) 50%,
        rgba(10, 10, 10, 0.15) 53%,
        rgba(78, 78, 78, 0.15) 76%,
        rgba(56, 56, 56, 0.15) 87%,
        rgba(27, 27, 27, 0.15) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(149, 149, 149, 0.15) 0%,
        rgba(13, 13, 13, 0.15) 46%,
        rgba(1, 1, 1, 0.15) 50%,
        rgba(10, 10, 10, 0.15) 53%,
        rgba(78, 78, 78, 0.15) 76%,
        rgba(56, 56, 56, 0.15) 87%,
        rgba(27, 27, 27, 0.15) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(149, 149, 149, 0.15) 0%,
        rgba(13, 13, 13, 0.15) 46%,
        rgba(1, 1, 1, 0.15) 50%,
        rgba(10, 10, 10, 0.15) 53%,
        rgba(78, 78, 78, 0.15) 76%,
        rgba(56, 56, 56, 0.15) 87%,
        rgba(27, 27, 27, 0.15) 100%
    );
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    height: 50%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 1;
    transition: 0.5s;
}
#slot-trigger .arm {
    background: #0d0d0d;
    background: -moz-linear-gradient(
        left,
        #0d0d0d 0%,
        #4e4e4e 47%,
        #383838 87%,
        #1b1b1b 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0%, #0d0d0d),
        color-stop(47%, #4e4e4e),
        color-stop(87%, #383838),
        color-stop(100%, #1b1b1b)
    );
    background: -webkit-linear-gradient(
        left,
        #0d0d0d 0%,
        #4e4e4e 47%,
        #383838 87%,
        #1b1b1b 100%
    );
    background: -o-linear-gradient(
        left,
        #0d0d0d 0%,
        #4e4e4e 47%,
        #383838 87%,
        #1b1b1b 100%
    );
    background: -ms-linear-gradient(
        left,
        #0d0d0d 0%,
        #4e4e4e 47%,
        #383838 87%,
        #1b1b1b 100%
    );
    background: linear-gradient(
        to right,
        #0d0d0d 0%,
        #4e4e4e 47%,
        #383838 87%,
        #1b1b1b 100%
    );
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.8);
    height: 60%;
    left: 19px;
    top: 0px;
    width: 12px;
    z-index: 3;
    overflow: visible !important;
    transition: 0.5s;
}
#slot-trigger .arm .knob {
    background: #d82a00;
    background: radial-gradient(ellipse at center, #ff6945 0%, #d82a00 100%);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    height: 70px;
    left: -28px;
    top: -22px;
    width: 70px;
    z-index: 4;
    transition: 0.5s;
    line-height: 70px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
#slot-trigger:active .arm {
    top: 130px;
    height: 12%;
}
#slot-trigger:active .arm .knob {
    top: -61px;
    height: 70px;
}
#slot-trigger:active .ring1 .shadow,
#slot-trigger:active .ring2 .shadow {
    top: 50%;
    opacity: 1;
}
#casino h2 {
    text-align: center;
    font-size: 30px;
}
.win-title img {
    width: 60px;
    border-radius: 100%;
    border: 1px solid #e4e4e4;
}
.win-title {
    color: #ff7913;
}
.win-item {
    text-align: center;
    font-size: 35px;
    line-height: 30px;
    padding: 20px 0 10px;
}
.win-item span {
    display: block;
    color: #666;
    font-size: 21px;
    margin-top: 10px;
}
.win-gift {
    background: url("../../../images/win-bg.jpg") center no-repeat;
    background-size: 100%;
    padding: 50px 0;
}
.win-gift img {
    width: 500px;
}
.slot-itembox input {
    margin-top: 19px;
}
.delitem {
    display: inline-block;
    margin: 23px 0 0 10px;
}
/**�C��**/
.c-content-title-1 > h3 span {
    font-size: 21px !important;
    color: #ccc;
    display: block;
    margin-top: 10px;
}
#prizeitems {
    padding: 20px 0;
}
.prize-title {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    font-size: 32px;
}
.prize-title span {
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 0 20px;
}
.prize-title:before {
    display: block;
    content: "";
    width: 50%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 2px solid #dadada;
    position: relative;
    top: 17px;
    z-index: 1;
    margin: auto;
}
.prize-item ul {
    padding: 0;
    list-style: none;
}
.prize-item h4 {
    font-size: 16px;
    line-height: 20px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.05, #f24537),
        color-stop(1, #c62d1f)
    );
    background: -moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f', GradientType=0);
    background-color: #f24537;
    padding: 6px;
    position: absolute;
    bottom: 7px;
    width: 100%;
    color: #fff;
    text-align: center;
}
.prize-item h4:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 4px 0;
    border-color: transparent #9f261b transparent transparent;
    position: absolute;
    left: 0;
    bottom: -4px;
}
.prize-item h4:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 10px 0 0;
    border-color: #9f261b transparent transparent transparent;
    position: absolute;
    right: 0;
    bottom: -4px;
}
.agree {
    padding: 10px 0;
}
.notice {
    padding: 20px;
}
.prize-info {
    position: relative;
}
.prize-info img {
    padding: 10px;
    background-color: #f7f7f7;
}
.prize-img {
    position: relative;
    width: 100px;
    margin: auto;
    padding: 10px 0 5px;
}
.prize-img span {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.05, #c62d1f),
        color-stop(1, #f24437)
    );
    background: -moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background: -webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background: -o-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background: -ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background: linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437', GradientType=0);
    background-color: #c62d1f;
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    right: -32px;
    top: -6px;
}
.tool-member .prize-box h4 {
    font-size: 15px;
    border: 0;
    line-height: 23px;
    height: 50px;
    overflow: hidden;
    text-align: left;
    padding: 0;
    margin: 0;
}
.prize-box {
    margin: 20px 0;
    list-style: none;
    padding: 0;
}
.prize-box li {
    width: 18.6%;
    margin: 10px 5px;
    float: left;
    border: 1px solid #ccc;
    padding: 0 15px 15px 15px;
}
.prize-note {
    border: 2px solid #a5cf4c;
    padding: 20px;
    position: relative;
    font-size: 17px;
    border-radius: 10px;
    margin-top: 20px;
}
.prize-note h3 {
    font-size: 21px;
    color: #dd1e41;
}
.prize-note p {
    font-size: 17px;
    line-height: 25px;
}
.prize-note a {
    font-size: 19px;
    padding: 0 5px;
    color: #a5cf4c;
}
.prize-note::after,
.prize-note::before {
    top: -20px;
    bottom: auto;
    border: 10px solid transparent;
    border-top-color: transparent;
    border-bottom-color: #a5cf4c;
    width: 20px;
    height: 20px;
    margin-left: -10px;
}
.prize-note::before {
    z-index: 2;
    top: -19px;
    border-bottom-color: #fff;
}
.prize-note::after {
    top: -22px;
}
.prize-txt {
    height: 400px;
    overflow-y: auto;
    background: #f1f1f1;
    padding: 30px;
}
.congrats {
    position: relative;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 40px;
}
.congrats h1 {
    transform-origin: 50% 50%;
    font-size: 32px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    text-align: center;
    width: 100%;
}
.blob {
    height: 50px;
    width: 50px;
    color: #ffcc00;
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 1;
    font-size: 30px;
    display: none;
}
/*�n�n��*/

.header-ontop .event-title {
    margin-top: 20px;
}
.endevent {
    color: #c4c4c4;
}
.event-title ul {
    float: right;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
}
.endevent span {
    color: #000;
    font-size: 22px;
}
#shake-game {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #ff6b57;
    display: flex;
    align-items: center;
}
#win-prize #shake-game {
    background-image: url("../../../images/winnerbox-bg.png");
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}
.box-bg {
    background-image: url(../../../images/box-bg.png);
    background-size: 50%;
    background-position: center top;
    background-repeat: no-repeat;
    height: 430px;
}
.pc-mention img {
    margin-bottom: 20px;
}
.qrcodebox p {
    font-size: 22px;
    padding: 10px 0;
    font-weight: bold;
}
.qrcodebox img {
    width: 200px;
}
.redenvelope {
    background-image: url(../../../images/shake/03.png);
    height: 150px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}
.qrcodebox {
    width: 300px;
    height: 300px;
    background: #ffffffc6;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -150px;
    position: absolute;
    z-index: 10;
}
a.start {
    display: block;
    padding: 20px;
    width: 200px;
    background-color: #e7d350;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    border-radius: 6px;
    margin: auto;
}
.hand {
    width: 600px;
    height: 600px;
    position: relative;
    margin: auto;
    background: url(../../../images/shake/01.png) no-repeat;
    background-size: 100%;
}
.customer .pc-mention {
    width: 600px;
    height: 600px;
    position: relative;
    margin: auto;
    background-image: url(../../../images/shake/customer/01.png);
    background-size: 100%;
}
.customer .redenvelope {
    background-image: url(../../../images/shake/customer/02.png);
    height: 160px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-size: 70%;
}
.customer .hand {
    width: 600px;
    height: 600px;
    position: relative;
    margin: auto;
    background: url(../../../images/shake/customer/01.png) no-repeat;
    background-size: 100%;
}
.hand a {
    background: #ffffffde;
    padding: 10px 30px;
    font-size: 20px;
    position: absolute;
    bottom: 35%;
    left: 38%;
    border: 2px solid #292222;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    z-index: 9;
}
.result {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.05, #f24537),
        color-stop(1, #c62d1f)
    );
    background: -moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f', GradientType=0);
    background-color: #f24537;
    border-radius: 5px;
    color: #fff;
    padding: 30px;
    width: 250px;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -125px;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    font-size: 21px;
    z-index: 999;
    text-align: center;
    font-weight: bold;
}
.result .pic {
    width: 50px;
    height: 50px;
    float: left;
    background: #fff;
}
.result .pic img {
    width: 48px;
    height: 48px;
    padding: 1px;
}
.result .con {
    overflow: hidden;
    zoom: 1;
    line-height: 24px;
}
.result .con a {
    color: #fff !important;
}
.result-show {
    opacity: 1;
    margin-top: 50px;
}
.loading {
    position: absolute;
    top: 240px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background: url(../../../images/shake/spinner.png) no-repeat;
    background-size: 100px 100px;
    opacity: 0;
    -webkit-animation: loading infinite linear 0.5s;
}
.loading-show {
    opacity: 1;
}
.shake-ok {
    width: 500px;
    height: 500px;
    background-image: url(../../../images/shake/3-02.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    margin: auto;
    text-align: center;
}
.customer .shake-ok {
    background-image: url(../../../images/shake/customer/ok.png);
}
.shake-ok > div {
    padding-top: 310px;
}
.shake-ok .txt1 {
    font-size: 28px;
    color: #fff000;
    font-weight: bold;
}
.shake-ok .txt2 {
    font-size: 23px;
    line-height: 35px;
    color: #fff;
}
.shake-ok .txt2 a {
    background-color: #fff000;
    border-radius: 5px;
    padding: 5px 10px;
    color: #c00;
}
.shake-ok .btn {
    display: block;
    padding: 10px;
    border: 1px solid #fff;
    width: 120px;
    margin: auto;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    font-weight: bold;
}
.shake-no .txt1 {
    font-size: 28px;
    font-weight: bold;
}
#scratch {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fb-bg {
    background: #365899 !important;
}
.line-bg {
    background: #3ace00 !important;
}
.pink {
    background: #cf233f !important;
}
.player {
    margin-top: 20px;
}
.friends {
    padding: 0;
    list-style: none;
    height: 45px;
    overflow: hidden;
}
.friends h4 {
    font-size: 14px;
    margin: 5px 0;
}
.friends li {
    display: inline-block;
    width: 45px;
}
.text-left {
    text-align: left !important;
}
.prize-title {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}
.prize-title span {
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 0 10px;
}
.prize-title:before {
    display: block;
    content: "";
    width: 60%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 2px solid #dadada;
    position: relative;
    top: 14px;
    z-index: 1;
    margin: auto;
}
.header-ontop .event-title {
    margin-top: 20px;
}
.endevent {
    color: #c4c4c4;
}
.event-title ul {
    float: right;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
}
.endevent span {
    color: #000;
    font-size: 22px;
}
.qrcode-txt {
    line-height: 25px;
    margin-left: 170px;
    width: 40%;
}
.type-item .col-md-4 {
    padding: 0;
}
.form-info .form-group label {
    font-size: 15px;
    margin: 0;
    text-align: left;
    padding: 0;
    float: left;
    color: #666;
    width: 125px;
}
.form-info .form-group label i {
    color: #666;
    width: 25px;
    height: 25px;
    background-color: #eee;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
    font-size: 13px;
}
.form-info .form-group label:after {
    content: " : ";
    margin-left: 5px;
}
.tool-page .controls {
    line-height: 30px;
    width: 65% !important;
    padding: 0;
}
.tool-page .detail-special {
    padding: 30px;
}
.tool-page .form-group {
    margin-bottom: 5px;
}
.tool-page .price {
    font-size: 23px;
    color: #cc1f28;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-right: 5px;
}
.tool-page h2 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}
.tool-page #event-con {
    margin-top: 30px;
}
.tool-page .detail-social {
    margin: 20px 0;
}
.tool-page .detail-social span {
    line-height: 30px;
}
.form-info {
    margin-bottom: 15px;
    font-size: 15px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.fullwidth-button {
    display: block;
    text-align: center;
    font-size: 17px;
}
.form-container h3 {
    clear: both;
    border-bottom: 1px dotted #e5e5dc;
    padding-bottom: 15px;
    color: #444;
    margin-bottom: 20px;
}
.header-ontop .post-date-comment {
    margin-top: 15px;
}
.tool-img img {
    width: 70px;
}
.btn-box {
    text-align: center;
}
.tools .inner {
    overflow: hidden;
    border: 1px solid #eee;
    padding: 10px;
}
.tools .tools-list {
    margin-bottom: 30px;
}
.image-box-description h4 {
    font-size: 19px;
    overflow: hidden;
    height: 30px;
    font-weight: bold;
}
.image-box-description h4 a {
    color: #000;
    display: block;
}
.image-box-description p {
    font-size: 15px;
    height: 50px;
    overflow: hidden;
}
.image-box-description a.button {
    display: block;
}
/***����***/

#bridge {
    display: block;
    margin: 0 auto;
    background-size: cover;
    width: 100%;
    max-width: 650px;
    height: auto;
    cursor: crosshair;
    cursor: url(../../../images/money.png), default;
}
#bridgeContainer {
    position: relative;
    text-align: center;
    font-family: Avenir, sans-serif;
}
#bridgeContainer figcaption {
    margin-top: 2rem;
}
.scratch-form .form-block {
    background-color: #a5cf4c;
}
.scratch-form label.control-label {
    color: #fff;
    font-size: 19px;
}
.scratch-form input,
.scratch-form select {
    border: 0;
}
.scratch-form .note {
    color: #df4551;
    font-size: 16px;
    margin-top: 5px;
    display: block;
    float: left;
}
.scratch-form .control-txt {
    font-size: 19px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: bold !important;
}
.c-font-red {
    color: #df4551 !important;
}
.text-left {
    text-align: left !important;
}
.prize-title {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}
.prize-title span {
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 0 10px;
}
.prize-title:before {
    display: block;
    content: "";
    width: 60%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 2px solid #dadada;
    position: relative;
    top: 14px;
    z-index: 1;
    margin: auto;
}
.header-ontop .event-title {
    margin-top: 20px;
}
.endevent {
    color: #c4c4c4;
}
.event-title ul {
    float: right;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
}
.endevent span {
    color: #000;
    font-size: 22px;
}
.qrcode-txt {
    line-height: 25px;
    margin-left: 170px;
    width: 40%;
}
.type-item .col-md-4 {
    padding: 0;
}
.form-info .form-group label {
    font-size: 15px;
    margin: 0;
    text-align: left;
    padding: 0;
    float: left;
    color: #666;
    width: 125px;
}
.form-info .form-group label i {
    color: #666;
    width: 25px;
    height: 25px;
    background-color: #eee;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
    font-size: 13px;
}
.form-info .form-group label:after {
    content: " : ";
    margin-left: 5px;
}
.tool-page .controls {
    line-height: 30px;
    width: 65% !important;
    padding: 0;
}
.tool-page .detail-special {
    padding: 30px;
}
.tool-page .form-group {
    margin-bottom: 5px;
}
.tool-page .price {
    font-size: 23px;
    color: #cc1f28;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-right: 5px;
}
.tool-page h2 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}
.tool-page #event-con {
    margin-top: 30px;
}
.tool-page .detail-social {
    margin: 20px 0;
}
.tool-page .detail-social span {
    line-height: 30px;
}
.form-info {
    margin-bottom: 15px;
    font-size: 15px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.fullwidth-button {
    display: block;
    text-align: center;
    font-size: 17px;
}
.form-container h3 {
    clear: both;
    border-bottom: 1px dotted #e5e5dc;
    padding-bottom: 15px;
    color: #444;
    margin-bottom: 20px;
}
.header-ontop .post-date-comment {
    margin-top: 15px;
}
.tool-img img {
    width: 70px;
}
.btn-box {
    text-align: center;
}
.tools .inner {
    overflow: hidden;
    border: 1px solid #eee;
    padding: 10px;
}
.tools .tools-list {
    margin-bottom: 30px;
}
.image-box-description h4 {
    font-size: 19px;
    overflow: hidden;
    height: 30px;
    font-weight: bold;
}
.image-box-description h4 a {
    color: #000;
    display: block;
}
.image-box-description p {
    font-size: 15px;
    height: 50px;
    overflow: hidden;
}
.image-box-description a.button {
    display: block;
}
/* ----------------------------------------------------------------------
SOCIAL ICONS
-------------------------------------------------------------------------*/

.social-share {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}
.social-share ul {
    margin: 0;
    padding: 0;
}
.social-share h4,
.social-share ul {
    font-weight: normal;
    font-size: 17px;
    padding-right: 10px;
    display: table-cell;
}
.social-share li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    list-style-type: none;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}
.social-share li a {
    color: #fff;
    display: block;
    text-align: center;
}
.social-share li a img {
    padding: 10px;
}
.wintxt {
    text-align: center;
    width: 100%;
}
.wintxt img {
    max-width: 60%;
    margin: 15px 0;
}
.game-ok {
    background-image: url(../images/win.png);
    width: 350px;
    height: 370px;
    margin: auto;
    background-size: 100%;
    padding-top: 100px;
    background-repeat: no-repeat;
}
.game-ok img {
    width: 250px;
    border: 7px solid #fff;
    background: #fff;
}
.shake-no div h5,
.winnerbox div h5 {
    font-size: 25px;
    color: #faed32;
    font-weight: bold;
}
.event-banner {
    margin: 0 -15px;
}
.inside-page .steps {
    width: 90%;
    margin: auto;
    padding: 0;
    margin-top: 20px;
    display: table;
}
.inside-page .steps.register {
    width: 60%;
}
.inside-page .steps li {
    display: table-cell;
    text-align: center;
    width: 33%;
}
.inside-page .steps li .step {
    font-size: 13px;
    border-radius: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #999;
    width: 15px;
    height: 15px;
    top: 0;
}
.inside-page .steps li.active .step {
    border-color: #fff;
    box-shadow: 0 0 0 3px #a5cf4c;
}
.inside-page .steps li.active:before {
    border-color: #a5cf4c;
}
.inside-page .steps li.active .step:after {
    background: #a5cf4c;
}
.inside-page .steps li .step:after {
    content: "";
    background: #999;
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 100%;
}
.inside-page .steps li:first-child:before {
    max-width: 51%;
    left: 50%;
}
.inside-page .steps li:last-child:before {
    max-width: 50%;
    width: 50%;
}
.inside-page .steps li:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 3px solid #999;
    position: relative;
    top: 14px;
    z-index: 1;
}
.inside-page .steps li .title {
    display: block;
    margin-top: 7px;
    max-width: 100%;
    font-size: 17px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    word-wrap: break-word;
    color: #000;
    text-transform: uppercase;
}
.inside-page .steps li.active .title {
    color: #a5cf4c;
}
.table-responsive {
    border: 0;
    margin-bottom: 30px;
    overflow: visible;
}
.table {
}
.table th {
    text-align: center;
    font-size: 90% !important;
}
.table th a,
.table th a:hover {
    color: #36c !important;
    cursor: pointer;
}
.c-content-title-1.hot-products {
    text-align: center;
    width: 100%;
}
.c-content-title-1.hot-products ul {
    margin: 0;
    padding: 40px 0;
    width: auto;
}
.c-content-title-1.hot-products li {
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    display: block;
    width: auto;
    padding-left: 40px;
}
.c-content-title-1.hot-products span {
    display: inline;
    line-height: 35px;
}
.c-content-title-1.hot-products strong {
    font-weight: normal;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.c-content-title-1.hot-products span.buy {
    font-size: 21px;
    color: #69b40f;
}
.c-content-title-1.hot-products span.buy strong {
    font-weight: normal;
    background-color: #a5cf4c;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    left: 0;
}
.c-content-title-1.hot-products span.handsel {
    font-size: 17px;
    color: #666;
}
.c-content-title-1.hot-products span.handsel strong {
    background-color: #de022e;
    border-radius: 6px;
    width: auto;
    padding: 0 10px;
    margin: 0 5px;
}
/****loading�e��***/
#loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 100001;
}
.page-loader-inner {
    width: 300px;
    height: 50px;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -150px;
    text-align: center;
}
.page-loader-inner .loader-icon {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
}
.loader-icon span {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    border: 2px solid #d9d9d9;
    border-radius: 50%;
}
.loader-icon .spinner {
    z-index: 1;
    border-color: #262626;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.switch-field label {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 10px 14px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border: 1px solid #a9a9a9;
    margin: 0 5px 10px 0;
}
.switch-field label:hover {
    cursor: pointer;
}
.switch-field input:checked + label {
    background-color: #ff6b57;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ff6b57;
    color: #fff;
}
.coupon-body {
    padding: 20px;
}
.coupon-body h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}
.coupon-body h6 {
    display: block;
    font-size: 17px;
    font-weight: normal;
    margin-top: 7px;
    line-height: 30px;
}
.coupon-body h4 {
    margin-top: 20px;
    font-size: 20px;
}
.coupon-body h4 span {
    display: inline-block;
    margin: 0 5px;
    padding: 5px;
    background: #ff6b57;
    color: #fff;
    border-radius: 5px;
}
.coupon-info {
    border-top: 1px dotted #ccc;
    padding: 15px 0;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.checkout-page {
    /*margin-bottom: 45px;*/
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        opacity: 0.4;
    }
    50% {
        -webkit-transform: rotate(180deg);
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(360deg);
        opacity: 0.4;
    }
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
    }
    50% {
        -o-transform: rotate(180deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.c-bg-red {
    background-color: #800019 !important;
}
.c-bg-red .c-content-title-1 > h3 {
    color: #fff;
}
.c-bg-red .c-content-title-1 h4 {
    display: block;
}
.c-bg-red .c-content-title-1 h4 a,
.c-bg-red .c-content-title-1 h4 > span {
    font-weight: bold;
    background-image: linear-gradient(263deg, #efb345, #fffdc9 34%, #efb345);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.c-bg-red .c-content-feature-10 p,
.c-bg-red .c-content-feature-10 li,
.c-bg-red .c-content-title-1.hot-products li span {
    color: #fff;
    font-size: 19px;
}
.c-bg-red .c-content-title-1.hot-products span.buy {
    /* color: #f7d073 !important; */
}
.c-bg-red .c-content-feature-10 a {
    color: #ffad00;
    text-decoration: underline;
    padding: 0 5px;
}
.c-bg-red .c-content-title-1.hot-products ul {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-top: 10px;
}
.c-bg-red .c-content-title-1.hot-products li {
    border-bottom: 0;
}
.c-bg-red .c-content-title-1.hot-products span strong {
    font-weight: bold !important;
    background-color: #f7d073 !important;
    font-size: 19px;
    color: #840f29;
}
.color-red {
    color: #dd1e41;
}
.fortune-font {
    text-shadow: 2px 2px 4px #00000078;
    font-size: 147px;
    margin-top: 47px;
    color: #fcb513;
    font-weight: bold;
}
.flex-group {
    display: flex;
}
.shop-page .container {
    padding: 20px 20px 70px 20px;
    min-height: 100vh;
}
.theme-bgcolor {
    background: #ff6b57 !important;
    border-color: #ff6b57 !important;
}
.storehouse {
    display: flex;
    align-items: center;
    width: 50%;
}
.d-flex {
    display: flex !important;
}
.quantity {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}
.quantity input[type="number"] {
    -moz-appearance: textfield;
    border: 0;
    width: 90px;
    text-align: center;
    padding: 0 45px;
    height: 40px;
    color: #666;
    font-size: 20px;
    padding: 0;
    margin: 0;
}
.quantity span {
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background: #ff6b57;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
}
.quantity span.add {
    right: 0;
}
.product-body .price {
    font-size: 25px;
    color: #d20038;
    font-weight: bold;
    margin-bottom: 5px;
}
.product-body .price span {
    color: #000;
    font-size: 17px;
    display: inline-block;
    margin-right: 10px;
}
.pro-payment {
    margin-bottom: 10px;
}
.panel-heading {
    position: relative;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    color: #ff6b57;
    background: #fff;
    border: 1px solid #ff6b57;
}
.panel-heading[data-toggle="collapse"] {
    cursor: pointer;
}
.panel-heading[data-toggle="collapse"]:after {
    position: absolute;
    top: 31%;
    right: 15px;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 17px;
    color: #ff6b57;
    transition: 0.2s;
}
.panel-heading[aria-expanded="true"] {
    background: #ff6b57;
    color: #fff;
}
.panel-heading[data-toggle="collapse"][aria-expanded="true"]:after {
    transform: rotate(180deg);
    color: #fff;
}

.pro-detail {
    line-height: 25px;
    padding-top: 30px;
}
#scratch {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 10px;
}
.scratc-title {
    text-align: center;
}
#messager {
    background: #f4f5f7;
}
#messager #content {
    padding: 65px 1.5em 70px;
    background-color: #f4f5f7;
}
#messager ::-webkit-scrollbar {
    display: none;
}
#messager .message-container {
    margin-bottom: 0.5em;
    margin-left: 4em;
    position: relative;
}
#messager .message-container.user-talk {
    margin-left: 0;
}
#messager .pic-container {
    position: absolute;
    left: -60px;
}
#messager .pic-container img,
#messager .pic-container .status {
    border-radius: 50%;
    max-width: 40px;
}
#messager .pic-container .status {
    background-color: #4bdb9c;
    width: 12px;
    height: 12px;
    border: solid 3px white;
    position: absolute;
    top: 0;
}
#messager h3.name {
    margin: 0 0 0.8em;
    font-weight: 300;
    font-size: 110%;
    color: #091044;
}
#messager .message {
    background: white;
    padding: 0.7em 1em;
    border-radius: 10px;
    position: relative;
    word-break: break-all;
}
#messager .message:before {
    content: "";
    display: block;
    position: absolute;
    width: 1.6rem;
    height: 0.8rem;
    top: 0.1rem;
    left: -1.6rem;
    border-radius: 1.6rem 1.6rem 0 0;
    box-shadow: 0.6rem -0.1rem 0 #fff;
}
#messager .message-container.user-talk .message {
    background: #ffd8d3;
}
#messager .message-container.user-talk .message:before {
    right: -1.6rem;
    left: auto;
    box-shadow: -0.6rem -0.1rem 0 #ffd8d3;
}
#messager .message p {
    margin: 0;
    line-height: 180%;
    font-size: 100%;
    color: #6f6f6f;
    word-break: break-all;
}
#messager .time {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 1.5em;
}
#messager input {
    border: none;
    width: auto;
    box-sizing: border-box;
    margin: 0 10px;
    background: #eee;
    border-radius: 25px;
    flex: 1;
}
#messager .editor {
    position: relative;
    display: flex;
    background: #fff;
    padding: 10px;
    align-items: center;
}
#messager .editor a {
    height: 40px;
    padding: 0;
    display: block;
    line-height: 40px;
    width: 40px;
    border: 0;
    background: #ff6b57;
    border-radius: 100%;
    color: #fff;
    text-align: center;
}
#messager footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}
.top-menu {
    display: none;
}
.tool-bar {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    background: #fff;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-top: 0;
    line-height: 30px;
}
.tool-bar li {
    width: 100%;
    text-align: center;
}
.tool-bar li a {
    display: block;
    padding: 8px 4px;
    color: #000;
}
.tool-bar li.active a{
    color: #ff6b57;
}
.tool-bar li:last-child a {
    border: 0;
}
.ending-talk {
    background: #e5e6ea;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    color: #afafaf;
    margin-bottom: 1em;
    padding: 5px 0;
}
.preauth {
    padding: 20px 20px 80px 20px;
    text-align: center;
}
.preauth h5 {
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
}
.preauth-logo {
    height: 50px;
    margin: 20px 0;
}
.referrer h6 {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 20px;
}
.referrer img {
    border-radius: 100%;
    height: 70px;
}
.referrer span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #ff6b57;
}
.preauth-txt {
    height: 200px;
    overflow-y: auto;
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}
.conversation-mask {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
#messager .editor .conversation-mask a {
    border-radius: 5px;
    width: 120px;
    margin: auto;
}
.loader {
    width: 100px;
    height: 20px;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 99999;
}
.loader > div {
    content: " ";
    width: 10px;
    height: 10px;
    background: #2196f3;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: shift 2s linear infinite;
    animation: shift 2s linear infinite;
}
.loader > div:nth-of-type(1) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.loader > div:nth-of-type(2) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.loader > div:nth-of-type(3) {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}
.loader > div:nth-of-type(4) {
    -webkit-animation-delay: -1.6s;
    animation-delay: -1.6s;
}
.mask-bg {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    z-index: 999;
}
.loader span {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 27px;
    margin: 0 auto 30px auto;
    background: #0cbd13;
    color: #fff;
}
.float {
    -webkit-animation-name: Floating;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
}
/*---------通訊錄----------*/
.table-content {
    display: table;
    width: 100%;
    margin: 0;
}
.table-content .table-content-cell {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.icon {
    font-size: 24px;
}
.notification-container {
    margin: 0 auto;
    background: #f5f5f5;
    position: relative;
    padding: 50px 0 100px 0;
    min-height: 100vh;
}
.notification-container .notification-option {
    padding: 25px 20px 20px;
    color: #a8a2a2;
}
.notification-container .notification-option .table-content-cell:first-child {
    font-size: 18px;
}
.notification-container .notification-option .remove-icon {
    cursor: pointer;
    margin-right: 25px;
    opacity: 0.7;
    cursor: pointer;
}
.notification-container .notification-option .remove-icon:hover {
    color: #f05050;
    background: "transparent";
}
.notification-container .notification-option .check-icon {
    cursor: pointer;
    opacity: 0.7;
    cursor: pointer;
}
.notification-container .notification-option .check-icon:hover {
    color: #4caf50;
    background: "transparent";
}
.notification-container .notification-list-box .list-group {
    margin: auto 15px;
    box-shadow: 0px 4px 8px 0px #d8d4d4;
}
.notification-container
    .notification-list-box
    .list-group
    .table-content-cell:nth-child(2) {
    width: 75px;
    text-align: right;
    font-size: 12px;
    justify-content: flex-end;
}
.notification-container .notification-list-box .list-group .list-group-item {
    border-radius: 0px;
    padding: 10px;
    overflow: hidden;
    margin-bottom: -1px;
    display: flex;
    align-items: center;
}
.notification-container
    .notification-list-box
    .list-group
    .list-group-item
    .media-heading {
    color: #666666;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.notification-container
    .notification-list-box
    .list-group
    .list-group-item
    .media-heading
    span {
    font-size: 12px;
    font-weight: bold;
    color: #4bdb9c;
}
.notification-container
    .notification-list-box
    .list-group
    .list-group-item
    .media-heading
    span.red {
    color: #eb5d68 !important;
}
.notification-container
    .notification-list-box
    .list-group
    .list-group-item:hover
    .list-time {
    display: none;
}
.notification-container .notification-list-box .list-group .media {
    width: 82%;
}
.notification-container .notification-list-box .list-group .media-left {
    padding-right: 15px;
    width: 60px;
}
.notification-container .notification-list-box .list-group .media-left img {
    width: 50px;
    height: 50px;
    max-width: 50px;
}
.notification-container
    .notification-list-box
    .list-group
    .media-left
    .text-media-object {
    background: #6747cd;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    font-size: 18px;
}
.notification-container .notification-list-box .list-group .media-body {
    padding-top: 7px;
    line-height: 1.5;
    flex: 1;
}
.notification-container
    .notification-list-box
    .list-group
    .media-body
    .notification-location {
    color: #a2a2a2;
    height: 45px;
    overflow: hidden;
    display: block;
    word-break: break-all;
}
.notification-container .notification-list-box .list-group .notification-time {
    color: #cccccc;
}
.notification-time .status {
    width: 7px;
    height: 7px;
    background: #ff432a;
    display: inline-block;
    border-radius: 100%;
    margin-right: 4px;
}
.line-keywords {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px 0;
}
.line-keywords li.alert {
    margin: 0 5px 5px 0;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1.15;
    padding: 5px 10px;
    color: #000;
    border-radius: 3px;
    border: 1px solid #ff6b57;
}
.line-keywords li.alert button.close {
    font-size: 18px;
    display: flex;
    margin-left: 10px;
    color: #ff8227;
    transition: 0.2s;
    opacity: 0.6;
    text-shadow: none;
}
.course-atted h5 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
    font-weight: bold;
}
.course-atted.village-chief h5 {
    margin-top: 0;
}
.pro-list,
.events-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.pro-list li {
    width: 50%;
    padding: 10px;
}
.pro-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    height: 23px;
    overflow: hidden;
}
.pro-price {
    text-align: center;
    font-size: 16px;
    color: #e91e63;
    font-weight: 600;
}
.pro-price span {
    font-size: 12px;
    display: inline-block;
    padding-right: 5px;
    color: #777;
}
#promenu {
    padding: 0;
    list-style: none;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 90%;
    margin: 10px auto 20px auto;
}

#promenu li a,
#promenu li {
    display: inline-block;
    position: relative;
    color: #676767;
}
#promenu li a {
    background-color: #ffffff;
    border: solid 1px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 15px;
    border-radius: 50px;
}
#promenu li.active a {
    border-color: #ff6b57;
    background: #ff6b57;
    color: #fff;
}
.menu-nav {
    position: relative;
}
.pro-btn {
    position: absolute;
    top: 5px;
    color: #ff6b57 !important;
}
.pro-btn:last-child {
    right: 0;
}
.complete-block ul.village-notice {
    list-style: none;
    padding: 0;
    font-weight: normal;
}
.complete-block ul.village-notice li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dotted #eee;
    padding: 10px 0;
    align-items: center;
}
.complete-block ul.village-notice li span {
    width: 80px;
    font-size: 14px;
}
.complete-block ul.village-notice li div {
    flex: 3;
    color: #607d8b;
    font-weight: bold;
}
.deal-status{
    font-size: 12px;
    border: 1px solid #ff6b57;
    border-radius: 50px;
    padding: 2px 5px;
    color: #ff6b57;
    display: inline-block;
    margin-bottom: 2px;
}
@-webkit-keyframes Floating {
    from {
        -webkit-transform: translate(0, 0px);
    }
    50% {
        -webkit-transform: translate(0, 15px);
    }
    to {
        -webkit-transform: translate(0, 0px);
    }
}
@-webkit-keyframes shift {
    0% {
        left: -50px;
        opacity: 0;
        background-color: #fff;
    }
    10% {
        left: 0;
        opacity: 1;
    }
    90% {
        left: 50px;
        opacity: 1;
    }
    100% {
        left: 100px;
        background-color: #00ff44;
        opacity: 0;
    }
}
@keyframes shift {
    0% {
        left: -50px;
        opacity: 0;
        background-color: #fff;
    }
    10% {
        left: 0;
        opacity: 1;
    }
    90% {
        left: 50px;
        opacity: 1;
    }
    100% {
        left: 100px;
        background-color: #00ff44;
        opacity: 0;
    }
}
header,
#messager footer,
.fixed-button {
    width: 500px;
}
.menuIcon {
    position: absolute;
    top: 7px;
    display: block;
    width: 2em;
    height: 2em;
    cursor: pointer;
    float: right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 12px;
}
.menuIcon > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 0.2em;
    margin-top: -0.2em;
    background-color: #fff;
    border-radius: 3px;
}
.menuIcon > span:before,
.menuIcon > span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 3px;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.menuIcon > span:before {
    -webkit-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
}
.menuIcon > span:after {
    -webkit-transform: translateY(0.5em);
    transform: translateY(0.5em);
}
/* OPENED */

.menuIcon.active {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menuIcon.active > span:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menuIcon.active > span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#assign .modal-dialog, #deal-status .modal-dialog{
    max-width: 100%;
    margin: 0 auto;
}
#assign .modal-content, #deal-status .modal-content {
    min-height: 100vh;
    border: 0;
}
.custom-checkbox {
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    width: 100%;
    border: 1px solid #efefef;
    padding: 10px 10px 10px 50px;
}
.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
    display: none;
}
.custom-checkbox span.checkbox,
.custom-checkbox span.radiobox {
    border: solid 2px #cccccc;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 26px;
    margin: 0px;
    position: absolute;
    left: 11px;
    top: 9px;
    width: 26px;
}
.custom-checkbox input[type="checkbox"]:checked + span.checkbox,
.custom-checkbox input[type="radio"]:checked + span.radiobox {
    background: #ff6b57;
    border-color: #ff6b57;
    text-align: center;
}
.custom-checkbox input[type="checkbox"]:checked + span.checkbox:before,
.custom-checkbox input[type="radio"]:checked + span.radiobox:before{
    content: "\f00c";
    color: #fff;
    font: normal normal normal 20px/1 FontAwesome;
}
.return-btn {
    position: absolute;
    left: 14px;
    font-size: 23px;
    color: #fff !important;
}
.fixed-button ul.button-menu.service-menu li .status {
    width: 7px;
    height: 7px;
    display: block;
    background: #ff432a;
    border-radius: 100%;
    position: absolute;
    right: 42%;
    top: 12px;
    border: 1px solid #fff;
}
.setting-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    background: #fff;
    margin: 10px 0;
}
.messager-set p {
    padding: 0 20px;
    line-height: 1.5;
}
.switch {
    position: relative;
    display: inline-block;
}
/* Hide the checkbox input (only needed for `:checked` property) */
.switch-input {
    display: none;
}
/* Switch */
.switch-label {
    display: block;
    width: 48px;
    height: 24px;
    text-indent: -150%;
    clip: rect(0 0 0 0);
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Switch Rail & Knob */
    /* Switch Rail */
    /* Switch Knob */
    margin: 0;
}
.switch-label:before,
.switch-label:after {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer;
}
.switch-label:before {
    width: 100%;
    height: 100%;
    background-color: #dedede;
    border-radius: 9999em;
    transition: background-color 0.25s ease;
}
.switch-label:after {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
    transition: left 0.25s ease;
}
/* When input is checked */
.switch-input:checked + .switch-label {
    /* Switch Rail */
    /* Switch Knob */
}
.switch-input:checked + .switch-label:before {
    background-color: #42dc4e;
}
.switch-input:checked + .switch-label:after {
    left: 24px;
}
/*------排班表------*/
.schedule-arrange {
    background: #fff;
    padding: 20px;
}
.schedule-arrange .timeline-header {
    display: -webkit-box;
    display: flex;
    margin-left: 4rem;
    height: 2rem;
    position: relative;
}
.schedule-arrange .timeline-header > span {
    position: absolute;
    width: 4rem;
    margin-left: -2rem;
    text-align: center;
    font-size: 80%;
    color: #adb5bd;
    bottom: 0.5rem;
    left: 0;
}
.schedule-arrange .timeline-header > span:nth-child(2) {
    left: 25%;
}
.schedule-arrange .timeline-header > span:nth-child(3) {
    left: 50%;
}
.schedule-arrange .timeline-header > span:nth-child(4) {
    left: 75%;
}
.schedule-arrange .timeline-header > span:nth-child(5) {
    left: 100%;
}
.schedule-arrange .timeline-line {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.schedule-arrange .timeline-body .timeline-line .timeline-list {
    border: 1px solid #cfd4da;
    height: 2.5rem;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.schedule-arrange .timeline-body .timeline-line .timeline-label {
    -webkit-box-flex: 0;
    flex: 0 0 4rem;
    padding-right: 1rem;
    text-align: right;
}
.schedule-arrange .timeline-body .timeline-line .timeline-list:before,
.schedule-arrange .timeline-body .timeline-line .timeline-list:after {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(207, 212, 218, 0.5);
    position: absolute;
    top: 0;
    z-index: 10;
}
.schedule-arrange .timeline-body .timeline-line .timeline-list:before {
    left: 25%;
}
.schedule-arrange .timeline-body .timeline-line .timeline-list:after {
    left: 75%;
}
.schedule-arrange .timeline-body .timeline-line + .timeline-line {
    margin-top: -1px;
}
.schedule-arrange .timeline-body .timeline-line .timeline-list .timeline-grid {
    width: 1px;
    height: 100%;
    background: rgba(207, 212, 218, 0.5);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
}
.schedule-arrange .timeline-body .timeline-line .timeline-list .progress {
    position: absolute;
    top: 50%;
    margin-top: -0.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    display: inline-block;
    z-index: 1;
    color: #fff;
    font-size: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
}
.schedule-arrange
    .timeline-body
    .timeline-line
    .timeline-list
    .progress
    .progress-bar {
    float: none;
    position: absolute;
    box-shadow: none;
}
#schedule .modal-dialog {
    max-width: 400px;
}
#schedule .modal-body .d-flex {
    align-items: center;
    margin-bottom: 10px;
}
#schedule .modal-body .d-flex input {
    margin: 0;
}
#schedule .modal-body .d-flex a {
    display: inline-block;
    padding: 5px;
}
.auto-scroll-to-top {
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 71px;
    right: -80px;
    border-radius: 2px;
    background-color: #ff6b57;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    -moz-box-shadow: 0 0 5px 0px #888;
    transition: 0.3s;
}
.visible {
    right: 10px;
    transition: 0.3s;
}
.gototop {
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    background: #ff6b57;
    color: #fff;
    position: fixed;
    bottom: 80px;
    right: 10px;
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
    display: none;
    font-size: 35px;
}
.winnerbox h3 {
    font-size: 40px;
}
.course-img {
    height: 70px;
}
#addToCart, .topmodal {
    top: auto;
}
#addToCart .modal-dialog, .topmodal .modal-dialog {
    margin: 0;
    max-width: 100%;
}
#addToCart .modal-content, .topmodal .modal-content {
    border: 0;
}
#addToCart .modal-body, .topmodal .modal-body {
    padding: 15px;
}
.cart-num {
    width: 5rem;
    padding: 5px;
    margin: 0;
    font-size: 16px;
}
.product-body .name {
    word-wrap: break-word;
    line-height: 1.3;
}
.pro-img {
    border: 1px solid #ececec;
}
.no-item {
    padding-top: 40px;
}
.no-item p {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.list-tag {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 15px -5px;
    align-items: center;
    width: auto;
}
.list-tag li {
    width: 25%;
    text-align: center;
    padding: 0 5px;
    flex: 1;
}
.list-tag li.active a {
    background: #ff6b57;
    color: #fff;
}
.list-tag li a {
    display: block;
    background: #eee;
    padding: 10px 0;
    color: #000;
}
.news-block {
    margin-bottom: 15px;
}
.news-block .panel-heading {
    padding: 15px 30px 15px 10px;
    font-size: 18px;
}
.news-block .panel-heading h4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.news-block .panel-heading a {
    line-height: 1.3;
    flex: 1;
    color: #333;
    font-size: 18px;
}
.news-block .panel-heading[data-toggle="collapse"] a {
    max-height: 47px;
    overflow: hidden;
}
.news-block .panel-heading[aria-expanded="true"]{
    background: #fff;
    border-bottom: 0;
}
.news-block .panel-heading[aria-expanded="true"] a{
    max-height: none;
    overflow: unset;
}
.news-block .panel-heading{
    border-color: #ccc;
}
.news-block .panel-body{
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
}
.news-block .panel-body img{
    margin-bottom: 15px;
}
.news-block .panel-body p{
    font-size: 16px;
    color: #000;
    line-height: 1.7;
}
.news-block .panel-heading[data-toggle="collapse"][aria-expanded="true"]:after{
    color: #ff6b57;
}
.news-tag {
    background: #eee;
    color: #000;
    font-size: 13px;
    padding: 3px 0;
    margin-right: 5px;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-tag.done{
    color: #E91E63;
}
.point-page .head-img{
    border-radius: 100%;
    width: 100px;
    border: 1px solid #ff6b57;
}
.point-page h6{
    font-size: 25px;
    margin: 10px 0;
}
.point-page p{
    font-size: 16px;
}
.point-page p span, .point-box b{
    display: inline-block;
    font-size: 25px;
    color: #E91E63;
    margin: 0 10px;
}
.point-box b{
    margin: 0 3px 0 0;
}
.point-info{
    padding: 20px;
    text-align: center;
}
.point-box{
    width: 200px;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    padding: 10px 0;
    margin-top: -70px;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 5px #b3b3b3;
}
.container.full-height{
    min-height: 100vh;
}
.point-box span{
    font-size: 13px;
    color: #909090;
}
.point-box h4{
    margin: 5px 0;
}
.point-box-member{
    padding: 20px;
    text-align: center;
}
.point-block{
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}
.point-recordbox{
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
}

.point-right{
    text-align: right;
    width: 80px;
}
.plus-point, .minus-point{
    font-size: 22px;
    color: #00a000;
    font-weight: bold;
}
.minus-point{
    color: #ff0000;
}
.point-left h5{
    font-size: 18px;
    margin: 5px 0;
    font-weight: bold;
}
.point-left{
    font-size: 14px;
    flex: 1;
}
.deal-status-set{
    background: #fff;
    padding: 10px 20px;
    margin: 15px 0;
}
.deal-status-set h5{
    font-size: 16px;
    margin-bottom: 15px;
}
.deal-status-set ul{
    list-style: none;
    padding: 10px 0;
}
.deal-status-set ul li{
    display: inline-block;
    margin: 5px 5px 0 0;
}
.status-tag{
    border: 1px solid #ccc;
    padding: 5px;
}
.status-tag .status-tag-del{
    border: 0;
    background: transparent;
    outline: none;
    color: #ff6b57;
}
.status-tag{
    display: flex;
    align-items: center;
}
.deal-status-input{
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}
#messager .deal-status-input input{
    margin: 0;
    border-radius: 0;
}
#messager .deal-status-input button{
   border: 0;
    background: #ff6b57;
    color: #fff;
    height: 46px;
    width: 80px;
}
.industry-btn{
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 10px;
    background: #00b900;
    color: #fff !important;
    margin-bottom: 15px;
}
.industry-btn img{
   width: 50px;
border-radius: 100%;
}
.industry-btn h5{
    font-size: 20px;
    font-weight: bold;
    flex: 1;
    padding: 0 15px;
    color: #fff;
}
.industry-btn span{
    font-size: 20px;
    padding-right: 5px;
}
.industry-select{
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    padding: 10px;

}
.flex-search{
    display: flex;
}
.flex-search select, .flex-search input{
    height: auto;
    margin: 0;
    padding: 7px;
    font-size: 15px;
}
.flex-search select{
    flex: 2;
    margin-right: 5px;
}
.flex-search input{
    flex: 3;
}

.point-info .form-container{
    width: 100%;
}
.point-info .form-container h4{
    margin-bottom: 20px;
}
.point-info .form-container input{
    padding: 15px;
}
.point-phone{
    display: flex;
    flex-wrap: wrap;
}
.point-phone input{
    flex: 1;
    margin: 0;
}
.point-phone button{
    width: 65px;
    background: #ff6b57;
    border: 0;
    color: #fff;
}
.verification-code {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.verification-code a {
    display: block;
    margin-right: 15px;
    text-decoration: underline;
    cursor: pointer;
    color: #ff3636;
}
.verification-code input {
    width: 250px;
}
@media (max-width: 1600px) {
    .tp-caption img {
        width: 700px !important;
        height: auto !important;
    }
}

@media (max-width: 1440px) {
    .tp-caption img {
        width: 500px !important;
    }
}

@media (max-width: 1366px) {
    .slider_btn .btn {
        margin-top: 130px;
    }
    #bridge {
        max-width: 550px;
    }
}

@media (max-width: 1024px) {
    .information {
        padding: 80px 60px;
    }
    .tp-caption img {
        width: 350px !important;
    }
    .slider_btn .btn {
        margin-top: 30px;
    }
    .c-content-title-1.title_bg-2 > h3 {
        background-size: auto 120px;
        padding-top: 35px;
    }
}

@media (max-width: 992px) {
    .slider_btn .btn {
        margin-top: 100px;
    }
    .tp-caption img {
        width: 500px !important;
    }
    h3.c-main-title {
        padding: 50px 70px;
        font-size: 40px;
    }
    .table-responsive {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .btn-member {
        background: #fff !important;
        color: #a5cf4c !important;
    }
    .win-gift img {
        width: 350px;
    }
    .c-page-on-scroll .c-theme-nav li.c-active > a:not(.btn),
    .c-layout-page .c-theme-nav li.c-active > a:not(.btn) {
        color: #fff !important;
    }
    li.c-onepage-link.active {
        background-color: #8cb732;
    }
    .information > ul,
    .information > ol {
        margin-top: -30px;
    }
    .c-content-title-1.hot-products span {
        line-height: 30px;
    }
    .c-content-title-1.hot-products span.buy {
        font-size: 17px;
    }
    .c-content-title-1.hot-products span.handsel {
        font-size: 16px;
    }
    .c-bg-red .c-content-feature-10 p,
    .c-bg-red .c-content-feature-10 li,
    .c-bg-red .c-content-title-1.hot-products li span {
        font-size: 19px;
    }
    .c-bg-red .c-content-title-1.hot-products span strong {
        font-size: 17px;
    }
    header,
    #messager footer,
    .fixed-button {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 676px) {
    .tp-bgimg.defaultimg {
        background-image: url(../../../images/kv_bg-tablet.jpg) !important;
    }
    .slider_btn .btn {
        margin-top: 180px;
    }
    h3.c-main-title {
        margin-top: -135px;
        font-size: 35px;
        display: none;
    }
    .c-sub-title,
    h3.c-main-title,
    .logo_cover {
        display: none !important;
    }
    .c-content-title-1.title_bg-2 > h3 {
        padding-top: 40px;
        background-size: auto 110px;
    }
    .c-sub-title {
        margin-top: -30px;
    }
    .c-sub-title img.mic-left,
    .c-sub-title img.mic-right {
        width: 120px !important;
        top: -124px;
    }
    .tp-caption img {
        width: 550px !important;
    }
    .information {
        word-break: break-all;
        padding: 80px 40px;
        font-size: 17px;
    }
    .information h4 {
        font-size: 28px;
    }
    .c-content-step-1 > .c-title {
        padding: 0 0px 20px 0px;
    }
    .c-content-step-1 > .c-title span {
        display: inline-block;
        height: auto;
    }
    /*.pc-mention {
    display: none;
}*/
    #hand {
        display: block;
    }
    .game-page .steps {
        margin: 0 0 10px;
    }
    #shake-game.customer {
        height: 570px;
    }
    #shake-game.shake-page {
        height: 100%;
        position: absolute;
        width: 100%;
        padding: 0;
    }
    #shake-game.shake-page .redenvelope {
        height: 132px;
        bottom: 0;
        background-size: 137%;
    }
    #shake-game.shake-page.customer .redenvelope {
        height: 93px;
        background-size: 100%;
    }
    .hand {
        width: 100%;
        height: 100%;
    }
    .customer .redenvelope {
        background-size: 100%;
        height: 138px;
    }
    .shake-page .hand {
        /*animation-duration: 1s;
    animation-name: play;
    animation-iteration-count: infinite;*/
        background-size: auto 100%;
        background-image: url(../../../images/shake/shake.gif);
        margin-top: 0;
        background-position: center;
    }
    .game-page .c-content-title-1 {
        display: none;
    }
    .game-page .c-content-box.c-size-lg {
        padding: 0 !important;
    }
    .game-page .container {
        width: 100%;
    }
    .game-page .c-navbar .container {
        width: 90%;
    }
    .game-page .c-layout-footer-6 {
        position: absolute;
        width: 100%;
        bottom: 0;
        background-color: transparent;
        margin-bottom: 5px;
    }
    .c-layout-header-fixed.c-layout-header-mobile-fixed.game-page
        .c-layout-page {
        margin-top: 0;
    }
    .footer-logo {
        display: none;
    }
    .copyright {
        width: 100%;
        text-align: center;
    }
    .game-page .c-layout-header.c-layout-header-default-mobile {
        background-color: transparent;
        box-shadow: none;
    }
    .game-page .c-layout-header .c-navbar .c-mega-menu {
        width: 250px;
    }
    .win-gift img {
        width: 300px;
    }
    .qrcodebox {
        display: none;
    }
    .shake-ok {
        height: 550px;
        background-size: 105%;
        background-position: center;
    }
    .shake-ok > div {
        padding-top: 330px;
    }
    .information li {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 23px;
    }
    .information > ul ul,
    .information > ol ol {
        margin-top: 5px;
    }
}

@media (max-width: 480px) {
    .tp-caption img {
        width: 350px !important;
    }
    .c-sub-title img.mic-left,
    .c-sub-title img.mic-right {
        width: 100px !important;
        top: -100px;
    }
    .slider_btn .btn {
        margin-top: 130px;
    }
    .c-layout-revo-slider-4 .c-action-btn.c-btn-border-2x {
        padding: 10px 20px;
        font-size: 17px;
    }
    .c-content-title-1.title_bg-2 > h3 {
        background-size: auto 100px;
    }
    .information {
        padding: 70px 20px;
        font-size: 16px;
    }
    .information table {
        font-size: 15px;
        word-break: normal;
    }
    .c-btn-vote img {
        height: 25px;
    }
    .information h4 {
        text-align: center;
        margin-bottom: 20px;
    }
    .information hr {
        margin-top: 30px;
        margin-bottom: 30px;
        border-top: 1px dotted #ccc;
    }
    .inside-page .steps li .title {
        font-size: 15px;
        line-height: 20px;
        padding: 0 5px;
    }
    .c-content-title-1 > h3 span {
        font-size: 17px !important;
        margin-top: 0;
        font-weight: normal;
    }
    .shake-ok > div {
        padding-top: 225px;
    }
    .shake-ok .txt1 {
        font-size: 25px;
    }
    .shake-ok .txt2 {
        font-size: 19px;
    }
    .win-gift img {
        width: 230px;
    }
    .congrats h1 {
        font-size: 30px;
    }
    .win-item {
        font-size: 30px;
    }
    .prize-note p {
        font-size: 16px;
    }
    .c-bg-red .c-content-feature-10 p,
    .c-bg-red .c-content-feature-10 li,
    .c-bg-red .c-content-title-1.hot-products li span {
        font-size: 17px;
    }
    .box-bg {
        height: 320px;
    }
}

@media (max-width: 375px) {
    .slider_btn .btn {
        margin-top: 80px;
    }
    .shake-ok {
        height: 360px;
    }
    .shake-ok .txt2 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .shake-ok > div {
        padding-top: 200px;
    }
    .prize-txt {
        padding: 20px;
        line-height: 25px;
        font-size: 15px;
    }
    .prize-note h3 {
        font-size: 19px;
    }
    .pc-mention {
        height: 330px;
    }
    .fortune-font {
        font-size: 100px;
        margin-top: 39px;
    }
    .box-bg {
        height: 270px;
    }
    .schedule-arrange {
        padding: 25px;
    }
    #schedule .modal-dialog {
        max-width: 100%;
    }
    .schedule-arrange .timeline-header {
        margin-left: 3rem;
    }
    .schedule-arrange .timeline-body .timeline-line .timeline-label {
        flex: 0 0 3rem;
        padding-right: 0.5rem;
    }
    .product-thumbnail {
        display: none;
    }
}

@media (max-width: 320px) {
    .shake-ok {
        height: 320px;
    }
    .shake-ok > div {
        padding-top: 175px;
    }
    .shake-ok p {
        margin-bottom: 5px !important;
    }
    .shake-ok .txt1 {
        font-size: 21px;
    }
    .shake-ok .txt2 {
        font-size: 17px;
    }
    .shake-ok a {
        padding: 8px;
        margin-top: 0;
    }
    .win-gift img {
        width: 180px;
    }
    .box-bg {
        height: 300px;
    }
    .course-img {
        height: 35px;
    }
}
