/*------------ banner ------------*/

.banner:before {
    background: url(../../../../images/common/color_pink/banner_bg.png) center bottom;
}

/*------------ site-header ------------*/

.site-header {
    border-bottom: 1px solid #e8e8e8;
    /*outline: 1px solid #fff;*/
}

.site-title .logo {
    background: url(../../../../images/common/color_pink/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 162px;
    height: 114px;
}

/*------------ top-nav ------------*/

.top-nav {
    background: #FFD84F;
}

.site-info {
    color: #000000;
}

.footer-mid .site-info-txt li {
    color: #252525;
}

.footer-mid .site-info-txt {
    border-bottom: 2px groove #ffd84f;
}

/*------------ menu ------------*/

.site-nav .menu {
    margin: 38px 0;
}

.site-nav .menu li a {
    color: #333;
    border-bottom: 3px solid transparent;
}

.site-nav .menu li ul {
    background: #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    border: 1px solid #CCCCCC;
}

.site-nav .menu>li>a:after {
    border-bottom: 3px solid #9A2992;
}

.site-nav .menu li ul li+li {
    border-top: 1px solid #CCCCCC;
}

.site-nav .menu ul li a {
    border: 0;
    color: #666666;
}

.site-nav .menu ul>li>a:hover {
    color: #9A2992;
    border-left: 3px solid #9A2992;
}

/*------------ btn ------------*/

.btn.back {
    width: 100px;
    height: 30px;
    line-height: 28px;
    text-align: right;
    color: #999999;
    font-size: 13px;
    padding: 0 12px;
    border: 1px solid #E8E8E8;
    transition: all .2s;
}

.btn.back i, .btn.back:before {
    font-size: 20px;
    color: #BBBBBB;
    float: left;
    margin: 4px 0;
    content: "\f104";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn.back:hover {
    transition: all .2s;
    background: #ec497d;
    color: #ffffff;
}

.btn.back:hover i {
    color: #fff;
}

/*--- back-btn ---*/

/*--- style01-btn ---*/

.btn.style01 {
    font-size: 15px;
    color: #FFFFFF;
    background: #333;
    padding: 0 10px;
    line-height: 32px;
    display: block;
    width: 100%;
    text-align: right;
    border: 1px solid #E8E8E8;
    transition: all .2s;
}

.btn.style01 i {
    float: left;
    font-size: 20px;
    margin: 5px 0;
}

.btn.style01:hover {
    background: #ec497d;
}

/*--- style02-btn ---*/

.btn.style02 {
    font-size: 13px;
    color: #999999;
    width: 100px;
    line-height: 28px;
    text-align: right;
    padding: 0 10px;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    transition: all .2s;
}

.btn.style02 i, .btn.style02:before {
    font-size: 16px;
    color: #CCCCCC;
    float: left;
    margin: 6px 0;
    display: inline-block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e1011";
}

.btn.style02:hover {
    color: #ffffff;
    background: #ec497d;
}

.btn.style02:hover i {
    color: #fff;
}

/*------------ share ------------*/

.share .btn {
    color: #fff;
    background: #EC497D;
}

.share .btn:hover {
    color: #fff;
}

.share .facebook:hover {
    background: #405D9A;
}

.share .twitter:hover {
    background: #39A0CE;
}

.share .google:hover {
    background: #F34537;
}

.share .plurk:hover {
    background: #E9443D;
}

/*------------ search ------------*/

.search-box .btn {
    width: 30px;
    height: 30px;
    background: url('../../../../images/common/color_pink/ic_search.png');
}

.site-header .search-box {
    margin: 41px 0;
}

.site-header .search-box .form-control {
    background: #000;
    color: #fff;
}

.search-box .form-control::-webkit-input-placeholder {
    color: #BFD1D3;
}

.search-box .form-control:focus::-webkit-input-placeholder {
    color: #BFD1D3;
}

.search-box .form-control::-moz-placeholder {
    color: #BFD1D3;
}

.search-box .form-control:focus::-moz-placeholder {
    color: #BFD1D3;
}

.search-box .form-control::-ms-input-placeholder {
    color: #BFD1D3;
}

.search-box .form-control:focus::-ms-input-placeholder {
    color: #BFD1D3;
}

.search-box .form-control::-moz-placeholder {
    color: #BFD1D3;
}

.search-box .form-control:focus::-moz-placeholder {
    color: #BFD1D3;
}

/*------------ language ------------*/

.language .btn {
    color: #000;
}

.language ul {
    background: #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    border: solid #CCCCCC;
    border-width: 0 1px 1px 1px;
}

.language ul li+li {
    border-top: 1px solid #CCCCCC;
}

.language li a {
    color: #666666;
}

.language ul li a:hover {
    color: #9A2992;
    border-left: 3px solid #9A2992;
}

/*------------ fixed ------------*/

.header-fixed .site-header {
    background: #fff;
}

.header-fixed .site-title .logo {
    width: 85px;
    height: 60px;
}

.header-fixed .site-title {
    padding: 0;
}

/*------------ site_main ------------*/

.main-top {
    background: #F5F5F3;
}

.main-title {
    color: #000000;
}

.site-main {
    background: url('../../../../../images/common/color_pink/index/content_bg.png') -30px no-repeat;
    background-position: top center;
}

.site-main:before {
    background: url('../../../../images/common/color_pink/content_bg.png') no-repeat center top;
}

.content-title {
    color: #EC497D;
    background: #fff url('../../../../images/common/color_pink/dot.png') repeat-x 0 90%;
}

.main-content {
    border: 1px solid #ECECEC;
    outline: 10px solid #F5F5F3;
    background: #fff;
}

.main-content-style02 {
    border: 0;
    outline: 0;
    background: none;
}

/*------------ breadcrumb ------------*/

.breadcrumb {
    color: #999999;
}

.breadcrumb a:hover, .products-breadcrumb a:hover, .products-breadcrumb02 a:hover {
    color: #000;
}

.products-breadcrumb, .products-breadcrumb02 {
    color: #AAAAAA;
}

/*------------ floating ------------*/

.floating .gotop {
    background: #ec497d url('../../../../images/common/color_pink/ic_arrow.png') no-repeat center;
}

.floating .gotop:hover {
    background: #9A2992 url('../../../../images/common/color_pink/ic_arrow.png') no-repeat center;
}

/*------------ pagination ------------*/

.pagination li a {
    color: #999999;
    border: 1px solid #E8E8E8;
}

.pagination li a:hover, .pagination li.active a {
    background: #ec497d;
    color: #ffffff;
}

.pagination li a.controls {
    color: #BBBBBB;
}

.pagination li a.controls:hover {
    color: #fff;
}

.page-info .form-control {}

.page-info .form-control:focus {}

/*------------ side ------------*/

.side {}

.side .title {}

.side-nav>li>a {}

.side-nav>li>a:before {}

.side-nav>li>a:hover, .side-nav>li.active>a {}

.side-nav ul {}

.side-nav ul li a:hover, .side-nav ul li.active a {}

/*------------ content-nav-menu ------------*/

.content-nav-menu>li>a {
    color: #666666;
    border: thin #DDDDDD solid;
    background: #fff;
}

.content-nav-menu>li i {
    color: #fff;
}

.content-nav-menu ul {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.content-nav-menu ul li a {
    background: #fff;
    color: #666666;
}

.content-nav-menu li a:hover {
    color: #fff;
    background: #EC497D;
}

.content-nav-menu ul li a:hover {
    color: #9A2992;
    background: #fff;
    border-left: 4px solid #9A2992;
}

.content-nav-menu ul li+li {
    border-top: 1px solid #CCCCCC;
}

.content-nav-menu li>a.active {
    color: #fff;
    background: #EC497D;
}

.content-nav-menu li>ul>li>a.active {
    color: #9A2992;
    background: #fff;
    border-left: 4px solid #9A2992;
}

/*------------ form ------------*/

.form-control {
    border: 1px solid #E8E8E8;
}

.form-control:focus {
    outline: none;
}

.form-box .required:before {
    border: 3px solid #ffd84f;
}

/*--- reminder ---*/

.reminder b {
    border: 3px solid #ffd84f;
}

/*------------ site-footer ------------*/

.footer-top {
    background: #F7F7F7;
}

.footer-mid {
    background: #FFD84F;
}

.site-map {
    color: #000;
}

.footer-mid .title {
    color: #EC497D;
}

.site-map ul a:hover {
    color: #ec497d;
}

.site-map ul li+li {
    border-left: 1px solid #fff;
}

.site-map ul {
    border: solid #fff;
    border-width: 0 1px;
}

.footer-copy {
    color: #557272;
}

.footer-copy .copyright b {
    color: #EC497D;
}

.footer-copy .author {
    color: #666;
}

/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed ul {
    border-bottom: 1px solid #ffffff;
}

.mmenu-show #mobile-fixed li {
    background: #FFD84F;
}

.mmenu-show #mobile-menu .menu li>a:hover, .mmenu-show #mobile-menu .menu li.active>a {
    color: #9a2992;
}

.mmenu-show #mobile-menu .share-menu {
    background: #FFD84F;
}

