<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
	width: 100%;
	height: auto;
}
* {
    padding: 0;
	margin: 0;
}
body{
	margin: 0px;
	width: 960px;
	margin: 0 auto;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: black;
}
h1,h2{
	font-size: 16px;
	font-weight: normal;
}
header{
	width: 100%;
	height: auto;
	border-bottom: 3px solid crimson;
	display: block;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
}
header h1 {
    text-align: left;
	font-size: 12px;
	display: inline;
	color: rgba(0,0,0,0.7);
	height: 30px;
	line-height: 30px;
}
header nav ul li {
    text-align: right;
	display: inline;
	padding: 0;
	margin-left: 20px;
	height: 30px;
	line-height: 30px;
	color: rgba(0,0,0,0.7);
}
header nav{
	display: block;
	float: right;
}
#but_1{
	width: 100%;
	height: 2px;
	border-bottom: 1px solid rosybrown;
}
#logo{
	display: block;
	height:auto;
	width: auto;
	margin-top: 5px;
}
#logo nav{
	margin-top: 25px;
	background-image:url("../images/menu_bg.jpg") ;
	border-radius: 5px;
}
#logo nav a{
	color: rgba(255,255,255,1);
	width: auto;
	height: auto;
	font-size: 16px;
	padding: 10px 35px;
	float:left;
	border-right: 1px solid #000000; /* é»‘è‰²è¾¹æ¡†ä½œä¸ºåŸºç¡€ */
	border-image: linear-gradient(to right, rgba(255,0,0,0.5), rgba(255,100,0,0.8)) 1; /* æ·±çº¢è‰²æ¸å˜ */
}
#logo nav a:hover{
	background-image: url("../images/menu_03_h.jpg");
	color: rgba(0,0,0,0.7);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}







        .container {
            display: block;	
			float: left;
			width: 960px;
			margin-top: 10px;
        }

        .left {
            flex: 1;
			float: left;
			width: 205px;
        }

        .right {
            flex: 1;
			float: right;
			width: 745px;
        }

        .nav-container {
            width: 204px;
            display: flex;
            justify-content: space-between;
        }

        .nav-option {
            width: 102px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .nav-option img {
            width: 102px;	
        }
		
	   /* ------------------------------- */
	   
		
	
/* èœå•æ&nbsp;·å¼ */
#yewutongdao{
	  width: 204px;
	  margin-top: 10px;
	  border: 1px solid #ccc;
	  border-radius: 5px;
	  font-size: 14px;
}
.online-menu {
  width: 204px;
  margin-top: -10px;
}

.menu-title h2 {
	margin-top: 0px;
	padding-left: 15px;
	background-image: url("../images/columns_02_bg.jpg");
	height: 30px;
	font-size: 14px;
	line-height:30px;
	
}
.ykxx{
	background: url(../images/dian4.jpg) no-repeat 0 0;
	margin-left: 20px;
	width: 105px;
	text-align: right;
	line-height: 15px;
}
.ykxx-2 li{
	height: 20px;
	background: url(../images/dian5.jpg) no-repeat 0 0;
	background-position: left center;
	margin-left: 20px;
	width: 105px;
	line-height: 10px;
	margin-left: 30px;
	padding-left: 10px;
	font-size: 12px;
}

#menu-cont {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#menu-cont li {
  margin-bottom: 10px;
}

#menu-cont li span {
  display: block;
  padding: 5px;
}

#menu-cont ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 10px;
}

#menu-cont ul li {
  margin-bottom: 5px;
}

#menu-cont ul li span {	
	
}
/* å¿«æ·å……å€¼æ&nbsp;·å¼ */
.swift {
	  width: 204px;
	  margin-top: 5px;
	  border: 1px solid #ccc;
	  border-radius: 5px;
	  font-size: 14px;	
	  float: left;
}

.swift-top h3 {
  margin-top: 0;
  padding-left: 15px;
  background-image: url("../images/columns_02_bg.jpg");
  height: 30px;
  font-size: 14px;
  line-height:30px;
}

.swift-cont ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.swift-cont ul li {
  margin-bottom: 5px;
}

.swift-cont button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: transparent;
  border: none;
  color: #333;
  cursor: pointer;
  font-size: 12px;
  float: left;
  margin-left: 3px;
}

