@charset "UTF-8";
/* CSS Document */

.marks {
    width: 100%;
    height: 100%;
    position: fixed;
    margin: auto;
    background: rgba(0, 0, 0, 0.6);
    visibility: visible;
    z-index: 99999;
    top: 0;
    left: 0;
    display: none;
}

.alert-bounceIn {
    animation-name: alert-bounceIn;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}

.copy-alert {
    width: 780px;
    height: 400px;
    background-color: #fff;
    /*position: relative;
    margin: 10% auto;*/
    border-radius: 5px;
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}

.claos {
    position: absolute;
    right: -10px;
    background:url(../images/iconpic.png) no-repeat -149px -31px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    top: -10px;
    cursor: pointer;
}

.paybox {
    width: 47%;
    text-align: center;
    float:left;
    margin:40px 0 0 0;
    position:relative;
    z-index:1;
}

.paybox:before {
    content:"";
    position:absolute;
    right:0;
    width:1px;
    height:100%;
    background:#eee;
}

.aa {
    width:53%;
}

.paybox:last-child:before {
    display:none;
}

.paybox-title {
    font-size: 24px;
    display: block;
    font-weight: bold;
    color: #56BDB3;
    height: 36px;
    line-height: 36px;
}

.paybox-art {
    font-size: 16px;
    color: #999;
    height:50px;
    line-height: 24px;
    margin-top: 5px;
}
.paybox-img {
    margin: 20px auto 30px auto;
    width: 114px;
    height: 114px;
}
.paybox-img img {
    width: 100%;
}
.paybox-money {
    height: 50px;
    line-height: 50px;
}
.paybox-money h2 {
    color: #ff6600;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    letter-spacing: -1px;
    clear: both;
}
.paybox-money span {
    text-decoration: line-through;
    color: #949494;
    margin-left: 10px;
    font-size: 14px;
}


.paybox-bottom {
    cursor: pointer;
    background: #56BDB3;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}
.paybox .paybox-customer-service {
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
    color: #a2a2a2;
}



.copy_bt {
    font-size: 24px;
    display: block;
    font-weight: bold;
    color: #56BDB3;
    height:36px;
    line-height:36px;
}
.copy_mind {
    font-size: 16px;
    color: #999;
    height:50px;
    line-height:24px;
    margin-top:5px;
}
.copy_pic {
    margin: 20px auto 30px auto;
    width: 120px;
    height: 120px;
}
.copy_pic img {
    width:100%;
}
.copy_search {
    border: 1px solid #56BDB3;
    width: 260px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    border-radius: 4px;
    margin-top: 10px;
    overflow: hidden;
}
.copy_search_i {
    width:-webkit-calc(100% - 75px);
    width:-moz-calc(100% - 75px);
    width:calc(100% - 75px);
    height: 44px;
    display: block;
    float: left;
    border: none;
    padding: 0;
    background: none;
    padding: 0 10px;
    font-size: 14px;
    box-sizing:border-box;
}
.copy_search_b {
    width: 70px;
    height: 44px;
    border: none;
    padding: 0;
    display: block;
    float: right;
    background: #56BDB3;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.copy_tip {
    font-size: 14px;
    color: #999;
    height:30px;
    line-height:30px;
    margin-top:5px;
}
.copy_02 {
    float: right;
    width: 250px;
    text-align: center;
    padding-left:20px;
}

.mindtip {
	color: #56BDB3;
    line-height: 50px;
    font-size: 20px;
    margin: 15% 200px;
    font-weight: bold;
}

.aaaaaas {
	color:#56BDB3; font-size:18px; line-height:40px; width:480px; margin:15% auto 0 auto; font-weight:bold;
}

.gongzhonghao {
    font-size: 13px;
	margin:10px 20px 0 20px;
    color: #999;
}

.gongzhonghao p {
    position: relative;
    text-align: left;
    line-height: 24px;
	margin-bottom:5px;
}

.gongzhonghao em {
    color: #56BDB3;
    font-style: italic;
	padding-right:5px;
}

.gongzhonghao span {
    color: #ff6600;
}


@media screen and (max-width: 701px) { 
    .copy-alert {
        width:90%!important;
		height:auto;		
	}
	.paybox, .aa { width:100%;}
	.paybox { margin:10px 0 0 0;}
	.aa { border-bottom:1px solid #ddd; padding-bottom:25px;}
	.paybox-title,.copy_bt { font-size:20px;}
	.copy_mind { font-size:14px; color:#FF6600;}
	.copy_pic { display:none;}
	.paybox-img { width:50px; height:50px; margin:10px auto auto auto;}
	.paybox-money { height:30px; line-height:30px; margin-bottom:10px;}
	.paybox-money h2 { margin:0; letter-spacing:0;}
	.paybox-bottom { width: 260px;  height: 44px; line-height: 44px; margin: 0 auto 20px auto; font-size:18px;}
	.paybox-art { font-size:14px; height:auto; padding:0 10%;}
	.paybox-bottom a { text-decoration:none;}
	.paybox:before { display:none;}
	
	.mindtip { 
	font-size: 15px;
    line-height: 30px;
    padding: 24px 20px 24px 20px;
    text-align: left;
	margin:0;
	font-weight:normal;
	}
	.aaaaaas { 
	font-size: 15px;
    line-height: 30px;
    padding: 24px 20px 24px 20px;
    text-align: left;
	margin:0;
	font-weight:normal;
	width:auto;
	}
}