.mmenu-show #mobile-search {
    background: #FFD84F;
}

.mmenu-show #mobile-menu .language-menu {
    background: #FFD84F;
}

.mmenu-show #member-box li {
    background: #FFD84F;
    border-bottom: 1px solid #ffffff;
}

.mmenu-show #mobile-search .search-box .form-control::-webkit-input-placeholder {
    color: #999;
}

.mmenu-show #mobile-search .search-box .form-control:focus::-webkit-input-placeholder {
    color: #999;
}

.mmenu-show #mobile-search .search-box .form-control::-moz-placeholder {
    color: #999;
}

.mmenu-show #mobile-search .search-box .form-control:focus::-moz-placeholder {
    color: #999;
}

.mmenu-show #mobile-search .search-box .form-control::-ms-input-placeholder {
    color: #999;
}

.mmenu-show #mobile-search .search-box .form-control:focus::-ms-input-placeholder {
    color: #999;
}

.mmenu-show #mobile-search .search-box .form-control::-moz-placeholder {
    color: #999;
}

.mmenu-show #mobile-search .search-box .form-control:focus::-moz-placeholder {
    color: #999;
}

.mmenu-show .toggle-mmenu-close {
    color: #fff;
}

/*------------ news ------------*/

.news-list li .box {
    background: rgba(255, 255, 255, .9);
}

