@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
    color: initial;
}
body * {
    box-sizing: border-box;
    flex-shrink: 0;
    line-height: inherit;
}
body {
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
    font-size: 12px;
}
body,h1,h2,h3,h4,h5,h6,p ,ul,ol,dd,table,input,textarea,dl{padding: 0;margin:0;}
input {
    background-color: transparent;
    border: 0;
}
button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}
ul,li{list-style: none;}
img{
    max-width: 100%;
    vertical-align: top;
}
input:focus,textarea:focus,select:focus{outline: none;}
textarea{resize:none;}
.clear:after{content: "";display: block;clear: both;height: 0;overflow: hidden;visibility: hidden;}
.clear{zoom:1;}
.left{
    float: left;
}
.right{
    float: right;
}
.container_1280{
	width: 12.8rem;
	margin: 0 auto;
}
.head_nav{
	display: flex;
	align-items: center;
}
.header{
	position: absolute;
	width: 100%;
}
.head_nav a {
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: inherit;
    transition: 0.4s all ease;
}
.red_bg{
	background: #175a76;
	color: #fff;
}
.head_logo img {
    width: 0.9rem;
}

.head_logo {
    position: absolute;
    left: 13%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.head_nav li {
    padding: .41rem 0;
    margin-right: .73rem;
}

.head_nav li:nth-child(4) {
    /* margin-left: auto; */
}

.head_nav li:last-child {
    margin-right: 0;
}

.head_nav a img {
    margin-right: .1rem;
    width: .24rem;
}
.head_nav .active a {
    color: #ffba11;
    font-weight: bold;
}
.head_nav a:hover {
    color: #ffba11;
}
.section_category a img {
    display: none;
}

.section_category .active img {
    display: inline-block;
}

.section_category a {
    display: flex;
    align-items: center;
    font-size: .16rem;
    color: #97938F;
    padding: .12rem .43rem;
    border-radius: .5rem;
    border: 1px solid #97938F;
    background: #FFF;
    transition: 0.4s all ease;
    position: relative;
    margin-left: 0.3rem;
}

.section_category a img {
    width: .18rem;
    position: absolute;
    left: 0.15rem;
    top: 0.15rem;
}

.section_category .active,.section_category a:hover {
    color: #B89775;
}

.section_category {
    display: flex;
}

.sec_tt_flex {
    display: flex;
    justify-content: space-between;
}

.section_title1 {
    display: flex;
    align-items: center;
    font-size: .22rem;
}

.section_title1 img {
    width: 0.33rem;
    margin-right: .134rem;
}

.section_category .active,.section_category a:hover {
    border: 1px solid #ece6df;
    background: #e0e0e0;
}

.section_category a:hover img {
    display: inline-block;
}
.index_section1 {
    padding: .5rem 0;
}
.index_sec1_flex {
    display: flex;
    flex-wrap: wrap;
}

.index_sec1_item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: .25rem;
}

.index_sec1_itema {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border: 1px solid #266a58b5;
    background: #FFF;
}

.index_sec1_img {
    width: 1.67rem;
    height: 2.58rem;
}

.index_sec1_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_sec1_text {
    width: calc(100% - 1.8rem);
    padding-top: .19rem;
    padding-right: .16rem;
    margin-bottom: .21rem;
}

.index_sec1_t1 {
    font-size: .22rem;
    margin-bottom: .28rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
}

.index_sec1_item:nth-child(3n) {
    margin-right: 0;
}

.index_sec1_t2 {
    font-size: .16rem;
    margin-bottom: .12rem;
}

.index_sec1_t3 {
    font-size: .15rem;
    line-height: 1.5;
}

.index_sec1_con {
    margin-top: .36rem;
}
.index_sec2bg {
    background: #7D3832;
    padding-top: .5rem;
    margin-top: .5rem;
}

.index_sec2_slide {
    padding: 0 .3rem;
}

