@charset "utf-8";
/* CSS Document */
a{ text-decoration:none; font-size:14px;}
a{blr:expression(this.onFocus=this.blur());}
a:focus{outline:none;}
*{ margin: 0; padding:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
*[class~="row"] {margin: 0;}
*[class*="col-"] {padding: 0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
input,textarea {
     border :  0 ;  /* 方法1 */
     -webkit-appearance:  none ;  /* 方法2 */
}
* html .clearfix {zoom:1; }
img{ border:none; display:block;}
ul,li{ list-style:none; }
em,i{ font-style:normal;}
html{font-size:50px; width: 100%; height: 100%;}


body{ background-color: #f5f5f5; font-family: '微软雅黑'; margin: 0 auto;}

.mainbox{ width: 1100px; margin: 0 auto; background: #fff; margin-top: 30px; padding-bottom: 80px; }
.logo{ width: 100%; padding: 0 30px 0; height: 84px; background: #000; position: relative; }
.logo.relogo{ height: 100px; }
.logo>img{ width: 80px; height: auto; position: absolute;top: 50% ; left: 3%; transform: translateY(-50%);}
.topnr{ font-size:36px; font-weight: bold; line-height: 84px; height: 84px; color: #fff; text-align: center; }
.topwa{ padding-top: 20px; margin-left: 130px; }
.logo.relogo .topnr{ line-height: 36px; height: 36px; color: #fff; text-align: left; }
.nrsm{ display: block; font-size:20px;color: #fff; text-align: left; }
.topimg{ width: 100%; margin: 0 auto; padding: 20px 30px 20px; }
.topimg>img{ width: 100%; }
.bdbox{ width: 500px; margin: 0 auto; margin-top: 10px; }
.bdbox dl{ margin-bottom: 40px; }
.bdbox dl dd{ text-align: left; font-size: 22px; font-weight: bold; color: #000; }
.bdbox dl dd>p{ text-align: left; font-size: 22px; font-weight: bold; color: #000; }
.bdbox dl dd>span{ display: block; text-align: left; font-size: 16px; color: #666; margin-top: 6px; }
.bdbox dl dt{  width: 100%; height: 40px; margin-top: 10px;}
.bdbox dl dt>input{ display: block;  width: 100%; height: 48px; background: #fff; border:2px solid #eee; font-size: 20px; padding:0 15px; outline: none;}
.bdbox dl dt>input:focus{border:2px solid #c94d08;}
.submitbtn{ width: 100%; display: block; height: 48px; background: #c94d08; border:none; color: #fff; outline: none; font-size: 20px; cursor: pointer; transition: all 0.6s; }
.submitbtn:hover{ background: #eb5a15 }

.resultbox{ width: 1100px; margin: 0 auto; background: #fff; margin-top: 30px; padding-bottom: 80px; }
.resultmain{}
.resultmain .succ{ width: 120px; height: 120px; margin: 0 auto; }
.resultmain .renr{ text-align: left; font-size: 24px; color: #000; font-weight: bold; margin-top: 20px; padding-left: 3%;  }
.resultmain .resp{ display: block; text-align: left; font-size: 18px; color: #666; margin-top: 10px;padding-left: 3%; }
.bgmian{ width: 100%;padding: 0 3%; margin: 0 auto;border-bottom: none;margin-top: 20px;  }
.bgmian dl{overflow: hidden;/* line-height: 24px; */border: 2px solid #eee; border-bottom: none; position: relative;}
.bgmian dl:last-child{ border-bottom: 2px solid #eee}
.bgmian dl:before{content: ''; width: 2px; background: #eee; height: 100%; position: absolute; right: 50%; top: 0;}
.bgmian dl dd{float: left;width: 50%; padding: 10px 0;/* border: 2px solid #eee;*/font-size: 20px;color: #333;/* line-height: 24px; */padding-left: 15px;border-bottom: none;}
.bgmian dl dt{float: left;width: 50%; padding: 10px 0;white-space: normal;
    word-break: break-all;  /*border: 2px solid #eee;border-left: none;*/font-size: 20px;color: #666;line-height: 24px;padding-left: 15px;border-bottom: none;}
.buttonbox{ overflow: hidden; width:460px; margin: 0 auto;  }
.viewbtn{width:200px; float: left; display: block; margin: 0 15px; margin-top: 30px; height: 48px; background: #c94d08; border:none; color: #fff; outline: none; font-size: 20px; cursor: pointer; transition: all 0.6s; }
.viewbtn:hover{ background: #eb5a15 }

@media(max-width:1124px){
	.mainbox{ width: 100%; margin-top:0%; margin-bottom: 3% ;padding-bottom:0.8rem; }
	.logo{ padding: 0 15px 0; height: 55px;}
	.topnr{ font-size:18px; line-height: 55px; height: 55px; color: #fff; text-align: center; margin-left: 0 }
	.logo.relogo .topnr{ margin-left: 0 }
	.logo>img{ width: 60px; height: auto; left: 3%; }
	.nrsm{ font-size:12px; }
	.logo.relogo .topnr{ height: 18px; line-height: 18px; }
	.logo.relogo{ height: 65px; }
	.topwa{ padding-top: 16px; margin-left: 80px;  }
	.topimg{ padding: 15px 15px 0; }
	.bdbox{ width: 94%; margin-top: 15px; }
	.bdbox dl dd>p{ font-size: 18px; }
	.bdbox dl dd>span{ font-size: 14px; }
	.bdbox dl{ margin-bottom: 30px; }
	.resultbox{width: 100%; margin-top:0%; margin-bottom: 3% ;padding-bottom:0.8rem;}
	.resultmain .succ{ width: 100px; height: 100px; }
	.bgmian{width: 100%;}
	.resultmain .renr{ font-size: 18px; }
	.resultmain .resp{ font-size: 12px; }
	.bgmian dl dt{/* height: 40px; *//* line-height: 40px; */font-size: 16px;word-wrap: break-word;white-space: normal;word-break: break-all;}
	.bgmian dl dd{/* height: 40px; *//* line-height: 40px; */font-size: 16px;}
	.buttonbox{ width: 100%; padding: 0 3%; margin-top: 20px; }
	.viewbtn{ width: 46%; margin: 0 2%}
}

/* Custom toast notification styling (simulating layer.msg) */
.custom-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    font-family: sans-serif;
    z-index: 19891014;
    pointer-events: none;
    transition: opacity 0.3s ease;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.custom-toast.fade-out {
    opacity: 0;
}
