@charset "utf-8";

/**/
.ui-item-nav.active .ui-btn {color: black;background:white;}
.ui-item-nav .ui-btn {color: #999;background:white;}

/**/
.ui-content {max-width: 640px;margin: 1px auto;padding: 0 0 60px;}
.ui-item-content{background: url('../../images/icons/icon-border.png') left top repeat-x;}
.ui-item-content img{margin-top: 6px;}

/**/
.ui-item-navs {margin: 2px;display: flex;align-items: center;}
.ui-item-nav {width: 25%;float: left;}
.ui-item-nav.active a span{border: 1px solid #80D1B1;background-color: #80D1B1;display: block;width: 25px;margin:auto;}
.ui-item-nav a {font-size: 14px !important;font-weight: bold;border: 0;margin: 0;color: #646464;}

/* info list */
.info-list {margin: 2px;padding: 0px;list-style: none;}
.info-list > li {margin: 0 10px;padding: 15px 0;border-top: 1px solid #eee;height:120px;}
.info-list > li:first-child	{border-top: 0;}
.info-list a {color: black;font-weight: normal;line-height: 20px;}
.info-list a:visited{color: black;}
.info-list img {width: 120px;height: 90px;border-radius: 3px;float: left;margin-right: 10px;}

.info-list h2 {font-size: 18px;font-weight: 400;letter-spacing: 1px;}
.info-list p {margin: 5px 0;white-space: normal;font-size: 14px;color: #646464;line-height: 20px;}