.index_sec2_t1 {
    text-align: center;
    font-size: .2rem;
    font-size: .2rem;
    color: #fff;
    margin-top: .2rem;
}

.index_sec2_t2 {
    text-align: center;
    font-size: .15rem;
    color: #fff;
    margin-top: .1rem;
}

.index_sec2_re {
    position: relative;
    padding-bottom: 1rem;
}

.slick_prev,.slick_next {
    position: absolute;
    bottom: 0.25rem;
    z-index: 9;
    cursor: pointer;
}

.index_sec2bg .slick-dots {
    bottom: .4rem;
}

.index_sec2_slick {
    margin-bottom: 0!important;
}
.slick_prev{
	left: 5rem;
}
.slick_next {
	right: 5rem;
}
.slick-dots li button:before {
    display: none;
}
.slick-dots li button {
    display: none;
}

.index_sec2bg .slick-dots li {
    background: #fff;
    opacity: 0.3;
    width: .1rem;
    height: .1rem;
    border-radius: .5rem;
}

.index_sec2bg .slick-dots li.slick-active {
    opacity: 1;
}
.pub_sec3_tt {
    position: relative;
    font-weight: bold;
    font-size: .2rem;
    color: #B89775;
    margin-bottom: 0.15rem;
}

.pub_section3 {
    padding-top: 1rem;
    padding-bottom: .5rem;
}

.pub_hg {
    position: absolute;
    left: -0.2rem;
    top: -0.2rem;
    width: .32rem;
}

.pub_sec3_flex {
    display: flex;
    justify-content: space-between;
}

.pub_sec3_right {
    width: 7rem;
}

.pub_sec3_li a {
    font-size: .18rem;
    display: block;
    padding: .16rem;
    width: 4rem;
    border-bottom: 1px dashed #D7DCE0;
    padding-left: 0;
}

.pub_sec3_li_sp1 {
    border-radius: 2px;
    background: #EAD5A9;
    padding: .05rem .07rem;
    color: #fff;
    font-weight: bold;
    width: 0.3rem;
    height: 0.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: .1rem;
}

.pub_sec3_t1 {
    color: #A0968B;
    font-size: .3rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    margin-top: .1rem;
}

.pub_sec3_t2 {
    font-size: .15rem;
    margin-bottom: .27rem;
    line-height: 1.7;
}
.pub_sec3_li li:first-child .pub_sec3_li_sp1 {
    background: #DBA973;
}

.pub_sec3_li li:nth-child(2) .pub_sec3_li_sp1 {
    background: #C3B8AC;
}
.pub_sec3_rela {
    position: relative;
    padding-bottom: 1rem;
}
.dots_container1 .slick-dots {
    bottom: .25rem;
}

.dots_container1 .slick_prev {
    left: 1.5rem;
}

.dots_container1 .slick-arrow {
    bottom: 0.1rem;
}

.dots_container1 .slick_next {
    right: 1.5rem;
}
.dots_container1 .slick-dots li {
    width: .25rem;
    height: auto;
}

.dots_container1 .slick-dots li.slick-active {
    opacity: 1;
}

.dots_container1 .slick-dots li {
    opacity: 0.5;
    margin: 0 .1rem;
}

.slick_prev svg, .slick_next svg {
    width: .4rem;
    height: auto;
}
.footer {
    background: #175a76;
    padding-top: .4rem;
    padding-bottom: .3rem;
}

.foot_img {
    width: .9rem;
    margin-right: .62rem;
}

.footer_flex {
    display: flex;
    align-items: center;
}

.foot_txt2 {
    font-size: .16rem;
    color: #fff;
    margin-bottom: .1rem;
}

.footer_flex2 {
    display: flex;
}

.foot_txt4 {
    margin-left: auto;
}

.foot_txt3 {
    font-size: .24rem;
    font-weight: bold;
    color: #fff;
}

