.c_gary {color:#666;}
/* 自定义下拉框 */
.moxlk {display:inline-block; width:120px; height:32px; position:relative;z-index:10; background:#fff;border:1px solid #e9e9e9;border-radius: 4px;color:#666666;font-size:13px;}
.unfold {border-radius: 4px 4px 0 0}
.moxlk input {position:absolute; top:0; left:0; border:0; background:#fff; width:90px; text-overflow: ellipsis;overflow: hidden;white-space:nowrap;padding-left:10px; height:32px;_height:31px; line-height:32px; _line-height:31px; margin:0; outline:0px; text-align:left;}
.moxlk .moxlist {position:absolute;left:-1px; top:32px; overflow-y:scroll;overflow-x:hidden;width:auto; max-height:12em;_height:expression((document.documentElement.clientHeight||document.body.clientHeight)>156?"156px":"");background:#fff; z-index:10; border:1px solid #e9e9e9;font-size:13px;}
.moxlist {display: none}
.unfold .moxlist {display: block}
.moxlk ul {width:auto;min-width:103px; height:100%; margin:0; padding:0; list-style:none;}
.moxlk ul li {height:30px;line-height:30px;word-break: keep-all;word-wrap: normal;padding:0 20px 0 13px;cursor:pointer;text-align:left;}
.moxlk ul li:hover,.moxlk ul li.on {background: #89b0f3;color:#fff;}
.moxlk .selArr {display:block; position:absolute; width:30px; height:28px;background: url(https://img1.tiancitycdn.com/portal/parent/images/selArrDown.png) no-repeat 10px 10px;right:0;top:0;cursor:pointer;}
.unfold .selArr {background-image:url(https://img1.tiancitycdn.com/portal/parent/images/selArrUp.png); }


.cdrop {position:relative;width:118px;height:32px;z-index:0;background: #fff;border:1px solid #2abd53;border-radius: 16px;color:#666;font-size:14px;}
.cdrop .ctxt{display:block;width:118px;height:32px;line-height: 32px;border-radius:16px;color: #666;text-align: center}
.cdrop select {display: none;}
.cdrop .clist {position:absolute;left:0;top:33px;z-index:2;overflow-y:scroll;overflow-x:hidden;width: 118px;background:#fff;border:1px solid #2abd53;height:150px;display: none}
.unfold .clist {display: block}
.clist ul {width:auto; height:100%; margin:0; padding:0; list-style:none;}
.clist ul li {width:100px;height:30px;line-height:30px;word-break: keep-all;word-wrap: normal;cursor:pointer;text-align:center;}
.clist ul li:hover,.clist ul li.on {background: #89b0f3;color:#fff;}

/* 文本框样式 */
.ipt {height: 50px; width:228px; line-height: 50px; padding: 0 50px; border: 1px solid #1bb847; border-radius: 10px; font-size: 14px; color: #7dcd99;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #7dcd99;}
input:-moz-placeholder, textarea:-moz-placeholder {color:#7dcd99;}
input::-moz-placeholder, textarea::-moz-placeholder {color:#7dcd99;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#7dcd99;}

/* 单选框样式 */
.btn-radio { width: 330px; height: 35px; line-height: 35px; color:#666; float: left; text-align: left; cursor: pointer; }
.btn-radio i {float:left;margin:8.5px 10px 0 0;background: url(../image/icon-sprite.png) no-repeat -183px 0;width:18px;height:18px;display: block;}
.btn-radio-square i {width:12px;height:12px;background-position:-205px 0}
.btn-radio-square.btn-radio-sel i {background-position:-217px 0}
.btn-radio-sel i {background-position:-165px 0;}

/* 按钮样式 */
.btn { display:block; width:185px; height:40px; line-height:40px;font-size:16px; background: #1bb847;color:#fff; text-align:center; cursor:pointer; border-radius: 20px;font-weight: bold;}
.btn-gray {background: #999!important;}
.commonBtn {display:inline-block;_zoom:1;height:30px;line-height:30px;border-radius: 5px;padding:0 14px;color:#fff;font-size:13px;background: #4e75c0;}



/* bobo 玩游戏，消费记录表格样式*/
.tb-record {margin: 50px auto 0 ; border-radius: 20px; border: 1px solid #1bb847; overflow: hidden;}
.tb-record  tr,.tb-record  td{background: #fff; height: 50px; line-height: 50px; font-size: 16px; color: #666; text-align: center; border-top: 1px solid #1bb847;}
.tb-record  th{border-top: none;color: #fff; background:#1bb847;}
/* 数据表格分页样式 */

.tb-page { margin:30px auto; text-align: center;color:#1bb847;}
.tb-page span { color: #1bb847; padding: 0 6px;display: inline-block; font-size: 14px; height: 22px; line-height: 22px; }
.tb-page span a{ color: #1bb847; }
.tb-page .first,.tb-page .prev,.tb-page .next,.tb-page .last,.tb-page .cur {background: #e1f5e6}

/* 公共弹窗 */
.sys-dialog {background: #fff;border:1px solid #3dd05c;width:670px;height:405px;border-radius: 20px;position: relative;}
	.sys-dialog .title {height:65px;line-height:65px;padding:0 0 0 40px;color:#25912f;font-size: 18px;border-bottom:1px solid #3dd05c;text-align: left;}
		.sys-dialog .title .closeBtn {background-position:-185px -160px;width:65px;height:65px; }
	.sys-dialog-message	{width:500px;height:300px;}
	.sys-dialog-info .sys-dialog-con{margin: 80px 0 0 150px;width:500px;}
	.sys-dialog-account .sys-dialog-con{margin:110px 0 0 0;}
	.sys-dialog-tips .sys-dialog-con{margin: 40px 0 0 40px;}
	.sys-dialog-message .sys-dialog-con{margin: 65px 0 0 0;text-align: center;}
	.sys-dialog .sys-dialog-con p {color:#666;font-size: 16px;}
	.sys-dialog-account p {text-align: center;}
	.sys-dialog .sys-dialog-con p span{color:#21c25b;}
	.sys-dialog .popbtns {position: absolute;bottom: 30px;left:0;width: 100%;text-align: center}
		.sys-dialog .popbtns .btn {width:180px;height:42px;border:2px solid #21c25b;display: inline-block;border-radius: 21px;font-size: 18px;font-weight: bold}
		.sys-dialog .popbtns .btn-confirm {background: #21c25b;color:#fff;}
		.sys-dialog .popbtns .btn-cancel {background: #fff;color:#21c25b;margin-right: 15px;}