.news-list li .box:hover {
    border-color: #EC497D;
    outline: 1px solid #ECECEC;
    background: rgba(255, 255, 255, 1);
}

.news-list .cover:before, .news-list .cover:after {
    height: 6px;
    background: url('../../../../images/common/color_pink/dot2.png') repeat-x;
}

.news-list .cover i:before {
    content: "\e1008";
    color: #9A2992;
    font-size: 24px;
}

.news-list li .date {
    color: #EC497D;
}

.news-list li .date i {
    background: #FFD84F;
}

.news-list li .name {
    color: #444444;
}

.news-list .box:hover .name {
    text-decoration: underline;
}

.news-list li .description {
    color: #999999;
}

.news-list li .pic a:before {
    background: rgba(183, 183, 183, 0.3);
    opacity: 1;
}

.news-list .box:hover .pic a:before {
    opacity: 0;
}

.news-detail {
    background: #fff;
}

.news-date {
    background: url('../../../../images/common/color_pink/dot2.png') repeat-x 0 7px;
    color: #EC497D;
}

.news-date i {
    background: #fff;
    color: #9A2992;
}

.news-title {
    color: #444444;
}

/*------------ album ------------*/

.album-list li .pic a:before {
    opacity: 0;
    background: rgba(70, 70, 70, 0.2);
}

.album-list .box:hover .pic a:before {
    opacity: 1;
}

.album-list li .cover {
    background: #F7F7F7;
}

.album-list li .cover:before {
    border: 1px solid #EBEBEB;
}

.album-list li .cover:after {
    border-width: 31px 31px 31px 0;
    border-color: transparent #F7F7F7 transparent transparent;
}

