<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.hqcpxxFastPopup {
    display: none;
    width: 100%;
    height: 100%;
    padding: 2%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

.hqcpxxFastPopup .titlePopup {
    line-height: .64rem;
    font-size: .3rem;
    color: #2d3132;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .3rem;
    text-align: center
}

.hqcpxxFastPopup.show {
    display: block
}

.hqcpxxFastPopup .transparent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: block
}

.hqcpxxFastPopup .popupCon {
    width: 100%;
    height: 100%;
    max-width: 5.6rem;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.hqcpxxFastPopup .popupConWrap {
    width: 100%;
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hqcpxxFastPopup .con {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    overflow: auto;
    background-color: #fff;
    padding-top: .8rem;
    padding-bottom: .5rem;
    position: relative;
    z-index: 100
}

.hqcpxxFastPopup .closeBtn {
    cursor: pointer;
    display: block;
    width: .42rem;
    height: .42rem;
    line-height: .4rem;
    border: .01rem #979797 solid;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 9999;
    right: .3rem;
    top: .3rem
}

.hqcpxxFastPopup .closeBtn:before, .hqcpxxFastPopup .closeBtn:after {
    content: "";
    display: block;
    background: #979797;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hqcpxxFastPopup .closeBtn:before {
    width: .25rem;
    height: .01rem
}

.hqcpxxFastPopup .closeBtn:after {
    width: .01rem;
    height: .25rem
}

.hqcpxxFastPopup .closeBtn:hover {
    border-color: #f00
}

.hqcpxxFastPopup .closeBtn:hover:before, .hqcpxxFastPopup .closeBtn:hover:after {
    background: #f00
}

.hqcpxxFastPopup .list-form {
    padding-left: .6rem;
    padding-right: .6rem;
    padding-top: .2rem
}

.hqcpxxFastPopup .list-form li {
    width: 100%;
    clear: both;
    padding: 0 0 .12rem 0
}

.hqcpxxFastPopup .list-form li:last-child {
    padding-bottom: 0
}

.hqcpxxFastPopup .list-form .box {
    display: block;
    position: relative
}

.hqcpxxFastPopup .list-form .xh {
    color: #f20808;
    font-size: .16rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: .1rem
}

.hqcpxxFastPopup .list-form .text-form, .hqcpxxFastPopup .list-form .textarea-form {
    width: 100%;
    background: #fff;
    color: #000;
    padding-left: .25rem;
    padding-right: .15rem;
    font-size: .14rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: .01rem #c0c0c0 solid;
    border-radius: .03rem;
    font-size: .16rem
}

.hqcpxxFastPopup .list-form .text-form::-webkit-input-placeholder, .hqcpxxFastPopup .list-form .textarea-form::-webkit-input-placeholder {
    color: #7b879a
}

.hqcpxxFastPopup .list-form .text-form:-ms-input-placeholder, .hqcpxxFastPopup .list-form .textarea-form:-ms-input-placeholder {
    color: #7b879a
}

.hqcpxxFastPopup .list-form .text-form::-moz-placeholder, .hqcpxxFastPopup .list-form .textarea-form::-moz-placeholder {
    color: #7b879a;
    opacity: 1
}

.hqcpxxFastPopup .list-form .text-form:placeholder, .hqcpxxFastPopup .list-form .textarea-form:placeholder {
    color: #7b879a
}

.hqcpxxFastPopup .list-form .text-form:focus, .hqcpxxFastPopup .list-form .textarea-form:focus {
    color: #000;
    border-color: var(--main-color)
}

.hqcpxxFastPopup .list-form .text-form {
    height: .56rem;
    line-height: .54rem
}

.hqcpxxFastPopup .list-form .selectDiv {
    width: 100%
}

.hqcpxxFastPopup .list-form .selectDiv::after {
    top: .18rem
}

.hqcpxxFastPopup .list-form .selectDiv select {
    border-radius: .21rem;
    padding-left: .15rem;
    padding-right: .15rem;
    font-size: .16rem;
    border: none;
    height: .42rem;
    line-height: .4rem;
    width: 100%;
    background: #eff0f4;
    color: #999
}

.hqcpxxFastPopup .list-form .textarea-form {
    padding-top: .1rem;
    padding-bottom: .1rem;
    height: 1.2rem;
    line-height: .24rem;
    vertical-align: top
}

.hqcpxxFastPopup .list-form .fileBtn {
    color: #7b879a;
    overflow: hidden;
    vertical-align: top;
    position: relative
}

.hqcpxxFastPopup .list-form .fileBtn input[type="file"] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 200%;
    cursor: pointer
}

.hqcpxxFastPopup .list-form .fileBtn:hover {
    border-color: #1c3895
}

.hqcpxxFastPopup .list-form .agree {
    font-size: .18rem;
    color: #333
}

.hqcpxxFastPopup .list-form .agree .checkboxDiv {
    margin-right: .1rem
}

.hqcpxxFastPopup .list-form .agree a {
    text-decoration: underline
}

.hqcpxxFastPopup .list-form .agree a:hover {
    color: var(--main-color)
}

.hqcpxxFastPopup .list-form .yz-btn .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

.hqcpxxFastPopup .list-form .btnDiv {
    text-align: center
}

.hqcpxxFastPopup .list-form .submit, .hqcpxxFastPopup .list-form .reset {
    font-size: .16rem;
    display: inline-block;
    min-width: 1.5rem;
    text-align: center;
    line-height: .44rem;
    border: .01rem var(--main-color) solid;
    border-radius: .23rem;
    background: var(--main-color);
    color: #fff;
    margin-right: .2rem;
    cursor: pointer;
    overflow: hidden;
    vertical-align: top;
    position: relative;
    z-index: 1
}

.hqcpxxFastPopup .list-form .submit:hover, .hqcpxxFastPopup .list-form .reset:hover {
    opacity: .8
}

.hqcpxxFastPopup .list-form .verify {
    font-size: .16rem;
    height: .5rem;
    background-color: #f5f5f5;
    position: relative
}

.hqcpxxFastPopup .list-form .verify .drag-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: .5rem;
    height: .5rem;
    border: 1px #e5e5e5 solid;
    background: #fff url(../images/icon/drag-arrow.svg) no-repeat center center;
    background-size: .2rem .2rem;
    z-index: 2;
    cursor: move
}

