/* ====== reset ======================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
textarea,
select {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    resize: none;
    outline: none
}


/* ====== reset ======================================================================== */
.fc888 {
    color: #888;
}

.fc666 {
    color: #666
}

.fcRed {
    color: #ff5050
}

body {
    background: #fff;
    font: 12px/1.75 'Microsoft Yahei', 'Helvetica Neue', Arial, sans-serif
}

a,
a:hover {
    text-decoration: none;
    color: rgba(72, 85, 102, 1)
}

a:focus {
    outline: none;
}

.testWarning {
    display: inline;
    color: #F00;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 0;
}

/* m-topbar */
.m-topbar {
    width: 1001px;
    height: 40px;
    padding-top: 9px;
    border-bottom: 1px solid rgba(240, 244, 248, 1);
    border-right: 1px solid #eee;
    box-sizing: border-box;
    clear: both;
    position: relative;
}

.m-topbar .u-typeCut {
    margin-left: 5px;
    display: inline-block;
    float: left;
}

.m-topbar .u-typeCut a {
    width: 76px;
    height: 22px;
    line-height: 20px;
    margin-left: -1px;
    color: #979797;
    font-size: 12px;
    text-align: center;
    border: 1px solid rgba(207, 213, 220, 1);
    display: inline-block;
    box-sizing: border-box;
    float: left;
}

.m-topbar .u-typeCut a:hover {
    /*background: #F7F9FF;*/
    color: rgba(39, 133, 255, 1);
}

.m-topbar .u-typeCut a:active {
    color: rgba(39, 133, 255, 1);
    border: 1px solid rgba(39, 133, 255, 1);
    background: rgba(225, 240, 255, 1);
}

.m-topbar .u-typeCut a:nth-child(1) {
    border-radius: 2px 0px 0px 2px;
}

.m-topbar .u-typeCut a:nth-child(2) {
    border-radius: 0px 2px 2px 0px;
}

.m-topbar .u-typeCut a.active {
    color: rgba(39, 133, 255, 1);
    border: 1px solid rgba(39, 133, 255, 1);
    background: rgba(225, 240, 255, 1);
    position: relative;
    z-index: 99;
}

.m-topbar .u-historyBt {
    margin-left: 36px;
    display: inline-block;
    float: left;
}

.m-topbar .u-historyBt a {
    width: 22px;
    height: 22px;
    line-height: 20px;
    margin-left: -1px;
    border: 1px solid rgba(207, 213, 220, 1);
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    float: left;
}

.m-topbar .u-historyBt a:nth-child(1) {
    border-radius: 2px 0px 0px 2px;
}

.m-topbar .u-historyBt a:nth-child(1):after {
    background-position: 0px -60px;
}

.m-topbar .u-historyBt a:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-size: 20px 80px;
    transform: scale(.6);
    /*margin-top: -9px;*/
    /*margin-left: -9px;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
}

.m-topbar .u-historyBt a.bt {
    cursor: pointer;
}

.m-topbar .u-historyBt a:nth-child(1):after {
    background-image: url(../img/back.svg);
}

.m-topbar .u-historyBt a:nth-child(2):after {
    background-image: url(../img/forward.svg);
}

.m-topbar .u-historyBt a:nth-child(1).bt:after {
    background-position-y: -40px;
}

.m-topbar .u-historyBt a:nth-child(2).bt:after {
    background-position-y: -40px;
}

.m-topbar .u-historyBt a:nth-child(2).bt:after:hover {
    background-position-y: -60px;
}

.m-topbar .u-historyBt a.bt:hover {
    background-color: #F7F9FF;
}

.m-topbar .u-historyBt a.bt:active {
    background-color: #EEF2FF;
}

.m-topbar .u-historyBt a:nth-child(2) {
    border-radius: 0px 2px 2px 0px;
}

.m-topbar .u-historyBt a:nth-child(2):after {
    background-position: 0px -60px;
}

.m-topbar .u-refresh {
    width: 30px;
    height: 22px;
    margin-left: 10px;
    border: 1px solid rgba(207, 213, 220, 1);
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    float: left;
    /* background: url(../img/refresh.png) center/26px no-repeat; */
    /* background-position-y: 0; */
    box-sizing: border-box;
}

.m-topbar .u-refresh:hover {
    background-color: #fafafa;
    /* background-position-y: -26px; */
}

.m-topbar .u-refresh:active {
    background-color: #eee;
    /* background-position-y: -52px; */
}

.m-topbar .u-refresh:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../img/tools_icon_refresh.svg);
    background-size: 14px;
    background-position: -14px 0px;
    /*margin-top: -9px;*/
    /*margin-left: -9px;*/
    position: absolute;
    top: 3px;
    left: 8px;
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*top: 50%;*/
}

.m-topbar .u-search {
    width: 170px;
    height: 22px;
    line-height: 20px;
    margin-left: 10px;
    padding-right: 2px;
    border-radius: 2px;
    border: 1px solid rgba(207, 213, 220, 1);
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    float: left;
}

.m-topbar .u-search ul {
    padding: 5px 0;
    display: none;
    position: absolute;
    top: 30px;
    width: 166px;
    border-radius: 2px;
    border: 1px solid rgba(204, 204, 204, 1);
    background: #fff;
    z-index: 100;
}

.m-topbar .u-search ul li:hover {
    background: #e9ecf8;
}

.m-topbar .u-search ul a {
    display: block;
    padding: 0 6px;
    height: 28px;
    line-height: 28px;
    color: #555;
    width: 143px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-topbar .u-search.borders {
    border: 1px solid #8AA1FF;
}

.m-topbar .u-search.borders #search_btn {
    background-position-y: -22px;
}

.m-topbar .u-search input {
    width: 100%;
    height: 15px;
    line-height: 15px;
    position: absolute;
    top: 2px;
    padding-left: 31px;
    box-sizing: border-box;
    color: #555;
    border: none;
}

.m-topbar .u-search input::-webkit-input-placeholder {
    color: #D8D8D8;
}

.m-topbar .u-search #search_btn {
    width: 11px;
    height: 11px;
    display: inline-block;
    background: #f00;
    cursor: pointer;
    background: url(../img/search.svg) center/20px no-repeat;
    background-size: 11px;
    background-position-y: 0;
    position: absolute;
    top: 5px;
    left: 10px;
}

