html{
	font-size: 100px;
	font-size: calc(100vw/7.50);
}
*{
	margin: 0;
	padding: 0;
}
/*banner部分*/
.bg-banner{
	position: relative;
  height: 14rem;
  margin-top: 2.2rem;
}
.bg-banner img{
	width: 100%;
	height: 100%;
	position: absolute;
}
.bg-banner .left-log{
	position: absolute;
	left: 0.5rem;
	top: 0.5rem;
	width: 3.5rem;
	height: 0.8rem;
}
.bg-banner .left-log a{
	position: absolute;
	width: 100%;
	height: 100%;
}
.bg-banner .left-log img{
	width: 100%;
	height: 100%;
}
.g-section {
    padding-bottom: 1.25rem;
}
.g-wrap {
    width:14rem;
    margin: 0 auto;
}
/*中间内容部分*/
.g-section .header {
    padding-top: 1.5rem;
    padding-bottom: 1.125rem;
}
.mid-spilt {
    position: relative;
    line-height: 0.8rem;
    height: 0.875rem;
    font-size: 0.8rem;
    color: #666;
    overflow: hidden;
    text-align: center;
}
.mid-spilt .mid-txt {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 0.5rem;
    background: #fff;
    z-index: 1;
}
.mid-spilt .mid-line {
    position: absolute;
    top: 0.4rem;
    left: 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #ccc;
    overflow: hidden;
    z-index: 0;
}
/*表单部分*/
.content .form-item {
    margin-bottom: 1.1rem;
}
.content .form-item-label {
    display: inline-block;
    width: 3.25rem;
    font-size: 0.5rem;
    line-height:1.875rem;
}
.form-item-label {
    width: 2.5rem;
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 0.4rem;
    color: #666;
    line-height: 0.7rem;
    padding: 0 2px 0 0;
    box-sizing: border-box;
}
.form-item-label em {
    color: #d01414;
    margin-right: 0.125rem;
    font-style: normal;
}
.content .form-item-box {
    margin-left: 3.5rem;
}
.form-item-box {
    margin-left: 2.5rem;
    line-height: 0.7rem;
    color: #ccc;
}
.form-item-box, .form-item-input {
    position: relative;
    font-size: 14px;
}
.content .form-item-input {
    font-size: 0.55rem;
}
.form-item-input, .form-item-input .input {
    width: 100%;
    display: inline-block;
}
.form-item .input.is-error, .form-item.is-error .input {
    border-color: #f56c6c;
}
.content .form-item-input .input {
    height: 1.7rem;
    padding: 0.5rem 0.25rem;
    font-size:0.5rem;
}
.form-item-input .input {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    box-sizing: border-box;
    color: #606266;
    font-size: inherit;
    height: 0.7rem;
    line-height: 1;
    padding: 0.125rem 0.25rem;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.form-item-input, .form-item-input .input {
    width: 99%;
    display: inline-block;
}
.content .form-item-err {
	display: none;
    font-size: 0.5rem;
}
.form-item-err {
    position: absolute;
    color: #f56c6c;
    font-size: 0.3rem;
    line-height: 1;
    padding-top: 0.1rem;
    top: 100%;
    left: 0;
}
.content .form-item-err {
    font-size: 0.5rem;
}
.form-item-err {
    position: absolute;
    color: #f56c6c;
    font-size: 0.3rem;
    line-height: 1;
    padding-top: 0.1rem;
    top: 100%;
    left: 0;
}
.content .form-code-item .form-item-code {
    width: 5.45rem;
    margin-left: 0.05rem;
}
.form-code-item .form-item-code {
    width: 3.9rem;
    float: right;
}
.content .form-code-item .form-item-code button {
    height: 1.7rem;
    font-size: 0.5rem;
    cursor: pointer;
}
.form-code-item .form-item-code button {
    width: 100%;
    height: 0.7rem;
    background: #e7eff6;
    border: 1px solid #99acbc;
    color: #63829d;
    font-size: 0.35rem;
    text-align: center;
    margin: 0;
}
.content .form-code-item .form-item-input{
	width: 5rem;
}

.register-item-ct .form-item-box {
    color: #333;
}
.rf--radio {
    display: none;
}
.rf--label {
    display: inline-block;
}
.content .rf--radioInput {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 100%;
    display: inline-block;
    height: 0.6rem;
    margin-right: 0.25rem;
    margin-top: -2px;
    vertical-align: middle;
    width: 0.6rem;
    line-height: 1;
}
.content .rf--radio:checked+.rf--radioInput:after {
    background-color: #045cc9;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 0.4rem;
    margin: 0.1rem;
    width:0.4rem;
}
.rf--radio:checked+.rf--radioInput:after {
    background-color: #045cc9;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 0.2rem;
    margin: 0.075rem;
    width: 0.2rem;
}
.register-item-ct a {
    color: #045cc9;
}
.content a {
    text-decoration: none;
    outline: 0;
    color: #0154a0;
}
.content .form-submit-btn {
    font-size: 0.9rem;
    height: 2rem;
    line-height: 2rem;
    background: #c8991b;
    border-color: #c8991b;
    border-radius: 1.225rem;
}
.content .form-receive {
	margin-bottom: 0.5rem;
}
.form-submit-btn {
    display: inline-block;
    width: 100%;
    line-height:1.25rem;
    background: #1cc779;
    border: 1px solid #1cc779;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 0.55rem;
}
.content .text-yellow {
    margin-top: 0.875rem;
    text-align: center;
}
.content .text-yellow a {
    color: #c8991b;
    font-size: 0.5rem;
    line-height: 0.6rem;
}

/*产品详情*/
.product-section, .product-section .mid-spilt .mid-txt {
    background-color: #f5f5f5;
}
.g-section {
    padding-bottom: 50px;
}
.product-section table {
    width: 100%;
    font-size: 0.6rem;
    background: #fff;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.product-section table {
    font-size: 0.5rem;
    background: #fff;
}
.product-section table th {
    color: #fff;
    background: #445163;
    padding: 0.6rem;
    text-align: center;
    font-weight: 400;
}
.product-section table td {
    color: #666;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 0.6rem;
    text-align: center;
}
.bg-light {
    background: #eee;
}
.des-wrap {
    margin-top: 0.6rem;
    font-size: 0.6rem;
    text-align: center;
    color: #666;
}
.des-wrap .min-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #c8991b;
}
.des-wrap input {
    width: 9rem;
    height: 0.75rem;
    font-size:0.5rem;
    padding: 0.5rem 0.75rem;
    margin-right: 0.325rem;
    border: 1px solid #ccc;
}
/*初始参考价*/
.err-inquiry-msg, .reference-pri {
    font-size: 0.5rem;
    padding:0.125rem 0;
}

