
.bg-banner-orange {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 185px;
    background-image: -webkit-gradient(linear,right top,left top,color-stop(1%,rgba(251,204,170,0)),to(#ff6a00));
    background-image: -webkit-linear-gradient(right,rgba(251,204,170,0) 1%,#ff6a00);
    background-image: linear-gradient(270deg,rgba(251,204,170,0) 1%,#ff6a00);
    /* background-image: url(http://www.ce-yun.cc/misc/images/home_banner.jpeg); */
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.bg-banner-gray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 185px;
    background-image: -webkit-gradient(linear,right top,left top,color-stop(1%,rgba(225,232,238,0)),to(#e5e6e7));
    background-image: -webkit-linear-gradient(right,rgba(225,232,238,0) 1%,#e5e6e7);
    background-image: linear-gradient(270deg,rgba(225,232,238,0) 1%,#e5e6e7);
    /* background-image: url(http://www.ce-yun.cc/misc/images/home_banner.jpeg); */
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.bg-banner-gray-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 185px;
    background-image: -webkit-gradient(linear,right top,left top,color-stop(1%,rgba(225,232,238,0)),to(#c3c6cb));
    background-image: -webkit-linear-gradient(right,rgba(225,232,238,0) 1%,#c3c6cb);
    background-image: linear-gradient(270deg,rgba(225,232,238,0) 1%,#c3c6cb);
    /* background-image: url(http://www.ce-yun.cc/misc/images/home_banner.jpeg); */
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.bg-banner-blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 185px;
    background-image: -webkit-gradient(linear,right top,left top,color-stop(1%,rgba(62,130,175,1)),to(#101d49));
    background-image: -webkit-linear-gradient(right,rgba(62,130,175,1) 1%,#101d49);
    background-image: linear-gradient(
270deg,rgba(62,130,175,1) 1%,#101d49);
    /* background-image: url(http://www.ce-yun.cc/misc/images/home_banner.jpeg); */
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

footer a {
    text-decoration: none;
    color:#9b9ea0;
}

footer a:hover {
    text-decoration: none;
    color:#fff;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer li {
    margin: .3rem 0;
}

.ad-img-600 {
    width: 100%;
    max-height: 350px;
}

.nav-item {
    margin: 0 2rem!important;
}

a.nav-link {
    padding: 0.3rem!important;
    border-bottom: 3px solid rgba(255,255,255,0)!important;
}

a.nav-link.active {
    color: rgb(255,106,0)!important;
}

a.nav-link:hover {
    color: rgb(255,106,0);
    border-bottom: 3px solid rgb(255,106,0)!important;
}

.nav-tabs .nav-link {
    color: rgb(100,100,100);
    margin-bottom: 0px!important;
    background: 0 0;
    border: 0!important;
}

.nav-tabs .nav-link:hover {
    color: rgb(255,106,0);
    /*border-bottom: 3px solid rgba(255,255,255,0)!important;*/
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: rgb(255,106,0);
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: 3px solid rgb(255,106,0)!important;
}

.color-orange {
    color: rgb(255,106,0);
}

.bg-index-card-1 {
    position:relative;
}
.bg-index-card-1:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/index-card-3.png);
    background-repeat: no-repeat;
    background-position: right -20% bottom -23%;
    background-size: 800px;
    opacity: 0.3;
}
.bg-index-card-2 {
    position:relative;
}
.bg-index-card-2:after {
    position: absolute;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/index-card-5.png);
    background-repeat: no-repeat;
    background-position: right 100px bottom -150px;
    background-size: 580px;
    opacity: 0.025;
}
.zi-1 {
    z-index: 1;
}
.zi-2 {
    z-index: 2;
}
.zi-3 {
    z-index: 3;
}

.index-card-div-1 {
    left: 30%;
}

.index-img-1 {
    opacity: 0.05;
}

.index-form-div-1 {
}

.radial_title_bg {
    background-image: radial-gradient(ellipse at bottom, var(--bs-gray-200) 0, var(--bs-gray-100) 30%, var(--bs-white) 60%);
}

.price_container {
    background-color: var(--bs-gray-100);
    box-shadow: 0.125rem 0.25rem rgba(0,0,0,.1)!important;
    margin-right: .5rem;
    border-radius: 0.25rem!important;
}

.price_header {
    margin-bottom: 1.5rem;
}

.price_title {
    position: relative;
    margin: 1.5rem 1rem;
    font-size: 1.5rem;
}

.price_title .price_title_icon {
    color: green;
}

.price_amount {
    position: relative;
    /*background-color: var(--bs-white);*/
    background-image: linear-gradient(38deg, rgba(var(--bs-warning-rgb), 0.5), rgba(255, 255, 255, 0));
    padding: .5rem 1rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: 0.25rem!important;
}

.price_amount_sp {
    color: red;
    font-size: 2rem;
}

.price_ul {
    /*padding-left: .5rem;*/
    list-style-type: circle;
}

.price_ul li {
    line-height: 2rem;
}

.corner {
    position: absolute;
    width: 78px;
    top: -8px;
    right: -7px;
}
.corner .corner-text {
    user-select: none;
    position: absolute;
    text-align: center;
    width: 78px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    transform: rotate(45deg);
    top: 20px;
    right: -12px;
}

.corner img {
    width: 100%;
}

.w-2rem {
    width: 2rem;
}
.w-4rem {
    width: 4rem;
}
.w-6rem {
    width: 6rem;
}
.w-8rem {
    width: 8rem;
}
.w-10rem {
    width: 10rem;
}