.m-topbar .u-appleId {
    /*height: 26px;*/
    /*line-height: 26px;*/
    margin-right: 10px;
    margin-top: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.m-topbar .u-appleId span {
    height: 26px;
    line-height: 26px;
    display: inline-block;
    padding-left: 24px;
    font-size: 12px;
    overflow: hidden;
    color: #aaa;
}

.m-topbar .u-appleId span.no {
    color: rgba(255, 170, 0, 1);
    background: url(../img/appleID.svg) no-repeat;
    background-size: 20px;
    background-position-y: 3px;
}

.m-topbar .u-appleId span a {
    color: rgba(142, 154, 169, 1);
    font-size: 12px;
    text-decoration: underline;
    display: none;
}

.m-topbar .u-appleId span.no a {
    display: inline-block;
}

.m-topbar .u-appleId .bindAppId {
    min-width: 80px;
    max-width: 144px;
    padding: 0 8px;
    height: 27px;
    line-height: 25px;
    margin-left: 8px;
    margin-top: 6px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    color: rgba(39, 133, 255, 1);

    background: linear-gradient(360deg, #D6EAFF 0%, #DBF3FF 100%);
    border-radius: 2px;
    border: 1px solid rgba(178, 209, 238, 1);

}

.m-topbar .u-appleId .bindAppId:hover {
    background: linear-gradient(360deg, #DBEDFF 0%, #EBF8FF 100%);
    border-radius: 2px;
    border: 1px solid rgba(207, 224, 240, 1);
}

.m-topbar .u-appleId .bindAppId:active {
    background: linear-gradient(360deg, #C7DAEE 0%, #D7ECF6 100%);
    border-radius: 2px;
    border: 1px solid rgba(182, 203, 223, 1);
}


.m-topbar .u-appleId #jiaocheng_div_fled {
    width: 156px;
    color: rgba(255, 170, 0, 1);
    font-size: 12px;
    text-decoration: underline;
}

/* m-navBox */
.m-navBox .nav-item a {
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-left: 44px;
    color: #666;
    font-size: 12px;
    display: block;
    /*border-left: 4px solid #f7f9ff;*/
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.m-navBox .nav-item ul>li>a {
    padding-left: 64px;
}

.m-navBox .nav-item>a:before {
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -10px;
    /*background: url(../img/navIcon.png) no-repeat;*/
}

.m-navBox .nav-item a:hover {
    /*background: url(../img/nav_bg.png) no-repeat 0 0;*/
    color: rgba(39, 133, 255, 1);
}

.m-navBox .nav-item a.active {
    color: rgba(39, 133, 255, 1);
    /*border-left: 4px solid #2359ff;*/
    /*background: #e8eeff;*/
}

.m-navBox .nav-item .icon-jinxuan:before {
    background: url(../img/sidebarIcon.svg) no-repeat;
    background-size: 20px;
}

.m-navBox .nav-item .icon-jinxuan.active {
    background: url(../img/nav_bg.png) no-repeat 0 0;
}

.m-navBox .nav-item .icon-jinxuan.active:before {
    background: url(../img/sidebarIconActivated.svg) no-repeat;
    background-size: 20px;
}

.m-navBox .nav-item .icon-application:before {
    background: url(../img/sidebarIcon.svg) no-repeat 0 -20px;
    background-size: 20px;
}

.m-navBox .nav-item .icon-application.select:before {
    background: url(../img/sidebarIconActivated.svg) no-repeat 0 -20px;
    background-size: 20px;
}

.m-navBox .nav-item .icon-application.select {
    background: url(../img/nav_bg.png) no-repeat 0 0;
}

.m-navBox .nav-item .icon-game:before {
    background: url(../img/sidebarIcon.svg) no-repeat 0 -40px;
    background-size: 20px;
}

.m-navBox .nav-item .icon-game.select:before {
    background: url(../img/sidebarIconActivated.svg) no-repeat 0 -40px;
    background-size: 20px;
}

.m-navBox .nav-item .icon-game.select {
    background: url(../img/nav_bg.png) no-repeat 0 0;
}

.m-navBox .nav-item .icon-kuyin:before {
    background: url(../img/nav_inactive.svg) no-repeat 0 0;
    background-size: 20px;
}

.m-navBox .nav-item .icon-kuyin.active:before {
    background: url(../img/nav_activated.svg) no-repeat 0 0;
    background-size: 20px;
}

/*.m-navBox .nav-item .icon-kuyin:hover:before{*/
/*	background: url(../img/nav_activated.png) no-repeat 0 0;*/
/*	background-size: 20px;*/
/*}*/
.m-navBox .nav-item .icon-kuyin.active {
    background: url(../img/nav_bg.png) no-repeat 0 0;
    color: rgba(72, 85, 102, 1);
    font-weight: bold;
}

/*.m-navBox .nav-item .icon-kuyin:hover{*/
/*	color: rgba(72, 85, 102, 1);*/
/*	font-weight: bold;*/
/*}*/
.m-navBox .nav-item .icon-ring:before {
    background: url(../img/nav_inactive.svg) no-repeat 0 -20px;
    background-size: 20px;
}

.m-navBox .nav-item .icon-ring.select {
    background: url(../img/nav_bg.png) no-repeat 0 0;
    color: rgba(72, 85, 102, 1);
    font-weight: bold;
}

/*.m-navBox .nav-item .icon-ring:hover{*/
/*	color: rgba(72, 85, 102, 1);*/
/*	font-weight: bold;*/
/*}*/
.m-navBox .nav-item .icon-ring.select:before {
    background: url(../img/nav_activated.svg) no-repeat 0 -20px;
    background-size: 20px;
}

/*.m-navBox .nav-item .icon-ring:hover:before{*/
/*	background: url(../img/nav_activated.png) no-repeat 0 -20.5px;*/
/*	background-size: 20px;*/
/*}*/
.m-navBox .nav-item .icon-ring-create:before {
    background: url(../img/nav_inactive.svg) no-repeat 0 -40px;
    background-size: 20px;
}

/*.m-navBox .nav-item .icon-ring-create:hover:before{*/
/*	background: url(../img/nav_activated.png) no-repeat 0 -41px;*/
/*	background-size: 20px;*/
/*}*/
/*.m-navBox .nav-item .icon-ring-create:hover{*/
/*	color: rgba(72, 85, 102, 1);*/
/*	font-weight: bold;*/
/*}*/

.m-navBox .nav-item .icon-wallpaper-jinxuan:before {
    background-image: url(../img/nav_inactive.svg);
    background-size: 20px;
    background-position: 0 -60px;
}

.m-navBox .nav-item .icon-wallpaper-jinxuan.active:before {
    background-image: url(../img/nav_activated.svg);
    background-size: 20px;
    background-position: 0 -60px;
}

.m-navBox .nav-item .icon-news:before {
    background-image: url(../img/nav_inactive.svg);
    background-size: 20px;
    background-position: 0 -100px;
}

.m-navBox .nav-item .icon-news.active:before {
    background-image: url(../img/nav_activated.svg);
    background-size: 20px;
    background-position: 0 -100px;
}

.m-navBox .nav-item .icon-type:before {
    background-image: url(../img/nav_inactive.svg);
    background-size: 20px;
    background-position: 0 -120px;
}

.m-navBox .nav-item .icon-type.active:before {
    background-image: url(../img/nav_activated.svg);
    background-size: 20px;
    background-position: 0 -120px;
}

.m-navBox .nav-item .icon-ranking:before {
    background-image: url(../img/nav_inactive.svg);
    background-size: 20px;
    background-position: 0 -80px;
}

.m-navBox .nav-item .icon-ranking.select:before {
    background-image: url(../img/nav_activated.svg);
    background-size: 20px;
    background-position: 0 -80px;
}

.wrap {
    margin: 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
    overflow: hidden
}

/* ====== left ======================================================================== */
.left {
    position: relative;
    float: left;
    width: 188px;
    height: 100%;
    border-right: 1px solid rgba(240, 244, 248, 1)
}

/* ====== left - device  */
.left .device {
    position: absolute;
    margin: 12px;
    height: 72px;
    border-radius: 3px;
    background: #F2F4F7;
    bottom: 0;
    left: 0;
    right: 0;
}

/* left - device - iDevice image  */
.left .device .no {
    padding: 6px 8px;
}

.left .device .no p {
    height: 20px;
}

.left .device .no p:nth-child(1) span {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../img/icon_notconnected.svg);
    background-size: 24px;
    background-position-y: -72px;
}

.left .device .no p:nth-child(1) {
    color: rgba(72, 85, 102, 1);
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.left .device .no p:nth-child(1) font {
    position: absolute;
    top: 4px;
    left: 32px;
    height: 16px;
    font-size: 12px;
    font-weight: bold;
    color: #485566;
    line-height: 16px;
}

.left .device .no p:nth-child(2) {
    padding: 0 8px;
    line-height: 14px;
    margin-top: 8px;
    color: rgba(142, 154, 169, 1);
    font-size: 10px;
}

.left .device .show {
    padding-top: 4px;
    padding-left: 12px;
    position: relative;
    display: none;
}

.left .device .show p:nth-child(1) {
    width: 155px;
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    color: rgba(72, 85, 102, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
    margin-bottom: -6px;
}

.left .device .show p:nth-child(1) span {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../img/Left_device.svg);
    background-size: 24px;
}

.left .device .show p:nth-child(1) span.iPhone {
    background-position-y: 0;
}

.left .device .show p:nth-child(1) span.iPad {
    background-position-y: -24px;
}

.left .device .show p:nth-child(1) span.iPod {
    background-position-y: -48px;
}

.left .device .show p:nth-child(1) font {
    width: 100px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 26px;
    top: 7px;
}

.left .device .show p:nth-child(2) {
    height: 16px;
    margin-bottom: 2px;
    padding-left: 24px;
}

.left .device .show p:nth-child(2) font {
    width: 46px;
    height: 18px;
    display: inline-block;
    background-image: url(../img/deviceSize.svg);
    background-size: 46px;
    background-position-y: -162px;
}

.left .device .show p:nth-child(2) font.gb4 {
    background-position-y: 0;
}

.left .device .show p:nth-child(2) font.gb8 {
    background-position-y: -18px;
}

.left .device .show p:nth-child(2) font.gb16 {
    background-position-y: -36px;
}

.left .device .show p:nth-child(2) font.gb32 {
    background-position-y: -54px;
}

.left .device .show p:nth-child(2) font.gb64 {
    background-position-y: -72px;
}

.left .device .show p:nth-child(2) font.gb128 {
    background-position-y: -90px;
}

.left .device .show p:nth-child(2) font.gb256 {
    background-position-y: -108px;
}

.left .device .show p:nth-child(2) font.gb512 {
    background-position-y: -126px;
}

.left .device .show p:nth-child(2) font.gb1024 {
    background-position-y: -144px;
}

.left .device .show p:nth-child(2) font.gbnone {
    background-position-y: -162px;
}

.left .device .show p:nth-child(3) {
    max-width: 154px;
    padding-left: 24px;
    color: #7c7d80;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.left .device .show a {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../img/deviceShow.png);
    background-size: 18px;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 7px;
    right: 6px;
}

.left .device .show a:hover {
    background-position-y: -18px;
}

.left .device .show a:active {
    background-position-y: -36px;
}

.left .device .show ul {
    width: 134px;
    height: auto;
    /* max-height: 145px; */
    /* margin-right: 2px; */
    padding: 5px 0;
    /* overflow-y: scroll; */


}

.left .device .show ul li {
    height: 26px;
    line-height: 26px;
    padding-left: 26px;
    padding-right: 8px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left .device .show ul li.active {
    background: #e9ecf8;
}

.left .device .show ul li.active:before {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../img/deveSelect.png) center no-repeat;
    background-size: 16px;
    position: absolute;
    left: 6px;
    top: 6px;
}

.left .device .show ul li:hover {
    background: #e9ecf8;
}

.left .device .show ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(184, 184, 184, 0);
}

.left .device .show ul::-webkit-scrollbar-track {
    background-color: rgba(184, 184, 184, 0);
}

.left .device .show ul::-webkit-scrollbar-thumb {
    background-color: #8b8d94;
    border-radius: 5px;
}

.left .device .show .tag {
    background: #fff;
    border: 1px solid rgba(207, 213, 220, 1);
    border-radius: 2px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    display: none;
    position: absolute;
    bottom: 71px;
    left: 132px;
    z-index: 100;
}

.left .device .show .tag:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 10px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    margin-bottom: -1px;
    border-top-width: 5px;
    border-top-color: currentColor;
    color: #aaa;
}

.left .device .show .tag:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 10px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    margin-bottom: -1px;
    border-top-width: 5px;
    border-top-color: currentColor;
    color: #fff;
}

/* .left .device div { float:left; margin:23px 0 0 20px; width:40px; height:48px }
.left .device_iPhone    { background:url(../img/Left_device_iPhone_iPad.png) }
.left .device_iPad      { background:url(../img/Left_device_iPhone_iPad.png) left -48px }
.left .device_notDevice { background:url(../img/Left_device_iPhone_iPad.png) left -96px }
.left .device_iPod { background:url(../img/Left_device_iPhone_iPad.png) bottom } */
/* left - device - iDevice text   */
/* .left .device ul { display:block; float:left; margin-top:18px; width:120px }
.left .device li.device_type { width:220px; font-weight:bold }
.left .device li.device_disk { width:32px; height:15px; background-image:url(../img/Left_device_disk.png)}
.left .device li.gb4  { background-position:0 0 }
.left .device li.gb8  { background-position:0 -15px }
.left .device li.gb16 { background-position:0 -30px }
.left .device li.gb32 { background-position:0 -45px }
.left .device li.gb64 { background-position:0 -60px }
.left .device li.gb128{ background-position:0 -75px }
.left .device li.gb256{ background-position:0 -90px }
.left .device li.gbnone{ background-position:0 -105px }
.left .device li.gb512{ background-position:0 -120px }
.left .device li.gb1024{ background-position:0 -135px }
.left .device li.device_name  { color:#999 }
.left .device li.device_text  { padding-top:2px; color:#999; line-height:16px }
.left .device .device_Switch{ position:absolute; top:22px; left:159px; width:13px; height:13px; background:url(../img/Left_device_arrow.png) top left }
.left .device .device_Switch:hover { background:url(../img/Left_device_arrow.png) bottom left }
.left .device .device_Switch span  { display:none }
.left .device p { display:none; position:absolute; top:34px; left:155px; width:145px; border:1px solid #bbb; background:#fff; z-index:999 }
.left .device p a { display:block; padding:0 10px; width:125px; line-height:32px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
.left .device p a:hover { background:#eee } */

/* ====== left - item  */
.left .item {
    padding: 6px 15px 18px;
    border-bottom: 1px solid #e6e6e6
}

.left .item div {
    margin-top: 15px;
    padding-left: 1px;
    width: 158px;
    height: 32px
}

.left .item div a {
    display: block;
    float: left;
    margin-left: -1px;
    width: 77px;
    height: 30px;
    border: 1px solid #d3d3d3;
    text-align: center;
    line-height: 28px;
    color: #666
}

.left .item div a:hover {
    position: relative;
    border: 1px solid #bbb;
    background: #fcfcfc;
    z-index: 98
}

.left .item div a.select {
    position: relative;
    border: 1px solid #39b54a;
    background: #e9fce8;
    color: #039701;
    z-index: 99
}

/* ====== left - search */
.left .menu_search {
    position: relative;
    padding: 18px 16px 18px 15px;
    border-bottom: 1px solid #e6e6e6
}

.left .menu_search div {
    position: relative;
    border: 1px solid #ddd;
    height: 28px
}

.left .menu_search div.borders {
    border: 1px solid #888;
}

.left .menu_search div input {
    float: left;
    padding-left: 6px;
    width: 113px;
    height: 28px;
    color: #000;
    background: none;
    border: none;
    line-height: 18px
}

.left .menu_search div input::-webkit-input-placeholder {
    color: #999;
}

.left .menu_search div input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.left .menu_search div input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.left .menu_search div input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.left .menu_search div a {
    float: left;
    border: none;
    width: 36px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 3px;
}

.left .menu_search div a#search_clear {
    display: none !important;
    position: absolute;
    right: 38px;
    top: 0px;
    height: 28px;
    line-height: 28px;
    width: 28px;
    border: 0;
    background-image: url(../img/clean_textbox.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: rgba(0, 0, 0, 0)
}

.left .menu_search div a#search_clear:hover {
    background-position: left -28px
}