.hqcpxxFastPopup .list-form .verify .suc-drag-btn {
    background: #fff url(../images/icon/drag-success.svg) no-repeat center center;
    background-size: .3rem
}

.hqcpxxFastPopup .list-form .verify .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: .5rem;
    line-height: .5rem;
    width: 0;
    background-color: #7ac23c;
    color: #fff;
    font-size: .18rem;
    text-align: center
}

.hqcpxxFastPopup .list-form .verify .fix-tips, .hqcpxxFastPopup .list-form .verify .verify-msg {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    color: #333;
    z-index: 1;
    line-height: .5rem;
    padding-left: .5rem;
    text-align: center
}

.hqcpxxFastPopup .list-form .verify .verify-msg {
    padding-left: 0;
    padding-right: .5rem
}

.hqcpxxFastPopup .list-form .verify .verify-msg {
    background-color: #7ac23c;
    color: #fff;
    display: none
}

.hqcpxxFastPopup .list-form .verifyDiv {
    width: 50%;
    max-width: 400px;
    vertical-align: middle;
    position: relative
}

.product .xz-con{
	padding-bottom:.6rem;
	font-size: .18rem;
}



@media screen and (max-width: 1023px) {
    .hqcpxxFastPopup {
        padding: 5vw
    }
	.product .xz-con iframe{
		width:100%!important;
	}
    .hqcpxxFastPopup .titlePopup {
        line-height: 64px;
        font-size: 20px;
        padding: 0 10px
    }

    .hqcpxxFastPopup .closeBtn {
        width: 32px;
        height: 32px;
        line-height: 40px;
        border: 1px #979797 solid;
        right: 20px;
        top: 20px
    }

    .hqcpxxFastPopup .closeBtn:before {
        width: 15px;
        height: 1px
    }

    .hqcpxxFastPopup .closeBtn:after {
        width: 1px;
        height: 15px
    }

    .hqcpxxFastPopup .popupCon {
        max-width: 560px
    }

    .hqcpxxFastPopup .con {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .hqcpxxFastPopup .list-form li {
        padding-bottom: 20px
    }

    .hqcpxxFastPopup .list-form li:last-child {
        padding-bottom: 0
    }

    .hqcpxxFastPopup .list-form .text-form, .hqcpxxFastPopup .list-form .textarea-form {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px
    }

    .hqcpxxFastPopup .list-form .text-form {
        height: 40px;
        line-height: 40px
    }

    .hqcpxxFastPopup .list-form .textarea-form {
        height: 92px;
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .hqcpxxFastPopup .list-form .selectDiv select {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        border: none;
        height: 40px;
        line-height: 40px
    }

    .hqcpxxFastPopup .list-form .xh {
        font-size: 14px;
        left: 10px;
        top: 10px
    }

    .hqcpxxFastPopup .list-form .bt {
        line-height: 2;
        font-size: 14px
    }

    .hqcpxxFastPopup .list-form .btnDiv {
        width: 100%;
        text-align: center
    }

    .hqcpxxFastPopup .list-form .submit, .hqcpxxFastPopup .list-form .reset {
        height: 40px;
        line-height: initial;
        font-size: 14px;
        min-width: 120px
    }

    .hqcpxxFastPopup .list-form .textarea-form {
        height: 120px
    }

    .hqcpxxFastPopup .list-form .agree {
        font-size: 14px
    }

    .hqcpxxFastPopup .list-form .verifyDiv {
        width: 100%
    }

    .hqcpxxFastPopup .list-form .verify {
        font-size: 14px;
        height: 40px;
        max-width: 100%
    }

    .hqcpxxFastPopup .list-form .verify .drag-btn {
        width: 40px;
        height: 40px;
        background-size: 14px
    }

    .hqcpxxFastPopup .list-form .verify .suc-drag-btn {
        background-size: 14px
    }

    .hqcpxxFastPopup .list-form .verify .drag-progress {
        width: 40px;
        height: 40px;
        font-size: 14px;
        text-align: center
    }

    .hqcpxxFastPopup .list-form .verify .fix-tips, .hqcpxxFastPopup .list-form .verify .verify-msg {
        line-height: 40px;
        padding-left: 40px;
        text-align: center
    }

    .hqcpxxFastPopup .list-form .verify .verify-msg {
        padding-left: 0;
        padding-right: 40px
    }
	
	.product .xz-con{
		padding-bottom:40px;
		font-size: 14px;
	}
	
	.product .xz-con .products{
		padding:0;
	}
	
	.product .xz-con .products .card{
		width:100%!important;
		max-width: initial;
	}
	
	.product .xz-con img{
		width: 100%!important;
		height: auto!important;
	}		
}
</pre></body></html>