.album-list li:nth-child(4n) .cover:after, .album-list li:nth-child(3n) .cover:after {
    border-width: 31px 0 31px 31px;
    border-color: transparent transparent transparent #F7F7F7;
}

.album-list li:nth-child(4n) .box:hover .cover:after, .album-list li:nth-child(3n) .box:hover .cover:after {
    border-color: transparent transparent transparent #9A2992;
}

.album-list .box:hover .cover {
    background: #9A2992;
}

.album-list .box:hover .cover:before {
    border-color: #EBEBEB;
}

.album-list .box:hover .cover:after {
    border-color: transparent #9A2992 transparent transparent;
}

.album-list li .name {
    color: #000000;
}

.album-list .box:hover .name {
    color: #fff;
}

.album-list li .more {
    color: #DFDFDF;
}

/*------------ lightbox ------------*/

body #fancybox-thumbs ul li a {
    border: 1px solid transparent;
    background: transparent;
    padding: 0;
    opacity: .4;
    transition: all .2s;
}

body #fancybox-thumbs ul li a:hover, body #fancybox-thumbs ul li.active a {
    border: 1px solid #fff;
    opacity: 1;
}

body .fancybox-opened .fancybox-skin {
    background: #fff;
    outline: 1px solid #CCCCCC;
}

.photo-intro {
    color: #666666;
}

.photo-title {
    color: #FFFFFF;
    background: #9a2992;
}

.photo-pager {
    color: #c7c7c7;
}

.photo-pager b {
    color: #D8CC5B;
    font-size: 20px;
}

/*------------ products ------------*/

.product-list .pic a:before {
    background: rgba(70, 70, 70, 0.2);
    opacity: 0;
}

.product-list .pic a:after {
    color: #FFFFFF;
    border: 2px solid #ffd84f;
    background: rgba(19, 19, 19, 0.54);
    opacity: 0;
    top: 0;
}

.product-list .box:hover .pic a:before, .product-list .box:hover .pic a:after {
    opacity: 1;
}

.product-list .box:hover .pic a:after {
    top: 50%;
}

.product-list li .box:hover .pic a:before {
    opacity: 1;
}

.product-list .name {
    color: #444444;
}

.product-list .box:hover .name a {
    color: #9A2992;
}

.product-list .description {
    color: #999999;
}

.product-list .box.new:before {
    background: #E92C69;
    color: #ffffff;
}

.product-list .more {
    color: #999999;
    border: 1px solid #E8E8E8;
}

.product-list .box:hover .more {
    color: #9A2992;
    border: 1px solid #9A2992;
}

.sort_icon .ibtn.one {
    background-image: url(../../../../images/common/color_pink/products/sort_pic3.png);
    display: none;
}

.sort_icon .ibtn.two {
    background-image: url(../../../../images/common/color_pink/products/sort_pic1.png);
}

.sort_icon .ibtn.four {
    background-image: url(../../../../images/common/color_pink/products/sort_pic2.png);
}

/*--- search ---*/

/*--- sort_box ---*/

.sort_box .form-control {
    border-color: #ECECEC;
    color: #858585;
}

/*--- detail ---*/

.products-intro .product-name {
    color: #ec497d;
}

.product-text .tit {
    border-bottom: 1px solid #666;
}

.product-text p {
    font-size: 14px;
    color: #999999;
}

.products-intro .thumbnails li a:after {
    background: rgba(70, 70, 70, 0.2);
}

.products-detail .title {
    border: solid #E8E8E8;
    border-width: 1px 0;
}

/*------------ article ------------*/

.article-list>li .box {
    border: 1px solid #E8E8E8;
    background: #F6F6F6;
}

.article-list .pic a:before {
    opacity: 0;
    background: rgba(183, 183, 183, 0.3);
}

.article-list li:hover .pic a:before {
    opacity: 1;
}

.article-list li .date i, .article-date i {
    background: #ec497d;
    color: #F6F6F6;
}

.article-list li .date i b, .article-date i b {
    color: #ffd84f;
}

.article-list li .name {
    color: #444444;
}

