.nav{
    position: relative;
}

.main-page .left, .main-page .right{
    float: left;
}

.main-page .left{
    width: 15%;
    border-right: 1px #ccc solid;
    margin-top: 22px;
    padding-right: 10px;
}

.main-page .nav div{
    /* height: 2.3em; */
    line-height: 2.3em;
    border-radius: 2px;
    cursor: pointer;
    border-bottom: 1px dashed #0777ff;
}

.main-page .nav div.on{
    background: #0777ff;
    color: #fff;
}

.main-page .nav{
    width: 136px;
    text-align: center;
    font-size: 17px;
    font-family: "微软雅黑";
    color: #000;
}

.productName {
    font-style: oblique;
    font-weight: 400;
    font-size: 32px;
    color: #f49119;
}

.main-page .right{
    width: 85%;
    height: 800px;
}

.main-page{
    margin: 0 auto;
    width: 1170px;
    padding-bottom: 50px;
}

.youhuiNew{
    font-size: 16px;
    border: none;
    text-align: center;
    padding: 10px 0;
    color: red;
    font-weight: bold;
}

.active {
    background: #0a3e7d;
}

.nav-tabs > li > a{
    margin-right: 0px;
}

.pkgNameCard {
    background: #0777ff;
    height: 90px;
    padding: 15px;
}

.packageitem1::before {
    position: absolute;
    top: 0.3rem;
    left: -0.5rem;
    z-index: 1;
    padding-right: 0.625rem;
    font-weight: bold;
    line-height: 0px;
    color: white;
    height: 0px;
    border: 1.0rem solid #FF9933;
    border-right-color: transparent;
    content: "首单0.1元";
    box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
}

.rightBton{
    background-color: white;
    font-size:1.3em;
}

.bg{
    background-color: rgb(255, 153, 0) !important;
}

.packageitem1::after {
    content: "";
    position: absolute;
    top: 2.1875rem;
    left: -0.5rem;
    border: 0.25rem solid #0777ff;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.productName {
    font-style: oblique;
    font-weight: 400;
    font-size: 32px;
    color: #f49119;
}

.pkgNameCard {
    background: #0777ff;
    height: 90px;
    padding: 15px;
}

.active {
    background:#0a3e7d;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both
}

.main-page {
    margin: 0 auto;
    width: 1170px;
    padding-bottom:50px;
}

.qilinjingtai p{
    font-size:13px;
    font-weight:bold;
}

input[type="text"].form-control, input[type="password"].form-control, input[type="date"].form-control, input[type="datetime"].form-control, input[type="email"].form-control, input[type="number"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="time"].form-control, input[type="url"].form-control {
    padding: 10px;
    width: 100%;
    border-radius: 2em;
    height:30px;
}
.diqu :hover{
    background:#0777ff;
    color:white;
}

.main-page .left {
    width:15%;
    border-right: 1px #ccc solid;
    margin-top: 25px;
    padding-right:10px;
}

.main-page .left, .main-page .right {
    float: left;
}

.main-page .nav-back {
    height: 300px;
}

.main-page .nav {
    position: relative;
    margin-top: -300px;
    width: 136px;
    text-align: center;
    font-size: 17px;
    font-family: "微软雅黑";
    color: #000;
}

.main-page .nav div.on {
    background: #0777ff;
    color: #fff;
}

.main-page .right {
    width: 85%;
    height: 800px;
}

.main-page .content {
    position: relative;
    overflow: hidden;
}

.contentNew {
    border:none;
}

.youhuiNew {
    font-size: 16px;
    border: none;
    text-align: center;
    padding: 10px 0;
    color: red;
    font-weight: bold;
}

.mtop {
    margin-top:30px;
}

.packageitem1{
    position: relative;
}

.packageitem1::before {
    position: absolute;
    top: 0.3rem;
    left: -0.5rem;
    z-index: 1;
    padding-right: 0.625rem;
    font-weight: bold;
    line-height: 0px;
    color: white;
    height: 0px;
    border: 1.0rem solid #FF9933;
    border-right-color: transparent;
    content: "首单0.1元";
    box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
}

.packageitem1::after {
    content: "";
    position: absolute;
    top: 2.1875rem;
    left: -0.5rem;
    border: 0.25rem solid #0777ff;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.packageitem2{
    position: relative;
}

.packageitem2::before {
    position: absolute;
    top: 0.3rem;
    left: -0.5rem;
    z-index: 1;
    padding-right: 0.625rem;
    font-weight: bold;
    line-height: 0px;
    color: white;
    height: 0px;
    border: 1.0rem solid #FF9933;
    border-right-color: transparent;
    content: "9折";
    box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
}

.packageitem2::after {
    content: "";
    position: absolute;
    top: 2.1875rem;
    left: -0.5rem;
    border: 0.25rem solid #0777ff;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.warning{
    position: fixed;
    width: 400px;
    height: auto;
    left: 47%;
    top: 30%;
    z-index: 3;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 8px 6px #ccc;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px;
    display: none;
}

.warning-jike{
    position: fixed;
    width: 400px;
    height: auto;
    left: 47%;
    top: 30%;
    z-index: 100;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 8px 6px #ccc;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px;
    display: none;
}

#hidebg { position:absolute;left:0px;top:0px;
    background-color:#000;
    width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    filter:alpha(opacity=60);  /*设置透明度为60%*/
    opacity:0.6;  /*非IE浏览器下设置透明度为60%*/
    display:none; /* https://www.daixiaorui.com */
    z-Index:2;
}

.djt{
    margin-top: 124.66px;
    font-size: 1.2em;
    line-height: 1.2em;
    width: calc(100vw);
    background: #cbd3d3;
    color: black;
    border-radius: 100px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    background-color: #cbd3d3;
    color: white !important;
}