.foot_copyright {
    color: #fff;
    font-size: .14rem;
    margin-top: .44rem;
}

.foot_copyright a {
    color: inherit;
}
.foot_txt2.foot_t50 {
    margin-right: .5rem;
}


.mobile_nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #7D3832;
    z-index: 9;
}

.mobile_nava {
    width: 25%;
    text-align: center;
    color: #fff;
    padding: 0.3rem 0;
    font-size: .26rem;
}

.mobile_nava img {
    width: 0.6rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}
.zhkw_banner {
    background: linear-gradient(180deg, #5fabbd 22.86%, #5f9ade 100%);
    height: 3.5rem;
}
.zhkw_sec1_con {
    display: none;
}

.zhkw_sec1_tt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.1rem;
}

.zhkw_sec1_t1 {
    display: flex;
    align-items: center;
    color: #B89775;
    font-size: .2rem;
    font-weight: bold;
}

.zhkw_sec1_t1 img {
    width: .25rem;
    margin-right: 0.05rem;
}

.zhkw_sec1_flex {
    display: flex;
    justify-content: space-between;
}

.zhkw_sect1_nav {
    width: 3.6rem;
    position: relative;
}

.zhkw_sec1_ph .pub_sec3_li a {
    width: 100%;
    padding: .16rem;
    padding-left: 0;
}

.zhkw_sec1_re {
    padding: .15rem;
    background: #fff;
    border-radius: .4rem;
    position: relative;
    z-index: 1;
    margin-top: -1.85rem;
}

.zhkw_sec1_banner {
    width: 8.7rem;
}

.zhkw_sec1_banner1 {
    border-radius: .2rem;
    overflow: hidden;
}
.zhkw_slick_img{
	margin-right: .1rem;
}
.zhkw_sec1_slick{
	margin-top: .21rem;
}
.zhkw_sec1_ph .pub_sec3_li_sp1 {width: .25rem;height: .25rem;font-size: .16rem;}

.zhkw_sec1_ph .pub_sec3_li li:nth-child(10n) a {
    border-bottom: none;
    padding-bottom: 0;
}
.pub_section3.padding0 {
    padding-top: 0;
}
.zhkw_sec1_banner1 img {
    width: 100%;
}
.zhkw_sec1_ph .pub_sec3_li li .pub_sec3_li_sp2:after{
	content:"";
	display: block;
	width: .15rem;
	height: .15rem;
	background: url(../images/zh3.svg);
	background-position: center center;
	background-size: cover;
	opacity: 0;
	position: absolute;
	left: calc(100% + 0.2rem);
	transition: 0.4s all ease;
	top: 50%;
	transform: translateY(-50%);
}
.zhkw_sec1_ph .pub_sec3_li li:hover .pub_sec3_li_sp2:after{
    content:"";
    opacity: 1;
}
.pub_sec3_li_sp2 {
    position: relative;
}
.zhkw_sec1_btn {
    cursor: pointer;
}

.zhkw_sec1_con .pub_sec3_li li {
  font-size: .18rem;
  transition: transform 0.3s ease;
  width: 3rem;
}
.zhkw_sec1_con .pub_sec3_li {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 三列布局 */
    gap: 0 .2rem;
}
/* 第一个元素放在第三列 */
.zhkw_sec1_con .pub_sec3_li li:nth-child(-n+10) {
  grid-column: 1;
}
.zhkw_sec1_con .pub_sec3_li li:nth-child(n+11):nth-child(-n+20) {
  grid-column: 2;
}
.zhkw_sec1_con .pub_sec3_li li {
  grid-column: 3;
}
.zhkw_sec1_con .pub_sec3_li li:nth-child(10n+1) {
  grid-row: 1;
}
.zhkw_sec1_con .pub_sec3_li li:nth-child(10n+2) {
  grid-row: 2;
}
.zhkw_sec1_con .pub_sec3_li li:nth-child(10n+3) {
  grid-row: 3;
}
.zhkw_sec1_con .pub_sec3_li li:nth-child(10n+4) {
  grid-row: 4;
}
.zhkw_sec1_con .pub_sec3_li li:nth-child(10n+5) {
  grid-row: 5;
}
.zhkw_sec1_con .pub_sec3_li li:nth-child(10n+6) {
  grid-row: 6;
}
.zhkw_sec1_con .pub_sec3_li li:nth-child(10n+7) {
  grid-row: 7;
}
.zhkw_sec1_con .pub_sec3_li li:nth-child(10n+8) {
  grid-row: 8;
}
.zhkw_sec1_con .pub_sec3_li li:nth-child(10n+9) {
  grid-row: 9;
}
.zhkw_sec1_con .pub_sec3_li li:nth-child(10n+10) {
  grid-row: 10;
}
.zhkw_sec1_btn img {
    width: .2rem;
}