.article-list .description {
    color: #999999;
}

.article-list .more {
    color: #000000;
}

.article-list .text:hover .name, .article-list .text:hover .description {
    text-decoration: underline;
}

/*--- keyword_box ---*/

.keyword_box {
    border-top: 1px solid #E8E8E8;
}

.keyword li, .keyword li a {
    color: #bb70b0;
}

.keyword li a:hover {
    color: #FFC926;
}

.keyword_box .icon-ic-keyword {
    color: #bb70b0;
}

/*--- detail ---*/

.article-detail .text {
    background: #F6F6F6;
    border: 1px solid #E8E8E8;
}

.article-title {
    color: #444444;
}

.article-share {
    background: #F6F6F6;
    border: 1px solid #E8E8E8;
}

/*------------ faq ------------*/

.faq-list li {
    background: #FEFEFD;
}

.faq-list li:before {
    color: #444444;
}

.faq-question {
    color: #444444;
}

.faq-list li:after {
    color: #999999;
}

.faq-answer {
    border-top: 1px dotted #666666;
}

.faq-item:hover .faq-question, .faq-item.active .faq-question {
    color: #ec497d;
    text-decoration: underline;
}

.faq-item:hover:after, .faq-item.active:after {
    color: #9A2992;
}

/*------------ links ------------*/

.link-list li .pic a:before {
    background: rgba(183, 183, 183, 0.3);
}

.link-list li .box:hover .pic a:before {
    opacity: 1;
}

.link-list li .name:before {
    content: "\e1004";
    background: #ffd84f;
    color: #fff;
}

.link-list .box:hover .name {
    text-decoration: underline;
}

.link-list .box:hover .name:before {
    background: #ec497d;
}

/*------------ branch ------------*/

.branch-list .pic a:before {
    background: rgba(183, 183, 183, 0.3);
}

.branch-list li .box:hover .pic a:before {
    opacity: 1;
}

.branch-list .text-box {
    background: #F6F6F6;
    border: 1px solid #FFF;
}

.branch-list li .name {
    color: #444444;
}

.branch-list .description {
    color: #999999;
    border-top: 1px solid #E8E8E8;
}

.branch-list .map_box i {
    background: #ffd84f;
    color: #fff;
}

.branch-list .map_box:hover i {
    background: #ec497d;
}

/*------------ download ------------*/

.download-list li .box {
    background: rgba(255, 255, 255, .85);
    border: solid rgba(255, 255, 255, .85);
}

.download-list li .box:hover {
    border-color: #ec497d;
    outline: 1px solid #ECECEC;
}

.download-list .pic a:after {
    content: "\e1003";
    color: #ffd84f;
    background: #444;
}

.download-list .pic a:before {
    background: rgba(183, 183, 183, 0.3);
}

.download-list .box:hover .pic:before {
    opacity: 1;
}

.download-list .box:hover .pic a:after {
    color: #ffffff;
    background: #ffd84f;
}

.download-list li .name {
    color: #444444;
}

/*------------ message ------------*/

.write-question i, .form-title i {
    color: #fff;
    background: #bf31b5;
}

.write-question:hover i {
    background: #f0628f;
}

.message-list li {
    background: url('../../../../images/common/color_pink/dot.png') repeat-x bottom;
}

/*--- author-box ---*/

.author-box {
    color: #ec497d;
}

.author-box:before {
    content: "\e1006";
    color: #ec497d;
}

.message-answer .author-box {
    color: #666;
}

/*--- question ---*/

.message-list li:hover .message-question .title, .message-list li.active .message-question .title {
    text-decoration: underline;
}

.message-question .title {
    color: #666666;
}

/*--- answer ---*/

.message-answer {
    background: #F6F6F6;
    border: 1px solid #E8E8E8;
}

.message-answer .author-box:before {
    color: #f5ca32;
    content: "\e1005";
}

.message-answer .editor {
    color: #666666;
}

/*--- form ---*/

#message-form {
    border: 1px solid #E8E8E8;
}

#message-form .form-title {
    background: #fff;
}

/*------------ video ------------*/