.left .menu_search div a#search_clear:active {
    background-position: left -56px
}

.left .menu_search.on div a#search_clear {
    display: block
}

.left .menu_search div a#search_btn {
    position: absolute;
    right: 0;
    z-index: 99;
}

.left .menu_search div a#search_btn:hover {
    background-position-y: -21px;
}

.left .menu_search div a#search_btn:active {
    background-position-y: -45px;
}

.left .menu_search ul {
    position: absolute;
    top: 44px;
    width: 155px;
    border: 1px solid #888;
    background: #fff;
    z-index: 99
}

.left .menu_search ul a {
    display: block;
    padding: 0 6px;
    height: 28px;
    line-height: 28px;
    color: #555;
    width: 143px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.left .menu_search ul a:hover {
    background: #f4f4f4
}

.left .menu_search ul li.active {
    background: #e9e9e9
}

.left .menu_search.on div input {
    background: none;
    width: 114px
}

.left .menu_search div input.ha {
    background: none
}

/* ====== left - menu */
.left .menu {
    padding: 18px 16px 8px 15px;
    border-bottom: 1px solid #e6e6e6
}

.left .menu a {
    display: block;
    margin-bottom: 12px;
    width: 156px;
    height: 32px;
    border: 1px solid #ddd;
    line-height: 32px;
    text-align: center;
    color: #555
}

.left .menu a:hover {
    border: 1px solid #bbb;
    background: #fcfcfc
}

.left .menu a.select {
    border: 1px solid #888;
    background: #fff;
    color: #333
}

/* ====== left - apple id */
.left .appleid {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 15px 0;
    width: 158px;
    height: 130px;
    text-align: center
}

.left .appleid_mail {
    display: block;
    margin-top: 8px;
    padding: 0 6px;
    width: 144px;
    height: 32px;
    border: 1px solid #ddd;
    line-height: 32px;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.left .appleid_mail:hover {
    border: 1px solid #bbb;
    background: #fcfcfc
}

/* ====== left - tutorial */
.left .tutorial {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 15px 0;
    width: 158px;
    height: 30px;
    text-align: center
}

.left .tutorial a {
    width: 156px;
    color: #090;
    font-size: 12px;
    text-decoration: underline;
}

.left .tutorial a:hover {
    color: #666;
}

.left .tutorial a:active {
    color: #333;
}

/* ====== main ======================================================================== */
.mainBox {
    width: calc(100% - 189px);
    height: 100%;
    background: #fff;
    position: relative;
    float: left;
}

.mainBox>.mains {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.main {
    float: left;
    width: calc(100% - 189px);
    height: 100%;
    background: #FFF;
    position: relative;
}

.main::after {
    content: "";
    display: block;
    position: absolute;
    left: 811px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #eee;
}

.mains::after {
    content: "";
    display: block;
    position: absolute;
    left: 811px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #eee;
}

/* main - head ==================== */
.head {
    position: relative;
    padding-top: 5px;
    width: 811px;
    height: 34px;
    border-bottom: 1px solid rgba(240, 244, 248, 1);
    background: rgba(246, 249, 252, .8);
    box-sizing: border-box;
}

.head#search_list_head {
    height: 0px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.head#appdetail_head {
    height: 0px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.head#special_applist_head {
    height: 0px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

/* .head#page_head_div{height: 0px;padding: 0;border: 0;overflow: hidden;} */

.head::before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 10000px;
    height: 42px;
    background: #FFF;
}

/* main - head - tools  */
.head_tools {
    position: absolute;
    left: 24px;
    top: 4px;
    width: 210px;
    height: 28px
}

.head_tools::before {
    position: absolute;
    content: '';
    height: 12px;
    width: 2px;
    border-radius: 1px;
    background: rgba(39, 133, 255, 1);
    top: 8px;
    /*transform: translateY(-50%);*/
    left: 0;
}

.head_tools_search {
    width: 350px
}

.head h2 {
    line-height: 28px;
    font-size: 12px;
    color: #333;
    padding: 0 10px;
    position: relative;
}

.head .head_tools a {
    display: none !important;
    float: left;
    padding: 0 9px 0 30px;
    height: 26px;
    border: 1px solid #fff;
    line-height: 26px;
    text-align: center
}

.head .onlyhd {
    margin-right: 14px;
    float: right;
    display: block;
    padding: 0 9px 0 30px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #fff;
    color: rgba(142, 154, 169, 1);
    text-align: center;
    position: relative;

}

.head .onlyhd:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(../img/checkBoxNew.svg);
    background-size: 72px 48px;
    /*background-position: -12px 0;*/
    /* background-position: 239px 0px; */
    /*background-size: 500%;*/
    position: absolute;
    left: 10px;
    top: 5px;
}

.onlyhd_n:after {
    background-position: -12px 0;
}

.onlyhd_n:hover:after {
    background-position: -12px -12px;
}

.onlyhd_y:after {
    background-position: 0 0;
}

.onlyhd_y:hover:after {
    background-position: 0 -12px;
}

.head a:hover {
    border: 1px solid #ddd
}

.head a.goback {
    background: url(../img/tools_icon_goBack.png) no-repeat 7px 3px
}

.head a.refresh {
    background-image: url(../img/tools_icon_refresh.svg);
    background-size: 14px;
    background-position: -14px 0px;
}

.head a.onlyhd_n,
.head_tools a.onlyhd_n:hover,
.head a.onlyhd_y,
.head_tools a.onlyhd_y:hover {
    padding-left: 30px
}

/* .head a.onlyhd_n { background:url(../img/select_img.png) no-repeat 9px -5px; }
.head a.onlyhd_n:hover { background:url(../img/select_img.png) no-repeat 9px -37px }
.head a.onlyhd_y { background:url(../img/select_img.png) no-repeat 9px -69px; }
.head a.onlyhd_y:hover { background:url(../img/select_img.png) no-repeat 9px -101px } */
.head_label a.select {
    position: relative;
    border: 1px solid #888;
    background: #fff;
    z-index: 99;
    color: #333
}

/* main - head - label  */
.head_label {
    position: relative;
    margin: 0 auto;
    padding-left: 1px;
    width: 316px;
    overflow: hidden;
    display: none;
}

.head_label a {
    display: block;
    float: left;
    margin-left: -1px;
    width: 62px;
    height: 26px;
    border: 1px solid #d6d6d6;
    background: #f4f4f4;
    color: #666;
    text-align: center;
    line-height: 26px
}

.head_label a:hover {
    position: relative;
    border: 1px solid #bbb;
    background: #fcfcfc;
    z-index: 98
}

.head_label a.select {
    position: relative;
    border: 1px solid #888;
    background: #fff;
    z-index: 99;
    color: #333
}

.head_label_ring {
    width: 380px;
}

/* main - head - select  */
.head_select {
    /*width: 140px;*/
    height: 28px;
    margin-right: 9px;
    float: right;
}

.head_select_box {
    position: relative;
    /*width: 140px;*/
    height: 28px
}

.head_select_box font {
    float: left;
    color: #999;
    margin-top: 2px;
}

.head_select_btn {
    float: left;
    display: block;
    padding: 0 14px 0 6px;
    width: 114px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e6e6e6;
    color: #999;
    background: white url(../img/select_down.svg) no-repeat 116px;
    transition: 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 2px;
}

.head_select_btn:hover {
    border: 1px solid #d6d6d6;
    color: #999;
    background-color: rgba(225, 240, 255, 1);
}

.head_select_btn.trans {
    background: url(../img/select_up.svg) no-repeat 116px;
    border: 1px solid rgba(39, 133, 255, 1) !important;
    transition: 0.2s
}

.head_select_btn span {
    color: #333
}

.head_select_txt {
    display: none;
    position: absolute;
    padding: 5px 0 0 5px;
    right: 0;
    top: 36px;
    width: 230px;
    background: white;
    box-shadow: 1px 1px 10px #bbb;
    z-index: 98
}

.head_select_txt.active {
    display: block
}

.head_select_txt a {
    float: left;
    display: block;
    width: 110px;
    height: 28px;
    line-height: 28px;
    border: 0;
    border-right: 5px solid white;
    border-bottom: 5px solid white;
    background: rgba(242, 246, 250, 1);
    text-align: center;
    color: #555
}

.head_select_txt a:hover {
    background: rgba(225, 240, 255, 1);
    color: rgba(39, 133, 255, 1);
    border: 0;
    border-right: 5px solid white;
    border-bottom: 5px solid white;
}

.head_select_txt a.select {
    background: rgba(225, 240, 255, 1);
    color: rgba(39, 133, 255, 1)
}

/* main - head - select:waper */
.head_select_waper {
    width: 240px
}

.head_select_waper .head_select_box {
    width: 268px;
}

.head_select_waper .head_select_btn {
    border-radius: 2px;
    width: 116px;
    background: white url(../img/select_down.svg) no-repeat 116px;
}

.head_select_waper .head_select_btn:hover {
    background-color: rgba(225, 240, 255, 1);
}

.head_select_waper .head_select_btn.trans {
    background: url(../img/select_up.svg) no-repeat 116px;
    border: 1px solid rgba(39, 133, 255, 1);
}

.head_select_waper .head_select_txt {
    width: 282px;
}

.head_select_waper .head_select_txt a {
    padding: 0 10px;
    width: 116px;
    text-align: left;
}

/* main - scroll ==================== */
.divscroll {
    position: relative;
    width: 100%;
    height: calc(100% - 36px);
    background: #FFF;
}

.divscroll.waper_category {
    height: calc(100% - 36px);
}

.divscroll#appdetail_content {
    height: calc(100%);
}

