@CHARSET "UTF-8";
*{
	margin:0px;
	padding:0px;
}
ul li{
	list-style: none;
}
body{
	margin:0 auto;
	background: #eee;
	font-size: 12px;
}
.error_words{
	color:red;
	display:none;
}

/**************************bootstrap***********************************/
.container{
	margin:0px auto;
	padding:0px;	
	background: #fff;
	max-width:800px;
}
.row{
	margin:0px;
	padding:0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	line-height:30px;
}
.pannel hr{
	border-top: 1px solid #eee;

}
/*************************end bootstrap********************************************/
/**********************common*****************************************************/
#content{
	position: relative;
}
.btn{
    outline: none;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background-color: #8dc746;
    margin-top: 20px;
    margin-bottom:20px;
    min-width:240px;
}
.btn:hover, .btn:focus{
	color:#fff;
	outline: none;
}
.pannel .input{
	height:30px;
	outline-color: #37acfc;
	width:100%;
}

.pannel .row{
	line-height:30px;
}
.edit{
    float: right;
    color: cornflowerblue;
}
.error{
	border: 1px solid #ff0000;
    background: url(/images/error.png) no-repeat scroll right center transparent;
    background-size: 40px 20px;
    background-repeat: no-repeat;
    display: block;
}

.help_box{
    padding: 30px;
    font-size: 12px;
    max-width: 300px;
}
.circle{
	color: #e9e7e8;
	border-bottom: 2px solid #eee;
}
.circle_select{
	color:#02255f;
	border-bottom: 2px solid #37acfc;
}
.backward{
    position: absolute;
    top: 8px;
    z-index:9999;
    left: -5px;
}
.backward i{
	font-size: 43px;
	color: #fff;
}
.error_words{
	color:red;
	display:none;
}
.help_outline{
    position: absolute;
    right: 16px;
    top: 3px;
}
.help_box .clear_mp{
	padding:0px;
}
.power .material-icons{
	font-size:14px;
}
.term{
	font-size: 10px;
    color: #d8d8d8;
}
.material-icons{
	font-size: 16px;
}
/***********************end common***********************************************/
/****************************layer*************************************************/
.layui-m-layercont {
    padding: 20px 30px;
    line-height: 22px;
    text-align: center;
}
/******************************end layer********************************************/
.top{
	padding: 20px 40px;
}
.top .title{
	height:60px;
	background-color: #d2d2d2;
	color:#fff;
	font-size:32px;
}
.top .title span{
	line-height: 60px;
}
.top ul li{
    display: inline-block;
    font-size:16px;
    line-height:35px;
    font-weight:bold;
}
.top .tabs{
    min-width:100px;
    text-align: center;
}
.tab{
	padding:0 20px;
}
.table_hide{
	display: none;
}
.tab .pannel{
    padding: 10px 10px 20px 10px;
}
.tab .pannel span{
	color:#8dc746;
	font-size:20px;
}
.power{
	font-size:12px;
}

/*********************card****************************************************/
.in {
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 350ms;
	animation-timing-function: ease-out;
	animation-duration: 350ms;
}
.out {
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-duration: 225ms;
	animation-timing-function: ease-in;
	animation-duration: 225ms;
}
.viewport-flip {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	position: absolute;
}
.flip {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
	backface-visibility: hidden;
	transform: translateX(0);
}
.flip.out {
	-webkit-transform: rotateY(-90deg) scale(.9);
	-webkit-animation-name: flipouttoleft;
	-webkit-animation-duration: 175ms;
	transform: rotateY(-90deg) scale(.9);
	animation-name: flipouttoleft;
	animation-duration: 175ms;
}
.flip.in {
	-webkit-animation-name: flipintoright;
	-webkit-animation-duration: 225ms;
	animation-name: flipintoright;
	animation-duration: 225ms;
}
@-webkit-keyframes flipouttoleft {
    from { -webkit-transform: rotateY(0); }
    to { -webkit-transform: rotateY(-90deg) scale(.9); }
}
@keyframes flipouttoleft {
    from { transform: rotateY(0); }
    to { transform: rotateY(-90deg) scale(.9); }
}
@-webkit-keyframes flipintoright {
    from { -webkit-transform: rotateY(90deg) scale(.9); }
    to { -webkit-transform: rotateY(0); }
}
@keyframes flipintoright {
    from { transform: rotateY(90deg) scale(.9); }
    to { transform: rotateY(0); }
}
.box {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	height: 200px;
}
.list {
    position: absolute;
    width:100%;
    padding: 0 20px;
}


.card_front{
    width: 100%;
    max-width: 300px;
    height: 180px;
    border-radius: 10px;
    border: 2px solid #afafaf;
    background: #fff;
    padding: 10px;
    margin: 0 auto;
    
}
.card_front .cardnumber{
    top: 100px;
    left: 20px;
    font-size: 20px;
    line-height: 80px;
}
.card_front .cardlogo{
    width: 100%;
    height: 50px;
}
.card_front .cardlogo i{
    font-size:50px;
}
.card_front .cardholder{
    top: 140px;
    left: 20px;
    font-size: 16px;
}
.card_front .cardexp{
    top: 140px;
    right: 20px;
    font-size: 16px;
}

.card_front .cardcvc{
    top: 70px;
    right: 20px;
    font-size: 16px;
}
.card_back{
    width: 100%;
    max-width: 300px;
    height: 180px;
    border-radius: 10px;
    border: 2px solid #afafaf;
    background: #fff;
    padding: 10px;
    margin: 0 auto;
    
}
.card_back .cardline{
    height: 30px;
    background: #bbb;
    margin: 20px 0;
}
.card_back .cardcvc{
    border: 1px solid #bdb5b5;
    margin: 10px;
    text-align: right;
    height: 30px;
    padding-right: 10px;
    line-height: 30px;
}
.payment ul{
	margin:0px;
}
.payment ul li{
	display:inline-block;
}
.payment ul li img{
	max-width:60px;
}
