﻿.clearfix
{
    clear: both;
}
.clearfix:after
{
    clear: both;
}
.clearfix:before, .clearfix:after
{
    display: table;
    content: " ";
    box-sizing: border-box;
}
img
{
    border: 0px;
}
.app-top
{
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 10px;
    background: #ffffff;
}
.app-platforms-box
{
    text-align: center;
    width: 490px;
    margin: 0 auto;
}
.app-platforms-box a
{
    width: 80px;
    height: 25px;
    line-height: 25px;
    float: left;
    margin-left: 1px;
    cursor: pointer;
    border: 1px solid #008EB7;
    color: #008EB7;
    margin-left: -1px;
}
.app-platforms-box a.active
{
    background: #008EB7;
    color: #ffffff;
}
.app-platforms-box a.first
{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.app-platforms-box a.last
{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.app-search-box
{
    float: right;
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f5f5f5;
}
.app-search-box input[type='text']
{
    background: transparent;
    border: 0px;
    height: 100%;
    line-height: 23px;
    outline: none;
}
.app-search-box img
{
    float: right;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-top: 4px;
}
.app-cates-box
{
    float: left;
    width: auto;
    position: relative;
    cursor: pointer;
}
.app-cates-box img
{
    height: 25px;
}
.app-cates-box .app-cates-list
{
    position: absolute;
    width: 200px;
    z-index: 999;
    left: 0px;
    top: 38px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #ffffff;
    display: none;
    overflow: hidden;
}
.app-cates-box .app-cates-list .app-cate-title
{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    background: #F9F9F9;
    color: #333;
}
.app-cates-box .app-cates-list .app-cate-item
{
    height: 35px;
    line-height: 35px;
    border-top: 1px solid #efefef;
    margin-top: -1px;
    padding-left: 10px;
    padding-right: 10px;
    color: #666;
}
.app-cates-box .app-cates-list .app-cate-item:hover
{
    background: #F9F9F9;
}
.app-banner
{
    height: 480px;
    position: relative;
    width: 100%;
    float: left;
    margin-top: 5px;
}
.app-banner #app-banner
{
    width: 100%;
    height: 480px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}
.app-banner #app-banner p
{
    width: 100%;
    height: 480px;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    background-repeat: no-repeat;
    background-position: 50% 0px;
    margin-top: 0px;
}
.app-banner-text
{
    width: 1200px;
    height: 480px;
    margin: 0 auto;
    position: relative;
}
.app-banner-text .center
{
    width: 1200px;
    height: 480px;
    position: absolute;
    left: 50%;
    margin-left:-600px;
    top: 0px;
}
.app-banner-text .center .centergif
{
    display: block;
    width: 1200px;
    height: 480px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 4;
}
.app-banner-text .center b
{
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 3;
    width: 1200px;
    height: 480px;
    display: block;
}
.app-banner-text #moveingnum
{
    height: 14px;
    line-height: 23px;
    position: absolute;
    left: 50%;
    margin-left: -46px;
    top: 440px;
    z-index: 5;
}
.app-banner-text #moveingnum .active
{
    background: #f76431;
    cursor: pointer;
}
.app-banner-text #moveingnum li
{
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 9px;
    background: #B4B4B4;
    border-radius: 14px;
    cursor: pointer;
}
.app-list-box
{
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
}
.list-box-center
{
    float: left;
    width: 1220px;
    margin-left: -10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.app-list-box .title
{
    float: left;
    width: 100%;
    font-size: 15px;
}
.app-list-box .title a
{
    float: right;
    color: #666;
}
.app-list-box .list-box
{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.app-list-box .list-box .item
{
    width: 100px;
    height: 175px;
    overflow: hidden;
    float: left;
    margin-left: 20px;
}
.item-logo
{
    width: 100px;
    height: 100px;
    overflow: hidden;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}
.item-logo img
{
    width: 100px;
    height: 100px;
}
.item-info
{
    margin-top: 5px;
    line-height: 16px;
    font-size: 12px;
    color: #777;
}
.item-name
{
    height: 35px;
    overflow: hidden;
    color: #333;
}
.app-advert
{
    width: 100%;
    float: left;
    text-align: center;
}
.app-advert-item
{
    width: 280px;
    height: 125px;
    border: 1px solid #ccc;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    float: left;
    overflow: hidden;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.app-advert-item img
{
    width: 280px;
    height: 125px;
    float: left;
}
.app-link-box
{
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    overflow-x: hidden;
    margin-top: 10px;
}
.app-link-item
{
    width: 300px;
    border: 1px solid #ccc;
    border-right: 0px;
    margin-left: -1px;
    margin-top: -1px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    float: left;
}
.app-link-item a
{
    font-size: 15px;
    color: #008EB7;
}
.app-account-box
{
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
.column5
{
    width: 50%;
    float: left;
}
.app-account-box .account-button
{
    width: 300px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    overflow: hidden;
    color:#333;
}
.app-account-box .account-button .button-inet
{
    width: 100%;
    height: 100%;
    background: #000000;
    color: #ffffff;
}
.app-account-box .account-button .button-inet a
{
    color: #ffffff;
    font-size: 14px;
}
.app-account-box .account-button .button-login
{
    width: 100%;
    height: 100%;
    background: #000000;
    color: #ffffff;
}
.app-account-box .account-button .button-default
{
    width: 100%;
    height: 100%;
}
.float-right
{
    float: right;
}
.float-left
{
    float: left;
}
.margin-right10
{
    margin-right: 10px;
}
.margin-left10
{
    margin-left: 10px;
}
.app-bottom
{
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #efefef;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tool-boxes
{
    width: 650px;
    margin: 0 auto;
}
.tool-item
{
    width: 80px;
    text-align: center;
    float: left;
    margin-left: 50px;
    cursor: pointer;
    color: #777;
}
.tool-item img
{
    width: 30px;
    height: 30px;
}
.tool-item div
{
    margin-top: 3px;
}
.fixed
{
    position: fixed;
    z-index: 555;
    width: 100%;
    left: 0px;
    top: 0px;
}
.bottomfixed
{
    position: fixed;
    z-index: 555;
    width: 100%;
    left: 0px;
    bottom: 0px;
    margin-bottom: 0px;
}
.app-item
{
    width: 399px;
    height: 399px;
    border: 1px solid #ddd;
    margin-top: -1px;
    margin-left: -1px;
    float: left;
}
.app-item:hover
{
    background: #f5f5f5;
}
.app-item-container
{
    width: 360px;
    height: 360px;
    overflow: hidden;
    margin: 20px;
}
.app-item-container .app-item-logo
{
    width: 100px;
    height: 100px;
    float: left;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    overflow: hidden;
}
.app-item-container .app-item-logo img
{
    width: 100px;
    height: 100px;
}
.app-item-container .app-item-info
{
    float: left;
    margin-left: 10px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    width: 180px;
}
.app-item-container .app-item-info .info-name
{
    font-size: 14px;
    color: #000;
}
.app-item-container .app-item-info .info-review img
{
    width: 13px;
    height: 13px;
    margin-right: 2px;
}
.app-item-container .app-item-info .info-plat .plat-box
{
    float: left;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-border-raidus: 3px;
    height: 26px;
    line-height: 26px;
    width: 60px;
    text-align: center;
}
.app-item-container .app-item-button
{
    float: right;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #008EB7;
    color: #008EB7;
    border-radius: 3px;
    -webkit-border-raidus: 3px;
    cursor: pointer;
    margin-top: 26px;
}
.app-item-container .app-item-button:hover
{
    background: #008EB7;
    color: #ffffff;
}
.app-item-container .app-item-pic
{
    width: 100%;
    float: left;
    margin-top: 10px;
    text-align: center;
}
.app-item-container .app-item-pic img
{
    max-width: 360px;
    mar-height: 250px;
}
.c-list-pagination
{
    background: #fff;
    text-align: center;
    width: 100%;
    float: left;
}
.pagination
{
    margin: 25px 0 18px;
}
.pagination
{
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}
.pagination > li
{
    display: inline;
}
.comp-pagination li a
{
    margin: 0 8px;
    border-radius: 4px;
    color: #a1b1bc;
    font-size: 14px;
    line-height: 20px;
    border-color: #dae0e2;
}
.pagination-sm > li > a, .pagination-sm > li > span
{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination > li > a, .pagination > li > span
{
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #a1b1bc;
    background-color: #fff;
    border: 1px solid #dae0e2;
    margin-left: -1px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
.comp-pagination li.active a, .comp-pagination li.active a:hover, .comp-pagination li.active a:focus
{
    color: #fff;
    background-color: #5e75db;
    border-color: #5e75db;
}
.table-content-box
{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
}
.account-box
{
    position: relative;
    float: left;
    width: 100%;
}
.account-box .logo
{
    float: left;
}
.account-box .logo .logo-img
{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 100px;
    border: 1px solid #ccc;
}
.basic-info
{
    float: left;
    margin-left: 18px;
    width: 650px;
    position: relative;
}
.account-box
{
    position: relative;
}
.account-box h1
{
    margin: 0;
    display: inline-block;
    font-size: 22px;
}
.account-box .info
{
    margin-bottom: 10px;
}
.basic-info .info
{
    margin-top: 10px;
}
.basic-info .tips
{
    color: #999;
}
p
{
    margin: 0 0 9px;
}
.btn
{
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.fo-btn
{
    padding: 6px 45px;
}
.btn-white
{
    color: #6a6c70;
    background-color: #fff;
    border-color: #e3e6e9;
}
.account-box .share .btn
{
    margin-right: 10px;
    border: 1px solid #e3e6e9;
    font-size: 15px;
}
.account-box .share
{
    float: right;
    text-align: right;
    position: relative;
    margin-top: 10px;
}
.btn-default
{
    color: #fff;
    background-color: #178fe6;
    border-color: transparent;
}
.title
{
    margin-bottom: 20px;
    border-bottom: 1px solid transparent;
}

.title.line
{
    border-color: #f2f2f2;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
}
.title h3
{
    font-size: 16px;
    float: left;
    margin: 0;
    position: relative;
    top: 1px;
    padding-bottom: 10px;
    border-bottom: 2px solid #5e75db;
    font-weight: 700;
}
.title .total-num
{
    background: #5e75db;
    color: #fff;
    padding: 0 8px;
    line-height: 16px;
    float: left;
    border-radius: 3px;
    margin-left: 10px;
    margin-top: 1px;
}
.panel-body
{
    padding: 0;
}
.panel-body .item
{
    margin-top: 15px;
    padding: 15px;
    position: relative;
}
.text-center
{
    text-align: center;
}
.pic-list
{
    width: 500px;
    height: 900px;
	overflow-y: hidden;
    float: left;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    border: 2px solid #cccccc;
    text-align: center;
}
.pic-list:hover
{
    border-color: #F38B30;
}
.pic-list img
{
    width: 500px;
    height: auto;
}
.table-body .table-col .location img
{
    width: 20px;
}
.app-price-sym
{
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #008EB7;
    color: #008EB7;
    font-size: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.app-platform-ico
{
    text-align: center;
    margin-top: 5px;
}
.app-platform-ico img
{
    width: 30px;
    height: auto;
    border: 0px;
}
.table-content-box ul
{
    list-style: none;
}
.table-content-box ul li {
    float: left;
    margin-right: 10px;
}
.table-content-box ul li a {
    color: #333;
}
.table-content-box ul li a:hover {
    color: #178FE6;
}