.specialInfo {
    height: calc(100%);
}

.search_ring_body {
    height: 487px
}

#u3ring .divscroll,
#u3ring .loading {
    height: calc(100%);
}

#u3ring .divscroll.search_ring_body {
    height: calc(100% - 64px);
}


/* main - scroll - list hover */
.applist,
.topiclist {
    transition: 0.2s
}

.applist:hover,
.topiclist:hover {
    transition: 0.2s;
    background: rgba(246, 249, 252, 0.8)
}


/* main - scroll - app ------------------- */
/* main - scroll - app list */
.applist {
    position: relative;
    float: left;
    width: 405px;
    height: 90px
}

/*.applist { position:relative; float:left; width:405px; height:90px; border-bottom:1px solid #eee }*/
/*.applist:nth-child(odd) { border-right:1px solid #eee }*/
.applist a img {
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 12px
}

.applist ul {
    position: absolute;
    top: 13px;
    left: 94px;
    line-height: 20px
}

.applist ul .title {
    margin-top: 1px;
    line-height: 16px;
    height: 16px;
    font-size: 12px;
}

.applist ul .info {
    margin-top: 4px;
    line-height: 15px;
    height: 15px;
    font-size: 11px;
    color: rgba(187, 194, 203, 1)
}

.applist ul .note {
    margin-top: 4px;
    line-height: 15px;
    height: 15px;
    font-size: 11px;
    color: rgba(142, 154, 169, 1);
}

.applist ul .info span {
    margin: 0 6px;
    color: #ddd
}

.applist ul .title img {
    float: left;
    margin-right: 8px;
    margin-top: 2px;
    width: 20px;
    height: 12px;
}

.applist ul .fc888 {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.applist .applist_load {
    position: relative;
    display: block;
    top: 20px;
    left: 20px;
    width: 54px;
    height: 54px;
    background: url(../img/loading_16x16.gif) no-repeat center center
}

/* main - scroll - app list btn */
.appbtn {
    position: absolute;
    top: 34px;
    right: 25px;
    min-width: 74px;
    padding: 0 8px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    box-sizing: border-box;
}

/* .appbtn:hover { transition:0.2s; color:#fff; border:1px solid #666; background:#777 } */
.appbtn_install {
    border-radius: 2px;
    color: white;
    background: rgba(0, 111, 255, 1);
}

.appbtn_install:hover {
    color: #fff;
    background: #197dff;
}

.appbtn_install:active {
    color: rgba(255, 255, 255, 1);
    background: #0064e6;
}

.appbtn_install_local {
    border-radius: 2px;
    background: #22AC38
}

.appbtn_install_local:hover {
    color: #fff !important;
    background: #26BD3E
}

.appbtn_install_local:active {
    background: #118F25
}

.appbtn_installing {
    color: #2F54EB !important;
    border: 1px solid #2F54EB;
    background: #fff;
    border-radius: 2px;
}

.appbtn_installing:hover {
    color: #fff !important;
    background: #4E6DEE
}

.appbtn_installing:active {
    color: #fff !important;
    background: #2F54EB
}

.appbtn_install_ok {
    color: #666 !important;
    border-radius: 2px;
    border: 1px solid rgba(207, 213, 220, 1);
    background: #fff
}

.appbtn_install_ok:hover {
    background: #F7F9FF
}

.appbtn_install_ok:active {
    background: #EEF2FF;
    border: 1px solid #C0C0C0;
}

/* main - scroll - app content  */
.appcontent_icon {
    position: relative;
    width: 809px;
    height: 128px;
    background: url(../img/loading_16x16.gif) no-repeat 56px center
}

.appcontent_icon>img {
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 20px
}

.appcontent_icon ul {
    position: absolute;
    top: 17px;
    left: 128px
}

.appcontent_icon ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 661px;
    position: relative;
}

.appcontent_icon ul li:nth-child(3) {
    height: 34px;
}

.appcontent_icon ul .appname {
    font-size: 18px
}

.appcontent_icon ul a {
    display: block;
    margin-top: 8px;
    width: 88px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}

/* .appcontent_icon ul a:hover { transition:0.2s; color:#fff; border:1px solid #666; background:#777 } */
.appcontent_grid {
    margin: 0 0 20px 20px;
    width: 769px;
    height: 106px;
    background: rgba(231, 237, 243, 1)
}

.appcontent_grid div {
    float: left;
    margin: 1px 0 0 1px;
    padding-left: 20px;
    height: 34px;
    line-height: 34px;
    background: #f8fafd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.appcontent_grid .div1 {
    width: 171px
}

.appcontent_grid .div2 {
    width: 363px
}

.appcontent_imgs {
    width: 771px;
    padding: 0 20px 20px;
    background: #f8fafd
}

.appcontent_imgs_switch {
    padding-top: 10px;
    padding-bottom: 16px;
    height: 24px;
}

.appcontent_imgs_switch a:first-child {
    border-radius: 2px 0 0 2px;
}

.appcontent_imgs_switch a:last-child {
    border-radius: 0 2px 2px 0;
}

.appcontent_imgs_switch a {
    display: block;
    float: left;
    margin-left: -1px;
    width: 60px;
    height: 22px;
    line-height: 22px;
    border: 1px solid rgba(207, 213, 220, 1);
    background: #fff;
    text-align: center
}

.appcontent_imgs_switch a:hover {
    position: relative;
    color: rgba(39, 133, 255, 1);
    z-index: 98
}

