* {margin: 0px;padding: 0px;box-sizing: border-box;}
em, i {font-style: normal;}
li {list-style: none;}
img {border: 0;vertical-align: middle;}
h1, h2, h3, h4, h5, h6 {margin: 0;}
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置文本格式元素 **/
a { text-decoration: none; }
html,body {margin: 0;padding: 0;font-family: "Microsoft YaHei", Times, serif;height: 100%;}

#overallBox{
    width: 100%;
}
#overallBox .overallWrap{
    background-color: #f4f4f4;
}

/* 占位盒 */
.occupyingBox{width: 100%;height: 30px}
.occupyingBox_plus{width: 100%;height: 60px}

/* 头部导航栏样式 */
header{
    width: 100%;
    background-color: #cd8335;
}
header > nav{
    max-width: 1300px;
    margin: 0 auto;
}
header > nav .navbar-nav li{
    margin: 0 25px;
}
header > nav .navbar-nav li > a{
    color: #e4e4e4 !important;
    font-size: 21px;
}
header > nav .navbar-nav li > a:hover {
    border-bottom: 2px solid #ffffff;
}
header > nav .navbar-nav li > a.especially-a{
    color: #FFFFFF !important;
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
}

/* 文章主体样式 */
section{
    width: 100%;
}
section .theMainBodyOfTheArticle{
    max-width: 1300px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

/* 文章公共样式 */
.custom_shadow{
    -moz-box-shadow:0px 0px 20px #D6D6D6; -webkit-box-shadow:0px 0px 20px #D6D6D6; box-shadow:0px 0px 20px #D6D6D6;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.backgroundStyle{
    background-color: #f8f7f2;
}
.color_h2{color: #cd8335}
.p-bg{
    background-color: rgba(127, 100, 100, 0.67);
    border-radius: 10px;
    color: #FFFFFF;
    padding: 5px;
}

/* 文章内容样式 */
section .theMainBodyOfTheArticle article{
    width: 860px;
    height: 100%;
    transition: all 1s ease-out;
}
section .theMainBodyOfTheArticle article .titleBanner{
    width: 100%;
}
section .theMainBodyOfTheArticle article .titleBanner h1{
    padding: 20px 0;
    font-size: 35px;
    letter-spacing: 3px;
    text-indent: 50px;
}
section .theMainBodyOfTheArticle article .titleBanner .releaseDate{
    display: flex;
    align-items: center;
}
section .theMainBodyOfTheArticle article .titleBanner .releaseDate p{
    text-indent: 50px;
    color: #727070;
}
section .theMainBodyOfTheArticle article .textContentBlock{
    width: 100%;
}
section .theMainBodyOfTheArticle article .textContentBlock .wrap{
    padding: 15px 30px;
}
section .theMainBodyOfTheArticle article .textContentBlock .wrap p{
    font-size: 20px;
    letter-spacing: 3px;
}
section .theMainBodyOfTheArticle article .textContentBlock .wrap b{
    color: #ff0000;
}
section .theMainBodyOfTheArticle article .textContentBlock .wrap h2{
    font-size: 25px;
    font-weight: bold;
    padding: 10px 0;
}
section .theMainBodyOfTheArticle article .textContentBlock .p_title{
    background-color: #f8f7f2;
    font-size: 20px;
    font-weight: bold;
    color: #cd8335;
    padding: 10px 30px 10px 30px;
}
section .theMainBodyOfTheArticle article .textContentBlock .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
section .theMainBodyOfTheArticle article .textContentBlock .parent .div1 {
    grid-area: 1 / 1 / 2 / 3;
    width: 100%;
}
section .theMainBodyOfTheArticle article .textContentBlock .parent .div2 {
    grid-area: 1 / 1 / 2 / 2;
}
section .theMainBodyOfTheArticle article .textContentBlock .parent .div2 p{
    font-size: 20px;
}
section .theMainBodyOfTheArticle article .textContentBlock .parent .div3 {
    grid-area: 1 / 2 / 2 / 3;
}
section .theMainBodyOfTheArticle article .textContentBlock .proposal{
    width: 100%;
    padding: 15px 5px;
    border: 2px solid #e66820;
    margin: 25px 0;
}
section .theMainBodyOfTheArticle article .textContentBlock .proposal p{
    margin: 0 !important;
    text-align: center;
    color: #e66820;
}

/* 下单表格样式 */
.main-link {
    display: block;
    margin: 20px auto;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff!important;
    border-radius: 4px;
    border: none;
    cursor: pointer
}
.main-link:hover {
    opacity: .8
}
.spin-wrapper {
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box
}
.wheel-wrapper {
    text-align: center
}
.wheel {
    width: 380px!important;
    margin: 0 auto;
    position: relative
}
.wheel-cursor {
    position: absolute;
    width: 35%!important;
    height: 35%;
    top: 49%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}
.cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 45%!important;
    height: 45%;
    line-height: 61px;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 52%;
    left: 50%;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-shadow: rgba(255,255,255,1) 0 -2px 0 inset,rgba(255,255,255,1) 0 2px 0 inset,rgba(0,0,0,.4) 0 0 5px;
    box-shadow: rgba(255,255,255,1) 0 -2px 0 inset,rgba(255,255,255,1) 0 2px 0 inset,rgba(0,0,0,.4) 0 0 5px;
    background: #fff;
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(255,255,255,1)),color-stop(100%,rgba(234,234,234,1)));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(255,255,255,1) 0,rgba(234,234,234,1) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(255,255,255,1) 0,rgba(234,234,234,1) 100%);
    background: -webkit-radial-gradient(center,ellipse,rgba(255,255,255,1) 0,rgba(234,234,234,1) 100%);
    background: -o-radial-gradient(center,ellipse,rgba(255,255,255,1) 0,rgba(234,234,234,1) 100%);
    background: radial-gradient(ellipse at center,rgba(255,255,255,1) 0,rgba(234,234,234,1) 100%)
}
.wheel-img {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s
}
.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer
}
.cursor-text:active {
    -webkit-box-shadow: rgba(0,0,0,.4) 0 0 5px inset;
    box-shadow: rgba(0,0,0,.4) 0 0 5px inset
}
.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,.6);
    text-align: center
}
.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}
.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}
.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}
@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px)
    }
    30% {
        transform: translateY(100px)
    }
    100% {
        transform: translateY(0)
    }
}
@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}
@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px
}
.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center
}
.pop-up-button {
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff!important;
    border: medium none;
    cursor: pointer;
    outline: medium none
}
.pop-up-button:hover {
    color: #fff;
    text-decoration: none
}
.wheel img {
    max-width: 100%
}
.prod_img_wrapper {
    margin: 15px auto;
    position: relative;
    text-align: center;
}
select::-ms-expand {
    display: none;
}
.price_main {
    border-bottom: 2px solid #d31812;
    font-size: 24px;
    line-height: 15px;
    margin: 0 auto;
}
.js_old_price {
    display: block;
    margin: 0 auto;
}
.wheel_input {
    padding: 10px!important;
    display: block!important;
    margin: 0 auto 20px!important;
    padding: 10px!important;
    width: 50%!important;
    border: 2px solid grey!important;
    border-radius: 5px!important;
}
.data_label {
    line-height: 30px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: bold;
}
h3.discount{
    margin: 2px 0 10px;
    font-size: 22px;
    font-weight: 400;
}



