body{
    margin: 0px;
    text-align: center;
    background-color:#051131;
}
#wrap{
    width: 100%;
    height: 100%; 
    position: relative;
    background-color:#051131;
}
#bg{
    background-color:#051131;
    width: 100%;
    height: 100%;
    overflow: hidden; 
}
.title{
    width: 100%;
    height:80px; 
}
.title p{
    width: 200px;
    line-height: 80px;
    margin: 0 auto;
    font-size: 38px;
    font-weight: 550;
    color: #ff6e01;
    text-align: center;
}
#buyList{
    width: 30%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-left: 295px;
    /* padding: 10px; */
}
#buyList ul{ 
    border: 1px solid #ffffff;
    -moz-box-shadow:5px 5px 8px #333333; 
    -webkit-box-shadow:5px 5px 8px #333333; 
    box-shadow:5px 5px 8px #333333;
    width: 400px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
#buyList ul li{ 
    text-align: center;
    width: 400px;
    height: 30px;
    display: block;
    list-style: none;
    margin: 10px auto 0;
    padding: 0;
    float: left;
    text-decoration: none; 
    cursor: pointer;
    color:#ffffff;
    margin:20px 0px 0px 0px;
    border-bottom:1px solid #ffffff;
    padding-bottom: 20px; 
    font-size: 15px;
}
#buyList p{ 
    color: #ff6e01;
    font-size: 20px; 
    font-weight: 500;
}
#buyList ul li:hover span{
    animation: bigtxt .2s forwards;
    color: #ff6e01
}
#buyList ul li:hover{
    animation: bigtxt .2s forwards;
    color: #ff6e01
}
#buyList ul li span{
    color:#ffffff
} 

@keyframes bigtxt {  from {
    
    font-size: 15px;
   }
   to { font-size: 20px; }
   }


#payType{
    width: 40%;
    height: 700px;
    margin-top: 10px;
    display: inline-block;
    float: left;
}
#payType p{
    margin-bottom:50px; 
    text-align: center;
    color: #ff6e01;
    font-size: 20px;
}
#icon{
    width: 400px;
    margin: 0 auto;
    margin-top: 200px;
    vertical-align: middle; 
}
#tip{
    width: 100%;
    clear: both;
}
#tip strong{
    color:#dddddd;
    font-size: 15px; 
    margin-bottom: 20px;
    clear: both;
    display: block;
}
#wechat{
    display: block;
    float: left;
    /* margin-right: 100px; */
}
#iappay{
    display: block;
    float: right;
    /* margin-right: 100px; */
}
/* .payicon{
    display: block;
    float: left;
    margin-left: 100px;

} */
.payicon img{
    width: 100px;
    height: 100px;
    padding: 10px;
    /* border: 2px solid #eeeeee; */
}
.payicon img:hover{
    animation: big .5s forwards;
}
.payicon p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
 
 @keyframes big {  from {
    
 transform: scale(1.0); 
}
to { transform: scale(1.2) }
}
#btn-back{
    color: #dddddd;
    width: 102px;
    height: 30px;
    /* border: 1px solid #ffffff;  */
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    position: fixed;
    top: 77px;
    right: 66px;
    z-index: 15;
    text-decoration: none; 
    transition: all .5s;
}
#btn-back:hover{
    border-left: 1px solid #ff6e01;
    border-right: 1px solid #ff6e01;
    color: #ff6e01
}
#btn-back:after { 
    content: ''; 
    width: 0px;
    height: 1px; 
    background: #ff6e01;
    position: absolute; 
    top: -1px; 
    right: -1px; 
    transition: all .5s; }
#btn-back:before {
    content: '';
    width: 0px; 
    height: 1px;
    background:#ff6e01;
    position: absolute;
    bottom: -1px; 
    left: -1px;
    transition: all .5s;
 }
#btn-back:hover:after, #btn-back:hover:before {
     width: 103px;
 }
 