.swift-cont button img {
  vertical-align: middle;
  margin-right: 5px;
}
/* å³è¾¹å›¾ç‰‡æ&nbsp;·å¼*/
.ad_online {
  display: flex;
  justify-content: center;
}
.ad_online img{
	width: 100%;
	height: auto;
}
.ad_02, .ad_03 {
  flex: 1;
  max-width: 50%;
}

.ad_02 img, .ad_03 img {
  width: 100%;
  height: auto;
}
.member_cont_title {
  font-size: 12px;
  line-height: 1;
  border-bottom: 1px solid  #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.member_cont_title p{
	
	padding: 5px;
	padding-left: 20px;
}
	
.recharge_menu {
	margin: 0px;
	height: 29px;
	margin-left: 20px;
}
.recharge_menu li {
  font-size: 12px;
  width: 90px;
  height: 29px;
  background-color: aqua;
  text-align: center;
  line-height: 29px;
  display: inline-block;
  list-style-type: none;
  padding: 0;
}
#recharge_bank {
  background-image: url("../images/recharge_menu.jpg");
  display: block;
}

#recharge_chargecard {
  background-image: url("../images/recharge_menu_h.jpg	");
  display: block;
  color: aliceblue;
}		
#recharge_content {
  width: 100%;
  border: 1px solid  #ccc;
  border-radius: 5px;
  margin-top: 0px;
  font-size: 12px;
}
#recharge_content ul li{
	list-style-type: none;
}
.recharge_tip {
	width: 100%;
	height: 42px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid silver;
}

.recharge_tip p {
  display: inline;
  background-position: left center;
  padding-left: 28px;
  margin-left: 28px;

}
.p_1{
  background-image: url("../images/recharge_tip1.jpg");
  background-repeat: no-repeat;	
  height: 28px;
  line-height: 28px;
}
.p_2_h{
  background-image: url("../images/recharge_tip2_h.jpg");
  background-repeat: no-repeat;	
  height: 28px;
  line-height: 28px;
}
.p_3{
  background-image: url("../images/recharge_tip3.jpg");
  background-repeat: no-repeat;	
  height: 28px;
  line-height: 28px;
}
.p_4{
  background-image: url("../images/recharge_tip4.jpg");
  background-repeat: no-repeat;	
  height: 28px;
  line-height: 28px;
}

.recharge_cade_bg_1{
	margin: 0;

}
.recharge_info{
	display: block;
	width: 300px;
	margin: 20px;
	margin-left: 80px;
}
.recharge_info label {
  display: inline-block;
  text-align: left;
}
.recharge_info input {
	height: 20px;
  display: inline-block;
  text-align: left;
}
.recharge_info.fixed .p-z-btn04 input[type="submit"] {
  text-align: center;
  font-size: 12px;
  background-image: url("../images/btn.gif");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  border: none;
  width: 100px;
  height: 32px;
  cursor: pointer;
  transition: none;
}

.recharge_info.fixed .p-z-btn04 input[type="submit"]:hover {
  background-position: center bottom;
}
.recharge_info_red{
	width: 100%;
	height: 30px;
	text-align: center;
	color: red;
}

.weti {
  border: 1px solid orange;
  width: 94%;
  margin-left: 3%;
  margin-bottom: 10px;
}

.weti .recharge_tip_cont {
  background-image: url("../images/tip_pic_03.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-position: 30px  20px;
  padding: 10px;
}
.weti p{
	width: 500px;
	margin-left: 100px;
	line-height: 20px;
}



.bottom {
	font-size: 12px;
	display:inline-block;
	float: left;
	margin-top: 100px;
	width: 960px;
	margin: 20px 0px;
	border: 1px solid #ccc;
}
.bottom li{
	list-style: none;
}

.bottom a {
  color: #333333;
  text-decoration: none;
}

.bottom a:hover {
  text-decoration: underline;
}

.bottom_cont_right {
  background-image: url("../images/bottom_logo.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-position: 20% center;
  padding-left: 40%;
  height: 60px;
  line-height: 30px;
}
.visit_count {
  color: #333333;
}

.font_red {
  color: red;
}

.contact_info {
  margin-top: 20px;
}
.spaces_40{
	
	width: 350px;
	height: auto;
	padding: 20px 10px;
	float: right;
	position: relative;
	top: -480px;
	right: 0px;
	color: rgba(0,0,0,0.5);
}
.spaces_40 img{
	width: 70%;
	height: auto;
	margin-left: 15%;
}</pre></body></html>