<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    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;
    background: #fff;
}
.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;
}
.item_main{
    max-width: 1920px;
    margin: 0 auto;
    background-size: 100%;
    overflow: hidden;
}
.item_main_topimg{
    display: block;
    width: 100%;
    margin:50px auto 0;
}
.item_title{
    width: 700px;
    margin: 50px auto;
}
.item_title img{
    width: 100%;
}
.item_bankchange{
    width: 750px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
}


.item_bank{
    width: 1000px;
    margin: 50px auto;
    background-color: #fff;
    border-radius: 25px;

}
.item_bank_container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px auto;
}
.item_bank_one{
    width: 290px;
    height:300px;
    box-sizing: border-box;
    margin-top: 25px;
}
.item_bank_one_top{
    width: 100%;
    height: 60px;
    background: url(images/banktop.png) top center no-repeat;
    background-size: 100%;
    line-height: 55px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-indent: 45px;
}
.item_bank_one_btm{
    width: 100%;
    height: 240px;
    box-shadow: 5px 5px 10px 2px rgb(205 189 215);
    position: relative;
    overflow: hidden;
}
.item_bank_one_btm_con{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 15px 0 0 15px;
}
.item_bank_one_btm a{
    display: block;
    width: 220px;
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #faaf56;
}
.item_bank_one_btm_con_time{
    position: absolute;
    top:120px;
    left: 50%;
    margin-left: -110px;
}
.item_bank_one_btm_con_bs{
    position: absolute;
    top:170px;
    left: 50%;
    margin-left: -110px;
}