.video-list li .box {
    background: rgba(255, 255, 255, .85);
}

.video-list li .box:hover {
    border-color: #ec497d;
    outline: 1px solid #ECECEC;
    background: rgba(255, 255, 255, 1);
}

.video-list .cover {
    font-size: 12px;
    color: #9A2992;
}

.video-list .cover:before, .video-list .cover:after {
    height: 6px;
    background: url('../../../../images/common/color_pink/dot2.png') repeat-x;
}

.video-list .cover i:after {
    content: "\e1009";
    color: #9A2992;
    font-size: 20px;
}

.video-list li .name {
    color: #444444;
}

.video-ic {
    color: #9A2992;
    background: url(../../../../images/common/color_pink/dot2.png) repeat-x bottom;
}

.video-ic:after {
    content: "\e1009";
    background: #fff;
}

.video-title {
    color: #444444;
    border: 1px solid #E8E8E8;
    background: #F6F6F6;
}

.video-box {
    margin: 30px 0;
}

/*------------ contact ------------*/

.contact-map {
    border: 6px solid #E0E0E0;
}

.contact-map:after {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    background: url('../../../images/common/color_pink/dot.png') repeat-x bottom;
    position: absolute;
    bottom: -30px;
}

.contact-map:before {
    background: rgba(36, 54, 57, .2);
}

.contact-map iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    vertical-align: bottom;
}

.contact-map:hover iframe {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.contact-map:hover:before {
    opacity: 0;
}

.contact-detail .editor {
    background: url('../../../images/common/color_pink/dot.png') repeat-x bottom;
}

.contact-title {
    background: #fff;
}

.contact-title i {
    color: #fff;
    background: #bf31b5;
}

.form-wrap {
    border: 1px solid #E8E8E8;
}

/*------------ success-box ------------*/

.success-box .msg {
    color: #202020;
}

.success-box .msg i:before {
    content: "\e1010";
    color: #fff;
    background: #9A2992;
}

/*------------ footer-editor ------------*/

.footer-editor .qr-inner img {
    border: 12px solid #DDDDDD;
    background: #fff;
}

/*------------ about-editor ------------*/

.about-tit {
    font-size: 18px;
    color: #B32092;
}

/*------------ news-editor ------------*/

.news-tit {
    font-size: 18px;
    color: #B32092;
}

/*------------ service-editor ------------*/

.service-ul li .box {
    background: #F5F5F3;
}

.service-ul li b {
    font-size: 33px;
    color: #D8CC5A;
}

/*------------ video-editor ------------*/

.video-editor-tit {
    font-size: 18px;
    color: #467B60;
}

/*------------ terms-editor ------------*/

.terms-editor .title {
    font-size: 16px;
    color: #9A2992;
    margin: 0;
}

/*------------ index-service ------------*/

.index-service-editor {
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.index-service-tit {
    margin: 0;
    font-size: 18px;
    color: #007a83;
    line-height: 1.85;
}

/*------------ rwd ------------*/

@media screen and (max-width: 1350px) {
    .site-header .search-box {
        margin: 10px 0;
    }
    .site-nav .menu {
        margin: 0px 0;
    }
    .header-fixed .site-title .logo {
        width: 162px;
        height: 114px;
    }
    .header-fixed .site-title {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .site-title .logo {
        width: 128px;
        height: 90px;
    }
}

@media screen and (max-width: 550px) {
    .album-list li .cover:after, .album-list li:nth-child(4n) .cover:after, .album-list li:nth-child(3n) .cover:after {
        border-width: 0 31px 31px 31px;
        border-color: transparent transparent #F7F7F7 transparent;
    }
    .album-list li:hover .cover:after, .album-list li:hover:nth-child(4n) .cover:after, .album-list li:hover:nth-child(3n) .cover:after {
        border-width: 0 31px 31px 31px;
        border-color: transparent transparent #9A2992 transparent;
    }
    .album-list li:nth-child(4n) a:hover .cover:after, .album-list li:nth-child(3n) a:hover .cover:after {
        border-color: transparent transparent #9A2992 transparent;
    }
}