
/*************   common  start  ******************/
html{height: 100%;}
body {
    line-height: 1.5;
    font:14px/1.231 "Microsoft Yahei", "微软雅黑",sans-serif;
    height: 100%;
    background: #f1f3f7;
}

#wrapper{height: 100%;position: relative;}
.mui-content{background-color: #f1f3f7;}
.mui-card{margin: 0;height: auto;box-shadow: none;}
.mui-content > .mui-card:first-child{margin-top: 0;}
.mui-bar-tab{background: #fff;border-top: 1px solid #e2e4e6;-webkit-box-shadow: none;box-shadow: none;}
.mui-row-border{border-bottom: 1px solid #e2e4e6;}
.mui-table-view-cell{list-style-type: none;}

.mui-navigate-right::after{right: 10px; font-size: 18px;display: none;}

.footer_padding{height: 54px;}
.page-title{
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 12px;
    color: #989fa5;
    background: #f1f3f7;
}

.error_main{padding:0;}
.jump_wrapper{margin:0 auto;/*padding-top:60px;*/background-color: #fff;width: 100%;overflow: hidden;text-align: center; min-height: 500px;}
.jump_wrapper .jump_left{/*margin-bottom: 20px;*/height: 45px;}
.jump_wrapper .jump_left.ok{background: url(../images/ok.png) center top no-repeat;}
.jump_wrapper .jump_left.error{background: url(../images/false.png) center top no-repeat;}
.jump_wrapper .jump_right{vertical-align: top;display: inline-block;overflow: hidden;}
.jump_wrapper .jump_right h3{font-size: 34px;margin-bottom: 15px;color:#000;}
.jump_wrapper .jump_right h2{font-size: 24px;margin-bottom: 15px;color:#000;}
.jump_wrapper .jump_right p{font-size: 14px;color: #333333;}
.jump_wrapper .jump_right p a{color: #398de3;margin-left: 2px;}

.bg-white{background-color: #fff;}
.fleft{float: left;}
.fright{float: right;}
.text-right{text-align: right;}
.text-left{text-align: left;}
.p15{padding-left: 15px;padding-right: 15px;}
.pleft15{padding-left: 15px;}
.pright15{padding-right: 15px;}
.ptop20{padding-top: 20px;}
.mtop10{margin-top: 10px;}
.mbotton10{margin-bottom: 10px;}
a{text-decoration: none;}
a:hover{text-decoration: none;}
.gray-boder-bottom{border-bottom: 1px solid #e2e4e6;}
.nav_bar{width: 100%;height: 50px;line-height: 50px;background: #000;position: fixed; z-index: 999999;}
.nav_bar .app_back, .nav_bar .app_share{width: 20%;}
.nav_bar .app_back{text-align: left;}
.nav_bar .app_share{text-align: right;}
.nav_bar img{width: 32px; height: auto;margin-top: 10px;}
.nav_bar .back{margin-left: 10px;}
.nav_bar .share{margin-right: 10px;}
.nav_bar .app_title{width:60%;text-align: center;color: #fff;}

img.game_logo{width: 50px;}
.white-bg{background: #fff;}

.mui-icon-index{background: url(../images/home_tab.png) no-repeat;background-size: 22px;}
.mui-icon-game{background: url(../images/game_tab.png) no-repeat;background-size: 22px;}
.mui-icon-gift{background: url(../images/gift_tab.png) no-repeat;background-size: 22px;}
.mui-icon-user{background: url(../images/user_tab.png) no-repeat;background-size: 22px;}

.mui-icon-home-selected{background: url(../images/home_tab_selected.png) no-repeat;background-size: 22px;}
.mui-icon-game-selected{background: url(../images/game_tab_selected.png) no-repeat;background-size: 22px;}
.mui-icon-gift-selected{background: url(../images/gift_tab_selected.png) no-repeat;background-size: 22px;}
.mui-icon-user-selected{background: url(../images/user_tab_selected.png) no-repeat;background-size: 22px;}

.mui-bar-tab .mui-tab-item{color: #434a54;}
.mui-bar-tab .mui-tab-item.mui-active{color: #434a54;font-weight: bold;}

.mui-search .mui-placeholder{font-size: 13px;line-height: 30px;height: 30px;}
.mui-search .mui-placeholder .mui-icon-search{
    background: url(../images/search_icon.png) no-repeat;
    background-size: 13px;
    background-position: 0px 2px;width: 17px;
    height: 13px;
}
.mui-search .mui-placeholder .mui-icon-search:before{content: none;}


/*滚动条垂直方向的宽度*/
::-webkit-scrollbar
{
    width: 0px;
}
/* 垂直滚动条的滑动块 */
::-webkit-scrollbar-thumb:vertical {
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);*/
    background-color:rgba(255,255,255,0.5);
}


.gift_btn{font-size: 16px;color:#333;width: 58px;height: 30px;border:1px solid #c8ccd1;border-radius: 4px;background: #f9f9f9;padding:0px 12px;}
.gift_modal{display: none;}
.gift_modal_active{display: block !important;background: #fff;z-index: 1000;position: fixed;top:100px;width: 315px;border-radius: 2px;}
.gift_modal_active .modal_popover_close{position: absolute;top:10px;right: 10px;width: 15px;height: 15px;}
.gift_modal_active .popover_avatar{margin:35px 133px 25px;width: 50px;height: 58px;}
.gift_modal_active .gift_popover_title{font-size: 18px; color:#333;margin-bottom: 20px;text-align: center;}
.gift_modal_active .gift_popover_info{font-size: 14px; color:#989fa5;text-align: center;}
.gift_modal_active .gitft_popover_btn{width: 150px;height: 40px;background: #ffd800;border:none;border-radius: 20px;font-size: 15px;color:#333;margin:40px 83px;}

/*************   common  end  ******************/


/*************   index  start  ******************/

.top-quick-panel{height: 46px;line-height: 46px;border-bottom: 1px solid #e2e4e6;}
.avatar{position: relative;}
.avatar img{width: 30px;height: 30px;border-radius: 18px;left: 15px;top: 8px;position: absolute;}
.quick-imgs{position: relative;}
.quick-func-img{position: absolute;width: 26px;top: 10px;}
.quick-func-img-1{right: 127px;}
.quick-func-img-2{right: 55px;}
.quick-func-img-3{right: 15px;}
.uname{margin-left: 56px;}


.sub-title{color: #333;margin-top: 0;margin-bottom: 4px;}
.sub-tips{margin-bottom: 12px;font-size: 12px;color: #989fa5;}
.curr-page{font-size: 18px;color: #333;font-weight: bold;}
.total-page{font-size: 10px;color: #989fa5;}

.rec-item-2{padding-left: 15px;}
.imgs-scroll{position: relative;width: 100%;height: 175px;}
.imgs-scroll img{position: absolute;width: 340px;height: 175px;}

.mui-table-view-cell::after{background-color: #e2e4e6;}
.card-list .mui-table-view-cell:last-child::after, .card-list .mui-table-view-cell:last-child::before{height: 1px;}

.hot-card-item{height: 70px;padding-top: 0;padding-bottom: 0;}
.card-item-1 img{width: 48px;margin-top: 10px;}
.card-item-1 .game-card-name{margin-top: 10px;margin-left: 10px;}
.card-item-1 .game-card-name-1{margin-top: 5px;margin-bottom: 4px;font-size: 16px;color: #333;font-weight: bold;}
.card-item-1 .game-card-name-2{font-size: 15px;color: #989fa5;}
.card-item-2{width: 64px;height: 70px;}
.card-item-2 button{font-size: 15px;color: #333;width: 64px;height: 30px;line-height: 30px;background-color: #f6f6f6;border-radius: 6px;
margin-top: 20px;padding-top: 0;}

.more-item-row{height: 36px;line-height: 36px;}
.mui-navigate-right{font-size: 14px;color: #333;}

.server-scroll{position: relative;width: 100%;height: 175px;}
.server-scroll .server-scroll-item{position: absolute;width: 165px;height: 136px;}
.server-scroll img{width:165px;height: auto;}
.server-scroll p{margin-bottom: 0;}
.server-scroll p.server-name{margin-bottom: 4px;font-size: 16px; color: #333;}
.server-scroll p.server-time{font-size: 13px; color: #989fa5;}

.server-card li{height: 44px;padding-top: 0;padding-bottom: 0px;line-height: 44px;}
.news-item-1{font-size: 15px; color: #333;}
.news-item-2{font-size: 13px; color: #989fa5; font-weight: bold;}


.more-item{background: url(../images/navigate_right.png) no-repeat;
    background-size: auto auto;
    background-size: 15px;
    background-position: right 10px;
    margin-right: 13px;}

/*************   index  end  ******************/



/*************   news  start  ******************/
.news-item-li{padding-top: 0;padding-bottom: 0;height: 70px;}
.news-item-img{width: 48px;margin-top: 12px;position: absolute;}
.news-item-img img{width: 48px;}
.news-item-info{width: 100%;padding-left: 58px;margin-top: 12px;}
.news-item-info .title{color: #333;margin-bottom: 4px;}
.news-item-info .desc{color: #989fa5;}
.news-item-info .time{font-size: 12px;color: #989fa5; text-align: right;margin-right: 10px;margin-top: 2px;}
.news-tab-row{height: 53px;line-height: 48px;border-bottom: 1px solid #f1f3f7;}
.news-tab-row div{text-align: center;}
.news-tab-row .news-tab-current{border-bottom: 4px solid #ffd800;}
.news-tab-row .news-tab-1 span{background: url(../images/tab-news.png) no-repeat;background-position: 8px 3px;padding-left: 30px;font-size: 17px;background-size: 16px;color: #333;}
.news-tab-row .news-tab-2 span{background: url(../images/tab-introduction.png) no-repeat;background-position: 8px 3px;padding-left: 30px;font-size: 17px;background-size: 16px;color: #333;}
.news-tab-row .news-tab-3 span{background: url(../images/tab-notice.png) no-repeat;background-position: 8px 3px;padding-left: 30px;font-size: 17px;background-size: 16px;color: #333;}
/*.news-tab-row .news-tab-1 span.current{background: url(../images/tab-news-selected.png) no-repeat;background-position: 8px 3px;background-size: 16px;color: #ffc800;}
.news-tab-row .news-tab-2 span.current{background: url(../images/tab-introduction-selected.png) no-repeat;background-position: 8px 3px;background-size: 16px;color: #ffc800;}
.news-tab-row .news-tab-3 span.current{background: url(../images/tab-notice-selected.png) no-repeat;background-position: 8px 3px;background-size: 16px;color: #ffc800;}
*/
.news-tab-row .news-tab-inner{width: 80px;margin: 0 auto;padding-right: 10px;}
.news-detail-row{height: 72px;border-bottom: 1px solid #e2e4e6;}
.p-title{font-size: 16px;color: #333;font-weight: bold;margin-bottom: 15px;margin-top: 15px;margin-left: 15px;}
.p-time{margin-top: 10px;font-size: 12px;margin-left: 15px;}
.news-detail{padding:15px;}
.news-detail img{width: 100%;}
.news-detail p{color: #434a54;}
/*************   news  end  ******************/

/*************   service  end  ******************/
.service-tab-row{height: 125px;margin-bottom: 10px;}
.service-tab-row div{text-align: center;}
.service-tab-row span{display: inline-block;padding-top: 82px;color: #333;}
.service-tab-1 span{background: url(../images/account_safe.png) no-repeat;background-position-y: 25px;background-position-x: center;}
.service-tab-2 span{background: url(../images/pay_questions.png) no-repeat;background-position-y: 25px;background-position-x: center;}
.service-tab-3 span{background: url(../images/report.png) no-repeat;background-position-y: 25px;background-position-x: center;}
.service-tab-4 span{background: url(../images/other_questions.png) no-repeat;background-position-y: 25px;background-position-x: center;}

.qa-title{height: 45px;line-height: 45px;margin-bottom: 0;font-size: 15px;color: #333;font-weight: bold;text-indent: 15px;border-bottom: 1px solid #e2e4e6;}
.service-problems-list li.mui-table-view-cell{padding-top: 0;padding-bottom: 0;height: 40px;line-height: 40px;font-size: 13px;}
/*************   service  end  ******************/

/*************   find-passwd  start  ******************/



/*************   find-passwd  end  ******************/


/*************   gift  start  ******************/
.gift_container .title {
    font-size: 14px;
    font-weight: 100;
    height: 40px;
    line-height: 40px;
    padding: 0 0px;
    background-color: #f3f7fa;
    color: #50a6fd;
    background-image: url("../images/lines.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 1px;
}
.gift_list li {
    border-bottom: 1px solid #e5e5e7;
    padding: 8px 16px;
    overflow: hidden;
    position: relative;
    height: 53px;
}
.i_lb2 {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../images/game_gift_center/i_lb2.png") no-repeat center;
    background-size: 100% auto;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.game_logo {
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.game_logo img {
    float: left;
    border-radius: 7px;
}
.fl {
    float: left;
}
.information {
/*    width: 60%;*/
}
.information p a {
    color: #696969;
    font-size: 10px;
}
.yellow {
    color: #ff7d00;
}
.gift_info {
    width: 75%;
    float: left;
}
.gift_list li .fr {
    float: right;
    width: 25%;
    text-align: right;
}
.gift_list .btn_blue {
/*    border-radius: 3px;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0;*/
}
.gift_list .btn_yellow {
    display: inline-block;
    padding: 8px;
    background: #74c544;
    color: #fff;
    margin-top: 8px;
    border-radius: 3px;
}
.linear {
    color: #565759;
    width: 100%;
    height: 2px;
    position: absolute;
    background: linear-gradient(to right, rgba(87,105,115,0), rgba(87,105,115,1));
    background: url("../images/line_bg.png") no-repeat right;
    background-size: 100% 1px;
    bottom: 0;
    border: 0;
}
.gift_container .main {
    margin: 0 0 10px 0;
    height: auto;
}
.gift_container .main .infos_main {
    height: 56px;
    padding: 14px;
	overflow: hidden;
}
.gift_container .main .infos_main .game_log {
    width: 56px;
    height: 56px;
    text-align: center;
    float: left;
    margin-right: 14px;
}
.game_log a {
    display: block;
    width: 100%;
    height: 100%;
}
.game_log a img {
    width: 100%;
    height: auto;
    border-radius: 7px;
}
.gift_container .main .infos_main .game_info {
    float: left;
    width: auto;
    height: 100%;
}
.gift_container .main .infos_main .game_info h3 {
    color: #000;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 100;
}
.game_info p {
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    font-weight: 100;
    color: #000;
    clear: both;
    vertical-align: middle;
}
.gift_container .main .infos_main .gift_btn {
    width: auto;
    float: right;
    height: 100%;
}
.gift_container .main .infos_main .gift_btn .btn_blue {
    line-height: 30px;
    text-align: center;
    padding: 0;
    display: block;
    width: 72px;
    height: 30px;
    border-radius: 4px;
    background: #74c544;
    color: #fff;
    margin-top: 12px;
}

.gift_container .main .gift_content {
    color: #000;
    font-size: 14px;
    line-height: 22px;
	border-top: 1px solid #e5e5e7;
    margin-top: 10px;
    padding: 20px;
}
.information h3, .information h4, .information p {
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.serial_no{
	color: #74c543;
}
.serial_info{
	color: #333333;
    margin-top: 16px;
}
.serial_info img{ 
	 width: 50%;
}
button.btn-copy {
    background: #fff;
    color: #74c543;
    width: 45px;
    height: 25px;
    border: 1px solid #74c543;
    border-radius: 7px;
}
html body .mtop {
    margin-top: 20px !important;
    width: 68%;
    height: 42px;
    background-color: #74c543;
    border-radius: 5px;
    line-height: 40px;
    color: #fff;
	margin-left: 16%;
}
p.mtop a {
    color: #fff;
    margin-left: 2px;
    font-size: 16px;
    letter-spacing: 3px;
}
a#gift_detail_btn {
    color: #fff;
}
.jump_wrapper .jump_right p a.wait_info{
	color: #74c543;
}
.wait_info{
	color: #74c543;
}
/*************   gift  end    ******************/

/*************   game  start    ******************/
.z_main.z_gamedetail {
    padding: 1.2%;
    padding-top: 0;
    color: #ffffff;
}
.z_main {
    height: auto;
    overflow: hidden;
    padding: 16px 10%;
    color: #ffffff;
    position: relative;
    margin-bottom: 44px;
}
.game_list {
    margin: 0px;
	overflow: hidden;
    height: auto;
}
.infos_main {
    height: auto;
    padding: 10px 14px;
    overflow: hidden;
}
.game_list .game_log {
    width: 50px;
    height: 50px;
    text-align: center;
    float: left;
    margin-right: 5px;
	padding: 5px 5px 5px 0;
}
.game_list .game_log a {
    display: block;
    width: 100%;
    height: 100%;
	padding-left: 0;
}
.game_list .game_log img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
}
.game_list .game_info {
    float: left;
    width: auto;
    height: 100%;
	margin: 3px 5px 0 5px;
}
.game_list .game_info h3 {
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 100;
}
.game_list .game_info h3 span {
    float: left;
    color: #333;
    font-weight: 300;
    font-size: 14px;
    margin-right: 3px;
}
.game_list .game_info p {
    height: 15px;
    line-height: 15px;
    font-weight: 100;
    color: #696969;
    opacity: 0.8;
    clear: both;
    vertical-align: middle;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.game_list .game_info p span:last-child {
    display: inline-block;
    float: left;
}
.game_list .game_info p span:last-child {
    float: left;
    font-size: 10px;
    margin-left: 3px;
}
.game_list .game_info span.start_list {
    float: left;
    height: 100%;
    width: auto;
    margin-right: 14px;
}
.start_list .i_start1 {
    width: 10px;
    height: 10px;
    background-position: -2px -2px;
}
.icons {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/icons.png") no-repeat center;
    position: relative;
    background-size: 150px 200px;
}
.game_info p span {
    margin-right: 12px;
}
.game_list .game_btn {
    float: right;
    height: 60px;
    position: relative;
    width: 65px;
}
.game_list .game_btn a.btn_blue {
    width: 63px;
    height: 34px;
    line-height: 34px;
    font-size: 11px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -18px;
    display: block;
    color: #ffffff;
    font-weight: 100;
    text-align: center;
    border-radius: 3px;
	background-color: #74c544;
}
.game_banner.block_bg {
    background-color: #f3f7fa;
}
.game_banner {
    margin-top: 5px;
    position: relative;
}
.list_imgs ul {
    padding: 0;
}
.swipe-wrap {
    overflow: hidden;
    position: relative;
}

.swipe-wrap .wrap {
    float: left;
    width: 100%;
    position: relative;
}
.list_imgs ul li a {
    width: 98%;
    display: inline-block;
    float: left;
    padding: 4% 2%;
}
.list_imgs ul li a img {
    width: 100%;
    height: auto;
}
.game_detail {
    margin-top: 0px;
}
.game_detail.block_bg {
	margin-top: 0px;
    background-color: #f3f7fa;
}
.game_detail_main {
    position: relative;
}
.game_detail h2 {
    color: #50a6fd;
    height: 22px;
    line-height: 36px;
    text-indent: 1em;
    position: relative;
    font-weight: 100;
    font-size: 14px;
}
.game_detail_main article {
    padding: 2%;
}
.game_detail_main article p {
    font-size: 12px;
    line-height: 2em;
    text-indent: 1.5em;
    overflow: hidden;
    color: #696969;
}
.gift_present_main h2 {
    color: #50a6fd;
    height: 22px;
    line-height: 36px;
    text-indent: 1em;
    position: relative;
    font-weight: 100;
    font-size: 14px;
}
.gift_present_main article {
    margin-top: 4px;
    float: left;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e5e5e7;
}
.gift_present_main .fr {
    margin-right: 14px;
    margin-top: 0px;
    background-color: #74c544;
    float: right;
    width: 63px;
    height: 34px;
    line-height: 34px;
    font-size: 11px;
    right: 0;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}
.gift_present_main article p {
    font-size: 12px;
    line-height: 2em;
    text-indent: 1.5em;
    overflow: hidden;
    color: #696969;
    margin-top: 3px;
}
.gift_present_main .fr a {
    color: #fff;
}
.gift_present_main .fr_gitf2 a {
    color: #fff;
}
.gift_present_main .fr_gitf2 {
    margin-right: 14px;
    margin-top: 22px;
    background-color: #74c544;
    float: right;
    width: 63px;
    height: 34px;
    line-height: 34px;
    font-size: 11px;
    right: 0;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}
.unslider-nav li {
    text-indent: -999em;
    float: left;
    background: #FFFFFF;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}
.unslider-nav li.unslider-active {
    background-color: #398DE3;
}
nav.unslider-nav {
	display: none;
    width: 35%;
    position: absolute;
    bottom: 10px;
    left: 44%;
}
/*************   game  end    ******************/
/*************   index  start  ******************/
/*************   index  start  ******************/

/************* user index start *********************/
.z_header_user{
	height: 276px;
    background: url(../images/user_background.jpg) no-repeat;
    background-size: 100% 100%;
}
.z_header_user img {
    margin-top: 50px;
    width: 114px;
    height: 114px;
    border-radius: 64px;
    border: 4px solid #51a4ff;
}
.z_header_user p {
    height: 15px;
    line-height: 15px;
    margin-top: -5px;
    margin-bottom: 10px;
}
.z_main_user {
    padding: 50px 0px 0px;
}
.item_link {
	padding-left:20px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #8285a0;
}
.item_link .item_title {
    width: 60%;
    float: left;
    text-indent: 55px;
    background: url(../images/my_game_icon.png) no-repeat;
    background-size: 40px 40px;
    color: #131313;
    font-size: 18px;
    background-position: 2px 10px;
    text-decoration: none;
}
.item_link a {
    height: 60px;
    line-height: 60px;
    display: inline-block;
}
.item_link .arrow_a {
	width:40%;
    display: inline-block;
    float: right;
}
.item_link .arrow_a img {
	float:right;
    margin-top: 15px;
    margin-right: 12px;
    height: 30px;
}
.user_info_link .item_title {
    background: url(../images/user_info_icon.png) no-repeat;
    background-size: 40px 40px;
    background-position: 2px 10px;
}
.security_link .item_title {
    background: url(../images/security_icon.png) no-repeat;
    background-size: 40px 40px;
    background-position: 2px 10px;
}
.pay_record_link .item_title {
    background: url(../images/pay_record_icon.png) no-repeat;
    background-size: 40px 40px;
    background-position: 2px 10px;
}
.my_gift_link .item_title {
    background: url(../images/my_gift_icon.png) no-repeat;
    background-size: 40px 40px;
    background-position: 2px 10px;
}

.quit_login_div {
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 20px;
	margin-bottom:60px;
}
.quit_login_div a {
    display: inline-block;
    height: 40px;
    border: #6CE4D1 2px solid;
    line-height: 40px;
    background: #fff;
    width: 80%;
    border-radius: 3px;
    color: #6CE4D1;
}
/************* user index end *********************/
/************* my game start *********************/
.mygame_container .z_gamecenter {
    padding: 0;
    padding-bottom: 18px;
}
.game_list{
	margin:0px;
}
.mygame_container .game_list #my_game_list li{
	display: block;
    height: 110px;
    width: 100%;
    border-bottom: 1px solid #e5e5e7;
}
.mygame_container .game_list #my_game_list .game_info{
	margin: 20px 0px;
	width: 75%;
	height: auto;
    float: left;
}
.mygame_container .game_list #my_game_list .game_info img {
	width: 70px;
    height: 70px;
}
.mygame_container .game_list #my_game_list .game_item_info .name
{
	font-size: 15px;
    color: #333;
    margin-top: 8px;
    margin-bottom: 5px;
}
.mygame_container .my_game_list #game_item_info .star{
	font-size: 12px;
    height: 15px;
    line-height: 15px;
    font-weight: 100;
    color: #000;
    clear: both;
    vertical-align: middle;
}
.mygame_container .game_list #my_game_list .start_game_div{
	width: 25%;
    float: left;
    text-align: right;
}
.mygame_container .game_list #my_game_list .start_game_btn{
	display: inline-block;
    padding: 10px 8px;
    background: #74c544;
    color: #fff;
    margin-top: 40px;
    margin-right: 15px;
}

/************* my game end *********************/
/************* my order start *********************/
.order_container .item_link{
	height:90px;
	
}
.order_container .z_main_info .item_link {
	
}
.order_container .z_main_info .item_link .orderleft {
    float: left;
    width: 50%;
}
.order_container .z_main_info .item_link .orderleft .one{
	margin-top: 8px;
	margin-left: 20px;
	line-height: 20px;
    font-size: 14px;
    height: 20px;
    color: #828282;
}
.order_container .z_main_info .item_link .orderleft .two{
	line-height: 20px;
    height: 20px;
    font-size: 20px;
    margin-top: 20px;
    margin-left: 20px;
	color:#111;
}
.order_container .z_main_info .item_link .orderright {
    float: left;
    width: 50%;
    text-align: right;
}
.order_container .z_main_info .item_link .orderright .two{
	color: #111;
	margin-right:20px;
	line-height: 20px;
    height: 20px;
    font-size: 20px;
    margin-top: 20px;
	color:#111;
}
.order_container .z_main_info .item_link .orderright .one{
	margin-right: 20px;
	margin-top: 8px;
	line-height: 20px;
    font-size: 14px;
    height: 20px;
    color: #828282;
}
/************* my order end *********************/
/************* my order start *********************/



/************* my order end *********************/
/************* my safe start *********************/
.user_container{
	padding:0px;
}
.user_container .safe_header a{
	display: inline-block;
    width: 22px;
    height: 23px;
    background-image: url("http://test.weiqu.com/static/mobile/images/back.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 40%;
    margin-top: -7px;
    left: 20px;
    border: 0;
    text-shadow: 0 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
}
.user_container .z_main_user .safe_a
{
	margin: 50px auto 0px;
    display: block;
    width: 80%;
    height: 66px;
    line-height: 66px;
    background: #5D97FD;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
}
.user_container .z_main_user .safe_b
{
	margin: 0 auto;
    margin-top: 60px;
    display: block;
    width: 80%;
    height: 66px;
    line-height: 66px;
    background: #78C846;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 10px
}
/************* my safe end *********************/
/************* update password start *********************/
.update_password_container .z_main .form_box .sign_line input.text, .sign_line input.text:active{
	width: 100%;
    border: none;
    border-bottom: 1px solid #D6D6D9;
    color: #111;
    font-weight: bold;
    padding-right: 0px;
    padding-left: 0px;
    text-indent: 1em;
    height: 50px;
	background-color: #fff;
}
.update_password_container .z_main .form_box .sign_line .sign_in{
	line-height: 66px;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 20px;
    text-decoration: none;
    background: rgb(57, 141, 227) none repeat scroll 0% 0%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    font-weight: bold;
}
.update_password_container .z_main .form_box .sign_line .sign_up_tip{
	padding: 50px;
	text-align: center;
}
.update_password_container .z_main .form_box .sign_line .sign_up_tip a{
	color: #5395FD;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
/************* update password end *********************/
/************* update password start *********************/
.sign_container .z_main .from_box .sign_line input.text:active {
	width: 100%;
    border: none;
    border-bottom: 1px solid #D6D6D9;
    color: #111;
    font-weight: bold;
    padding-right: 0px;
    padding-left: 0px;
    text-indent: 1em;
    height: 50px;
    background-color: #fff;
    float: left;
}
.sign_container .z_main .from_box .sign_line #get_code_btn{
	    color: #111;
    font-weight: bold;
    display: inline-block;
    margin-left: -76px;
    float: right;
    line-height: 65px;
}
.sign_container .z_main .from_box .sign_line #bind_btn{
	line-height: 66px;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 20px;
    text-decoration: none;
    background: rgb(57, 141, 227) none repeat scroll 0% 0%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    font-weight: bold;
}
/************* update password end *********************/
/*************  user info start *********************/
.z_main_info{
	padding:0;
}
.user_info_container .z_main_info .item_link span{
	margin-left: 15px;
    color: #A1A1A1;
}
.user_info_container .z_main_info .my_photo_link{
	height: 135px;
    line-height: 135px;
}
.user_info_container .z_main_info .item_link .item_bg{
    background-size: 15px 25px;
    padding-right: 30px;
    margin-right: 15px;
    background-position-x: right;
    background-position-y: center;
	height: 100%;
    background: transparent url("../static/images/arrow.png") no-repeat;
}
.user_info_container .z_main_info .item_link .item_bg a {
    height: 100%;
    line-height: 60px;
	color: #5594ff;
	margin-right:30px;
	text-align:right;
}
.user_info_container .z_main_info .item_link .arrow_a img{
	margin-top: 6px;
    width: 114px;
    height: 114px;
    border-radius: 64px;
    border: 4px solid #51a4ff;
}
.user_info_container .z_main_info .my_photo_link{
	height: 134px;
    line-height: 134px;
}
.user_info_container .z_main_info .my_photo_link .item_bg .user_info{
	margin-right: 0px;
}
.user_container .z_main_info .my_photo_link .item_bg .user_info img{
	margin-right: 0px;
}
/*************  user info end *********************/
/*************  my gift start *********************/


/*************  my gift end *********************/




/* made by xubin */
.mui-content {
    height: 100%;
}
.i_header_user{
    height: 193px;
    width: 100%;
    text-align: center;
    position: relative;
    background: url(../images/user_background.png) no-repeat;
    background-size: 100% 100%;
}

.blank_page{margin: 0 auto;background: #f1f3f7;background: url(/static/mobile/images/blank_page.png) center 90px no-repeat;background-size: 214px 139px;width: 100%;height: 100%;}
.blank_text{font-size:14px;color:#989fa5;text-align: center;position: relative;top: 240px;}
