@charset "utf-8";

@font-face {
    font-family: DINProM;
    src: url('../font/DINPro-Medium.eot');
    /* IE9 */
    src: url('../font/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/DINPro-Medium.woff') format('woff'),
        /* chrome、firefox */
        url('../font/DINPro-Medium.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS */
        url('../font/DINPro-Medium.svg') format('svg');
    /* ios 4.1 */
}

* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    box-sizing: border-box;
    outline: none;
}

body,
th,
td,
button,
input,
select,
textarea {
    /* font: 14px/1.6 "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif; */
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    resize: none;
}

html,
body {
    *position: static;
    height: 100%;
    width: 100%;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

ul,
ol,
li,
dl {
    list-style-type: none;
}

label {
    cursor: pointer;
}

fieldset,
img {
    border: 0;
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
    font-size: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
    vertical-align: middle;
}

i {
    display: inline-block;
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

i,
s,
b,
em {
    font-weight: normal;
    font-style: normal;
}

textarea.resize {
    resize: both !important;
}

input {
    border-radius: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
    border: 0;
}

button,
input[type="button"],
input[type="submit"] {
    line-height: normal !important;
    cursor: pointer;
}

textarea,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type=tel],
input[type=text] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* 去掉number输入框右边点击上下的小三角 */
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/*placeholder 文字颜色设置*/
input::-moz-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::-ms-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #BDBDBD;
}

/* Chrome浏览器会在输入控制聚集的时候添加一个蓝色的outline*/
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* 去掉select的默认样式 */
select {
    -webkit-appearance: none;
}

/* 如果有输入内容IE会给输入框右边加一个大大的X */
input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}


/*透明度*/
.transparent {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.ellipsis,
.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bbox {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.auto {
    margin: 0 auto;
}

.w12 {
    width: 1200px;
    margin: 0 auto;
}


html,
body {
    background-color: #fff;
}

.hide {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 80px;
    background-color: #000;
}

.hd_warp {
    padding-top: 80px;
}

.hd_banner {
    width: 100%;
    height: 282px;
    background: url(../image/hd202412/banner.jpg) no-repeat center #e6edfd;
    background-size: auto 282px;

}

.hd_banner .w12 {
    padding-top: 52px;
}

.hd_banner h2 {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 42px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 60px;
}

.hd_banner h2:after {
    position: absolute;
    content: '';
    width: 141px;
    height: 32px;
    bottom: 0;
    left: 129px;
    background: url(../image/hd202412/t.png) no-repeat center;
    background-size: cover;
}

.hd_banner h2 em {
    font-weight: 600;
    color: #FF8600;
}

.hd_banner h2 i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.9);
    margin: 0 10px;
}

.hd_banner p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 405px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.hd_section1 {
    width: 100%;
    height: 386px;
    background: url(../image/hd202412/bg1.jpg) no-repeat center rgba(242, 247, 255, 1);
    background-size: auto 386px;
}

.hd_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 52px 0 32px 0;

}

.hd_title h4 {
    font-weight: 600;
    font-size: 36px;
    color: #000000;
    line-height: 50px;
}

.hd_title p {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}

.hd_title p span {
    color: #3270FF;
    cursor: pointer;
    transition: all .3s;
}

.hd_title p span:hover {
    text-decoration: underline;
}

.hd_title p img {
    width: 16px;
    height: 16px;
}

.yi_box {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 170px;
    background: #DAE8FF;
    margin: 0 auto;
    border-radius: 8px;
    padding: 32px 87px;
}

.yi_content {
    display: flex;
    align-items: center;
    width: 726px;
    height: 106px;
    background: url(../image/hd202412/yi_bg.png) no-repeat center;
    background-size: auto 106px;
}

.yi_content .price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 183px;
    font-family: DINProM;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
    font-style: normal;
}

.yi_content .price em {
    font-size: 32px;
}

.yi_content .txt {
    font-weight: 600;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.9);
    margin-left: 40px;
}

.yi_content .tag1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 28px;
    background: #FF5C01;
    border-radius: 4px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin-left: 35px;
}

.yi_content .tag2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #FD944D;
    font-size: 14px;
    color: #FF5C01;
    margin-left: 12px;
}

.yi_box .info {
    text-align: center;
    padding-top: 27px;
}

.yi_box .buy_btn {
    width: 226px;
    height: 48px;
    background: #FF7200;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .3s;
}

.yi_box .buy_btn:hover {
    opacity: .8;
}

.yi_box .info .txt {
    display: inline-block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 17px;
    margin-top: 8px;
    cursor: pointer;
}

.yi_box .info .txt:hover {
    color: #3270FF;
    text-decoration: underline;
}

.yi_box .buy_btn_end {
    width: 226px;
    height: 48px;
    background: #909399;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    cursor: no-drop;
}

.hd_section2 {
    width: 100%;
    background: url(../image/hd202412/bg2.jpg) no-repeat center #dae8ff;
    background-size: cover;
    padding-bottom: 80px;
}



.hd_section3 {
    padding-bottom: 50px;
    background: #F2F7FF;
}

.hd_section3 .gz {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 28px;
}


.gz_pop {
    display: none;
    width: 600px;
    background: url(../image/hd202412/order_bg.png) no-repeat right bottom;
    background-size: cover;
    border-radius: 8px;
    padding: 24px;
}