.appcontent_imgs_switch a.a_on {
    border: 1px solid rgba(39, 133, 255, 1);
    background: rgba(225, 240, 255, 1);
    color: rgba(39, 133, 255, 1);
    z-index: 98;
    position: relative
}

.appcontent_imgs_scroll {
    width: 769px;
    height: 356px;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative
}

.appcontent_imgs_scroll img {
    display: block;
    height: 356px;
    float: left;
    margin-right: 14px
}

.appcontent_imgs_scroll img:last-child {
    margin-right: 0
}

.appcontent_text {
    width: 811px
}

.appcontent_text section {
    padding: 25px;
    border-bottom: 1px solid #eee
}

.appcontent_text section h1 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal
}

.appcontent_text section p {
    font-size: 14px;
    color: #777
}

.appcontent_privacy {
    padding: 30px 20px;
    border-bottom: 1px solid #eee;
}

.appDetailTitle {
    display: flex;
    font-weight: bold;
    align-items: center;
    font-size: 16px;
    font-family: MicrosoftYaHei, sans-serif;
    color: #485566;
}

.appDetailTitle span {
    width: 2px;
    height: 14px;
    background: #2785FF;
    border-radius: 1px;
    display: inline-block;
    margin-right: 8px;
}

.appcontent_privacy>.desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    margin-top: 20px;
}

.appcontent_privacy>.desc a {
    color: rgba(39, 133, 255, 1);
}

.appcontent_privacy .p3 {
    overflow: hidden;
    margin-top: 20px;
}

.appcontent_privacy .p3 .item {
    width: 240px;
    min-height: 200px;
    border-radius: 3px;
    float: left;
    margin-right: 25px;
    text-align: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    border: 1px solid #EAEEF2;
}

.appcontent_privacy .p3 .item:nth-last-child(1) {
    margin-right: 0;
}

.appcontent_privacy .p3 .item img {
    width: 40px;
    height: 40px;
    margin: 30px auto 0;
}

.appcontent_privacy .p3 .item p:nth-child(2) {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    color: rgba(72, 85, 102, 1);
    margin-top: 16px;
}

.appcontent_privacy .p3 .item p:nth-child(3) {
    font-size: 11px;
    line-height: 18px;
    color: rgba(96, 110, 128, 1);
    margin-top: 10px;
    padding: 0 16px 16px;
    overflow: hidden;
}

.appcontent_privacy .p3 .item p:nth-child(3) span {
    color: rgba(72, 85, 102, 1);
    font-weight: bold;
}

.appcontent_historyVersions {
    width: 811px
}

/*.appcontent_historyVersions .Ver_hd{}*/
/*.appcontent_historyVersions .Ver_hd span{*/
/*	!*height: 30px;*!*/
/*	margin-top: 24px;*/
/*	margin-left: 24px;*/
/*	!*margin-bottom: 16px;*!*/
/*	!*font-size: 16px;*!*/
/*	!*color: #000;*!*/
/*	!*display: inline-block;*!*/
/*	!*float: left;*!*/
/*}*/
.appcontent_historyVersions .Ver_hd p {
    height: 30px;
    margin-right: 24px;
    margin-top: 24px;
    font-size: 12px;
    color: #999;
    display: inline-block;
    float: right;
}

.appcontent_historyVersions .Ver_hd a {
    margin-left: 8px;
    color: rgba(142, 154, 169, 1);
    font-size: 11px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    width: 80px;
    height: 24px;
    line-height: 24px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    border-radius: 2px;
    border: 1px solid #EAEEF2;
    position: relative;
    padding-left: 26px;
    box-sizing: border-box;
}

.appcontent_historyVersions .Ver_hd a:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/ai-xin.svg);
    background-size: 16px;
    top: 4px;
    left: 5px;
}

/*.appcontent_historyVersions .Ver_hd a:hover {*/
/*    text-decoration: underline;*/
/*}*/

.appcontent_historyVersions ul {
    padding-left: 24px;
    padding-bottom: 14px;
}

.appcontent_historyVersions ul:after {
    display: table;
    clear: both;
    content: " ";
}

.appcontent_historyVersions h3 {
    font-size: 14px;
    font-weight: initial;
    color: #777;
}

.appcontent_historyVersions li {
    width: 372px;
    height: 84px;
    margin-right: 18px;
    font-size: 14px;
    margin-bottom: 16px;
    border: 1px solid #e6e6e6;
    position: relative;
    float: left;
}

.appcontent_historyVersions li div {
    height: 28px;
    margin-top: 12px;
    padding-left: 16px;
    line-height: 28px;
}

.appcontent_historyVersions li span {
    color: #000;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
}

.appcontent_historyVersions li font {
    color: #888;
}

.appcontent_historyVersions li p {
    width: 258px;
    height: 28px;
    line-height: 28px;
    padding-left: 16px;
    color: #777;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.appcontent_historyVersions li a {
    width: 58px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    display: block;
    ;
    cursor: pointer;
    position: absolute;
    top: 29px;
    right: 20px;
}

/* main - scroll - topic ------------------- */
/* main - scroll - topic list */
.topiclist {
    float: left;
    width: 405px;
    height: 190px;
    background: url(../img/loading_16x16.gif) no-repeat center center
}

.topiclist:hover {
    background: url(../img/loading_16x16.gif) no-repeat center center
}

/*.topiclist:nth-child(odd) { border-right:1px solid #eee }*/
.topiclist img {
    margin: 20px 0 0 20px;
    border-radius: 5px;
    width: 364px;
    height: 136px
}

.topiclist p {
    margin-left: 20px;
    line-height: 24px
}

/* main - scroll - topic content */
/*.topichead { width:809px; height:100px; border-bottom:1px solid #eee; background:#f7fcff; line-height:100px; text-align:center }*/
.topichead {
    margin: 20px 20px 0;
    width: 769px;
    height: 150px;
    background: url(../img/loading_16x16.gif) no-repeat center center;
}

.topichead img {
    border-radius: 5px
}


/* main - scroll - ring ------------------- */
/* main - scroll - ring list */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

.ringlist dt {
    display: block;
    position: relative;
    margin-top: -1px;
    border-top: 1px solid #f4f4f4;
    height: 26px;
    border-bottom: 1px solid rgba(240, 244, 248, 1);
    z-index: 99
}

.ringlist dd {
    display: block;
    height: 44px;
    position: relative;
}

.ringlist dd:nth-child(odd) {
    background: #f9f9f9
}

.ringlist dd:hover {
    background: #e6e6e6
}

.ringlist dt div {
    float: left;
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    background: url(../img/list_title_bg1px.png) no-repeat right
}

.ringlist dd div {
    float: left;
    padding: 0 15px;
    height: 44px;
    line-height: 44px;
    position: relative;
    z-index: 2;
}

.ringlist dt div.ringlist_icon,
.ringlist dd div.ringlist_icon {
    padding: 0;
    background: none
}

.ringlist_icon {
    width: 23px;
    margin-left: 18px
}

.ringlist_icon img {
    margin-top: 8px;
    width: 30px;
    height: 30px;
    border-radius: 16px
}

.ringlist_name {
    width: 295px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333
}

.ringlist_time {
    width: 90px
}

.ringlist_size {
    width: 70px
}

.ringlist_down {
    width: 80px;
    text-align: right
}

.ringlist_opti {
    width: 70px;
    background: none;
    position: relative;
    z-index: 2;
}

.ringlist_opti a {
    display: block;
    float: left;
    margin: 14px 8px 0 0;
    width: 18px;
    height: 18px;
}

.ringlist_opti a.play {
    background: url(../img/ring_list_btn_play.svg) 0 0;
    background-size: 18px
}

.ringlist_opti a.play:hover {
    background: url(../img/ring_list_btn_play.svg) 0 -36px;
    background-size: 18px
}

.ringlist_opti a.down {
    background: url(../img/ring_list_btn_down.svg) 0 0;
    background-size: 18px
}

.ringlist_opti a.down:hover {
    background: url(../img/ring_list_btn_down.svg) 0 -36px;
    background-size: 18px
}

.ringlist_opti a span {
    display: none
}

/*
.ringlist_opti a.play.playing { background:url(../img/ring_list_btn_stop.png); }
.ringlist_opti a.play.playing span { background:url(../img/rotate.png); display:block; line-height:999px; overflow:hidden; width:100%; height:100%; animation-name: rotate; animation-duration: 1.5s; animation-iteration-count: infinite; animation-timing-function: linear; -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear }
  */
.ringlist_opti a.play.audioloading {
    background: none;
}

.ringlist_opti a.play.playing {
    background: url(../img/audio-stop-y.svg) 0 0 no-repeat;
    background-size: 18px;
}

.ringlist_opti a.play.playing:hover {
    background: url(../img/audio-stop-y.svg) 0 -36px no-repeat;
    background-size: 18px;
}

/*.ringlist_opti a.play.playing span, .ringlist_opti a.play.audioloading span { display:block; line-height:999px; overflow:hidden; width:100%; height:100%; animation-name: rotate; animation-duration: 1.5s; animation-iteration-count: infinite; animation-timing-function: linear; -moz-animation-name: rotate;*/
/*  -moz-animation-duration: 1.5s;*/
/*  -moz-animation-iteration-count: infinite;*/
/*  -moz-animation-timing-function: linear;*/
/*  -webkit-animation-name: rotate;*/
/*  -webkit-animation-duration: 1.5s;*/
/*  -webkit-animation-iteration-count: infinite;*/
/*  -webkit-animation-timing-function: linear;*/
/*  -o-animation-name: rotate;*/
/*  -o-animation-duration: 1.5s;*/
/*  -o-animation-iteration-count: infinite;*/
/*  -o-animation-timing-function: linear }*/
/*.ringlist_opti a.play.audioloading span { background:url(../img/audio-loading.png); }*/
/*.ringlist_opti a.play.playing span { background: !*none*!url(../img/playing.png); }*/
.ring_category a {
    position: relative;
    display: block;
    float: left;
    margin: 20px 0 20px 18px;
    width: 140px;
    height: 180px;
    border: 1px solid #ffffff;
}