.index_sec1_t3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
     /* 设置为行高的两倍 */
    line-height: 1.5em; /* 这里的行高应与下面p标签中的行高一致 */
}

.index_sec1_t2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.0em; /* 设置为行高的两倍 */
    line-height: 1.5em; /* 这里的行高应与下面p标签中的行高一致 */
}
.zhkw_sec1_con.active{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0.24rem;
	background: #FBF4ED;
	z-index: 2;
	border-radius: .3rem;
}
.zhkw_sect1_over {
    border-radius: 0.3rem;
    overflow: hidden;
    padding: 0.24rem;
    background: #e0e0e0;
    width: 100%;
}
.zhkw_sec1_con .zhkw_sec1_ph .pub_sec3_li a {
	/* padding: .15rem ; */
}
.zhkw_sec1_t1.padding08 {
    padding: .08rem;
    background: #F5EADE;
}
.zhkw_sec1_tflex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
    padding: 0 .08rem;
}

.zhkw_sec1_tflex li {
    width: 50%;
}
.white_bg {
    background: #fff;
    color: #7C7069;
}
.header.white_bg {
    position: relative;
}
.content_bg {
    background: #f9f5f0;
    padding: .5rem 0;
    background: linear-gradient(180deg, #F9F4EF 0%, #FFF 100%);
}

.bread_crumbs {
    font-size: .18rem;
    margin-bottom: 0.33rem;
}

.bread_crumbs a {
    color: #7C7069;
    margin-right: .1rem;
    margin-left: .1rem;
    font-weight: bold;
}

.bread_crumbs a:last-child {
    color: #7D3832;
    font-weight: bold;
}

.list_navgation {
    background: #fff;
    padding: .25rem;
    margin-top: .33rem;
    margin-bottom: .42rem;
    padding-bottom: 0.02rem;
}

.list_navgation_flex {
    display: flex;
    justify-content: space-between;
}

.list_nav1 {
    width: .72rem;
    font-size: .18rem;
}

.list_nav2 {
    width: calc(100% - 1rem);
    display: flex;
    flex-wrap: wrap;
}

.list_nav2 a {
    margin-right: 0.4rem;
    margin-bottom: .22rem;
    font-size: .18rem;
    position: relative;
}

.list_nav2 .active,.list_nav2 a:hover {
    color: #7D3832;
}
.sec_tt_form {
    background: #fff;
    padding: .1rem .2rem;
    display: flex;
    border-radius: .5rem;
    width: 2.4rem;
    justify-content: space-between;
}


.input_search {
    width: 45%;
    font-size: .16rem;
    border: none;
    background: #eeeeee;
}

.search_btn img {
    width: .2rem;
}
.list_sort a {
    display: inline-flex;
    align-items: center;
    font-size: .18rem;
    margin-right: 0.5rem;
}

.list_sort a img {
    width: 0.2rem;
}

.list_sort {
    padding: .2rem;
    background: #fff;
    margin-top: .3rem;
    margin-bottom: .05rem;
}

.list_sort a.active,.list_sort a:hover {
    color: #7D3832;
    font-weight: bold;
}
.list_content_item {
    width: 20%;
    padding: .2rem;
}

.list_content {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.list_content_item img {
    width: 100%;
    height: 2.5rem;
}

.list_content_item .index_sec2_t1,.list_content_item .index_sec2_t2 {
    color: #000;
}
.list_nav2 a:after {
    content: "";
    display: block;
    width: 1rem;
    height: 0.02rem;
    position: absolute;
    left: 50%;
    margin-left: -0.5rem;
    top: 0.3rem;
    background: #fff;
    transform: scale(0);
    transform-origin: center;
    transition: 0.4s all ease;
}

.list_nav2 a.active:after,.list_nav2 a:hover:after {
    background: #7D3832;
    transform: scale(1);
}
.pagetion {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .5rem;
}

.pagetion a {
    padding: .1rem;
    background: #fff;
    color: #97938F;
    border: 1px solid #97938F;
    border-radius: 1rem;
    width: .4rem;
    height: .4rem;
    display: block;
    text-align: center;
    margin: 0 .05rem;
    transition: 0.4s all ease;
    font-size: .16rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagetion li:first-child a, .pagetion li:last-child a {
    width: auto;
    height: auto;
    padding: .1rem .2rem;
}

.pagetion li:hover a,.pagetion .active a {
    color: #B89775;
    border: 1px solid #B89775;
    background: #F6EBE0;
}
.list_nav1_mbtn{
	display: none;
}
.view_flex1 {
    display: flex;
    justify-content: space-between;
    padding: .4rem;
    background: #fff;
}

.view_con2 {
    width: 8.5rem;
}

.view_con1_img {
    width: 2.5rem;
}

.view_con1_img img {
    width: 100%;
}

.view_con2_desc {
    font-size: .16rem;
    color: #D3B392;
    margin-top: .16rem;
    margin-bottom: .3rem;
    line-height: 1.8;
}

.view_con2_h1 {
    font-size: .32rem;
}

.view_con2_p1 {
    font-size: .18rem;
    margin-bottom: .2rem;
}

.view_con2_isbn {
    display: flex;
}

.view_con2_isbn .view_con2_p1:first-child {
    margin-right: 0.6rem;
}

.view_con2_down {
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #2497F5;
    background: #E9F5FF;
    padding: .1rem;
    margin-bottom: .15rem;
}

.view_con2_down img {
    width: .24rem;
    margin-left: 0.1rem;
}

.view_con2_desc1 {
    border-radius: .2rem;
    background: #F9F7F6;
    padding: .2rem;
    font-size: .16rem;
    line-height: 1.5;
}
.view_flex2 {
    display: flex;
    justify-content: space-between;
    margin-top: .2rem;
}

.view_flag {
    width: 4.4rem;
    padding: .2rem;
    background: #fff;
}

.view_body {
    padding: .3rem;
    width: 8.2rem;
    background: #fff;
}

.view_body .section_title1 {
    border-bottom: 2px solid #EFE0BF;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}

.view_flexa {position: relative;border-bottom: 2px solid #EFE0BF;padding-bottom: 0.2rem;margin-bottom: 0.2rem;color: #B89775;font-size: .2rem;font-weight: bold;padding-left: .36rem;margin-top: .2rem;}

.view_flexaimg {
    position: absolute;
    width: .32rem;
    left: 0;
    top: -0.15rem;
}

.view_flag .index_sec1_item {
    width: 100%;
}

.view_body_con {
    font-size: .16rem;
    line-height: 1.7;
}
.view_con2tt1 {
    display: flex;
    align-items: center;
    font-size: .18rem;
    font-weight: bold;
    color: #EC8714;
}

.view_con2tt1 img {
    width: 0.3rem;
    margin-right: .14rem;
}

.view_con2tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order_btn {
    display: flex;
    align-items: center;
}

.order_btn1 {
    font-size: .16rem;
    border: 1px solid#97938F;
    color: #97938F;
    border-radius: .5rem;
    padding: .08rem .43rem;
    background: #fff;
    margin-right: .3rem;
}

.order_btn1:hover,.order_btn1.active {
    border-radius: .5rem;
    border: 1px solid #B89775;
    background: #F6EBE0;
    color: #B89775;
}
.content_bg.dingbg {
    background: #F9F4EF;
}
.order_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .4rem 0;
    border-top: 1px solid #BFBCB9;
}

.order_item_book .index_sec1_item {
    width: 100%;
    margin-bottom: 0;
}

.order_item_book {
    width: 5.3rem;
    margin-right: auto;
}

.order_item_book .index_sec1_itema {
    background: no-repeat;
    align-items: center;
}
.order_item_check input {
    width: 0.3rem;
    height: 0.3rem;
    border: 1px solid #eee;
    background: #322626!important;
    cursor: pointer;
}

.index_sec1_b1 {
    font-size: .2rem;
    font-weight: bold;
    margin-bottom: .1rem;
}

.index_sec1_b3 {
    font-size: .16rem;
    line-height: 1.6;
}
.order_item_book .index_sec1_text {width: calc(100% - 1.5rem);padding: 0;margin: 0;}

.order_item_book .index_sec1_img {
    width: 1.1rem;
    height: 1.7rem;
}

.order_item_check {
    margin-left: .4rem;
    margin-right: .5rem;
    cursor: pointer;
}

.order_item_price {
    font-size: .2rem;
    margin: 0 auto;
    margin-right: 1.2rem;
}

.order_item_button {text-align: center;width: 0.35rem;height: 0.35rem;color: #B89775;font-size: .3rem;display: flex;align-items: center;justify-content: center;border: 1px solid #B89775;cursor: pointer;}

.order_item_btn {
    display: flex;
    width: 1.5rem;
}

.order_item_ipt {
    width: .8rem;
    height: 0.35rem;
    text-align: center;
    line-height: 0.35rem;
    font-size: .2rem;
    border: 1px solid #B89775;
    border-left: none;
    border-right: none;
}

.order_item_del {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .2rem;
    color: #B93125;
    font-size: .2rem;
    cursor: pointer;
}

.order_item_del img {
    width: .2rem;
    margin-right: .05rem;
}
.order_item_click {
    margin-right: 1.3rem;
}
.order_sec1 {
    margin-top: .2rem;
}
.order_item:last-child {
    border-bottom: 1px solid #BFBCB9;
}
.login_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login_content {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

.login_con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 8.5rem;
    background: #fff;
    padding: .56rem;
    border-radius: .4rem;
    padding-left: 1.45rem;
    padding-right: 1.45rem;
}

.login_h1 {
    font-size: .4rem;
    font-weight: bold;
    text-align: center;
}

.login_p2 {
    text-align: center;
    font-size: .2rem;
    margin-top: 0.1rem;
    margin-bottom: 0.6rem;
}

.login_p2 a {
    color: #EC8714;
}

.login_form_ipt {
    width: 100%;
    padding: .2rem;
    border-radius: .4rem;
    border: 1px solid #C3B8AC;
    background: #FFF;
    margin-bottom: .24rem;
    font-size: .24rem;
    text-align: center;
}

.login_form_a {
    text-align: right;
    display: block;
    color: #C3B8AC;
    font-size: .18rem;
}

.login_form_btn {
    width: 100%;
    text-align: center;
    border-radius: 40px;
    background: #EC8714;
    line-height: .8rem;
    font-size: .24rem;
    font-weight: bold;
    margin-top: 1rem;
    color: #fff;
}

.bt11 {
    text-align: center;
    background: #175a76;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    font-family: 宋体;
}