﻿@charset "utf-8";
/* CSS Document */

/* 小屏幕 */
@media all and (max-width: 1200px) {
#pay{background-color: rgba( 0, 0, 0, 0.3); width:640px;margin: 0 auto;}
}
/* 平板 */
@media all and (min-width: 1024px) {
#pay{background-color: rgba( 0, 0, 0, 0.3); width:600px;margin: 0 auto;}
}
/* 手机 */
@media all and (max-width: 725px) {
 #pay{background-color: rgba( 0, 0, 0, 0.3); width:100%;margin: 0 auto;}
}

 #payTest1{height: 35px; background: #55aff0; border-top-left-radius: 15px; border-top-right-radius: 15px;}
 #payTest2{ background: #fff; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }

 .w100 {width:100%;}
 .ac {text-align:center;}
 .lh300 {line-height:15px;}
 .pt20 {padding-top:20px;}
 .cen1{margin:0 auto;}
 .f18 {font-size:1.1em;}
 .pb15 {padding-bottom:8px;}