.ring_category a:hover {
    border-radius: 5px;
    /*border: 1px solid #F0F4F8;*/
    /*box-shadow: 0 3px 15px 0 #E5EEF6;*/
    background: rgba(246, 249, 252, 0.8);
}

.ring_category a img {
    position: absolute;
    top: 28px;
    left: 28px;
    width: 84px;
    height: 84px
}

.ring_category a p {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 140px;
    height: 20px;
    text-align: center;
    font-size: 13px;
    font-family: "Microsoft YaHei UI", sans-serif;
    color: #485566;
    line-height: 17px;
}


/* main - scroll - waper ------------------- */
/* main - scroll - waper list */
.waperlist>a {
    position: relative;
    display: block;
    float: left;
    width: 201px;
    height: 325px;
    background: url(../img/loading_waper.gif) no-repeat center center;
}

.waperlist>a .bgAndBtn {
    display: none;
}

.waperlist>a:hover .bgAndBtn {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
    /*text-align: center;*/
    z-index: 97;
}

.waperlist>a .bgAndBtn .btn:hover {
    background: rgba(0, 0, 0, 0.65);
    color: rgba(255, 255, 255, .8);
}

.waperlist>a .bgAndBtn .btn:active {
    background: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, .8);
}

.waperlist>a .bgAndBtn .btn {
    left: 34px;
    display: inline-block;
    width: 100px;
    height: 26px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    text-align: center;
    bottom: 24px;
    line-height: 24px;
    font-size: 12px;
}

.waperlist>a .bgAndBtn .btn:nth-child(1) {
    bottom: 60px;
}

.waperlist>a .bgAndBtn .btn:nth-child(2) {
    bottom: 24px;
}

.waperlist>a:nth-child(4n) {
    border-right: 1px solid #fff
}

/*.waperlist > a:hover { background:#eee }*/
.waperlist>a img {
    position: absolute;
    left: 20px;
    border-radius: 5px;
}

.waperlist>a img.waperimg {
    top: 20px
}

.waperlist>a img.waperdown {
    top: 50%;
    margin-top: -80px
}

.waperlist>a img.waperdown2 {
    top: 50%;
    margin-top: -80px
}

.waperlist>a img.waperdown {
    display: none
}

.waperlist>a:hover img.waperdown {
    display: block
}

.waperlist a {
    width: 201px;
    height: 226px
}

.waper_category p {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 201px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-family: "Microsoft YaHei UI", sans-serif
}

.waper_category>a img {
    position: absolute;
    border-radius: 5px;
}

.waper_category>a .waperimg {
    position: absolute;
    top: 20px;
    /* padding: 0 20px; */
    transition: all .25s
}

.waper_category>a .ring_view {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 161px;
    height: 161px;
    border-radius: 5px;
    text-align: center;
}

.waper_category>a .waperimg:hover .ring_view {
    display: inline-block;
}

.waper_category>a .ring_view p {
    background: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    width: 80px;
    height: 26px;
    color: rgba(255, 255, 255, 0.8);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 26px
}

.waper_category>a .ring_view p:hover {
    color: rgba(255, 255, 255, 1)
}

.waper_category>a .waperimg:hover {
    top: 12px
}


/* loading ------------------- */
.loading {
    width: 809px;
    height: calc(100% - 43px);
    background: #FFF;
    position: absolute;
    top: 43px;
    z-index: 3;
}

.loading_img {
    -webkit-animation: 1s linear infinite spin;
    animation: 1s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -43px 0 0 -29px;
    width: 58px;
    height: 58px
}

.loading_failed {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
    width: 300px;
    height: 200px;
    text-align: center
}

.loading_failed p {
    font-size: 14px;
    color: #666;
    line-height: 50px
}

.loading_failed a {
    margin: 0 auto;
    display: block;
    width: 86px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    color: #666
}

.loading_failed a:hover {
    border: 1px solid #ddd;
    background: #eee;
    color: #333
}

.loading_bar {
    width: 100%;
    height: 60px;
    background: #fff;
    clear: both
}

/*.loading_bar div { margin:0 auto; padding-top:22px; width:170px; height:16px; line-height:16px }*/
.loading_bar div {
    margin: 0 auto;
    padding-top: 22px;
    width: 200px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}

.loading_bar img {
    margin-right: 10px;
    float: left
}

/*.loading_bar span{ float:left; font-size:13px }*/
.loading_bar span {
    font-size: 13px
}

.loading_bar .btn_reload {
    color: #007aff;
    text-decoration: underline;
}

.loading_bar .btn_reload:hover {
    color: #666666;
    text-decoration: underline;
}

/* search ------------------- */
.search_head {
    border-bottom: 1px solid #eee;
    background: #f8f8f8;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    width: 811px;
}

.search_head p {
    width: 811px;
}

.search_head span {
    font-weight: bold;
    margin: 0 6px
}

.search_body {
    height: calc(100% - 36px);
}


.fbtn {
    display: block;
    position: fixed;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.4);
    min-width: 10px;
    height: 22px;
    line-height: 22px;
    padding: 0 6px;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    border-radius: 11px;
}

.totop {
    left: 960px;
    bottom: 10px;
    background-image: url(../img/top.png);
    background-repeat: no-repeat;
    background-position: center 6px;
}

.totop:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.npage {
    left: 900px;
    bottom: 10px;
}

/* paper show detail -------------------------- */
.bimgBox {
    width: 811px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 189px;
    z-index: 99;
    overflow: hidden;
    display: none;
    top: 39px;
}

.bimg {
    height: 500px;
    max-width: 500px;
    display: block;
    border-radius: 8px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-53%)
}

.loading_paper {
    width: 31px;
    height: 31px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}

.bimgBox_btn {
    position: absolute;
    display: block;
    color: #FFF;
    border: none;
    cursor: pointer;
    top: 50%;
    margin-top: 170px;
}

/*.bimgBox_close { right:0; top:0; background:rgba(255, 255, 255, 0.35) none repeat scroll 0 0; width:28px; height:28px; }
.bimgBox_close:hover { background:#F33; }*/
.bimgBox_pageL,
.bimgBox_pageR {
    width: 48px;
    height: 48px;
    background-size: 48px;
    background-color: rgba(0, 0, 0, 0.0);
    top: 50%;
    margin-top: -20px;
}

.bimgBox_pageL {
    background-position-y: 0;
    left: 50px;
    background-image: url(../img/preview_p.svg)
}

.bimgBox_pageL:hover {
    background-position-y: -48px;
}

.bimgBox_pageL:active {
    background-position-y: -96px;
}

.bimgBox_pageR {
    background-position-y: 0;
    right: 50px;
    background-image: url(../img/preview_n.svg)
}

.bimgBox_pageR:hover {
    background-position-y: -48px;
}

.bimgBox_pageR:active {
    background-position-y: -96px;
}

/*.waperdown { width:161px; height:161px; position:absolute; left:50%; top:50%; margin-left:-80px; margin-top:-80px; display:none; }*/

.bimgBox_close {
    right: 24px;
    top: 24px;
    width: 16px;
    height: 16px;
    background: url(../img/close.svg) 0 0 no-repeat;
    background-size: 16px;
    margin-top: 0;
}

.bimgBox_close:hover {
    background-position: 0 -16px;
}

.bimgBox_close:active {
    background-position: 0 -32px;
}

.waperdown {
    width: 120px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    background: rgba(0, 0, 0, 0.45);
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 50%;
    border-radius: 2px;
    display: none;
}

.waperdown2 {
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: rgba(0, 0, 0, 0.45);
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 50%;
    border-radius: 2px;
}

.bimgBox.ld .waperdown_local {
    margin-left: -125px;
}

.bimgBox.ld .waperdown_device {
    margin-left: 5px;
}

/*.waperdown { width:120px; height:40px; line-height:40px; text-align:center; background:rgba(0,0,0,0.6); color:#FFF; position:absolute; bottom:50px; left:50%; border-radius:20px; }*/
.waperdown:hover,
.waperdown2:hover {
    color: rgba(255, 255, 255, .8);
    background: rgba(0, 0, 0, 0.65);
}

.waperdown2:active {
    color: rgba(255, 255, 255, .8);
    background: rgba(0, 0, 0, .8);
}

.bimgBox .waperdown_local {
    position: absolute;
    right: 0;
    margin-top: 218px;
    z-index: 1;
}

.bimgBox .waperdown_device {
    position: absolute;
    right: 0;
    margin-top: 228px;
    z-index: 2;
}

.bimgBox .waperdown_local2 {
    z-index: 1;
    margin-top: 210px;
    display: none;
}

.bimgBox .waperdown_device2 {
    z-index: 2;
    margin-top: 168px;
    display: none;
}

.bimgBox .waperdown_album2 {
    z-index: 2;
    margin-top: 126px;
    display: none;
}

