.head {width:100%;min-width:1200px;background:rgba(255,255,255,1);}
.head .search {width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;}
.head .search img {;}
.head .search .search_a input {width:536px;height:40px;float:left;background:rgba(255,255,255,1);border:1px solid rgba(233,233,233,1);text-indent:10px;}
.head .search .search_a a {text-decoration:none;display:inline-block;line-height:40px;text-align:center;width:80px;height:40px;background:rgba(0,133,255,1);font-size:18px;font-weight:400;color:rgba(255,255,255,1);}
.head .search .index-right-tip {margin-left:59px;width:116px;height:50px;font-size:14px;font-weight:400;color:#333;cursor:pointer;text-align:right;}
.head .search .index-right-tip p:last-child {margin-top:8px;}
.head .search .index-right-tip p:last-child a {margin-left:10px;}
.head .search .index-right-tip span {display:inline-block;width:18px;height:18px;background:rgba(108,185,255,1);color:#fff;text-align:center;line-height:18px;}

.content {width:1200px;margin:20px auto;background:rgba(255,255,255,1);}
.content .block_nav {width:1200px;height:48px;background:rgba(255,255,255,1);display:flex;align-items:center;}
.cleaver {position:fixed;top:0;}
.content .block_nav a {font-size:16px;font-weight:400;color:#333;margin-left:55px;}
.content .block_nav a:first-child {margin-left:27px;font-weight:bold;color:#333;}
.content .content-tab {width:1200px;height:1px;background-color:rgba(233,233,233,1);border:1px solid rgba(233,233,233,1);position:relative;}
.content .content-tab span {display:inline-block;width:84px;height:3px;background:#999;position:absolute;top:-1px;left:16px;}
.content .app-list {width:1200px;background:rgba(255,255,255,1);display:flex;flex-wrap:wrap;}
.content .app-list .app-block {width:210px;height:50px;margin:10px 0;margin-left:25px;}
.content .app-list .app-block:hover {background:#f0f0f0;}
.content .app-list .app-block .app-element {display:inline-block;width:210px;height:50px;display:flex;justify-content:space-between;align-items:center;}
.content .app-list .app-block img {width:44px;height:44px;}
.content .app-list .app-block .text-right {height:45px;display:flex;flex-flow:column;justify-content:center;}
.app-element:hover p span {color:#000 !important;}
.content .app-list .app-block .text-right span {font-size:16px;font-weight:500;color:#333;}
.content .app-list .app-block .text-right i {height:16px;line-height:16px;font-size:12px;font-weight:400;margin-top:5px;width:160px;color:rgba(138,138,141,1);overflow:hidden;}
.app-mobile-index a{float:left;display:block; margin: 12px auto;padding: 0 5px;text-align:center;width:80px;overflow:hidden;white-space:nowrap;}

.app-mobile-index img {
    width: 68px;
    height: 68px;
}