.item_bankchangeArrow{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.item_bankchangeArrow_box{
    width: 250px;
    height: 35px;
}

.item_bankchangeArrow_box img{
    width: 35px;
    display: block;
    margin: 0 auto;
}
.item_bsks{
    width: 1000px;
    border-radius: 15px;
    margin: 50px auto;

}
.item_bsks_t{
    width: 90%;
    margin: 25px auto;
    font-size: 20px;
    color: #333;
    line-height: 34px;
}
.item_bsks_lx{
    width: 1000px;
    margin: 25px auto 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
}
.item_bsks_lx_one{
    width: 300px;
    height: 65px;
    background: #969696;
    font-size: 30px;
    line-height: 65px;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    color: #fff;
}
.item_bsks_lx_one2{
    width: 300px;
    height: 65px;
    background: #765ef2 !important;
    font-weight: bold;
    font-size: 30px;
    line-height: 65px;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;

}
.item_bsks_nr{
    width: 1000px;
    margin: 0 auto 50px;
    font-size: 18px;
    line-height: 36px;
    background: -webkit-linear-gradient(top, #fff, #ececec, #c8bdff);
    position: relative;
    box-sizing: border-box;
    padding: 25px;
}.item_bsks_nr p{
    color: #333;
}
.item_bsks_nr_con{
    margin-bottom: 25px;
}
.item_bsks_nr_ask{
    width: 900px;
    height: 50px;
    border-radius: 25px;
    background: #fff;
    margin: 15px auto;

}
.item_bsks_nr_ask p{
    font-size: 22px;
    color: #333;
    text-indent: 50px;
    line-height: 50px;
}

.item_ask{
    width: 900px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
}
.item_ask a{
    width: 340px;
    height: 50px;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, #fae28d, #fed64b);
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
}

.item_xf_box{
    width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px auto;
}
.item_xf_box_one{
    width: 290px;
    height: 245px;
    background: url(images/bankbg.png) top center no-repeat;
    background-size: 100%;
    margin-bottom: 15px;
}
.item_xf_box_one_t{
    font-size: 30px;
    font-weight: bold;
    color: rgb(56, 56, 56);
    text-align: center;
    margin-top: 25px;
    letter-spacing: 5px;
}
.item_xf_box_one_t2{
    width: 150px;
    display: block;
    margin: 10px auto;
    font-size: 20px;
    color: rgb(56, 56, 56);
}
.item_xf_box_one_t3{
    width: 210px;
    display: block;
    margin: 10px auto;
    font-size: 18px;
    color: rgb(255, 144, 70);
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-weight: bold;
    margin-top: 115px;
    border-radius: 50px;
}
.item_mszd{
    max-width: 1920px;
    margin: 50px auto;
    overflow: hidden;
    background: -webkit-linear-gradient(top, #e4d7ff, #aa9ec5);
}
.item_mszd_box{
    width: 1000px;
    height: 650px;
    margin: 50px auto;
    position: relative;
}
.item_mszd_box_l1{
    width: 350px;  
    position: absolute;
    bottom:0;
    left: 100px;
}
.item_mszd_box_line{
    width: 500px;
    height: 60px;
    border-radius: 50px;
    background: #fff;
    text-align: center;
    line-height: 60px;
}
.item_mszd_box_line img{
    height: 35px;
    margin-top: 10px;
}
.item_mszd_box_line1{
    position: relative;
    top: 0;
    left: 300px;
}
.item_mszd_box_line2{
    position: relative;
    top: 15px;
    left: 490px;
}
.item_mszd_box_line3{
    position: relative;
    top: 30px;
    left: 380px;
}
.item_mszd_box_line4{
    position: relative;
    top: 45px;
    left: 450px;
}
.item_mszd_box_line5{
    position: relative;
    top: 60px;
    left: 430px;
}
.item_mszd_box_line6{
    position: relative;
    top: 75px;
    left: 410px;
}

.item_mszd_box_line7{
    position: relative;
    top: 175px;
    left: 450px;
    width: 400px;
}
.item_wxgroup{
    max-width: 1920px;
    height: 300px;
    margin: 50px auto;
    background: -webkit-linear-gradient(top, #9bc7f4, #3990e9);
    overflow: hidden;
}
.item_wxgroup_box{
    width: 1000px;
    height: 200px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}
.item_wxgroup_box_p{
    width: 550px;
    height: 200px;
}

.item_wxgroup_box_p_title{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 50px;
}
.item_wxgroup_box_p_title2{
    font-size: 22px;
    color: #fff;
    margin-top: 25px;
}
.item_wxgroup_box_img{
    width: 200px;
}
.item_kc{
    width: 1100px;
    background: #fff;
    overflow: hidden;
    margin: 50px auto;
}

.item_lesson_table_div{
    width: 1000px;
    margin: 50px  auto;
    background: #fff;
    font-size: 16px;
    margin-top: 50px;
}
.item_lesson_table_div table{
    width: 100%;
}
.item_lesson_table_div table tr td {
    padding: 10px 2px;
    border: 1px solid #bdbdbd;
    text-indent: 10px;
}
.lessonTable th{
	background:#abb6dc  !important;
	padding: 10px;
	color:#333;
	border: 1px solid #dedede;
}
.lessonTable td p{
    font-size: 16px;
    line-height: 26px;
}
.lessonTable td p:nth-child(1){
    font-size: 18px;
}
.lessonTable_ts{
    text-align: center;
    color: #fa8335;
}
.lessonTable_ts2{
    text-align: right;
    font-size: 16px;
    color: rgb(58, 58, 58);
}
.item_kc_title1{
    font-size: 36px;
    color: #287efb;
    text-align: center;
}
.item_kc_title2{
    font-size: 48px;
    font-weight: bold;
    color: #287efb;
    text-align: center;
    margin-top: 25px;
}






.item_change_title{
	background-image: -webkit-linear-gradient(left, #22ebd1, #2f77ec);
    -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;
}
.item3_container{
    width: 1020px;
    margin: 0 auto 50px;
    position: relative;
    background: #e3f1fe !important;
}
.item3_container_div{
    width: 100%;
    z-index: 1;
    border-radius: 0 20px 20px 20px;
    background-color: #fff;
    border: 1px solid #fff;

}
.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: space-around;
    flex-wrap: nowrap;
}
.item_city_div_one{
    width: 105px;
    border: 1px solid;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
    background: #67ade9;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
}
.item_city_div_one:hover{
    font-size: 26px;
    background: #296ca5;
}
.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: 17px;
    font-size: 16px;
}
.item_city_con_box_city p span{
    color: #67ade9;
    font-weight: bold;
}
.item_city_con_box_city p a{
    color: #67ade9;
    font-weight: bold;
}
.item_bottom2{
    max-width: 1920px;
    margin: 0 auto;
}
.item_bottom2 img{
    width: 100%;
}

.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, #a8c0fc 3%, #a8c0fc 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: #a8c0fc;
    border: 1px solid #a8c0fc;
    position: absolute;
    right: 0;
}

.confirm {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-image: linear-gradient(-180deg, #a8c0fc 3%, #a8c0fc 100%);
}</pre></body></html>