﻿*,
::before,
::after {
    margin: 0;
    padding: 0;
    /*清除点击默认的高亮点*/
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    /*以你的border开始计算的宽度*/
}

body {
    font-size: 1em;
    /*第二个是手机的一个默认的字体*/
    font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
    color: #000;
    background: #ccc;
}
img{
    border:none;
}
a {
    color: #000;
    text-decoration: none;
}

ul {
    list-style: none;
}

input,
textarea {
    border: none;
    /*不让伸缩*/
    resize: none;
    /*清除选中的光环*/
    outline: none;
    /*清除游览器默认的样式*/
    -webkit-appearance: none;
}


/*清除浮动*/

.clearfix::before,
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.siwei {
    min-width: 300px;
    max-width: 414px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    height: 100%;
}

.siwei_hearder {
    width: 100%;
    height: 60px;
    background: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 1.4em;
    padding-top:5px;
}


/*导航*/

.siwei_nav {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
}
.siwei_nav_p{
font-size: 0.75em;
}

.siwei_nav ul {
    width: 100%;
}

.siwei_nav ul li {
    width: 20%;
    height:69px ;
    float: left;
    /*border: 1px solid #000;*/
    padding: 5px;
}

.siwei_nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.siwei_nav ul li a img {
    display: block;
    width: 30px;
    margin: 0 auto;
}

.siwei_nav ul li a p {
   
    text-align: center;
    line-height: 22px;
}


/*尾部*/

.siwei_tail {
    margin-top: 30px;
    width: 100%;
    height: 180px;
    /*background: red;*/
}

.siwei_tail .siwei_tail_bei {
    width: 100%;
    height: 25px;
    background: #019dda;
}

.siwei_tail .siwei_tail_bei a {
    float: right;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    /*margin-right: 5px;*/
}

.siwei_tail .siwei_tail_bei a img {
    vertical-align: middle;
}

.siwei_tail_txt {
    text-align: center;
    line-height: 30px;
    color: #666
}


/*底部*/

.siwei_weibu {
    width: 100%;
    height: 60px;
    /*background: #65bcc4;*/
    position: fixed;
    left: 0px;
    bottom: 0px;
}

.siwei_weibu .siwei_weibu_box {
    height: 100%;
    min-width: 300px;
    max-width: 414px;
    background: #FFFFFF;
    margin: 0 auto;
    box-shadow: 3px 0px 3px #989898;
}

.siwei_weibu .siwei_weibu_box ul {
    width: 100%;
}

.siwei_weibu .siwei_weibu_box ul li {
    width: 25%;
    height: 65px;
    float: left;
    /*border: 1px solid #000;*/
    margin-top: 3px;
}

.siwei_weibu .siwei_weibu_box ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.siwei_weibu .siwei_weibu_box ul li a img {
    width: 30px;
    margin: 0 auto;
    display: block;
}

.siwei_weibu .siwei_weibu_box ul li a p {
  

    text-align: center;
    line-height: 30px;
}


/*通用*/

.choice-color {
    color: #08b2e6;
}

.siwei_text {
    width: 100%;
    height: 40px;
    /*background: #ccc;*/
    font-size: 1rem;
    color: #08b2e6;
    text-align: center;
    line-height: 30px;
}

.siwei_text .siwei_span1 {
    width: 40%;
    height: 16px;
    display: block;
    border-bottom: 1px solid #08b2e6;
    float: left;
}

.siwei_text .siwei_span2 {
    width: 40%;
    height: 16px;
    display: block;
    border-bottom: 1px solid #08b2e6;
    float: right;
}

@media (max-width:320px){
    .siwei_text .siwei_span1,.siwei_text .siwei_span2 {
        width: 38%;
    }
}

.top_5{
    margin-top:10px;
}
.fontSize_16{
    font-size: 16px;
    height:40px; 
    line-height: 50px;
}
.fontWeight_bold{
    font-weight: bold;
    margin-left:5px;
}
.Color_red{
    color: red;
}
@media (max-width:350px){
    .fontSize_16{
        font-size: 14px;
    }
}
.fontSize_16_12{
    font-size: 12px;
    color: #333333;
    line-height: 20px;
}
.fontSize_12{
    font-size: 12px;
    color:#08b2e6;
    margin-top:5px;
}
.Border_bottom{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ccc;
    padding-top:5px;
}
.tongyong_da{
    width: 100%;
    height: 100%;
    overflow-x:hidden;
    word-wrap:break-word; 
    word-break:break-all; 
    overflow: hidden; 
}
.tongyong_da p img{
	max-width:100%;
}
.tongyong_da_div{
    width: 100%;
    height: 100%;
    margin-top:20px;
}
.tongyong_da_div p{
        line-height: 30px;
 }
 .tongyong_da_div p a:hover{
    color: red;
    text-decoration: underline;
 }

/*选择菜单*/

.choice {
    width: 100%;
    height: 50px;
    background: #fff;
    color: #666;
}

.choice span {
    line-height: 50px;
    margin: 0px 5px;
}

.choice span a {
    color: #666;
}


/*除去浮动*/

.clear {
    clear: both;
}

 .siwei_currency{
     width: 100%;
     height: 100%;
     /*border:1px solid #000;*/
     padding-left: 10px;
     margin-top: 20px;
 }
 .siwei_currency .siwei_fontW{
     font-size: 15px;
     font-weight: bold;
 }
  .siwei_currency ul li{
      line-height: 30px;
  }
  .siwei_currency ul li a:hover{
      color: red;
      text-decoration: underline;
  }