.bimgBox .waperdown_album2::before {
    content: "";
    display: block;
    width: 16px;
    height: 11px;
    background: url(../img/paper-remd-13×18.svg);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

/*.bimgBox.ld .waperdown_device { display:block; margin-left:5px; }*/


.mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 998px;
    height: 100%;
    background: rgba(0, 0, 0, .60);
    z-index: 99;
    display: none;
}

.message {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -220px;
    width: 440px;
    background: #fff
}

.message .title {
    width: 440px;
    border-bottom: 1px solid #ddd;
    height: 35px;
    background: #eee
}

.message .title p {
    display: block;
    float: left;
    margin-left: 20px;
    width: 100px;
    line-height: 35px;
    color: #000;
    font-size: 13px
}

.message .title a {
    display: block;
    float: right;
    margin: 7px 10px 0 0;
    width: 22px;
    height: 22px;
    background: url(../img/btnsys_close.png)
}

.message .title a:hover {
    background: url(../img/btnsys_close.png) 0 -22px
}

.message .title a:active {
    background: url(../img/btnsys_close.png) 0 -44px
}

.message .text {
    padding-bottom: 18px;
    width: 440px;
    overflow: hidden
}

.message .text img {
    display: block;
    float: left;
    margin: 24px 14px 0 24px;
    width: 42px;
    height: 42px
}

.message .text p {
    display: block;
    float: left;
    margin-top: 20px;
    width: 325px;
    line-height: 19px;
    text-align: justify
}

.message .text p span {
    color: #ff5050
}

.message .btnbg {
    margin-left: 80px;
    width: 360px;
    padding-bottom: 28px;
    background: #fff;
    overflow: hidden
}

.message .btnbg .btn_n {
    display: block;
    float: left;
    margin-top: 6px;
    padding-left: 23px;
    height: 16px;
    line-height: 16px;
    color: #666;
    background: url(../img/select_img.png) no-repeat 0 -8px
}

.message .btnbg .btn_n:hover {
    color: #333;
    background: url(../img/select_img.png) no-repeat 0 -40px
}

.message .btnbg .btn_y {
    display: block;
    float: left;
    margin-top: 6px;
    padding-left: 23px;
    height: 16px;
    line-height: 16px;
    color: #666;
    background: url(../img/select_img.png) no-repeat 0 -72px
}

.message .btnbg .btn_y:hover {
    color: #333;
    background: url(../img/select_img.png) no-repeat 0 -104px
}

.message .btnbg .btn {
    display: block;
    float: right;
    margin: 0px 35px 0 0;
    width: 78px;
    height: 26px;
    line-height: 25px;
    border: 1px solid #999;
    background: #fff;
    text-align: center;
    transition: 0.2s
}

.message .btnbg .btn:hover {
    border: 1px solid #bbb;
    background: #fff;
    color: #666
}

.message .btnbg .btn:active {
    border: 1px solid #aaa;
    background: #e6e6e6
}

/*@media screen and (min-height:597px){
.left { height:597px }
.main { height:597px }
}*/

#u3ring {
    width: calc(100%);
    height: 100%;
    background: #FFF;
}

.ringlist {
    width: 811px;
}

.ringlist dd div.bline {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 0;
    background: rgba(247, 151, 39, 0.15);
    padding: 0;
}

.kuyin_iframe_box {
    display: none;
    width: 100%;
    height: 100%;
}

.kuyin_iframe_box .loading {
    height: 100%;
}

#kuyin_iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}


/* scroll img */
.scrollimg {
    position: relative;
    margin: 20px 0 34px 20px
}

.scrollimg,
.scrollimg_list {
    width: 769px;
    height: 230px;
    overflow: hidden;
    border-radius: 10px
}

.scrollimg_list {
    position: absolute
}

.scrollimg_list span {
    position: absolute;
    width: 19999px
}

.scrollimg_list a {
    float: left
}

.scrollimg_list img {
    border-radius: 10px
}

/* scroll circle */
.scrollimgDot {
    position: absolute;
    top: 0;
    width: 811px
}

.scrollimgDot b {
    position: absolute;
    min-width: 100px;
    top: 264px;
    left: 50%;
    transform: translateX(-50%)
}

.scrollimgDot b i {
    float: left;
    margin: 0 3px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: rgba(224, 232, 240, 1);
    cursor: pointer
}

.scrollimgDot b i:hover {
    background: rgba(39, 133, 255, 1)
}

.scrollimgDot b i.on,
.scrollimgDot b i.on:hover {
    background: rgba(39, 133, 255, 1);
    cursor: default
}

/* scroll prev,next */
.scrollimg .btns {
    position: absolute;
    width: 769px;
    height: 1px
}

.scrollimg .btns s {
    position: absolute;
    top: 95px;
    display: none;
    width: 20px;
    height: 40px;
    cursor: pointer;
    overflow: hidden
}

.scrollimg .btns s i {
    position: absolute;
    width: 20px;
    height: 40px
}

.scrollimg .btns s.prev {
    left: 10px;
    display: block;
    background: url(../img/swiper_left-inactivated.svg) 0 0 no-repeat;
    background-size: 20px
}

.scrollimg .btns s.prev:hover {
    left: 10px;
    display: block;
    background: url(../img/swiper_left-activated.svg) 0 0 no-repeat;
    background-size: 20px
}

.scrollimg .btns s.next {
    right: 10px;
    display: block;
    background: url(../img/swiper_right-inactivated.svg) 0 0 no-repeat;
    background-size: 20px
}

.scrollimg .btns s.next:hover {
    right: 10px;
    display: block;
    background: url(../img/swiper_right-activated.svg) 0 0 no-repeat;
    background-size: 20px
}

.scrollimg .btns s.prev i {
    top: -90px
}