/* 文章侧边栏-右样式 */
section .theMainBodyOfTheArticle aside{
    width: 420px;
    height: 100%;
}
section .theMainBodyOfTheArticle aside .Box{
    width: 100%;
}
/* 侧边栏搜索样式 */
section .theMainBodyOfTheArticle aside .searchBox{
    display: flex;
    justify-content: center;
    padding: 23px 0;
}
/* this is a recreation of twitter search in css */
section .theMainBodyOfTheArticle aside .searchBox .form {
    --input-text-color: #000000;
    --input-bg-color: #e5e5e5;
    --focus-input-bg-color: transparent;
    --text-color: #53595d;
    --active-color: #1b9bee;
    --width-of-input: 315px;
    --inline-padding-of-input: 1.2em;
    --gap: 0.9rem;
}
/* form style */
section .theMainBodyOfTheArticle aside .searchBox .form {
    font-size: 0.9rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    width: var(--width-of-input);
    position: relative;
    isolation: isolate;
}
/* a fancy bg for showing background and border when focus. */
section .theMainBodyOfTheArticle aside .searchBox .fancy-bg {
    position: absolute;
    width: 100%;
    inset: 0;
    background: var(--input-bg-color);
    border-radius: 30px;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
/* label styling */
section .theMainBodyOfTheArticle aside .searchBox label {
    width: 100%;
    padding: 0.8em;
    height: 40px;
    padding-inline: var(--inline-padding-of-input);
    display: flex;
    align-items: center;
}

section .theMainBodyOfTheArticle aside .searchBox .search,.close-btn {
    position: absolute;
}
/* styling search-icon */
section .theMainBodyOfTheArticle aside .searchBox .search {
    fill: var(--text-color);
    left: var(--inline-padding-of-input);
}
/* svg -- size */
section .theMainBodyOfTheArticle aside .searchBox svg {
    width: 17px;
    display: block;
}
/* styling of close button */
section .theMainBodyOfTheArticle aside .searchBox .close-btn {
    border: none;
    right: var(--inline-padding-of-input);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0.1em;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--active-color);
    opacity: 0;
    visibility: hidden;
}
/* styling of input */
section .theMainBodyOfTheArticle aside .searchBox .input {
    color: var(--input-text-color);
    width: 100%;
    margin-inline: min(2em,calc(var(--inline-padding-of-input) + var(--gap)));
    background: none;
    border: none;
}
section .theMainBodyOfTheArticle aside .searchBox .input:focus {
    outline: none;
}
section .theMainBodyOfTheArticle aside .searchBox .input::placeholder {
    color: var(--text-color)
}
/* input background change in focus */
section .theMainBodyOfTheArticle aside .searchBox .input:focus ~ .fancy-bg {
    border: 1px solid var(--active-color);
    background: var(--focus-input-bg-color);
}
/* search icon color change in focus */
section .theMainBodyOfTheArticle aside .searchBox .input:focus ~ .search {
    fill: var(--active-color);
}
/* showing close button when typing */
section .theMainBodyOfTheArticle aside .searchBox .input:valid ~ .close-btn {
    opacity: 1;
    visibility: visible;
}
/* this is for the default background in input,when selecting autofill options -- you can remove this code if you do not want to override the browser style.  */
section .theMainBodyOfTheArticle aside .searchBox input:-webkit-autofill,
section .theMainBodyOfTheArticle aside .searchBox input:-webkit-autofill:hover,
section .theMainBodyOfTheArticle aside .searchBox input:-webkit-autofill:focus,
section .theMainBodyOfTheArticle aside .searchBox input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}
/* 侧边栏热门文章样式 */
section .theMainBodyOfTheArticle aside .popularArticles{
    width: 100%;
}
section .theMainBodyOfTheArticle aside .popularArticles .wrap{
    padding: 25px 45px;
}
section .theMainBodyOfTheArticle aside .popularArticles .wrap p > b{
    font-size: 14px;
    color: black;
}
section .theMainBodyOfTheArticle aside .popularArticles .wrap p > a{
    font-size: 13px;
    text-decoration: none;
    color: #666666;
    letter-spacing: 3px;
}
section .theMainBodyOfTheArticle aside .popularArticles .wrap p > a:hover{color: #0a78c2}
/* 侧边栏分类样式 */
section .theMainBodyOfTheArticle aside .classification{
    width: 100%;
}
section .theMainBodyOfTheArticle aside .classification .wrap{
    padding: 25px 45px;
}
section .theMainBodyOfTheArticle aside .classification .wrap .title b{
    font-size: 14px;
    font-weight: bold;
}
section .theMainBodyOfTheArticle aside .classification .wrap p.item{
    margin: 5px 0 !important;
}
section .theMainBodyOfTheArticle aside .classification .wrap p.item a{
    font-size: 13px;
    text-decoration: none;
    color: #666666;
    letter-spacing: 3px;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 5px 15px;
}
section .theMainBodyOfTheArticle aside .classification .wrap p.item a:hover{
    color: #ff3c84;
}
/* 侧边栏热门关键字样式 */
section .theMainBodyOfTheArticle aside .popularKeywords{
    width: 100%;
}
section .theMainBodyOfTheArticle aside .popularKeywords .wrap{
    padding: 25px 45px;
}
section .theMainBodyOfTheArticle aside .popularKeywords .wrap .title b{
    font-size: 14px;
    font-weight: bold;
}
section .theMainBodyOfTheArticle aside .popularKeywords .wrap .item{
    margin: 5px 0 !important;
}
section .theMainBodyOfTheArticle aside .popularKeywords .wrap .item a{
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    background-color: #e66820;
    padding: 6px 18px;
    color: #FFFFFF;
    border-radius: 15px;
}
section .theMainBodyOfTheArticle aside .popularKeywords .wrap .item a:hover{
    opacity: 0.5;
}