.err-inquiry-msg{
	display: none;
}
.vips{
	font-size: 0.6rem;
	display: none;
}
.des-wrap #max-price, .des-wrap #min-price, .reference-pri .price-split {
    color: #c8991b;
}
/*使用场景*/
.scenes-section, .scenes-section .mid-spilt .mid-txt {
    background: #f5f5f5;
}
.g-section {
    padding-bottom: 50px;
}
.content img {
    width: 100%;
    height: 24rem;
}
/*header 顶部*/
#header{
    position: absolute;
    top: 0;
    width: 16rem;
    height: 2.2rem;
    padding:0 0 0 0.5rem;
    z-index: 10000;
    background: #F9F9F9;
    box-sizing: border-box;
}
#header>img{
    width:5.4rem;
    height:1.15rem;
    padding: 0.5rem 0;
}
.header-tel{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0.5rem;
    padding: 0.5rem 0;
}
.header-tel img{
    width: 1rem;
    height:1rem;
}
.header-tel span{
    position: relative;
    top: -0.15rem;
    font-size: 0.8rem;
}

/*试用提交成功弹窗*/
#try-success-modal{
    position: absolute;
    padding: 3rem 0;
    background: #fff;
    width:100%;
    top: 0;
    bottom: 0;
    right: -16rem;
    transition: all .3s linear;
}
#try-success-modal .haigui-alert{
    text-align: center;
    position: relative;
}
#try-success-modal .fa-check{
    color: #0D64C4;
    font-size: 2.5rem;
    border: 3px solid #0d64c4;
    border-radius: 50%;
    padding: 0.8rem;
    margin-bottom: 0.5rem;
}
#try-success-modal .try-success-modal-clolse{
    position: absolute;
    top: -2.5rem;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1.5rem;
    border-radius: 50%;
    background: #eee;
}
#try-success-modal h1{
    font-size:1.5rem;
    color: #0D64C4;
}
#try-success-modal p{
    font-size:0.8rem;
    margin: 1rem 0;
}
#try-success-modal h6{
    font-size: 0.5rem;
    color: #037CBF;
}
#try-success-modal a{
    display: inline-block;
    width:100%;
    height: 2.5rem;
    line-height: 1.5rem;
    padding: 0.625rem;
    margin-top: 0.8rem;
    box-sizing: border-box;
    font-size: 0.8rem;
    border: none;
    background: #3874cb;
    color: #fff;
    -webkit-appearance: none;
}
#try-success-modal .wechat-code img{
    width: 5rem;
    height: 5rem;
}

/*模态框*/
.modal-mask{
	width: 100%;
    background: #000;
    opacity: .3;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10001;
    display: none;
}
.modal-content {
    position: relative;
    width: 14.25rem;
    height: 14rem;
    margin: 0 auto 1.25rem;
    top: 15%;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-sizing: border-box;
    opacity: 1;

}
.modal-wrapper {
    width: 100%;
    overflow: auto;
    z-index: 10001;
    display: none;
}

.modal-mask, .modal-wrapper {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
}
.modal-content {
    position: relative;
    width: 14.25rem;
    height: 14rem;
    margin: 0 auto 1.25rem;
    top: 15%;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-sizing: border-box;
}
.modal-content {
    width: 80%!important;
}
.agreement-modal .modal-body {
    padding: 0.125rem;
}
.modal-body {
    padding: 0.75rem 0.5rem;
    color: #48576a;
    font-size: 0.35rem;
}
.agreement-modal .agreement-detail {
    padding: 0 0.875rem;
    height: 13.85rem;
    overflow: auto;
    color: #666;
    font-size: 0.35rem;
}
.agreement-detail h2, .agreement-detail p {
    margin: 0.25rem 0;
    line-height: 0.7rem;
    font-size: 0.35rem;
}
.txt-indent {
    text-indent: 2em;
    font-size: 0.35rem;
}
.agreement-detail h2, .agreement-detail p {
    margin: 0.25rem 0;
    line-height: 28px;
}
.sp_underline {
    text-decoration: underline;
}
.fb, .modal-header, .sp_underline {
    font-weight: 700;
}
.agreement-modal .agreement-detail {
    color: #666;
    font-size: 0.35rem;
}
.agreement-modal h2 {
    font-size: 0.45rem;
}
.modal-wrapper a{
	color: #0154a0;
}
.modal-close {
    position: absolute;
    top: 0;
    right: -1.6rem;
    width: 1.6rem;
    height: 1.7rem;
    padding: 0;
    background: #000;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 0.75rem;
    color: #fff;
    font-weight: normal;
}
