/* Base Style */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, big, cite, code, del, em, font, img, ins, q, s, small, strong, sub, sup, tt, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, select, option, param {
    margin:0;
    padding:0;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:0;
}
ul, ol, li {list-style-type:none;}
img {border:0;}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
em, i {
    font-style: normal;
}

/* html5 */
section,article,aside,header,footer,nav,figure{display:block;}

/* text */
input, label, select, option, textarea, button, fieldset, legend {font-family:Tahoma,sans-serif;}
/* a link */
a {text-decoration:none;}
a:hover {text-decoration:none;}

/* clear both */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1;display:inline-block;_height:1px}
*html.clearfix{height:1%}
*+html .clearfix{height:1%}
.clearfix{display:block}
.clear {clear:both;}

/* public */
body {
    font-size:12px;
    color:#111;
    background: #F5F5F8;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
a { color:#111;}
input.inputtext:focus,
textarea:focus,
select:focus {background:#fcfcfc;}
textarea {padding:2px; border:1px solid #bdc7d8; font-size:12px;}
select, option {font-size:12px;}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}
button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    outline-offset: 0;
    outline-style: none;
    outline-width: 0;
    -webkit-font-smoothing: inherit;
    background-image: none;
}
button {
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
}
dialog {
    position: fixed;
    inset: 0;                 /* top/right/bottom/left 全 0 */
    margin: auto;             /* 浏览器自动算居中 */
    max-width: 90vw;          /* 防止超屏 */
    max-height: 90vh;
    border: none;             /* 去掉默认边框 */
    box-shadow: 0 4px 16px rgba(0,0,0,.3);
}
dialog::backdrop {
    background: rgba(0,0,0,.5);
}

/* commonDialog */
.commonDialog .quitDialog {
    float: right;
    font-size: 14px;
}
.commonDialog .quitDialog:focus {
    outline: none;
}
.commonDialog .dialogTitle {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
.commonDialog .dialogMain {

}
.commonDialog .dialogMain dl {
    margin: 15px 0;
    font-size: 14px;
}
.commonDialog .dialogMain dt {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    font-weight: bold;
}
.commonDialog .dialogMain dd {
    display: inline-block;
    vertical-align: top;
    min-width: 380px;
}
.commonDialog .dialogMain .tipsTxt {
    font-size: 12px;
}
.commonDialog .dialogButton {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}
.commonDialog .yesButton {
    display: inline-block;
    font-size: 16px;
    padding: 0 30px;
    cursor: pointer;
    border-radius: 5px;
    font-family: Arial,'宋体';
    text-decoration: none;
    line-height: 34px;
    height: 34px;
    border: 0;
    text-align: center;
    font-weight: 700;
    background: #29cccc;
    color: #fff;
}
/* end commonDialog */

/* customDialog */
.albumBuyDialog {
    width: 600px;
}
.albumGiftDialog {
    width: 600px;
}
/* end customDialog */

body > .tips {
    line-height: 20px;
    position: fixed;
    z-index: 29;
    top: 15%;
    left: 50%;
    max-width: 90%;
    max-width: calc(98%);
    padding: 12px 16px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #ccc;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.8);
}

.tips.fadein {
    animation: fadein 0.15s;
}

.tips.fadeout {
    animation: fadeout 0.35s;
}

.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
}
.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(1em * 1.3 * 2);
}

.color_link {
    color: #29cccc;
}

/* icon */
.sprite {
    background-image: url(/public/images/icon/sprite.png);
    display: inline-block;
}
.sprite2 {
    background-image: url(/public/images/icon/sprite2.png);
    display: inline-block;
}
.sprite3 {
    background-image: url(/public/images/icon/sprite3.png);
    display: inline-block;
}
.sprite4 {
    background-image: url(/public/images/icon/sprite4.png);
    display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .sprite {
        background-image: url(/public/images/icon/sprite@2x.png);
        background-size: 2527px 170px;
    }
    .sprite2 {
        background-image: url(/public/images/icon/sprite2@2x.png);
        background-size: 656px 42px;
    }
    .sprite3 {

    }
    .sprite4 {
        background-image: url(/public/images/icon/sprite4@2x.png);
        background-size: 1547px 42px;
    }
}

.sprite-change {
    width: 14px;
    height: 14px;
    background-position: -1934px 0;
}
.sprite-big-fillstar {
    width: 16px;
    height: 16px;
    background-position: -1918px 0;
}
.sprite-small-fillstar {
    width: 12px;
    height: 12px;
    background-position: -2114px 0;
}
.sprite-big-graystar {
    width: 16px;
    height: 16px;
    background-position: -1948px 0;
}
.sprite-small-graystar {
    width: 12px;
    height: 12px;
    background-position: -2126px 0;
}
.sprite-play {
    width: 16px;
    height: 16px;
    background-position: -2270px 0;
}
.sprite-plays {
    width: 12px;
    height: 12px;
    background-position: -2317px 0;
}
.sprite-list-play {
    width: 20px;
    height: 20px;
    background-position: -1694px 0;
}
.sprite-list-play-hover {
    width: 20px;
    height: 20px;
    background-position: -1600px 0;
}
.sprite-share {
    width: 16px;
    height: 16px;
    background-position: -1902px 0;
}
.sprite-download {
    width: 16px;
    height: 16px;
    background-position: -2191px 0;
}
.sprite2-more {
    width: 14px;
    height: 14px;
    background-position: -340px 0;
}
.sprite2-change {
    width: 18px;
    height: 14px;
    background-position: -64px 0;
}
.sprite2-play {
    width: 42px;
    height: 42px;
    background-position: -386px 0;
}

.sprite4-s1 {
    width: 26px;
    height: 26px;
    background-position: -5px -5px;
}
.sprite4-s2 {
    width: 26px;
    height: 26px;
    background-position: -149px -5px;
}
.sprite4-s3 {
    width: 26px;
    height: 26px;
    background-position: -257px -5px;
}
.sprite4-s4 {
    width: 26px;
    height: 26px;
    background-position: -329px -5px;
}
.sprite4-s5 {
    width: 26px;
    height: 26px;
    background-position: -365px -5px;
}
.sprite4-s6 {
    width: 26px;
    height: 26px;
    background-position: -473px -5px;
}
.sprite4-s7 {
    width: 26px;
    height: 26px;
    background-position: -509px -5px;
}
.sprite4-s8 {
    width: 30px;
    height: 30px;
    background-position: -581px -5px;
}
.sprite4-s9 {
    width: 26px;
    height: 26px;
    background-position: -657px -5px;
}
.sprite4-s10 {
    width: 26px;
    height: 26px;
    background-position: -693px -5px;
}
.sprite4-s11 {
    width: 26px;
    height: 26px;
    background-position: -729px -5px;
}
.sprite4-s12 {
    width: 26px;
    height: 26px;
    background-position: -765px -5px;
}
.sprite4-s13 {
    width: 26px;
    height: 26px;
    background-position: -976px -5px;
}
.sprite4-s14 {
    width: 26px;
    height: 26px;
    background-position: -1012px -5px;
}
.sprite4-s15 {
    width: 26px;
    height: 26px;
    background-position: -1084px -5px;
}
.sprite4-s16 {
    width: 26px;
    height: 26px;
    background-position: -1120px -5px;
}
.sprite4-s17 {
    width: 26px;
    height: 26px;
    background-position: -1156px -5px;
}
.sprite4-s18 {
    width: 26px;
    height: 26px;
    background-position: -1228px -5px;
}
.sprite4-s19 {
    width: 26px;
    height: 26px;
    background-position: -1264px -5px;
}
.sprite4-s20 {
    width: 26px;
    height: 26px;
    background-position: -1336px -5px;
}
.sprite4-s21 {
    width: 26px;
    height: 26px;
    background-position: -1372px -5px;
}
.sprite4-s22 {
    width: 26px;
    height: 26px;
    background-position: -1444px -5px;
}
/* end sprite4 */

/* navigator */
.navigator {
    position: relative;
    z-index: 99;
    width: 100%;
    padding: 15px 0 13px;
    background-color: #fff;
    color: #333;
}
.navigator .centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1200px;
    height: 42px;
    margin: 0 auto;
}
.navigator .centered .logo {
    position: relative;
    width: 120px;
    height: auto;
    display: inline-block;
}
.navigator .centered .logoTxt {
    width: 140px;
    font-size: 30px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    color: #017977;
}
.navigator .centered .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 24px;
    flex: 1;
}
.navigator .centered .menu .item {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-right: 30px;
    cursor: pointer;
}
.navigator .centered .menu .item a {
    color: #333;
}
.navigator .centered .menu .item.active a {
    color: #29cccb;
    border-bottom: 1px solid #29cccb;
    padding-bottom: 5px;
}
.navigator .centered .menu .item:hover a {
    color: #e13430;
    text-decoration: none;
}
.navigator .centered .menu .item .label {
    position: absolute;
    right: -25px;
    top: -8px;
    width: 36px;
    text-align: center;
    background: #fd5353;
    border-radius: 100px;
    line-height: 14px;
    color: #fff;
    font-family: Arial-BoldMT;
    font-size: 9px;
    font-weight: 300;
}
.navigator .centered .search-input-root {
    width: 224px;
}
.navigator .centered .search-input-root .input-container {
    padding: 0px !important;
    width: 200px;
    position: relative;
}
.navigation .search-input {
    display: inline-block;
    width: 210px;
    height: 38px;
    border: 0 none;
    border-radius: 6px;
    outline: none;
    background: #f2f2f2;
    padding-left: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
}
.navigation .CcPE {
    right: -5px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.input-container .sprite {
    background-image: url(/public/images/icon/sprite@2x.png);
    display: inline-block;
}
.input-container .sprite-homepage-search {
    width: 22px;
    height: 24px;
    background-position: -1486px 0;
    cursor: pointer;
}
.navigator .centered .sign-wrap {
    font-size: 18px;
    color: #333;
    cursor: pointer;
    margin-left: 30px;
    text-align: right;
    font-size: 16px;
}
.navigator .centered .sign-wrap .splitSpan {
    display: inline-block;
    width: 20px;
}

/* pagination */
.paging-root {
    text-align: right;
    padding: 10px 0;
    margin-top: 40px;
}
.paging-root .paging-item-btn a {
    outline: none;
}
.pagination {
    font-family:Verdana;
    font-size:16px;
    line-height:34px;
    margin:10px auto;
    text-align:center;
}
.pagination .sel,
.pagination .current {
    color:#F63;
    height:34px;
    margin-right:5px;
    padding:0px 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border:1px solid #F63;
    font-weight:bold;
}
.pagination a {
    padding:0px 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right:5px;
    color:#333;
    border-color: #E1E3EF #BFC7D8 #BFC7D8 #E1E3EF;
    border-width: 1px;
    border-style: solid;
}
.pagination a:hover {
    text-decoration:none;
    background-color:#E9F1F7;
    border:1px solid #F63;
}

/* qtcode-view */
.qtcode-view {
    min-width: 250px;
    height: 350px;
    margin: auto;
    padding: 15px;
    text-align: center;
}
.qtcode-view .qr {
    width: 222px;
    height: 222px;
    margin: auto;
    margin-bottom: 15px;
    background-size: cover;
}
.qtcode-view .title {
    width: 147px;
    height: 28px;
    font-size: 21px;
    font-family: "Microsoft YaHei Semibold";
    color: rgba(225,52,48,1);
    line-height: 28px;
}
.qtcode-view .slogin {
    padding-top: 10px;
    letter-spacing: 1px;
    font-size: 14px;
    margin: auto;
    font-family: "Microsoft YaHei";
    color: rgba(151,106,106,1);
    line-height: 23px;
    font-weight: 400;
}
.qtcode-view .moresinfo {
    letter-spacing: 1px;
    font-size: 14px;
    margin: auto;
    font-family: "Microsoft YaHei";
    color: rgba(151,106,106,1);
    line-height: 23px;
    font-weight: 400;
}
/* end qtcode-view */

/* footer */
.footer-root {
    outline: none;
    color: #606060;
}
.footer-root .container {
    margin: 0 auto;
    padding: 20px 15px;
    width: 1200px;
    text-align: center;
}
.footer-root .row {
    display: inline-block;
    width: 100%;
}
.footer-root .footer-nav {
    font-size: 14px;
}
.footer-root .footer-bottom {
    font-size: 13px;
    margin-top: 10px;
    color: #888;
}
/* end footer */