.swiper-scrollbar {
    width: 100%;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: 2;
    -ms-touch-action: none;
    background: none
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.swiper-scroll-container img {
    margin-right: 12px;
}

.swiper-scroll-container img:last-child {
    margin-right: 0 !important;
}

/*.appList_box { margin-top:20px; width:809px; border-top:1px solid #eee; overflow:hidden }*/
.appList_box {
    margin-top: 20px;
    width: 809px;
    overflow: hidden
}

div[name="appList_div"],
div[name="paper_list"],
.waperlist,
.ring_category {
    width: 811px;
    overflow: hidden;
}


.btn_jubao {
    display: block;
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #FFF;
    border: 1px solid #ddd;
    color: #999;
    position: absolute;
    right: 20px;
    top: 20px;
}

.btn_jubao:hover {
    background: #eee;
    color: #666;
}

.popWindow {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
}

.popWindow_body {
    width: 700px;
    background: #FFF;
    border-radius: 5px;
    margin: 20px 150px;
}

.popWindow_body_header {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.popWindow_body_header h2 {
    text-align: center;
}

.btn_close {
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.popWindow_body_alert {
    width: 350px;
    margin-left: 325px;
    overflow: hidden;
}

.popWindow_body_alert .popWindow_body_header {
    height: auto;
}

.popWindow_body_alert .popWindow_body_content {
    padding: 20px;
}

.popWindow_body_alert .btn_alert {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #3d9aff;
    color: #FFF;
}

.form_jubao {
    padding: 0 30px 30px;
}

.form-item {
    margin-top: 15px;
}

.form-item label {
    font-size: 14px;
    display: block;
}

.form-item label i {
    color: #FF0000;
}

.form-item input,
.form-item select,
.form-item textarea {
    width: 618px;
    padding: 3px 10px;
    border: 1px solid rgba(207, 213, 220, 1);
}

.form-item select {
    width: 640px;
    padding: 3px 0;
}

.input_hide {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.btn_selectFile {
    display: block;
    width: 90px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #39b54a;
    color: #FFF;
}

.btn_submit {
    display: block;
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #3d9aff;
    color: #FFF;
}

.ps_text {
    color: #999;
    font-size: 12px;
}

.fileView {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.fileView-item {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(207, 213, 220, 1);
    float: left;
    position: relative;
}

.fileView-item img {
    display: block;
    max-width: 100px;
    max-height: 100px;
    margin: auto;
}

.attachmentView {
    overflow: hidden;
}

.btn-remove {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: rgba(255, 0, 0, 0.75);
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
}

.tips {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 110;
}

.tips p {
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    float: left;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 15px;
    text-align: center;
    color: #FFF;
    overflow: hidden;
    position: absolute;
    left: 500px;
    top: 50%;
    margin-top: -15px;
    margin-left: -75px;
}

/* 我要许愿 */
.m-Clarence {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.m-Clarence .m-shade {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
}

.m-Clarence .m-ClarenceBox {
    width: 700px;
    margin: 20px 150px;
    margin-top: -147.5px;
    background: #FFF;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    z-index: 101;
}

.m-Clarence .m-ClarenceBox .u-ClarenceHeader {
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.m-Clarence .m-ClarenceBox .u-ClarenceHeader a {
    padding: 0 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.m-Clarence .m-ClarenceBox .u-ct {
    padding: 0 30px 30px;
}

.m-Clarence .m-ClarenceBox .u-ct p {
    margin-top: 15px;
    font-size: 14px;
}

.m-Clarence .m-ClarenceBox .u-ct textarea {
    width: 618px;
    height: 105px;
    padding: 3px 10px;
    border: 1px solid rgba(207, 213, 220, 1);
}

.m-Clarence .m-ClarenceBox .u-ct span {
    color: #999;
    font-size: 12px;
}

.m-Clarence .m-ClarenceBox .u-ct a {
    width: 60px;
    height: 26px;
    line-height: 26px;
    margin-top: 15px;
    text-align: center;
    background: #3d9aff;
    color: #FFF;
    display: block;
}

.qrcodebox {
    display: block;
    width: 100px;
    height: 125px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -60px;
}

.qrcodebox p {
    line-height: 25px;
    color: #666;
    font-size: 14px;
    text-align: center;
}

#qrcode {
    display: block;
    width: 100px;
    height: 100px;
}

/* 通用弹出框 */
.m-Toast {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    margin-top: -22px;
    background: #000;
    opacity: .8;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    position: absolute;
    ;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
}

.m-mask {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1000px;
    z-index: 1000;
    display: none;
}

.m-mask.active {
    display: block;
}

/* 提示框 */
.u-loadingBox-shade {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.0);
    z-index: 100;
}

.u-hintBox {
    min-width: 200px;
    max-width: 280px;
    padding: 0 10px;
    height: 66px;
    margin-top: -33px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 50%;
    left: 399px;
    z-index: 102;
}

.u-hintBox p {
    height: 16px;
    margin-top: 24px;
    display: inline-block;
}

.u-hintBox span {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background-size: 16px;
    background-repeat: no-repeat;
}

.u-hintBox span.addSU {
    background-image: url(../images/addSU.png);
}

.u-hintBox span.loading {
    background: url(../images/Loading_white_16x16_01.gif);
}


/* 登录 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    display: table;
    clear: both;
    content: " ";
}

/* 遮罩 */
.m-login .u-login-shade {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    top: 0;
}

.u-logins {
    width: 446px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 50%;
    left: 277px;
    margin-top: -145px;
    z-index: 101;
}

/* 发送验证码 */
.u-logins.u-sendSms {
    text-align: center;
}

.u-logins.u-sendSms .info {
    padding-top: 48px;
}

.u-logins.u-sendSms .info p {
    font-size: 14px;
    margin-bottom: 12px;
}

.u-logins.u-sendSms .info p font {
    margin-left: 8px;
}

.u-logins.u-sendSms .info p:nth-child(2) font {
    color: #2878ff;
}

.u-logins.u-sendSms .info p:nth-child(3) font {
    color: #2878ff;
}

.u-logins.u-sendSms .info a {
    width: 186px;
    height: 40px;
    line-height: 40px;
    margin-top: 18px;
    margin-bottom: 32px;
    color: #fff;
    text-align: center;
    background: #2978ff;
}

.u-logins.u-sendSms .info a.disable {
    color: rgba(255, 255, 255, 0.5);
}

.u-logins.u-sendSms .info a.active {
    color: #333;
    background: #f2f2f2;
}

/* 验证码~验证失败 */
.u-logins.u-sendSmsError {
    text-align: center;
}

.u-logins.u-sendSmsError .info {
    padding-top: 56px;
}

.u-logins.u-sendSmsError p {
    width: 206px;
    height: 14px;
    line-height: 14px;
    padding-left: 22px;
    margin: 0 auto;
    font-size: 14px;
    color: #f41d1d;
    background-image: url(../img/cuowu.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: left center;
}

.u-logins.u-sendSmsError .info a {
    width: 186px;
    height: 40px;
    line-height: 40px;
    margin-top: 38px;
    margin-bottom: 32px;
    color: #fff;
    text-align: center;
    background: #2978ff;
}

/* 用户协议 */
.u-logins.u-userAgreement {
    width: 550px;
    height: 394px;
    margin-top: -197px;
    left: 275px;
}

.u-logins.u-userAgreement h3 {
    padding-top: 30px;
    padding-bottom: 18px;
    font-size: 14px;
    text-align: center;
}

.u-logins.u-userAgreement .info {
    height: 256px;
    line-height: 22px;
    padding-left: 56px;
    padding-right: 56px;
    margin-bottom: 40px;
    overflow-y: auto;
}

/* 重置密码 */
.u-resetPassword .phoneMsg>input {
    margin-bottom: 20px !important;
}

.u-logins.u-resetPassword .login_wrap>p {
    margin-bottom: 22px;
    color: #e81515;
    text-align: center;
}

.u-logins.u-resetPassword .codeBox {
    margin-top: 0px;
    margin-bottom: 20px;
}

/* 设置密码 */
.u-logins.u-setPassword .login_wrap>p {
    width: 164px;
    margin: 0 auto;
    margin-bottom: 22px;
    padding-left: 20px;
    height: 14px;
    line-height: 14px;
    color: #43ca7f;
    text-align: center;
    font-size: 14px;
    background-image: url(../img/finishPayMin.png);
    background-size: 14px;
    background-position: left center;
    background-repeat: no-repeat;
}

/*  */
.u-logins.u-resetFinish .hint p {
    padding-top: 68px;
    font-size: 14px;
    text-align: center;
    background-image: url(../img/resetFinish.png);
    background-size: 45px;
    background-position: top center;
    background-repeat: no-repeat;
}

.u-logins.u-resetFinish .login_wrap {
    width: 172px;
}

.u-logins.u-register .protocol-box {
    float: left;
    line-height: 13px;
}

.u-logins .login_btn.disable {
    color: rgba(255, 255, 255, 0.5);
}

.u-logins.u-register .protocol-box input {
    margin-right: 6px;
    float: left;
    /* margin-top: -1px; */
}

.u-logins.u-register .protocol-box input:focus {
    outline: 0 !important;
}

.u-logins.u-register .protocol-box input::-moz-focus-inner {
    border-color: transparent !important;
}

.u-logins.u-register .protocol-box a {
    color: #2878ff;
}

.u-logins.u-register .login_message>div>font:nth-child(1) {
    color: #666;
    cursor: default;
}

.u-logins.u-register .login_message>div>font:nth-child(2) {
    color: #2878ff;
}

.login_head {
    height: 36px;
    line-height: 36px;
    background: #2978ff;
    position: relative;
}

.login_head .close {
    width: 13px;
    height: 13px;
    margin-top: 12px;
    margin-right: 12px;
    background-image: url(../img/loginClose.png);
    background-repeat: no-repeat;
    background-size: 13px;
}

.login_head span {
    margin-left: 18px;
    font-size: 14px;
    color: #fff;
}

.login_wrap {
    width: 313px;
    padding: 30px 0;
    box-sizing: border-box;
    margin: 0 auto;
    /* overflow: hidden; */
}

.login_input input {
    width: 313px;
    height: 40px;
    border: 1px solid rgba(207, 213, 220, 1);
    box-sizing: border-box;
    padding: 18px 10px;
    color: #333;
    font-size: 14px;
}

.login_input input.verifyCode_text {
    width: 153px;
    float: left;
}

.login_input .verifyCode {
    width: 140px;
    height: 40px;
    margin-left: 20px;
    float: left;
}

.login_input .verifyCode_box {
    margin-top: 20px;
    display: none;
}

.login_input .codeBox {
    height: 40px;
    margin-top: 20px;
}

.login_input .codeBox .codeBt.disable {
    background: #f2f2f2;
    color: #666;
}

.login_input .codeBox .codeBt {
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #2878ff;
    float: left;
}

.login_input .verifyCode img {
    width: 100%;
    height: 100%;
}

.login_input>input {
    margin-bottom: 20px;
}

.login_input>input:last-of-type {
    margin-bottom: 0;
}

.login_btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #2878ff;
    margin-top: 20px;
}

.login_message,
.register_message {
    margin-top: 20px;
}

.register_message>font {
    font-size: 14px;
    line-height: 14px;
}

.register_message>font:nth-child(2) {
    color: #2878ff;
    cursor: pointer;
}

.login_message>font {
    line-height: 14px;
    color: #2878ff;
    cursor: pointer;
}

.register_message>div {
    float: right;
}

.login_message>div {
    float: right;
}

.register_message>div>font {
    font-size: 14px;
    color: #666;
    line-height: 14px;
}

.register_message>div>font:nth-child(2) {
    color: #2878ff;
    cursor: pointer;
}

.login_message>div>font:nth-child(1) {
    color: #2878ff;
}

.login_message>div>font {
    color: #666;
    line-height: 14px;
    cursor: pointer;
}

.other_fun span {
    height: 1px;
    width: 125px;
    background: #ccc;
    display: inline-block;
}

.other_fun font {
    font-size: 14px;
    color: #666;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}

.login_foot {
    text-align: center;
    cursor: pointer;
}

.login_foot img {
    width: 40px;
    height: 40px;
    margin-top: 24px;
    margin-bottom: 12px;
}

.login_foot p {
    font-size: 14px;
    color: #666;
}

.setUserNamePass>input {
    width: 358px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid rgba(207, 213, 220, 1);
    box-sizing: border-box;
    padding-left: 10px;
    color: #333;
    font-size: 14px;
    line-height: 50px;
    margin-bottom: 14px;
}

.setUserNamePass>input:last-of-type {
    margin-bottom: 0;
}

.u-setUsPass .login_wrap>p:nth-of-type(1) {
    font-size: 12px;
    color: #999;
    line-height: 14px;
    margin-bottom: 15px;
}

.login_wrap>p:last-child {
    font-size: 14px;
    color: #2878ff;
    line-height: 14px;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
}

.createAccount .login_head>h3 {
    margin-bottom: 15px;
}

/* 短信登录 */
.send_check {
    display: inline-block;
    width: 130px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    background: #2878ff;
    margin-left: 18px;
}

.phoneMsg>p {
    color: #f02626;
    line-height: 14px;
    display: none;
    margin-top: 12px;
}

/* ！！！短信登录 */

/* !!!登录 */


@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}