*{
    padding: 0;
    margin: 0;
    font-family:Microsoft YaHei;
    text-decoration: none;
}
a{
    text-decoration: none;
    color: #333;
}
table{border-collapse:collapse;border-spacing:0;}
body{
	min-width:1200px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.container{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}
.item_top{  
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    line-height: 80px;
}
.item_top p{
    font-weight: bold;
}
.topL{
  width: 130px;
  height: 80px;
  margin-left: 50px;
   
}
.topL img{
    width: 100%;
    
}
.topR{
    width: 130px;
    height: 80px;
    margin-right: 50px;
   
     
  }
  .topR img{
      width: 100%;
      margin-top: 15px;
  }

.clear{
    clear: both;
}
.container{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.item_container{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background: url(images/bg.jpg) top center no-repeat #f3f1f6;
    background-size: 100%;

}
.item_container_top{
    display: block;
    width: 900px;
    margin: 50px auto;
}
.item_container_title{
    font-size: 40px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    margin: 50px auto;
}
.item_box{
    width: 1000px;
    border-radius: 25px;
    border: 4px solid #ff9294;
    margin: 50px auto;
    background: #fff;
}
.item_box_title{
    width: 700px;
    height: 70px;
    background: url(images/titlebg.png) top center no-repeat;
    background-size: 100%;
    border: 1px solid;
    margin: 50px 0 0 50px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 64px;
    box-sizing: border-box;
    padding-left: 25px;
    letter-spacing: 2px;
}
.item_box_qmz{
    width: 90%;
    margin: 25px auto;
    font-size: 20px;
    line-height: 36px;
}
.item_jzys{
    width: 900px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}
.item_jzys_one{
    width: 210px;
    height: 380px;
    box-shadow: 10px 10px 10px #dedede;
    border-radius: 15px;
    position: relative;
}
.item_jzys_one_p1{
    font-size: 26px;
    font-weight: bold;
    color: #333;
    width: 90%;
    margin: 15px auto;
}
.item_jzys_one_p2{
    width: 90%;
    line-height: 30px;
    margin: 0 auto;
}
.box_img{
    display: block;
    width: 150px;
    position:absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -75px;
}







.item_bkys{
    width: 900px;
    height: 280px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    background: #fe4948;
    border-radius: 15px;
}
.item_bkys_one1{
    width: 58%;
    height: 100px;
    box-sizing: border-box;
    padding-left: 25px;
}
.item_bkys_one_title{
    width: 280px;
    height: 60px;
    background: #fff;
    border-radius: 10px;
    font-size: 32px;
    font-weight: bold;
    line-height: 60px;
    color: #333;
    text-align: center;
}
.item_bkys_one_c{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 10px;
}
.item_bkys_one2{
    width: 40%;
    height: 100px;
    box-sizing: border-box;
    padding-left: 25px;
}
.item_bkys_one3{
    width: 58%;
    height: 130px;
    box-sizing: border-box;
    padding-left: 25px;
}
.item_bkys_one4{
    width: 40%;
    height: 130px;
    box-sizing: border-box;
    padding-left: 25px;
}
.item_bkys_one4 div{
    width: 250px;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin:8px 0 0 8px;
}



.item_container_znbox{
    width: 700px;
    height: 150px;
    border: 2px solid #a0c4d4;
    margin: 25px auto;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    box-shadow: inset 0px 0px 25px #a0e2ff;
}
.item_container_znbox_div{
    width: 500px;
    height: 110px;
    margin-left: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    
}
.item_container_znbox_div p:nth-child(1){
    font-size: 22px;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
}
.item_container_znbox_div p:nth-child(2){
    line-height: 30px;
    width: 100%;
}
.item_container_ask{
    width: 1000px;
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
}
.item_container_ask a{
    width: 300px;
    height: 48px;
    border-radius: 35px;
    background: url(images/askbg.png) top center no-repeat;
    background-size: 100%;
    border: 1px solid;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    letter-spacing: 2px;
    box-shadow: 10px 10px 10px #dedede;
}
.item_container_ask a:hover{
    font-size: 30px;
}
.item_container_title2{
    width: 80%;
    height: 70px;
    margin: 15px auto;
    background:#ff5a4e ;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;

}
.item_container_title3{
    width: 80%;
    height: 70px;
    margin: 15px auto;
    background:#44b3d7 ;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;

}
.item_container_title4{
    width: 80%;
    height: 70px;
    margin: 15px auto;
    background:#626cf0 ;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;

}
.item_container_title5{
    width: 80%;
    height: 70px;
    margin: 15px auto;
    background:#34343f;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;

}
.item_box_gh{
    font-size: 22px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    margin: 15px 0;
}
.item_box_gh_tb{
    width: 900px;
    margin: 25px auto;
}
.item_box_gh_tb tr td{
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
    border: 1px solid #dedede;
}
.item_box_gh_tb th{
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
    border: 1px solid #dedede;
}
.item_box_gh_ndd{
    font-size: 26px;
    font-weight: bold;
    color: #ff0000;
    width: 900px;
    margin: 15px auto;
}
.item_box_gh_ndd2{
    width: 900px;
    margin: 15px auto 35px;
}
.item_box_gh_ndd3{
    width: 900px;
    margin: 15px auto;
}
.item_container_zlyh{
    width: 900px;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.item_container_zlyh_one{
    width: 280px;
    text-align: center;
}
.item_container_zlyh_one p:nth-child(1){
    font-size: 28px;
    font-weight: bold;
}
.item_container_zlyh_one p{
    margin: 10px 0;
}
.item_container_zlyh_one_p2{
    font-weight: bold;
    font-size: 20px;
}
.item_container_zlyh_one1 p{
    color: #ff5a4e;
}
.item_container_zlyh_one2{
    color: #4ebaff;
}
.item_container_zlyh_one3{
    color: #4e4fff;
}
.item_container_bsb{
    width: 1000px;
    border-radius: 25px;
    border: 4px solid #ff9294;
    margin: 50px auto;
    background: #fff;
}
.item_container_bsb_nd{
    font-size: 26px;
    font-weight: bold;
    color: #ff0000;
    width: 900px;
    margin: 15px auto;
}
.item_container_bsb_nd2{
    width: 900px;
    margin: 15px auto;
    line-height: 30px;
}
.item_container_mkz{
    width: 900px;
    margin: 50px auto;
}
.item_container_mkz th{
    border: 1px solid #dedede;
    box-sizing: border-box;
    padding: 15px 0;
    background: #30c0b4;
    color: #fff;
}
.item_container_mkz tr td{
    border: 1px solid #dedede;
    box-sizing: border-box;
    padding: 15px;
    line-height: 30px;
}
.item_container_mkz tr td:nth-child(1){
    font-weight: bold;
}
.item_container_kc{
    width: 900px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}
.item_container_kc_one{
    width: 260px;
    height: 350px;
    border: 5px solid #15b0f7;
    border-radius: 50px;
    position: relative;

}
.item_container_kc_one a{
	cursor:pointer;
}
.item_container_kc_one_p1{
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 25px;
    letter-spacing: 1px;
}
.item_container_kc_one_p2{
    width: 90%;
    margin: 15px auto;
    line-height: 36px;
    font-size: 20px;
}
.item_container_kc_one a{
    display: block;
    position: absolute;
    width: 180px;
    height: 60px;
    color: #fff;
    background: #ff0600;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-radius: 30px;
    bottom: 15px;
    left: 50%;
    margin-left: -90px;
}
.item_container_kc2{
    width: 900px;
    display: flex;
    justify-content: space-around;
    margin: 25px auto;
}
.item_container_kc2_one{
    width: 280px;

}
.item_container_kc2_one p:nth-child(1){
    font-weight: bold;
    font-size: 28px;
    margin: 25px 0 10px 0;
    text-align: center;
    color: #333;
}
.item_container_kc2_one img{
    width: 100%;
}
.item_container_msp{
    width: 1000px;
    border-radius: 25px;
    border: 4px solid #ff9294;
    margin: 50px auto;
    background: #fff;
}
.item_container_msp_ms{
    display: block;
    width: 90%;
    margin: 50px auto;
}
.item_container_mspt{
    width: 90%;
    margin: 50px auto 15px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.item_container_msp_div{
    width: 90%;
    border: 3px dashed #ff5a4e;
    margin: 0 auto;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.item_container_msp_div_one{
    width: 49%;
    box-sizing: border-box;
    padding: 15px;

}
.item_container_msp_div_one_p1{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.item_container_msp_div_one_a{
    display: block;
    margin-top: 15px;
}
.item_container_msp_div_one_p2{
    margin: 15px 0;
}

.item_container_msp_div_one2{
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}
.item_wsgl_kc{
    width: 900px;
    margin: 25px auto 50px;
    box-sizing: border-box;
}
.item_wsgl_kc th {
    border: 1px solid #dedede;
    background: #145ba5;
    padding: 10px;
    color: #fff;
}
.item_wsgl_kc tr td {
    border: 1px solid #dedede;
    text-align: center;
    padding: 10px;
}
.item_tjkcf{
    font-size: 30px;
    color: #2e56b1;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 50px;
}
.item_wsgl_kc tr td:nth-child(1){
    font-weight: bold;
    font-size: 18px;
    width: 15%;
    background: #c2e4f8;
}
.item_wsgl_kc tr td:nth-child(5){
    width: 20%;
}
.item_container_tj{
    max-width: 1920px;
    margin: 0 auto;
    background: linear-gradient(to bottom, #fff, #ffdada, #ff3e3e);
    overflow: hidden;
}
.item_container_tj_div{
    width: 1000px;
    background: #fff;
    border-radius: 25px;
    margin: 0 auto 50px;
    overflow: hidden;
}
.item_container_tj_div_t{
    font-size: 40px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    margin: 0 auto 50px;
}
.btmd{
    width: 900px;
    display: block;
    margin: 50px auto;
}





    .zhezhao{
        position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    }
    .yhzp_tc{
        width: 400px;
        height: 450px;
        background: linear-gradient(to bottom, #fff, #fff1f1, #fff);
        position: absolute;
        left: 50%;
        margin-left: -200px;
        top: 50%;
        margin-top: -225px;
    }
    .yhzp_tc_title{
        text-align: center;
        margin: 25px auto 0;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #333;
    }
    .yhzp_tc_title2{
        text-align: center;
        margin: 10px auto;
        font-size: 14px;
        color: #777777;
    }
    .yhzp_tc p{
        position: relative;
    }
    .yhzp_tc p::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(index.png) no-repeat;
    }
    #form1{
        width: 350px;
        margin: 25px auto;
    }.yhzp_tc_p{
        font-weight: bold;
        color: #333;
        padding-left: 25px;
    }
    .yhzp_tc input,select{
        width: 100%;
        height: 44px;
        line-height: 44px;
        border: 1px solid #e5e5e5;
        padding-left: 20px;
        margin: 2px 0 22px;
        font-size: 16px;
        border-radius: 4px;
        box-sizing: border-box;
        color: #757575;
        outline: none;
    }
    .yhzp_tc select option{
        color: #333;
    }
    .yhzp_tc_p_div{
        display: flex;
        justify-content: space-between;
    }
    .yhzp_tc_close{
        width: 35px;
        position: absolute;
        right: 5px;
        top: 5px;
		cursor:pointer;
    }
























.tanc{
    display: none;
}

.pop_wrap {
    z-index: 9999;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
}

.pop_log {
    width: 540px;
        background-image: linear-gradient(-180deg, #3f62cb 3%, #2b3a85 100%);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	padding-bottom:50px;
}

.title_h {
    height: 75px;
    line-height: 75px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}

.delete {
    color: #FFFFFF;
    font-size: 36px;
    position: absolute;
    right: 12px;
    top: -14px;
    cursor: pointer;
}
.yhzlxz{
	width: 410px;
    margin: 0 auto 23px;
    position: relative;
	height:60px;
	display:block;
	color:#999;
	font-size:18px;
	border-radius:4px;
	border:1px solid #DCDCDC;
	font-family:"����";
}
.log_t {
    width: 511px;
    padding: 50px 0;
    margin: 0 auto;
    background: #ffffff;
}

.ser_inp,
.ser_inp1 {
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
}

.ser_inp {
    width: 410px;
    margin: 0 auto 23px;
    position: relative;
}

.ser_box {
    width: 410px;
    margin: 0 auto;
    position: relative;
}

.ser_inp1 {
    width: 260px;
}

.icon1 {
    width: 17px;
    height: 25px;
    margin: 20px 10px 0 14px;
}

.icon2 {
    width: 21px;
    height: 24px;
    margin: 20px 10px 0 14px;
}

.txt_yzm {
    width: 203px;
}

.phone_r,.phone_sheng,
.txt_yzm {
    font-size: 18px;
    color: #999999;
    height: 100%;
    border: 0;
    vertical-align: top;
    display: inline-block;
    outline: none;
}

.send_btn1,
.confirm {
    font-size: 18px;
    width: 135px;
    height: 100%;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    float: right;
    border: 0;
    outline: none;
}

.send_btn1 {
color: #3d5dc2;
    border: 1px solid #3d5dc2;
    position: absolute;
    right: 0;
}

.confirm {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-image: linear-gradient(-180deg, #3f62cb 3%, #2b3a85 100%);
}
.djxz{
cursor: pointer;
}






.item_change{
	max-width:1920px;
	margin:0 auto;
	background: #effdf9;
	overflow:hidden;
}

.item_change_title{
	background-image: -webkit-linear-gradient(left, #2645f5, #1c231f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 1px;
	text-align:center;
	margin:50px auto;
}

.item_bottom{
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
}
.item_city{
    max-width: 1920px;
    margin: 0 auto;
    padding: 5px 0;
}
.item_city_div{
    margin: 0 auto;
    width: 980px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.item_city_div_one{
    width: 105px;
    border: 1px solid;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    background: #5066da;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
	margin-right:26px;
}
.item_city_div_one:hover{
    font-size: 20px;
    background: #2645f5;
}
.item_city_con{
    width: 980px;
    margin: 0 auto;
   
}
.item_city_con_box{
    width:100%;
    height: 210px;
    margin-top: 10px;
    box-shadow: 0 3px 10px 1px #bdbdbd;

}
.item_city_con_box img{
    width: 150px;
    margin-top: 30px;
    margin-right: 150px;
}
.item_city_con_box_p{
    line-height: 180px;
    margin-left: 150px;
}
.item_city_con_box_city{
    margin-left: 100px;
}
.item_city_con_box_city p{
    margin-top: 25px;
    font-size: 16px;
}
.item_city_con_box_city p span{
    color: #48cdb2;
    font-weight: bold;
}
.item_city_con_box_city p a{
    color: #48cdb2;
    font-weight: bold;
}
.item_bottom2{
    max-width: 1920px;
    margin: 0 auto;
}
.item_bottom2 img{
    width: 100%;
}
.item_zd_group1 p{
	width: 800px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 50px;
}

.item_zd input {
    width: 175px;
    height: 50px;
    outline: none;
    margin-left: 30px;
    text-indent: 20px;
    border: 1px solid #dedede;
}
.item_zd #verCodeBtn {
    width: 120px !important;
    margin-left: 0 !important;
    text-indent: 0;
}
.item_yy_box_submit {
    width: 300px;
    margin: 25px auto 0;
    height: 50px;
    outline: none;
    border: 1px solid #dedede;
}
.item_yy_box_submit input {
    width: 100% !important;
    border: none;
    background: rgb(84 239 120);
    font-size: 18px;
    text-indent: 0;
    color: #333;
    margin-left: 0;
	font-weight:bold;
}
.item_gscs{
	width:1000px;
	margin:0 auto;
	display: flex;
    justify-content: space-between;
}
.item_gscs_box{
	width:460px;
	height:260px;
	position:relative;
}
.item_gscs_box1{
	    background: url(images/ll.png) top center no-repeat;
		background-size:100%;
}
.item_gscs_box1 a{
	display:block;
	width:460px;
	height:260px;
}
.item_gscs_box2{
	    background: url(images/rr.png) top center no-repeat;
		background-size:100%;
}
.item_gscs_box2 a{
	display:block;
	width:460px;
	height:260px;
}
.item_gscs_box_title{
	position:absolute;
	top:10px;
	right:10px;
	}
.item_gscs_box_name{
	font-size:26px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	top:35px;
	left:10px;
	background-image: -webkit-linear-gradient(left, #152b72, #859dee, #9ae2e7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.item_gscs_box_title2{
	position:absolute;
	top:105px;
	left:10px;
}

.item_gscs_box_buy{
	width:75px;
	height:75px;
	display:flex;
	justify-content: space-around;
    align-items: center;
	border-radius: 35px;
	position:absolute;
    top: 115px;
    left: 248px
}
.item_gscs_box_buy a{
	font-size:20px;
	font-weight:bold;
}

.tanc{
    display: none;
}

.pop_wrap {
    z-index: 9999;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
}

.pop_log {
    width: 540px;
    background-image: linear-gradient(#ffcaf1, #fff1f1, #fff);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	padding-bottom:50px;
}

.title_h {
    height: 75px;
    line-height: 75px;
    font-size: 24px;
    color: #333;
    text-align: center;
    position: relative;
}

.delete {
    color: #FFFFFF;
    font-size: 36px;
    position: absolute;
    right: 12px;
    top: -14px;
    cursor: pointer;
}
.yhzlxz{
	width: 410px;
    margin: 0 auto 23px;
    position: relative;
	height:60px;
	display:block;
	color:#999;
	font-size:18px;
	border-radius:4px;
	border:1px solid #DCDCDC;
	font-family:"微软雅黑";
}
.log_t {
    width: 511px;
    padding: 50px 0;
    margin: 0 auto;
    background: #ffffff;
}

.ser_inp,
.ser_inp1 {
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
}

.ser_inp {
    width: 410px;
    margin: 0 auto 23px;
    position: relative;
}

.ser_box {
    width: 410px;
    margin: 0 auto;
    position: relative;
}

.ser_inp1 {
    width: 260px;
}

.icon1 {
    width: 17px;
    height: 25px;
    margin: 20px 10px 0 14px;
}

.icon2 {
    width: 21px;
    height: 24px;
    margin: 20px 10px 0 14px;
}

.txt_yzm {
    width: 203px;
}

.phone_r,.phone_sheng,
.txt_yzm {
    font-size: 18px;
    color: #999999;
    height: 100%;
    border: 0;
    vertical-align: top;
    display: inline-block;
    outline: none;
}

.send_btn1,
.confirm {
    font-size: 18px;
    width: 135px;
    height: 100%;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    float: right;
    border: 0;
    outline: none;
}

.send_btn1 {
    color: #fca8e5;
    border: 1px solid #fca8e5;
    position: absolute;
    right: 0;
}

.confirm {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background: #ffabe9;
}
.djxz{
cursor: pointer;
}
.xz{
cursor: pointer;
}
.bk01_gou{
	position: absolute !important;
    left: 60px;
    top: 120px;
    width: 60px !important;
	height:60px !important;
	border-radius:30px !important;
	display:flex;
	color:#ff7800;
	font-weight:bold;
	justify-content: center;
    align-items: center;
    padding-left: 0px !important;
}
.bk01_gou2{
	position: absolute !important;
    left: 370px;
    top: 130px;
    width: 70px !important;
    height: 70px !important;
    border-radius: 35px !important;
	background:#fff4c0;
	display:flex;
	font-weight:bold;
	justify-content: center;
    align-items: center;
    padding-left: 0px !important;
}.bk01_gou2 a{
color:#ff7800;
font-size:16px;
}
.zt_tc{
	cursor:pointer;
}