.gz_pop h4 {
    font-weight: 600;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    margin-bottom: 20px;
}

.gz_pop p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
}

.gz_pop p em {
    font-weight: 600;
}

.jm_class.layui-layer {
    background: transparent !important;
    box-shadow: none !important;
}




.lpq_buy_dialog {
    position: relative;
    width: 460px;
    background: url(../image/hd202412/order_bg.png) no-repeat center;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 8px;
    padding-bottom: 20px;
}

.lpq_buy_dialog>p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: rgba(0, 0, 0, .85);
    padding: 16px 0 24px 16px;
}

.lpq_buy_dialog ul {
    margin-left: 106px;
}

.lpq_buy_dialog li {
    color: rgba(0, 0, 0, .85);
    margin-bottom: 26px;
}

.lpq_buy_dialog li:nth-child(3) {
    margin-bottom: 16px;
}

.lpq_buy_dialog li:last-child span:first-child {
    line-height: 36px;
}

.lpq_buy_dialog li span:first-child {
    width: 84px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, .5);
}

.lpq_buy_dialog li .s-span {
    position: relative;
    top: -2px;
}

.lpq_buy_dialog li span.nums {
    font-size: 30px;
    color: #fa6400;
    margin-right: 5px;
    font-family: DINProM;
}

.lpq_buy_dialog li input {
    width: 144px;
    height: 36px;
    padding: 0 10px;
}

.lpq_buy_dialog li a {
    font-size: 12px;
    line-height: 36px;
    color: #3270ff;
    margin-left: 10px;
}

.lpq_buy_dialog .lpq_buy_dialog_btn {
    width: 156px;
    height: 36px;
    margin: 0 auto;
}

.lpq_buy_dialog .lpq_buy_dialog_btn a {
    display: block;
    width: 156px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(90deg, #3d88ff 0%, #2656f2 100%);
    transition: all .3s;
    -webkit-transition: all .3s;
}

.lpq_buy_dialog .lpq_buy_dialog_btn a:hover {
    background: linear-gradient(90deg, #6ca5ff 0%, #5a7ef6 100%);
}


/* lpq item */

.lpq {
    width: 1237px;
    height: 348px;
    padding-top: 62px;
    padding-bottom: 71px;
    box-sizing: border-box;
    background: url(../image/hd202412/layout3.png) no-repeat;
    background-size: contain;
    margin-bottom: -30px;
    margin: 0 auto -30px;
}

.lpq_time {
    width: 81px;
    margin: 60px 20px 0 25px;
}

.lpq_time span {
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-family: DINProM;
}

.lpq_time strong {
    display: block;
    width: 81px;
    height: 29px;
    margin-top: 10px;
    background: url(../image/hd202412/time_1.png) no-repeat;
    background-size: contain;
    color: #C7722B;
    font-size: 14px;
    text-align: center;
    line-height: 29px;
    font-family: DINProM;
}

.lpq_item {
    position: relative;
    float: left;
    margin-left: 16px;
    width: 250px;
    height: 216px;
    padding: 20px;
    background: #ecf3ff;
    box-shadow: 0px 4px 14px 0px rgba(44, 174, 127, 0.15);
    border-radius: 16px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    transition: all .3s;
}

.lpq_item:hover {
    transform: translateY(-10px);
}

.lpq_item:first-child {
    margin-left: 0;
}

.lpq_item i {
    position: absolute;
    right: 0;
    top: 0;
    width: 94px;
    height: 29px;
    background: url(../image/hd202412/title_bg1.png) no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 12px;
    line-height: 29px;
    text-align: center;
    text-indent: 8px;
    font-family: DINProM;
}

.lpq_item h6 {
    margin-bottom: 14px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.lpq_item p.clearfixx {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.lpq_item .price {
    display: inline-block;
    width: 102px;
    height: 28px;
    color: #FF7200;
    border: 1px solid #FF7200;
    border-radius: 6px;

    font-size: 12px;
    text-align: center;
    line-height: 28px;
    font-family: DINProM;
}

.lpq_item .count {
    display: block;
    height: 28px;
    width: 92px;
    box-sizing: border-box;
    margin-left: 10px;
    border-radius: 6px;
    color: #999;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ccc;
    line-height: 28px;
    font-family: DINProM;
}

.lpq_item .dkh {
    margin: 26px 0;
    color: #333;
    font-size: 12px;
}

.lpq_item .dkh .yuan {
    color: #FF7501;
    font-size: 14px;
}

.lpq_item .dkh .qian {
    font-family: 'DINMittelschriftStd';
    margin-left: 8px;
    margin-right: 4px;
    color: #FF7501;
    font-size: 30px;
    line-height: 1;
    font-family: DINProM;
}

.lpq_item .js_buy {
    width: 210px;
    height: 36px;
    border-radius: 18px;
    color: #FF7501;
    background: transparent;
    border: 1px solid #FF7501;
    transition: all .3s;
}

.lpq_item:hover .js_buy {
    background: #FF7501;
    color: #fff;
}

.lpq_item .js_buy_end {
    width: 210px;
    height: 36px;
    border-radius: 18px;
    color: #FFFFFF;
    background: #909399;
    border: 1px solid #909399;
    transition: all .3s;
    cursor: no-drop;
}