@font-face {
    font-family: FZQingKBYSJW;
    src: url(./FZQingKBYSJW-B.TTF);
}
html{
    font-size: 10vw;
    font-family: FZQingKBYSJW;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    /* background: url(../images/bg-img.jpg) repeat-y; */
    background-size: 100%;
}
body{
    padding: 0;
    margin: 0 auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    height: 100%;
}
div,p,span,ul,li,i{
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
    text-shadow: none;
}
a{
    text-decoration: none;
    color: #000;
    outline: none;
    -moz-outline-style: none;
}
img{
    display: block;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #f1634c!important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #f1634c!important;
    opacity: 1!important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #f1634c!important;
    opacity: 1!important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #f1634c!important;
}

.banner_index{
    width: 100%;
}
.index_btn{
    width: 88%;
    position: fixed;
    left: 6%;
    bottom:0.6rem;
    z-index: 100;
    align-items: center;
    text-align:center;
}
.index_btn img{
    width: 4.2533rem;
    height: 1.4rem;
    display:inline-block;
    margin-bottom: .1333rem;
    cursor: pointer;
}

.popup_write{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    display: none;
}
.popup_write_in{
    width: 8.3867rem;
    height: 9.6533rem;
    background: url(../images/popup-bg.png) no-repeat;
    background-size: cover;
    position: relative;
}
.close_img{
    width: 1.12rem;
    height: 1.12rem;
    position: absolute;
    right: 0;
    top: 1.0667rem;
    z-index: 1;
}
.lable_box{
    padding-top: 2.9333rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup_input{
    width: 7.2933rem;
    height: 1.1867rem;
    line-height: 1.1867rem;
    background: url(../images/popup-input-bg.png) no-repeat;
    background-size: cover;
    color: #fae4ac;
    font-size: .4rem;
    margin-bottom: .4rem;
    display: flex;
}
.popup_input label{
    padding-left: .4267rem;
}
.popup_input input{
    flex: 1;
    height: 1.1867rem;
    padding: 0 .2667rem 0 0;
    box-sizing: border-box;
    background-color: transparent;
    outline: none;
    border: 0;
    color: #fae4ac;
    font-family: FZQingKBYSJW;
    font-size: .4rem;
}
.pupup_submit{
    text-align: center;
    margin-top: .5333rem;
}
.pupup_submit img{
    width: 4.2267rem;
    height: 1.3867rem;
}

.show_box{
    display: flex;
}

.index_text {
	text-align: center;
	color: #fae4ac;
	line-height: .5867rem;
	padding-top: .3rem;
}
.index_text b{
    font-size: .4rem;
    padding: .4rem 0 .1rem;
    display: block;
}
.index_text p{
    font-size: .32rem;
}

.rule_box{
    /* width: 9.1333rem; */
    width:100%;
    margin: 0 auto;
    text-align: center;
}
.rule_box img{
	max-width:100%;	
}

/* .rule_top{
    width: 100%;
    height: .5467rem;
    background: url(../images/index-rule-bg1.png) no-repeat;
    background-size: cover;
}
.rule_center{
    width: 100%;
    background: url(../images/index-rule-bg2.png) repeat-y;
    background-size: 100%;
    padding: 0 .8rem .5rem;
    box-sizing: border-box;
    color: #ffe1b5;
    font-size: .3733rem;
    line-height: .6133rem;
}
.rule_center p{
    text-align: justify;
}
.rule_bottom{
    width: 100%;
    height: .0267rem;
    background: url(../images/index-rule-bg3.png) no-repeat;
    background-size: cover;
}
.rule_title img{
    margin: 0 auto;
    width: 2.96rem;
    height: .8267rem;
    padding: .3rem 0;
}
 */
.consult_box{
    margin: .8rem auto 1.0667rem;
    width: 9.12rem;
}
.consult_top{
    width: 100%;
    height: 1.24rem;
    background: url(../images/consult-bg1.png) no-repeat;
    background-size: cover;
}
.consult_top img{
    width: 5.3467rem;
    height: 1.16rem;
    margin: 0 auto;
}
.consult_center{
    width: 100%;
    background: url(../images/consult-bg2.png) repeat-y;
    background-size: 100%;
}
.consult_center ul{
    padding: 0 .3467rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.consult_center ul li{
    width: 4rem;
    background-color: #9e1814;
    border: 1px solid #fdd08e;
    border-radius: .08rem;
    overflow: hidden;
    margin-top: .6667rem;
}
.consult_center ul li img{
    width: 4rem;
    /* height: 2.76rem; */
}
.consult_center ul li p{
    font-size: .3467rem;
    line-height: .5867rem;
    max-height: 1.1733rem;
    color: #fae4ac;
    padding: .2rem .24rem .1rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.consult_bottom{
    width: 100%;
    height: .9867rem;
    background: url(../images/consult-bg3.png) no-repeat;
    background-size: cover;
}

.submit_box{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.submit_input{
    width: 8.6133rem;
    height: 1.1733rem;
    line-height: 1.1733rem;
    background: url(../images/sumit-input-bg.png) no-repeat;
    background-size: cover;
    color: #fae4ac;
    font-size: .4rem;
    margin-bottom: .5333rem;
    display: flex;
}
.submit_input label{
    padding-left: .4267rem;
}
.submit_input input{
    flex: 1;
    height: 1.1733rem;
    padding: 0 .2667rem 0 0;
    box-sizing: border-box;
    background-color: transparent;
    outline: none;
    border: 0;
    color: #fae4ac;
    font-family: FZQingKBYSJW;
    font-size: .4rem;
}
.submit_btn{
    text-align: center;
    margin-top: .5333rem;
}
.submit_btn img{
    width: 4.2533rem;
    height: 1.4rem;
}

.write_top{
    width: 9.3867rem;
    height: 14.76rem;
    background: url(../images/write-top-bg.png) no-repeat;
    background-size: cover;
    margin: .9rem auto 0;
    position: relative;
}
.write_left{
    width: 1.72rem;
    height: 11.52rem;
    background: url(../images/write-cl.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 2.2933rem;
    top: .96rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #f1ca90;
}
.write_right{
    width: 1.72rem;
    height: 11.52rem;
    background: url(../images/write-cl.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 2.2933rem;
    top: .96rem;
    z-index: 1;
}
/*下联，多字的模式*/
.write_right_more{
    width: 1.72rem;
    height: 11.52rem;
    background: url(../images/write_c2.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 2.2933rem;
    top: .96rem;
    z-index: 1;
}
/* .brush_img{
    width: 2.32rem;
    height: 2.0533rem;
    position: absolute;
    left: 5.7333rem;
    top: 1.84rem;
    z-index: 2;
} */
/*毛笔，下联移动到左边*/
.brush_img {
	width: 1.8rem;
	position: absolute;
	left: 2.733rem;
	top: 2.1rem;
	z-index: 2;
}

.write_input{
    width: 7.8rem;
    height: 1.1733rem;
    line-height: 1.1733rem;
    background: url(../images/write-input-bg.png) no-repeat;
    background-size: cover;
    color: #fae4ac;
    font-size: .4rem;
    display: flex;
    align-items: center;
    position: absolute;
    left: .7467rem;
    bottom: .6rem;
}
.write_input label{
    padding-left: .4267rem;
    width: 3rem;
}
.write_input input{
    flex: 1;
    width: 4.4rem;
    height: 1.1733rem;
    padding: 0 .2667rem 0 0;
    box-sizing: border-box;
    background-color: transparent;
    outline: none;
    border: 0;
    color: #fae4ac;
    font-family: FZQingKBYSJW;
    font-size: .4rem;
}
.write_input img{
    width: 1.72rem;
    height: 1.0133rem;
}

ul.write_nav{
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    height: 1.5rem;
    margin-top: .3rem;
    padding-left: .5rem;
    box-sizing: border-box;
}
ul.write_nav li{
    width: 3.68rem;
    height: 1.1067rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: .48rem;
    color: #b5291b;
    background: url(../images/write-btn.png) no-repeat;
    background-size: 100%;
}
ul.write_nav li.now{
    background: url(../images/write-btn-a.png) no-repeat;
    background-size: 100%;
}
ul.write_nav li a{
	color: #b5291b;
}

/*ext css*/
button.join_submit{
	border:none;
	width:5rem;
	height:2rem;
	background: url(../images/submit-btn.png) no-repeat;
    background-size: 100%;
}
button.chunlian_submit{
	border:none;
	width:4rem;
	height:1.6rem;
	background: url(../images/popup-submit.png) no-repeat;
    background-size: 100%;
}
button.duilian_submit{
	border:none;
	width:3.5rem;
	height:1rem;
	background: url(../images/write-submit.png) no-repeat;
    background-size: 100%;
}
button.duilian_submit.unable{
	background: url(../images/write-submit-grey.png) no-repeat;
    background-size: 100%;	
}
	
/*弹窗*/
.noty_center_layout_container{
	font-size:16px;
}
.noty_text{
	font-size:16px;
}
.pop_xhnapp{
	font-size:16px; line-height:30px;
	padding:0.3rem;
	text-align:center;
}
.pop_xhnapp a{ background-color:#f6392f; width:2.6rem; line-height:30px; display:inline-block; text-align:center; border-radius:5px; color:#fae4ac; }

/* 悬浮按钮 */
.index_btn3{
    position:fixed;
    right: 0;
    top: 5.8667rem;
    z-index: 10;
}
.index_btn3 img{
    width: .7067rem;
}

